]> source.dussan.org Git - javassist.git/log
javassist.git
10 years agoremoved unused import declarations
chibash [Tue, 22 Jul 2014 04:30:24 +0000 (13:30 +0900)]
removed unused import declarations

10 years agoMerge pull request #11 from jkaving/JASSIST-220
Shigeru Chiba [Tue, 22 Jul 2014 02:12:13 +0000 (11:12 +0900)]
Merge pull request #11 from jkaving/JASSIST-220

Fix for JASSIST-220

10 years agoFix JASSIST-220 11/head
Johan Kaving [Wed, 2 Jul 2014 14:45:46 +0000 (16:45 +0200)]
Fix JASSIST-220

Static methods on interfaces in Java 8 means
that the INVOKESTATIC opcode can sometimes refer
to an item that is an InterfaceMethodrefInfo
(instead of a MethodrefInfo).

This is now handled in the
ConstPool.getMethodref...() methods by casting
to MemberrefInfo instead (since MemberrefInfo
contains all the needed information).

10 years agoUpdate pom.xml to specify that test code is Java 8
Johan Kaving [Wed, 2 Jul 2014 11:46:48 +0000 (13:46 +0200)]
Update pom.xml to specify that test code is Java 8

To get the test case JvstTest4.testMethodParameters() to work
the <testSource> and <testTarget> elements are set to "1.8"
and the compiler argument "-parameters" is added.

10 years agoupdated the javadoc comment of AnnotationsAttribute
chibash [Mon, 30 Jun 2014 14:55:29 +0000 (23:55 +0900)]
updated the javadoc comment of AnnotationsAttribute

10 years agoMerge pull request #8 from gkopff/master
Shigeru Chiba [Thu, 19 Jun 2014 14:32:45 +0000 (23:32 +0900)]
Merge pull request #8 from gkopff/master

Fix typos in the tutorial.

10 years agoFix typos. 8/head
Greg [Thu, 19 Jun 2014 13:05:20 +0000 (21:05 +0800)]
Fix typos.

10 years agoupdated the tutorial for JASSIST-225
chibash [Mon, 16 Jun 2014 03:52:31 +0000 (12:52 +0900)]
updated the tutorial for JASSIST-225

10 years agochanged the compiler version to Java 6
chibash [Fri, 13 Jun 2014 07:24:58 +0000 (16:24 +0900)]
changed the compiler version to Java 6

10 years agoUpdate README.md
Shigeru Chiba [Thu, 12 Jun 2014 06:32:52 +0000 (15:32 +0900)]
Update README.md

10 years agoCreate README.md
Shigeru Chiba [Thu, 12 Jun 2014 06:19:46 +0000 (15:19 +0900)]
Create README.md

10 years agoJIRA JASSIST-224
chibash [Mon, 9 Jun 2014 10:34:43 +0000 (19:34 +0900)]
JIRA JASSIST-224

10 years agoJIRA JASSIST-224
chibash [Mon, 9 Jun 2014 10:33:43 +0000 (19:33 +0900)]
JIRA JASSIST-224

10 years agoclarified the description in the tutorial.
chibash [Tue, 20 May 2014 08:33:50 +0000 (17:33 +0900)]
clarified the description in the tutorial.

10 years agoremoved a comment (for JIRA223)
chibash [Sat, 10 May 2014 05:22:25 +0000 (14:22 +0900)]
removed a comment (for JIRA223)

10 years agofixed JIRA223
chibash [Sat, 10 May 2014 05:19:38 +0000 (14:19 +0900)]
fixed JIRA223

10 years agoadded the version number for Java8 class files
chibash [Wed, 7 May 2014 03:18:15 +0000 (12:18 +0900)]
added the version number for Java8 class files

10 years agofixed JASSIST-211
chibash [Mon, 2 Dec 2013 11:05:24 +0000 (20:05 +0900)]
fixed JASSIST-211

10 years agofixed JASSIST-216
chibash [Mon, 2 Dec 2013 03:29:03 +0000 (12:29 +0900)]
fixed JASSIST-216

10 years agoMerge branch 'master' of github.com:jboss-javassist/javassist
chibash [Sun, 1 Dec 2013 16:56:29 +0000 (01:56 +0900)]
Merge branch 'master' of github.com:jboss-javassist/javassist

10 years agofixed JASSIST-212
chibash [Sun, 1 Dec 2013 16:51:27 +0000 (01:51 +0900)]
fixed JASSIST-212

10 years agofixed JASSIST-212
chibash [Sun, 1 Dec 2013 16:49:38 +0000 (01:49 +0900)]
fixed JASSIST-212

11 years agoadded scottmarlow to developer list
Scott Marlow [Wed, 28 Aug 2013 20:55:24 +0000 (16:55 -0400)]
added scottmarlow to developer list

