aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* making jython-2.1 available for scriptingjhugunin2003-01-03329-0/+73432
|
* minor improvements to incremental modejhugunin2003-01-034-6/+19
|
* making inter-type decls work with incremental mode jhugunin2003-01-033-9/+17
| | | | (partially there)
* work-around for hack that makes BinaryTypeBinding extend SourceTypeBindingjhugunin2003-01-031-0/+1
|
* horrible hack making this a subtype of SourceTypeBindingjhugunin2003-01-031-11/+12
|
* looking at binary form issuesjhugunin2003-01-031-0/+6
|
* more info messagesjhugunin2003-01-031-2/+4
|
* better incremental supportjhugunin2003-01-031-1/+9
|
* removed 1000 files at once limitjhugunin2003-01-031-1/+3
|
* better error for unsupported 'if' lexically inside cflowjhugunin2003-01-011-3/+4
|
* better errors for dominates circularitiesjhugunin2003-01-011-1/+18
|
* moved fixed testsjhugunin2003-01-012-34/+37
|
* fixed ordering of inter-dependent cflow entries jhugunin2003-01-015-11/+50
| | | | | fixed matching to privileged and inter-type field gets/sets which are method calls in bytecode
* one more knownLimitation in error handlingjhugunin2003-01-011-1/+1
|
* expanded coveragejhugunin2003-01-011-1/+17
|
* finished implementation of around inliningjhugunin2003-01-0124-159/+645
|
* fixed apparantly-unused errordir attributewisberg2002-12-311-5/+0
|
* minor comment changeswisberg2002-12-311-3/+5
|
* fixes to make ajctests mostly running - still getting some silent failures?wisberg2002-12-311-81/+46
|
* added information about proceed to around advice attributejhugunin2002-12-3120-90/+213
|
* boolean array read/writejhugunin2002-12-311-2/+23
|
* new advice binary formatjhugunin2002-12-313-0/+0
|
* initial version of unused/attic code for later referencewisberg2002-12-31131-0/+22975
|
* - combined the two call/execution entries wisberg2002-12-311-61/+88
| | | | - added Erik's entry wrt advising constructor calls
* around inlining works more oftenjhugunin2002-12-312-6/+29
|
* refactored hasThis kinda thingjhugunin2002-12-311-7/+1
|
* can't do around x initialization, jhugunin2002-12-316-55/+178
| | | | refactored hasThis kinda thing
* can't do around x initializationjhugunin2002-12-318-23/+36
|
* refactor hasThis kind of thingsjhugunin2002-12-311-9/+9
|
* local variable information is different than before (not better or worse, ↵jhugunin2002-12-3014-14/+27
| | | | just different...)
* moving now working testsjhugunin2002-12-302-72/+78
|
* using declare dominatesjhugunin2002-12-301-1/+1
|
* better coveragejhugunin2002-12-301-0/+21
|
* fixed to match fact that this syntax is forbiddenjhugunin2002-12-301-2/+2
|
* better errors for circularitiesjhugunin2002-12-301-2/+6
|
* not allowed on aspectsjhugunin2002-12-302-0/+9
|
* checking that parameter to after throwing isa Throwablejhugunin2002-12-301-0/+12
|
* fixed errorjhugunin2002-12-301-1/+1
|
* needed a !within(A)jhugunin2002-12-301-1/+1
|
* fixed to use declare dominatesjhugunin2002-12-301-3/+3
|
* fixed expected error linejhugunin2002-12-301-2/+2
|
* initial versions (neglected .lst files)wisberg2002-12-3064-0/+403
|
* minor Tester API tests brought down from atticwisberg2002-12-303-2/+268
|
* initial versionwisberg2002-12-281-0/+133
|
* correctly handling exceptions thrown from intro methodsjhugunin2002-12-249-20/+85
|
* added coverage for exceptions thrown from intro methods jhugunin2002-12-244-28/+64
| | | | these tests were inspired by failures compiling observer example
* fixed names of introduced membersjhugunin2002-12-241-2/+2
|
* fixed to use A.aspectOf() instead of A.ajc$perSingletonField for getting jhugunin2002-12-234-6/+10
| | | | | singleton aspects this lets us produce much better errors when the field is null
* better error handling jhugunin2002-12-237-7/+32
| | | | better handling of synthetic inter-type members
* better error lines jhugunin2002-12-231-8/+21
| | | | forcing a few tests to use -1.4 for correct declaring type at call sites