aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode/stackmap/BasicBlock.java
Commit message (Expand)AuthorAgeFilesLines
* Organize imports to disolve ambiguity.nickl-2017-10-301-3/+9
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-301-33/+31
* Added default serialVersionUID.nickl-2017-10-281-0/+3
* fixes calls to a deprecated method in Java 9.rel_3_21_0-java9-eachibash2016-08-021-1/+1
* fixed JIRA JASSIST-241chibash2015-01-251-0/+1
* fixed JASSIST-207chibash2013-08-111-4/+9
* fixed JASSIST-177chiba2012-11-151-7/+13
* fixed JASSIST-160 by rewriting the whole javassist.bytecode.stackmap package.chiba2012-09-141-1/+1
* revising ControlFlow.dominatorTree().chiba2012-01-231-1/+1
* added javassist.bytecode.analysis.ControlFlowchiba2011-11-111-9/+9
* added the Apache license.chiba2011-07-081-2/+3
* fixed JIRA JASSIST-125chiba2010-07-181-15/+28
* updated the copyright notices.chiba2007-06-041-1/+1
* implemented javassist.bytecode.stackmap package.chiba2007-05-061-362/+311
* snapshot. I am still working on stackmap support.chiba2007-04-261-15/+81
* stackmap support (cont.)chiba2007-04-101-74/+284
* modified javassist.convert.* to support the stack map table of Java 6.chiba2007-02-091-2/+2
* supported generic type signatures.chiba2007-02-061-0/+160