11 years agofixed JASSIST-205
chibash [Sun, 25 Aug 2013 17:50:36 +0000 (02:50 +0900)]
fixed JASSIST-205

11 years agofixed JASSIST-205
chibash [Sun, 25 Aug 2013 17:46:32 +0000 (02:46 +0900)]
fixed JASSIST-205

11 years agofixed JASSIST-207
chibash [Sun, 11 Aug 2013 12:52:08 +0000 (21:52 +0900)]
fixed JASSIST-207

11 years agofixed JASSIST-158
chibash [Tue, 23 Jul 2013 15:37:31 +0000 (00:37 +0900)]
fixed JASSIST-158

11 years agofixed JASSIST-158
chibash [Tue, 23 Jul 2013 12:33:46 +0000 (21:33 +0900)]
fixed JASSIST-158

11 years agofixed JASSIST-206
chibash [Tue, 23 Jul 2013 01:18:32 +0000 (10:18 +0900)]
fixed JASSIST-206

11 years agofor releasing 3.18.0-GA log rel_3_18_0_ga
chibash [Sun, 2 Jun 2013 16:01:57 +0000 (01:01 +0900)]
for releasing 3.18.0-GA

11 years agofixed JASSIST-188
chibash [Thu, 30 May 2013 06:49:35 +0000 (15:49 +0900)]
fixed JASSIST-188

11 years agofixed JASSIST-195
chibash [Mon, 27 May 2013 10:21:04 +0000 (19:21 +0900)]
fixed JASSIST-195

11 years agofixed JASSIST-195
chibash [Mon, 27 May 2013 10:20:13 +0000 (19:20 +0900)]
fixed JASSIST-195

11 years agofixed JASSIST-199
chibash [Sun, 26 May 2013 14:26:16 +0000 (23:26 +0900)]
fixed JASSIST-199

11 years agoadded .gitignore
chibash [Fri, 24 May 2013 16:46:30 +0000 (01:46 +0900)]
added .gitignore

11 years agopreparation for moving to github
chibash [Fri, 24 May 2013 08:25:37 +0000 (17:25 +0900)]
preparation for moving to github

11 years agofixed JASSIST-181
chiba [Wed, 17 Apr 2013 14:00:03 +0000 (14:00 +0000)]
fixed JASSIST-181

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@707 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

11 years agofixed JASSIST-181
chiba [Wed, 17 Apr 2013 13:58:39 +0000 (13:58 +0000)]
fixed JASSIST-181

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@706 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

11 years agofixed JASSIST-185
chiba [Sun, 14 Apr 2013 15:58:54 +0000 (15:58 +0000)]
fixed JASSIST-185

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@704 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

11 years agofixed JASSIST-190
chiba [Sat, 13 Apr 2013 17:27:52 +0000 (17:27 +0000)]
fixed JASSIST-190

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@703 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

11 years agofixed JASSIST-186
chiba [Fri, 12 Apr 2013 09:21:45 +0000 (09:21 +0000)]
fixed JASSIST-186

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@702 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

11 years agofixed JASSIST-162 and JASSIST-189
chiba [Thu, 11 Apr 2013 15:21:33 +0000 (15:21 +0000)]
fixed JASSIST-162 and JASSIST-189

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@701 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

11 years agofixed JASSIST-183
chiba [Tue, 26 Mar 2013 16:46:17 +0000 (16:46 +0000)]
fixed JASSIST-183

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@700 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

11 years agofor 3.17.1 release rel_3_17_1_ga
chiba [Mon, 3 Dec 2012 11:28:50 +0000 (11:28 +0000)]
for 3.17.1 release

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@695 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

11 years agofor 3.17.1 release
chiba [Mon, 3 Dec 2012 10:40:00 +0000 (10:40 +0000)]
for 3.17.1 release

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@694 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

11 years agofixed JASSIST-182
chiba [Mon, 3 Dec 2012 10:38:33 +0000 (10:38 +0000)]
fixed JASSIST-182

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@693 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

11 years agofixed JASSIST-182
chiba [Mon, 3 Dec 2012 10:20:11 +0000 (10:20 +0000)]
fixed JASSIST-182

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@692 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

11 years agofixed JASSIST-177
chiba [Sun, 25 Nov 2012 18:40:56 +0000 (18:40 +0000)]
fixed JASSIST-177

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@691 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

11 years agofixed JASSIST-177
chiba [Fri, 16 Nov 2012 05:59:58 +0000 (05:59 +0000)]
fixed JASSIST-177

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@690 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

11 years agofixed JASSIST-177
chiba [Fri, 16 Nov 2012 05:04:50 +0000 (05:04 +0000)]
fixed JASSIST-177

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@689 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

