aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* fix for failing test case that aspects must be constructed after their jhugunin2003-01-223-0/+0
| | | | clinit has run
* test for Bugzilla Bug 29684 jhugunin2003-01-221-0/+60
| | | | Incremental: Commenting out conflict yeilds NullPointerException
* added test for Bugzilla Bug 29662 jhugunin2003-01-212-0/+50
| | | | VerifyError on accessing objects not accessible to the weaver: Incompatible object argument for invokespecial
* test for Bugzilla Bug 29689 jhugunin2003-01-212-0/+26
| | | | Declare precedence should not allow multiple * patterns
* test for Bug 29693 jhugunin2003-01-212-0/+39
| | | | Use of within with declare soft yeilds VerifyError 1.1b4
* test for Bug 29691 jhugunin2003-01-213-1/+37
| | | | Static inner aspects cannot reference user defined pointcuts
* ignoring some generated directoriesjhugunin2003-01-211-0/+1
|
* more coveragejhugunin2003-01-151-14/+32
|
* fixed visibility bug in test casejhugunin2003-01-155-2/+2
|
* added test for introduced final fields and rearranged somejhugunin2003-01-148-21/+62
|
* renamed "declare dominates" to "declare precedence"jhugunin2003-01-141-1/+1
|
* renamed "declare dominates" to "declare precedence"jhugunin2003-01-148-17/+17
|
* fixing bugsjhugunin2003-01-083-48/+72
|
* added version not in 'aspect' packagejhugunin2003-01-081-0/+15
|
* correct line numberjhugunin2003-01-081-1/+1
|
* fixed strange dependence on a file named foojhugunin2003-01-081-4/+4
|
* fixing and cleanup jhugunin2003-01-083-104/+37
| | | | all tests in ajcTests are either passing or flagged with purejava or knownLimitation
* fixed order of join points during initialization to match 1.1jhugunin2003-01-081-77/+114
|
* fixed order of join points during initialization to match 1.1jhugunin2003-01-081-5/+15
|
* 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
|
* more tests from bugzillajhugunin2003-01-075-1/+103
|
* fixed source locationjhugunin2003-01-071-3/+3
|
* avoiding aspect advising its own constructorjhugunin2003-01-071-4/+4
|
* tests from bugzillajhugunin2003-01-076-7/+135
|
* removed MPL header accidentally left in.wisberg2003-01-061-20/+0
|
* 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
* jython test scriptsjhugunin2003-01-031-0/+278
|
* ignoring new Xlint warningjhugunin2003-01-031-1/+1
|
* moved fixed testsjhugunin2003-01-012-34/+37
|
* one more knownLimitation in error handlingjhugunin2003-01-011-1/+1
|
* expanded coveragejhugunin2003-01-011-1/+17
|
* minor comment changeswisberg2002-12-311-3/+5
|
* fixes to make ajctests mostly running - still getting some silent failures?wisberg2002-12-311-81/+46
|
* new advice binary formatjhugunin2002-12-313-0/+0
|
* can't do around x initializationjhugunin2002-12-318-23/+36
|
* 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
|
* 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
|
* initial versionwisberg2002-12-281-0/+133
|
* added coverage for exceptions thrown from intro methods jhugunin2002-12-244-28/+64
| | | | these tests were inspired by failures compiling observer example