Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed order of join points during initialization to match 1.1 | jhugunin | 2003-01-08 | 1 | -4/+5 |
| | |||||
* | initial draft of doc on writing compiler tests | wisberg | 2003-01-07 | 1 | -0/+432 |
| | |||||
* | proper handling of inter-type fields with array types | jhugunin | 2003-01-07 | 3 | -7/+22 |
| | |||||
* | the type declared soft must be a subtype of Throwable | jhugunin | 2003-01-07 | 1 | -0/+14 |
| | |||||
* | more tests from bugzilla | jhugunin | 2003-01-07 | 5 | -1/+103 |
| | |||||
* | fixed source location | jhugunin | 2003-01-07 | 1 | -3/+3 |
| | |||||
* | exposing unique array creation code | jhugunin | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | avoiding aspect advising its own constructor | jhugunin | 2003-01-07 | 1 | -4/+4 |
| | |||||
* | fixed bug with ajcclinit in non-persingleton aspects | jhugunin | 2003-01-07 | 1 | -12/+13 |
| | |||||
* | removed tracing print | jhugunin | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | tests from bugzilla | jhugunin | 2003-01-07 | 6 | -7/+135 |
| | |||||
* | ignoring bin | jhugunin | 2003-01-07 | 1 | -0/+1 |
| | |||||
* | allowing large bug ids to make room for eclipse.org bugs | jhugunin | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | allowing large bug ids to make room for eclipse.org bugs | jhugunin | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | explaining more properties, basics of testing. | wisberg | 2003-01-06 | 1 | -11/+34 |
| | |||||
* | removed MPL header accidentally left in. | wisberg | 2003-01-06 | 1 | -20/+0 |
| | |||||
* | accidentally commented out short-circuit property | wisberg | 2003-01-06 | 1 | -1/+1 |
| | |||||
* | comments only. no build.jar update needed. | wisberg | 2003-01-06 | 1 | -2/+9 |
| | |||||
* | To run in eclipse without a launch configuration window | wisberg | 2003-01-06 | 1 | -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 compile | wisberg | 2003-01-06 | 1 | -0/+1 |
| | |||||
* | added keyword comment | wisberg | 2003-01-06 | 1 | -2/+3 |
| | |||||
* | added two harness test cases, for classpath (jar and dir) | wisberg | 2003-01-06 | 1 | -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) | wisberg | 2003-01-06 | 10 | -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 | wisberg | 2003-01-06 | 5 | -105/+258 |
| | | | | | | - implemented aspectpath, classpath, - removed CompilerRun state duplicated in sandbox - sandbox owns path assembly/formatting for javarun | ||||
* | bad javadoc comment | wisberg | 2003-01-06 | 1 | -1/+1 |
| | |||||
* | - added info line on failure with TestClassLoader classpath | wisberg | 2003-01-06 | 1 | -2/+4 |
| | |||||
* | - generalized copyFiles to handle file-file, file-dir, and dir-dir | wisberg | 2003-01-06 | 2 | -60/+201 |
| | |||||
* | enabling debug symbols | wisberg | 2003-01-04 | 2 | -1/+2 |
| | |||||
* | jython test scripts | jhugunin | 2003-01-03 | 1 | -0/+278 |
| | |||||
* | ignoring new Xlint warning | jhugunin | 2003-01-03 | 1 | -1/+1 |
| | |||||
* | incremental and application to binaries improved | jhugunin | 2003-01-03 | 9 | -63/+63 |
| | |||||
* | getting dependency info for inter-type methods | jhugunin | 2003-01-03 | 1 | -0/+1 |
| | |||||
* | incremental and working with binaries improved | jhugunin | 2003-01-03 | 4 | -65/+108 |
| | |||||
* | making jython-2.1 available for scripting | jhugunin | 2003-01-03 | 329 | -0/+73432 |
| | |||||
* | minor improvements to incremental mode | jhugunin | 2003-01-03 | 4 | -6/+19 |
| | |||||
* | making inter-type decls work with incremental mode | jhugunin | 2003-01-03 | 3 | -9/+17 |
| | | | | (partially there) | ||||
* | work-around for hack that makes BinaryTypeBinding extend SourceTypeBinding | jhugunin | 2003-01-03 | 1 | -0/+1 |
| | |||||
* | horrible hack making this a subtype of SourceTypeBinding | jhugunin | 2003-01-03 | 1 | -11/+12 |
| | |||||
* | looking at binary form issues | jhugunin | 2003-01-03 | 1 | -0/+6 |
| | |||||
* | more info messages | jhugunin | 2003-01-03 | 1 | -2/+4 |
| | |||||
* | better incremental support | jhugunin | 2003-01-03 | 1 | -1/+9 |
| | |||||
* | removed 1000 files at once limit | jhugunin | 2003-01-03 | 1 | -1/+3 |
| | |||||
* | better error for unsupported 'if' lexically inside cflow | jhugunin | 2003-01-01 | 1 | -3/+4 |
| | |||||
* | better errors for dominates circularities | jhugunin | 2003-01-01 | 1 | -1/+18 |
| | |||||
* | moved fixed tests | jhugunin | 2003-01-01 | 2 | -34/+37 |
| | |||||
* | fixed ordering of inter-dependent cflow entries | jhugunin | 2003-01-01 | 5 | -11/+50 |
| | | | | | fixed matching to privileged and inter-type field gets/sets which are method calls in bytecode | ||||
* | one more knownLimitation in error handling | jhugunin | 2003-01-01 | 1 | -1/+1 |
| | |||||
* | expanded coverage | jhugunin | 2003-01-01 | 1 | -1/+17 |
| | |||||
* | finished implementation of around inlining | jhugunin | 2003-01-01 | 24 | -159/+645 |
| | |||||
* | fixed apparantly-unused errordir attribute | wisberg | 2002-12-31 | 1 | -5/+0 |
| |