11 years agofixed JASSIST-178
chiba [Thu, 15 Nov 2012 17:54:38 +0000 (17:54 +0000)]
fixed JASSIST-178

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@688 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

11 years agofixed JASSIST-178
chiba [Thu, 15 Nov 2012 17:17:07 +0000 (17:17 +0000)]
fixed JASSIST-178

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@687 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

11 years agofixed JASSIST-177
chiba [Thu, 15 Nov 2012 15:06:33 +0000 (15:06 +0000)]
fixed JASSIST-177

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@686 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

11 years agominor maintenance
chiba [Thu, 8 Nov 2012 14:59:48 +0000 (14:59 +0000)]
minor maintenance

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@679 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

11 years agofor 3.17.0-GA release rel_3_17_0_ga
chiba [Thu, 8 Nov 2012 14:33:45 +0000 (14:33 +0000)]
for 3.17.0-GA release

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@678 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

11 years agofixed JASSIST-176
chiba [Sun, 4 Nov 2012 13:51:12 +0000 (13:51 +0000)]
fixed JASSIST-176

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@677 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

11 years agofixed JASSIST-163. Eager initialization has been implemented.
chiba [Thu, 25 Oct 2012 16:38:40 +0000 (16:38 +0000)]
fixed JASSIST-163.  Eager initialization has been implemented.

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@676 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

