summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed order of join points during initialization to match 1.1jhugunin2003-01-081-4/+5
|
* initial draft of doc on writing compiler testswisberg2003-01-071-0/+432
|
* proper handling of inter-type fields with array typesjhugunin2003-01-073-7/+22
|
* the type declared soft must be a subtype of Throwablejhugunin2003-01-071-0/+14
|
* more tests from bugzillajhugunin2003-01-075-1/+103
|
* fixed source locationjhugunin2003-01-071-3/+3
|
* exposing unique array creation codejhugunin2003-01-071-1/+1
|
* avoiding aspect advising its own constructorjhugunin2003-01-071-4/+4
|
* fixed bug with ajcclinit in non-persingleton aspectsjhugunin2003-01-071-12/+13
|
* removed tracing printjhugunin2003-01-071-1/+1
|
* tests from bugzillajhugunin2003-01-076-7/+135
|
* ignoring binjhugunin2003-01-071-0/+1
|
* allowing large bug ids to make room for eclipse.org bugsjhugunin2003-01-071-1/+1
|
* allowing large bug ids to make room for eclipse.org bugsjhugunin2003-01-071-1/+1
|
* explaining more properties, basics of testing.wisberg2003-01-061-11/+34
|
* removed MPL header accidentally left in.wisberg2003-01-061-20/+0
|
* accidentally commented out short-circuit propertywisberg2003-01-061-1/+1
|
* comments only. no build.jar update needed.wisberg2003-01-061-2/+9
|
* To run in eclipse without a launch configuration window wisberg2003-01-061-6/+33
| | | | | | | (which crashes my NT - http://bugs.eclipse.org/bugs/show_bug.cgi?id=29011 ), create a file "HarnessArgs.txt" in the run directory for any arguments.
* added classpath element to compilewisberg2003-01-061-0/+1
|
* added keyword commentwisberg2003-01-061-2/+3
|
* added two harness test cases, for classpath (jar and dir) wisberg2003-01-061-1/+24
| | | | | | | | and aspectpath. Currently all cases using ErrorWarning.java give unexpected results because the declare warning does not work.
* two harness test cases, for classpath (jar and dir) wisberg2003-01-0610-0/+165
| | | | | | | | and aspectpath. Binaries are checked in, as are binary sources and a build script. Test specifications are in tests/ajcHarnessTests.xml. (also checked in) with the build script
* - test class loader fix for test classes loaded from jars wisberg2003-01-065-105/+258
| | | | | | - implemented aspectpath, classpath, - removed CompilerRun state duplicated in sandbox - sandbox owns path assembly/formatting for javarun
* bad javadoc commentwisberg2003-01-061-1/+1
|
* - added info line on failure with TestClassLoader classpathwisberg2003-01-061-2/+4
|
* - generalized copyFiles to handle file-file, file-dir, and dir-dirwisberg2003-01-062-60/+201
|
* enabling debug symbolswisberg2003-01-042-1/+2
|
* jython test scriptsjhugunin2003-01-031-0/+278
|
* ignoring new Xlint warningjhugunin2003-01-031-1/+1
|
* incremental and application to binaries improvedjhugunin2003-01-039-63/+63
|
* getting dependency info for inter-type methodsjhugunin2003-01-031-0/+1
|
* incremental and working with binaries improvedjhugunin2003-01-034-65/+108
|
* 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
|