aboutsummaryrefslogtreecommitdiffstats
path: root/ajdoc/testsrc
Commit message (Collapse)AuthorAgeFilesLines
* mavenizing ajdoc - wipAndy Clement2019-01-2915-2919/+0
|
* 1.9.2.RC1 changesV1_9_2_RC1Andy Clement2018-09-293-19/+34
|
* Support Java10Andy Clement2018-04-181-4/+7
|
* Updates to better cope with future JDKsAndy Clement2017-11-092-3/+5
| | | | | | | | | | | | | | The version handling in LangUtil has been overhauled to cope better with post 1.8 releases (JDK9 and JDK10 or 18.3 or whatever they call it). As part of this moved to treating JDK9 as '9' rather than '1.9'. Also removed duplicate version processing logic and had that defer to the one place in LangUtil where we now deal with it. Includes some generics tidyup in ajdoc. More ajdoc work is necessary for Java10 because it removes the standard doclet (old style). However trying to invoke the internal Javadoc handler in Java10 is failing due to module visibility rules.
* Various changes to get tests passing on 1.8 and 1.9Andy Clement2017-09-244-44/+56
|
* Bring Java9 branch in line with 1.8.11 progressAndy Clement2017-09-211-4/+0
|\
| * fix warnings in build - support .isJava8 option in buildV1_8_10Andy Clement2016-12-091-3/+0
| |
* | Merged post 1.8.5 changes into Java9 branchAndy Clement2017-09-201-1/+1
|\|
* | Fix classpath for tests on Java9Andy Clement2016-06-271-1/+7
|/
* Fix 436653: conditional aspect activation plus various polishAndy Clement2014-10-062-45/+161
| | | | | | | | | | | | | | Modified test expectation system so it is possible to say the test cares about one particular message and the rest do not matter (prefix message string with '*') - crude but quick. Polished many places to exploit generics Upgraded all the tests to work on Java8 - some serious changes regarding ajdoc on Java8. Hopefully it has stayed backwards compatible with earlier JDK versions (e.g. if using AspectJ 1.8.3+ with a JDK less than 8) but no explicit testing done for this.
* fixing for Javadoc differences in 1.8Andy Clement2014-08-083-32/+52
|
* minimalModel ON by default. demotion ON by default (for AJDT as well as LTW)aclement2011-08-051-111/+91
|
* eclipse: testcode: redundant null checkaclement2008-08-224-6/+6
|
* eclipse: redundant null checkaclement2008-08-221-2/+2
|
* removed unnecessary codeaclement2008-08-226-42/+42
|
* 230234 comment 10 - ajdoc modifications and testsaclement2008-07-181-0/+4
|
* 164340: ajdoc fix and testaclement2008-06-111-0/+22
|
* 164356: test and fix: ajdocaclement2008-03-201-0/+26
|
* tests and fixes for 148906: Support -Xlintfile for ajdocaclement2006-10-233-1/+181
|
* Bug 113948 "Repackage AspectJ" (move module root suites out of default package)mwebster2006-07-301-1/+1
|
* Fix build: move createEmptySandbox() from FileUtil back to Ajc to avoid ↵mwebster2006-06-151-3/+3
| | | | JUnit dependency problem in util project
* Make sandbox directories unique among workspaces e.g. ↵mwebster2006-06-151-36/+3
| | | | c:\temp\ajcSandbox\org.aspectj\ajcTes1234.tmp
* update license to EPLacolyer2006-06-018-18/+34
|
* test and fixes for 143930, 143924aclement2006-05-301-1/+1
|
* test and fix for 134063aclement2006-03-312-0/+29
|
* test and fix for 132130aclement2006-03-171-1/+1
|
* pr121711 - from Helen - comment #19aclement2006-01-161-0/+185
|
* pr121711 - from Helen - removing >1.3 apis that were introduced in previous ↵aclement2006-01-161-2/+2
| | | | patch.
* more ajdoc changes - see pr121711 - from Helen.aclement2006-01-134-136/+1088
|
* ajdoc changes - moving to using a sandbox for testing, plus other bits and ↵aclement2006-01-1313-556/+960
| | | | pieces - see pr121711 - from Helen.
* fixes for ajdoc crash - bug 122728aclement2006-01-092-0/+99
|
* fix from comment #14 on bug 119453 to do with incorrect results for decp ↵aclement2006-01-091-0/+12
| | | | statements. (from helen)
* ajdoc: fixes for 58520 from Helen.aclement2005-12-212-0/+113
|
* ajdoc: fixes from Helen for 119453aclement2005-12-212-0/+238
|
* Helens changes to ensure these tidy up after themselves and avoid ↵aclement2005-11-071-2/+12
| | | | synchronization being a pain.
* Fixed Bug #56779: [ajdoc] add ajdoc support for inter-type declarations and ↵mkersten2005-10-057-20/+74
| | | | | | other declare forms Also fixed ajdoc tests to run correctly when executed via RunTheseBeforeYouCommit tests (previously they were not being run and silently failing).
* unused imports (only)wisberg2005-06-091-2/+0
|
* Package Tests file, aspectjrt.jar finderwisberg2005-06-085-15/+68
|
* not requiring 1.5wisberg2005-05-211-3/+4
|
* Fixed 3 bugs reported in bug#82340, including correct use of visibility ↵mkersten2005-01-132-13/+42
| | | | modifiers.
* Updated to support running on JDK 1.5, and fixed related bug#82218mkersten2005-01-132-16/+41
|
* Fixed bug#71811 "AJDoc: should be able to set encoding like javadoc"mkersten2004-08-201-1/+19
|
* organized imports.aclement2004-07-291-3/+0
|
* Fixed bug#70008 "problem with ajdoc -public"mkersten2004-07-142-26/+53
|
* Fixed bug#69011 "ajdoc fails when using default package"mkersten2004-07-051-1/+3
|
* Fixed: 68494 ajdoc does not support .aj filesmkersten2004-06-241-3/+3
|
* Clean-up ensuring no resources modified as a result of test runs.mkersten2004-04-082-1/+3
|
* Extended test coverage.mkersten2004-04-082-14/+113
|
* Extended test coverage to various permutations of crossing package and type ↵mkersten2004-04-081-12/+21
| | | | boundaries with links.
* Moved from the other package.aclement2004-04-071-0/+32
|