aboutsummaryrefslogtreecommitdiffstats
path: root/bcel-builder/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #64 from SmallGiantGames/bug415838Andy Clement2021-06-241-7/+7
|\
| * add synchronization to LocalVariableTableDmitry Mikhaylov2021-05-311-7/+7
* | Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-0449-837/+837
|/
* Make BCEL classpath utility recognise Java 16-19, fixing many testsAlexander Kriegisch2021-03-211-1/+1
* Fix some deprecated Java and JUnit warnings by using newer API callsAlexander Kriegisch2021-03-212-8/+8
* Add Java 16 test suite for AspectJ 1.9.7 + test refactoringsAlexander Kriegisch2021-03-211-2/+2
* Add Java 15 class vile version to BCEL constants, adjust test tools etc.Alexander Kriegisch2021-03-161-0/+6
* Make BCEL classpath utility recognise Java 15, fixing many testsAlexander Kriegisch2021-03-131-5/+1
* Remove unnecessary interface modifiersLars Grefer2020-08-1711-870/+870
* polishAndy Clement2020-08-166-7/+23
* Merge branch 'master' into feature/collection-performanceAndy Clement2020-08-159-9/+0
|\
| * Cleanup unused importsLars Grefer2020-08-1610-10/+0
* | Weaken Collection declarationsLars Grefer2020-08-156-27/+17
* | Redundant Collection.addAll() callLars Grefer2020-08-151-2/+1
* | Collection.toArray() call styleLars Grefer2020-08-152-2/+2
* | Single Map method can be usedLars Grefer2020-08-151-5/+1
* | Collections.sort() can be replaced with List.sort()Lars Grefer2020-08-151-3/+3
* | Manual array to collection copyLars Grefer2020-08-151-9/+2
|/
* Use the diamond operator where possibleLars Grefer2020-08-1325-73/+73
* Unnecessary unboxingLars Grefer2020-08-082-6/+6
* Unnecessary boxingLars Grefer2020-08-082-3/+3
* 'String.indexOf()' expression is replaceable with 'contains()'Lars Grefer2020-08-085-9/+9
* 'while' loop replaceable with enhanced 'for' loopLars Grefer2020-08-081-3/+1
* 'for' loop replaceable with enhanced 'for' loopLars Grefer2020-08-0835-322/+286
* Added basic ThreadLocalAwareRepository - groundwork for 561819Andy Clement2020-04-221-0/+111
* Include JDTCore for Java14Andy Clement2020-04-202-33/+36
* polishAndy Clement2019-11-2919-25/+30
* Move to 1.9.6.BUILD-SNAPSHOT versionAndy Clement2019-11-282-1/+2
* Java 13 supportAndy Clement2019-11-252-23/+27
* Updated with Java12 supportAndy Clement2019-04-032-1/+7
* fix pom version and minor improvement to classpath calcAndy Clement2019-01-251-1/+1
* mavenizing bcel-builder - completeAndy Clement2019-01-24165-0/+4998
* Change the mehtod name "containsField" to "findsField".Kui Liu2018-10-111-1/+1
* More fixes for 1.9.2V1_9_2_RC2Andy Clement2018-10-015-3/+265
* 1.9.2.RC1 changesV1_9_2_RC1Andy Clement2018-09-295-4/+128
* Support Java10Andy Clement2018-04-182-9/+44
* Bug#531694: generate more optional thisJoinPoint construction codeAndy Clement2018-03-092-3/+5
* Fix for Bug 531819 - Negative parameter annotation matching not behavingAndy Clement2018-02-281-0/+1
* Add missing cases to bcel constantToStringAndy Clement2018-02-071-0/+21
* Fixes Bug 525293 - Spring AOP could be fasterAndy Clement2017-09-281-5/+3
* Ensure interfacemethodref can be built for invokestatic calls on interface me...Andy Clement2017-09-261-2/+7
* Various changes to get tests passing on 1.8 and 1.9Andy Clement2017-09-241-50/+5
* various changes to make more tests pass on Java9Andy Clement2017-09-221-45/+100
* Bring Java9 branch in line with 1.8.11 progressAndy Clement2017-09-212-8/+21
|\
| * Fix 500035: handling target only binding in @AJ pointcutAndy Clement2016-11-182-4/+4
| * Fix 500796: Allow for kotlin creating 'synthetic' local variable table entriesAndy Clement2016-11-071-4/+17
* | add constants to listAndy Clement2017-09-211-2/+4
* | Merged post 1.8.5 changes into Java9 branchAndy Clement2017-09-2014-29/+46
|\|
| * Fix 487927: ClassFormatException if LocalVariableTable data cannot be fully readAndy Clement2016-02-187-7/+7
| * Fix 487694: Race condition in annotation unpacking can surface through Spring...Andy Clement2016-02-112-8/+21