11 years agofixed JASSIST-175
chiba [Sat, 20 Oct 2012 10:57:51 +0000 (10:57 +0000)]
fixed JASSIST-175

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@675 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed JASSIST-160
chiba [Fri, 19 Oct 2012 07:17:44 +0000 (07:17 +0000)]
fixed JASSIST-160

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@674 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed JASSIST-160
chiba [Sat, 6 Oct 2012 14:53:31 +0000 (14:53 +0000)]
fixed JASSIST-160

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@673 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed JASSIST-160
chiba [Sat, 6 Oct 2012 14:47:31 +0000 (14:47 +0000)]
fixed JASSIST-160

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@672 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agopreparing the 3.17.0-GA release
chiba [Thu, 4 Oct 2012 14:13:37 +0000 (14:13 +0000)]
preparing the 3.17.0-GA release

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@671 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed JASSIST-160
chiba [Thu, 4 Oct 2012 13:35:56 +0000 (13:35 +0000)]
fixed JASSIST-160

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@670 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed JASSIST-174
chiba [Thu, 4 Oct 2012 07:37:39 +0000 (07:37 +0000)]
fixed JASSIST-174

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@669 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed JASSIST-160 by rewriting the whole javassist.bytecode.stackmap package.
chiba [Sat, 29 Sep 2012 01:20:28 +0000 (01:20 +0000)]
fixed JASSIST-160 by rewriting the whole javassist.bytecode.stackmap package.

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@668 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agoNow the version number of a class file newly created from scratch may be 51 (Java 7).
chiba [Fri, 28 Sep 2012 17:26:46 +0000 (17:26 +0000)]
Now the version number of a class file newly created from scratch may be 51 (Java 7).

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@667 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed JASSIST-160 by rewriting the whole javassist.bytecode.stackmap package.
chiba [Fri, 28 Sep 2012 17:07:43 +0000 (17:07 +0000)]
fixed JASSIST-160 by rewriting the whole javassist.bytecode.stackmap package.

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@666 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed JASSIST-160 by rewriting the whole javassist.bytecode.stackmap package.
chiba [Mon, 24 Sep 2012 14:42:54 +0000 (14:42 +0000)]
fixed JASSIST-160 by rewriting the whole javassist.bytecode.stackmap package.

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@665 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed JASSIST-160 by rewriting the whole javassist.bytecode.stackmap package.
chiba [Fri, 14 Sep 2012 15:22:13 +0000 (15:22 +0000)]
fixed JASSIST-160 by rewriting the whole javassist.bytecode.stackmap package.

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@655 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed JASSIST-163
chiba [Fri, 3 Aug 2012 21:01:48 +0000 (21:01 +0000)]
fixed JASSIST-163

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@645 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agoJASSIST-127 and JBPAPP9257
chiba [Fri, 3 Aug 2012 20:24:33 +0000 (20:24 +0000)]
JASSIST-127 and JBPAPP9257

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@644 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agoJASSIST-127 and JBPAPP9257
chiba [Thu, 2 Aug 2012 23:44:20 +0000 (23:44 +0000)]
JASSIST-127 and JBPAPP9257

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@643 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed JASSIST-171
chiba [Mon, 30 Jul 2012 12:59:07 +0000 (12:59 +0000)]
fixed JASSIST-171

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@641 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agoimplemented JASSIST-170
chiba [Sun, 17 Jun 2012 15:57:19 +0000 (15:57 +0000)]
implemented JASSIST-170

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@640 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agoimplemented JASSIST-170
chiba [Sun, 17 Jun 2012 15:01:27 +0000 (15:01 +0000)]
implemented JASSIST-170

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@639 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agotest cases taken from 3.12 for JBPAPP9257
chiba [Thu, 14 Jun 2012 16:46:08 +0000 (16:46 +0000)]
test cases taken from 3.12 for JBPAPP9257

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@638 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed JASSIST-163
chiba [Thu, 14 Jun 2012 16:40:11 +0000 (16:40 +0000)]
fixed JASSIST-163

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@637 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed JASSIST-166
chiba [Wed, 6 Jun 2012 14:34:02 +0000 (14:34 +0000)]
fixed JASSIST-166

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@633 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed JASSIST-168
chiba [Tue, 5 Jun 2012 16:03:48 +0000 (16:03 +0000)]
fixed JASSIST-168

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@632 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed JASSIST-168
chiba [Tue, 5 Jun 2012 14:53:58 +0000 (14:53 +0000)]
fixed JASSIST-168

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@631 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed JASSIST-126
chiba [Sat, 2 Jun 2012 10:41:00 +0000 (10:41 +0000)]
fixed JASSIST-126

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@630 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years ago3.16.1-GA release rel_3_16_1_ga
chiba [Mon, 5 Mar 2012 17:49:29 +0000 (17:49 +0000)]
3.16.1-GA release

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@623 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed JASSIST-156
chiba [Sat, 25 Feb 2012 13:00:17 +0000 (13:00 +0000)]
fixed JASSIST-156

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@622 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agogit-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@621 30ef5769-5b8d-40dd...
chiba [Sun, 19 Feb 2012 15:39:28 +0000 (15:39 +0000)]
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@621 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agogit-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@619 30ef5769-5b8d-40dd...
chiba [Sun, 19 Feb 2012 13:55:07 +0000 (13:55 +0000)]
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@619 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofor 3.16.0 release rel_3_16_0_ga
chiba [Sun, 19 Feb 2012 13:35:34 +0000 (13:35 +0000)]
for 3.16.0 release

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@618 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofor 3.16.0 release
chiba [Sun, 19 Feb 2012 13:34:19 +0000 (13:34 +0000)]
for 3.16.0 release

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@617 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed JASSIST-151
chiba [Sun, 19 Feb 2012 13:06:30 +0000 (13:06 +0000)]
fixed JASSIST-151

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@616 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed JASSIST-152
chiba [Sun, 19 Feb 2012 12:41:47 +0000 (12:41 +0000)]
fixed JASSIST-152

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@615 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed JASSIST-155
chiba [Wed, 15 Feb 2012 04:44:56 +0000 (04:44 +0000)]
fixed JASSIST-155

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@613 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed JASSIST-150 (fixed a bug on WeakHashMap)
chiba [Sat, 11 Feb 2012 14:54:43 +0000 (14:54 +0000)]
fixed JASSIST-150 (fixed a bug on WeakHashMap)

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@612 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed JASSIST-150
chiba [Sat, 11 Feb 2012 03:12:41 +0000 (03:12 +0000)]
fixed JASSIST-150

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@611 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed JASSIST-147
chiba [Sun, 5 Feb 2012 09:49:25 +0000 (09:49 +0000)]
fixed JASSIST-147

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@610 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed a typo in a javadoc comment.
chiba [Sun, 5 Feb 2012 09:44:56 +0000 (09:44 +0000)]
fixed a typo in a javadoc comment.

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@609 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed a typo in a javadoc comment.
chiba [Sun, 5 Feb 2012 09:43:45 +0000 (09:43 +0000)]
fixed a typo in a javadoc comment.

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@608 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agofixed JASSIST-149
chiba [Wed, 1 Feb 2012 09:56:21 +0000 (09:56 +0000)]
fixed JASSIST-149

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@607 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agoimplemented a post dominator tree.
chiba [Tue, 24 Jan 2012 03:16:43 +0000 (03:16 +0000)]
implemented a post dominator tree.

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@606 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agorevising ControlFlow.dominatorTree().
chiba [Mon, 23 Jan 2012 17:46:35 +0000 (17:46 +0000)]
revising ControlFlow.dominatorTree().

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@605 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agomake Block.incoming() public.
chiba [Wed, 7 Dec 2011 05:32:18 +0000 (05:32 +0000)]
make Block.incoming() public.

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@604 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

12 years agoadded parent() to jvst.bytecode.analysis.ControlFlow.java
chiba [Thu, 24 Nov 2011 11:21:16 +0000 (11:21 +0000)]
added parent() to jvst.bytecode.analysis.ControlFlow.java

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@603 30ef5769-5b8d-40dd-aea6-55b5d6557bb3