2005-07-11 |
acolyer | test case for Enum conversions |
commit | commitdiff | tree | snapshot |
2005-07-11 |
acolyer | answer correct superclass and superinterfaces taking... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
acolyer | handle recursive type variables such as Enum |
commit | commitdiff | tree | snapshot |
2005-07-11 |
acolyer | beginnings of proper type variable support in Eclipse... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
acolyer | do the right thing with ":" in an ftp |
commit | commitdiff | tree | snapshot |
2005-07-08 |
aclement | generics: includes fix for generic signatures |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | expose generic ClassTypeSignature for member resolving |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | support for unpacking generic signature |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | avoid needless resolving |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | improved tolerance for generics signature chars |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | simplify signature processing and remove implicit extends |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | added getTypeVariables to interface |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | give back parameterized versions of members for paramet... |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | change signature until we figure out the right thing... |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | raise inner type visibility for subclasses |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | moved some tests with 1.5 dependencies |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | dummy implementation of getTypeVariables |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | added test for broken primitive case |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | fix in GenericSigParser when tokenising primitives |
commit | commitdiff | tree | snapshot |
2005-07-08 |
aclement | generics: more accurate generic type test. |
commit | commitdiff | tree | snapshot |
2005-07-08 |
aclement | generics: can determine if java class is generic. |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | create a typeX from a set of TypeX parameters |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | some /. confusion cleared up |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | small signature change in JavaClass |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | test cases for generics updates made by amc |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | include new test suites for generics updates |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | support for generics and type variables |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | proper implementation of canBeParameterized |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | utility class that converts from Bcel signature world... |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | added support for canBeParameterized |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | can create a parameterized type from an array of TypeX's |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | supports isGeneric |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | TypeX hierarchy members for bounded reference types... |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | simple implementation of isGeneric |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | copyright statement |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | lazy loading and parsing of generic signature |
commit | commitdiff | tree | snapshot |
2005-07-08 |
aclement | generics: new message |
commit | commitdiff | tree | snapshot |
2005-07-08 |
aclement | generics: decp tests, binary weaving |
commit | commitdiff | tree | snapshot |
2005-07-08 |
aclement | generics: decp tests |
commit | commitdiff | tree | snapshot |
2005-07-08 |
aclement | organized imports |
commit | commitdiff | tree | snapshot |
2005-07-06 |
aclement | temp removal of the call to build runtime with 11 javac... |
commit | commitdiff | tree | snapshot |
2005-07-05 |
avasseur | add offset in MethodDeclarationAttribute for @AJ in... |
commit | commitdiff | tree | snapshot |
2005-07-05 |
aclement | On the build machine, code to test is in jars, not... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: promoted getGenericType up to ResolvedTypeX... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: First simple change to ensure the pattern... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: one fix to ensure the class we output says... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: implementation of getDeclaredGenericSignature() |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: loads of changes to make the resolution proce... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: TypeXs are much more aware of generics. ... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | nasty clone method fix for 83311 |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: delegates should be able to supply their... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: Going from eclipse type bindings to AspectJ... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: comments added to indicate whats gone wrong... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: simple decp test, woooo ! |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: first bit of making the compiler/weaver more... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
avasseur | JRockit agent for LTW with 1.3/1.4 + update in doc |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: decp testcases |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | testcase |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | make weaveradapter available to tests... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
avasseur | fix source location for @AJ + fix the AsmManager behavi... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: trivial decp implements. |
commit | commitdiff | tree | snapshot |
2005-07-01 |
acolyer | signature parsing for methods and fields now complete... |
commit | commitdiff | tree | snapshot |
2005-07-01 |
acolyer | updates to Signature parsing for generics |
commit | commitdiff | tree | snapshot |
2005-06-29 |
aclement | For build machine - fixed classpath to include built... |
commit | commitdiff | tree | snapshot |
2005-06-26 |
acolyer | -- here be dragons -- |
commit | commitdiff | tree | snapshot |
2005-06-26 |
acolyer | added getGenericSignature method |
commit | commitdiff | tree | snapshot |
2005-06-26 |
acolyer | renamed "getRealSignatureFromAttribute" to "getGenericS... |
commit | commitdiff | tree | snapshot |
2005-06-24 |
aclement | Fixed classpath for build machine. |
commit | commitdiff | tree | snapshot |
2005-06-24 |
aclement | licensing fix. |
commit | commitdiff | tree | snapshot |
2005-06-24 |
aclement | generics: helper methods |
commit | commitdiff | tree | snapshot |
2005-06-23 |
aclement | Classpath set for running tests on build machine |
commit | commitdiff | tree | snapshot |
2005-06-23 |
aclement | generics: some of the new fields/members added |
commit | commitdiff | tree | snapshot |
2005-06-23 |
aclement | copyright added. |
commit | commitdiff | tree | snapshot |
2005-06-23 |
aclement | generics: Holds a generic type reference (used by the... |
commit | commitdiff | tree | snapshot |
2005-06-22 |
acolyer | rename weaver.patterns.TypeVariable to weaver.patterns... |
commit | commitdiff | tree | snapshot |
2005-06-22 |
acolyer | test cases for TypeVariable implementation -- AMC |
commit | commitdiff | tree | snapshot |
2005-06-22 |
acolyer | early commit of TypeVariable for Andy... |
commit | commitdiff | tree | snapshot |
2005-06-22 |
acolyer | important updates for call, get, and set wrt. erasure... |
commit | commitdiff | tree | snapshot |
2005-06-21 |
wisberg | easier to manually debug output jars |
commit | commitdiff | tree | snapshot |
2005-06-21 |
wisberg | fix release jars including testing-* |
commit | commitdiff | tree | snapshot |
2005-06-21 |
aclement | Some refactoring to try and come up with better type... |
commit | commitdiff | tree | snapshot |
2005-06-21 |
aclement | generics decp test. |
commit | commitdiff | tree | snapshot |
2005-06-20 |
acolyer | yet another version of aspectjrt.jar due to question... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
avasseur | LTW weaver/dump@within option + fix a sout in weaver |
commit | commitdiff | tree | snapshot |
2005-06-20 |
acolyer | completed set of basic parser tests for pcds with type... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
acolyer | update aspectjrt.jar in lib and test cases uses MAP... |
commit | commitdiff | tree | snapshot |
2005-06-19 |
acolyer | first complete version of the generics chapter. |
commit | commitdiff | tree | snapshot |
2005-06-18 |
wisberg | install before examples, vm-setup fix |
commit | commitdiff | tree | snapshot |
2005-06-17 |
acolyer | extensive updates to the generics chapter to describe... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
acolyer | updated reflection interfaces to represent a pointcut... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
wisberg | consolidated build script failure reports in one target |
commit | commitdiff | tree | snapshot |
2005-06-17 |
wisberg | removed redundant properties, failonerror=false with... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
wisberg | flattened release build sequence into target "all"... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
wisberg | removed rebuild, aspectjrtpath from lib/test, adopted... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
wisberg | now handling (init, clean, save) multiple results,... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
wisberg | spurious aspectjlib dir |
commit | commitdiff | tree | snapshot |
2005-06-16 |
wisberg | reflective calls outside the Java language |
commit | commitdiff | tree | snapshot |
2005-06-16 |
wisberg | reflective calls, bcel |
commit | commitdiff | tree | snapshot |
2005-06-16 |
avasseur | comment out dump - needs to be impl thru weaver option... |
commit | commitdiff | tree | snapshot |
next |