aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode/analysis
Commit message (Expand)AuthorAgeFilesLines
* fix CodeConverter.replaceArrayAccess leads to java.util.ConcurrentModificatio...User2020-03-241-11/+11
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-308-97/+115
* Implement hashCode for Type.nickl-2017-10-301-0/+5
* Implement hashCode for MultiType.nickl-2017-10-301-0/+8
* Implement hashCode for MultiArrayType.nickl-2017-10-301-0/+6
* Merge branch 'test/java9-jigsaw'chibash2016-10-052-8/+8
|\
| * Merge branch 'master' into test/java9-jigsawtest/java9-jigsawchibash2016-09-291-2/+7
| |\
| * | fixes calls to a deprecated method in Java 9.rel_3_21_0-java9-eachibash2016-08-022-8/+8
* | | modifies javadoc typos.chibash2016-10-041-2/+2
| |/ |/|
* | Fix NullPointerException in ControlFlow constructor.Peter Feichtinger2016-08-111-2/+7
|/
* fixed javadoc bugschibash2015-01-062-8/+8
* preparation for 3.19 release. fixed bugs in javadoc commentschibash2015-01-061-1/+1
* fixed JASSIST-216chibash2013-12-021-1/+7
* fixed JASSIST-174chiba2012-10-041-2/+17
* fixed JASSIST-168chiba2012-06-051-11/+9
* fixed JASSIST-156chiba2012-02-251-1/+1
* fixed a typo in a javadoc comment.chiba2012-02-051-1/+0
* implemented a post dominator tree.chiba2012-01-241-149/+21
* revising ControlFlow.dominatorTree().chiba2012-01-231-11/+253
* make Block.incoming() public.chiba2011-12-071-1/+1
* added parent() to jvst.bytecode.analysis.ControlFlow.javachiba2011-11-241-0/+7
* added javassist.bytecode.analysis.ControlFlowchiba2011-11-121-0/+1
* added javassist.bytecode.analysis.ControlFlowchiba2011-11-121-0/+7
* added javassist.bytecode.analysis.ControlFlowchiba2011-11-112-1/+15
* added javassist.bytecode.analysis.ControlFlowchiba2011-11-111-0/+358
* added some javadoc comments.chiba2011-10-251-0/+1
* fixed JASSIST-138chiba2011-07-081-1/+1
* added the Apache license.chiba2011-07-0811-24/+35
* fixed JIRA JASSIST-117chiba2010-05-171-2/+2
* for preparing 3.10 releasechiba2009-03-011-1/+12
* Descriptor.toCtClass should never be used on a classinfo, unless it is an arrayjgreene2008-06-161-7/+26
* remove jdk5 depsjgreene2008-06-123-9/+9
* Small ws fixjgreene2008-05-281-2/+2
* Remove accidental inclusion of a debug statementjgreene2008-05-281-3/+1
* Fix subtypeOf in CtArrayjgreene2008-05-2412-0/+3238