aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core/testsrc
Commit message (Collapse)AuthorAgeFilesLines
* mavenizing org.aspectj.ajdt.core - wipAndy Clement2019-01-2946-11527/+0
|
* polishAndy Clement2018-10-111-2/+2
|
* polishAndy Clement2018-10-114-30/+130
|
* Reverse default - behave like 1.5 (support annotations) by defaultAndy Clement2018-10-106-31/+33
|
* More fixes for 1.9.2V1_9_2_RC2Andy Clement2018-10-011-1/+1
| | | | | | - update to more recent JDT to pickup Nestmates fix - bcel updated for NestMembers/NestHost attributes - testcases for nestmates
* 1.9.2.RC1 changesV1_9_2_RC1Andy Clement2018-09-292-1/+4
|
* Support Java10Andy Clement2018-04-181-1/+1
|
* Updates for 1.9.0.RC4 - latest JDTV1_9_0_RC4Andy Clement2018-02-211-0/+24
|
* oops, really remove dodgy testAndy Clement2018-02-141-1/+1
|
* temporarily remove dodgy testAndy Clement2018-02-141-2/+3
|
* add genericsAndy Clement2018-02-141-17/+26
|
* New simple tests for buildconfigAndy Clement2018-02-142-1/+206
|
* Adjusted to refer to ASM 6 non betaAndy Clement2018-02-141-3/+7
|
* Adjust how classpath entries manipulated for Java9 supportAndy Clement2017-10-203-28/+67
| | | | | | | | | | | | | | | | Prior to this AspectJ would discard ignore the ClasspathEntry objects built by JDT and just work with the classpath as a string, driving the JDT FileSystem to rebuild classpath entries again at a later date using the string. This is more complex in Java9 because the string representation was losing whether some entries came in via modulepath. ClasspathEntry construction for modulepath entries is non trivial (since the module-info must be processed). The new version will cache some of the ClasspathEntry objects (those built for modulepaths) and do more work on the AspectJ side building classpath entries in general. It now passes these entries to a different FileSystem entry point rather than the entry point that takes a string path.
* wip allowing flexibility in test infra for using modules with subdirsAndy Clement2017-10-201-5/+10
|
* Various changes to get tests passing on 1.8 and 1.9Andy Clement2017-09-241-0/+2
|
* various changes to make more tests pass on Java9Andy Clement2017-09-221-5/+5
|
* refixed now that target bits don't overlap with JDT bitsAndy Clement2017-09-211-15/+6
|
* Bring Java9 branch in line with 1.8.11 progressAndy Clement2017-09-212-3/+3
|\
| * Upgraded to new JDT compiler - neon.1 and a bitAndy Clement2016-11-073-18/+18
| |
* | Merged post 1.8.5 changes into Java9 branchAndy Clement2017-09-201-3/+2
|\|
| * refactoring to use generics, reduce warningsAndy Clement2016-01-201-4/+3
| |
* | minor tweaks to better handle J9Andy Clement2017-09-201-5/+0
| |
* | Fix classpath for tests on Java9Andy Clement2016-06-273-38/+56
| |
* | Upgrading to latest 1.9 compilerAndy Clement2016-06-175-32/+34
|/
* Fix 436653: conditional aspect activation plus various polishAndy Clement2014-10-061-30/+51
| | | | | | | | | | | | | | 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.
* Tidy up post APT changesAndy Clement2014-08-052-7/+3
|
* annotation processing in aspectjhsestupin2014-08-011-5/+28
| | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com>
* AspectJ 1.8Andy Clement2013-07-291-0/+4
|
* Use class file attributes to find containing classAndy Clement2013-05-311-4/+4
| | | https://bugs.eclipse.org/bugs/show_bug.cgi?id=407494
* 386341Andy Clement2012-10-011-16/+84
|
* 73507 - it'd fields on interfaces no longer get mangled names by defaultAndy Clement2012-08-172-1/+11
|
* genericsAndy Clement2012-03-022-30/+32
|
* genericsaclement2011-12-101-12/+13
|
* genericsaclement2011-12-101-1/+1
|
* force java 1.5 in testaclement2011-12-101-1/+4
|
* cope with new messages in testaclement2011-12-101-2/+7
|
* Java7 merge - in progressaclement2011-12-022-2/+2
|
* 239649 and primitives no longer all resolved by defaultaclement2011-08-121-73/+68
|
* 328099: currently inactive examples of how we might turn on a security ↵aclement2011-05-021-1/+53
| | | | manager for tests
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=329268 from Nierajaclement2010-11-224-27/+641
|
* genericsaclement2010-07-141-13/+31
|
* 318884: incremental: member typesaclement2010-07-061-105/+101
|
* try N drive before C to keep the damn temp files orf my SSDaclement2009-09-151-2/+5
|
* 124460: simple basic control of weaving via aop.xmlaclement2009-02-091-0/+8
|
* path fixaclement2008-10-301-3/+3
|
* reactivate test: 247914aclement2008-10-301-3/+6
|
* matcher on classpath for build machine test runsaclement2008-10-291-7/+13
|
* 246125: the SPLITaclement2008-10-222-10/+20
|
* 251277: making asmmanager non-singletonaclement2008-10-203-846/+832
|