aboutsummaryrefslogtreecommitdiffstats
path: root/bcel-builder
Commit message (Expand)AuthorAgeFilesLines
* Remove project.parent.relative path as ../pom.xml is already the defaultLars Grefer2020-08-151-1/+0
* 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
* Rev to 1.9.7.BUILD-SNAPSHOTAndy Clement2020-07-221-1/+1
* AspectJ 1.9.6 final bitsV1_9_6Andy Clement2020-07-221-1/+1
* Added basic ThreadLocalAwareRepository - groundwork for 561819Andy Clement2020-04-221-0/+111
* Include JDTCore for Java14Andy Clement2020-04-203-33/+38
* polishAndy Clement2019-11-2919-25/+30
* Move to 1.9.6.BUILD-SNAPSHOT versionAndy Clement2019-11-283-2/+3
* 1.9.5 release versions in pomsV1_9_5Andy Clement2019-11-281-1/+1
* Java 13 supportAndy Clement2019-11-252-23/+27
* Update to 1.9.5.BUILD-SNAPSHOT in pomsAndy Clement2019-06-031-1/+1
* 1.9.4 POMSAndy Clement2019-05-101-1/+1
* pushed versions to 1.9.4.BUILD-SNAPSHOTAndy Clement2019-04-171-1/+1
* Updated with Java12 supportAndy Clement2019-04-032-1/+7
* fix pom version and minor improvement to classpath calcAndy Clement2019-01-258-2/+86
* mavenizing bcel-builder - completeAndy Clement2019-01-24173-142/+19
* Change the mehtod name "containsField" to "findsField".Kui Liu2018-10-111-1/+1
* More fixes for 1.9.2V1_9_2_RC2Andy Clement2018-10-017-57/+443
* 1.9.2.RC1 changesV1_9_2_RC1Andy Clement2018-09-297-4/+136
* 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-077-0/+91
* Moved to packageAndy Clement2017-10-201-2/+2
* rebuilt internal dependenciesAndy Clement2017-10-201-0/+0
* Fixes Bug 525293 - Spring AOP could be fasterAndy Clement2017-09-281-5/+3
* Update project source/target levels to 1.7Andy Clement2017-09-271-4/+4
* 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-222-45/+100
* Bring Java9 branch in line with 1.8.11 progressAndy Clement2017-09-213-9/+22
|\
| * Fix 500035: handling target only binding in @AJ pointcutAndy Clement2016-11-183-5/+5
| * 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-114-8/+21
| * Fix 485055: declare @field failing for final String fields (see also Bug 327141)Andy Clement2016-01-052-1/+3
| * Add option not to generate local variable tables in some scenariosAndy Clement2015-08-103-0/+0
| * allow reflection world to resolve generated types (e.g. lambdas)Andy Clement2015-06-085-12/+12
| * Bug 467415 - Weaver created bridge methods missing ACC_SYNTHETICAndy Clement2015-05-151-0/+1
| * 464749: Fix, remove Play classAndy Clement2015-04-201-79/+0
* | Upgrading bcel to latest J9 attributesAndy Clement2017-09-2034-102/+924
* | Upgrading to latest 1.9 compilerAndy Clement2016-06-174-372/+390
* | [j9] Basic read/write of Module attributeAndy Clement2016-06-0637-4/+652