Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reduced min Java version to 1.6 | Andy Clement | 2016-12-16 | 1 | -4/+24 |
| | |||||
* | refactoring to use generics, reduce warnings | Andy Clement | 2016-01-20 | 7 | -56/+45 |
| | |||||
* | 456457: unresolvable member fix. Testcode for 456801,455608 | Andy Clement | 2015-01-07 | 1 | -0/+17 |
| | |||||
* | Fix 436653: conditional aspect activation plus various polish | Andy Clement | 2014-10-06 | 1 | -6/+6 |
| | | | | | | | | | | | | | | 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. | ||||
* | Tests more reliable on 1.7 and later | Andy Clement | 2014-08-08 | 1 | -1/+2 |
| | |||||
* | Update JDT to 2b07958 | Andy Clement | 2014-08-07 | 2 | -1/+18 |
| | |||||
* | Tidy up post APT changes | Andy Clement | 2014-08-05 | 1 | -1/+1 |
| | |||||
* | add apt tests | hsestupin | 2014-08-01 | 1 | -0/+4 |
| | | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com> | ||||
* | pushed test method up | Andy Clement | 2014-05-12 | 1 | -0/+13 |
| | |||||
* | merging 1.7.4 fixes into 1.8.0 | Andy Clement | 2014-03-18 | 1 | -1/+2 |
| | |||||
* | AspectJ 1.8 | Andy Clement | 2013-07-29 | 1 | -10/+12 |
| | |||||
* | more changes to make if point cut generated names stable | Andy Clement | 2013-01-23 | 1 | -1/+8 |
| | |||||
* | Allow code generation hints for generated compiler names | Andy Clement | 2013-01-21 | 1 | -1/+14 |
| | |||||
* | 386341 | Andy Clement | 2012-10-01 | 1 | -2/+14 |
| | |||||
* | can run tests on 1.7 vm | aclement | 2011-09-14 | 1 | -0/+6 |
| | |||||
* | refactoring: pulled testcode up into this class from subtypes | aclement | 2011-08-05 | 1 | -0/+79 |
| | |||||
* | collect output from forked java task !!!! | aclement | 2011-05-18 | 1 | -1/+40 |
| | |||||
* | polish. vmargs added (now obeys dtd) but unused | aclement | 2011-05-02 | 1 | -60/+69 |
| | |||||
* | polish | aclement | 2011-05-02 | 1 | -4/+1 |
| | |||||
* | generics | aclement | 2011-05-02 | 1 | -4/+2 |
| | |||||
* | 310506: optional aspects | aclement | 2010-06-16 | 2 | -0/+58 |
| | |||||
* | can choose to print the test output | aclement | 2010-05-10 | 1 | -179/+197 |
| | |||||
* | fixed path | aclement | 2008-10-30 | 1 | -1/+1 |
| | |||||
* | reactivate test: 247914 | aclement | 2008-10-30 | 1 | -1/+1 |
| | |||||
* | 246125: the SPLIT | aclement | 2008-10-22 | 1 | -173/+171 |
| | |||||
* | removed unncessary jar reference | aclement | 2008-06-04 | 1 | -9/+8 |
| | |||||
* | AspectJ6: improved diagnostics for failure case | aclement | 2008-01-16 | 1 | -1/+2 |
| | |||||
* | AspectJ6: copes with 1.6 environment | aclement | 2008-01-16 | 1 | -0/+5 |
| | |||||
* | 166580, comment #6: harness now allows you to specify if ordering is ↵ | aclement | 2006-12-22 | 3 | -16/+70 |
| | | | | important in expected output | ||||
* | Bug 155033 "Use ajcore for LTW problems" (move System Property handling) | mwebster | 2006-11-06 | 1 | -0/+20 |
| | |||||
* | 145963: binary entries in the model: various parts to the fix. | aclement | 2006-08-18 | 1 | -1/+0 |
| | |||||
* | Bug 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" (fix ↵ | mwebster | 2006-08-16 | 1 | -1/+11 |
| | | | | build break and improve diagnostics) | ||||
* | Bug 153772 "Support stdout/stderr specifications for the ant compiler test step" | mwebster | 2006-08-14 | 1 | -14/+19 |
| | |||||
* | Bug 152982 "org.aspectj Restructure - Phase 2: Move tests" (fail XML test if ↵ | mwebster | 2006-08-09 | 2 | -3/+5 |
| | | | | JVM not supported) | ||||
* | tests (?) and fixes for 152873 - optimized check for @AJ aspects in LTW | aclement | 2006-08-08 | 1 | -1/+2 |
| | |||||
* | better diagnostic message. | aclement | 2006-08-04 | 1 | -4/+8 |
| | |||||
* | update license to EPL | acolyer | 2006-06-01 | 11 | -22/+22 |
| | |||||
* | fixes for 137235 (contributed by Ron): more intelligent logic for ↵ | aclement | 2006-05-04 | 2 | -8/+46 |
| | | | | determining if a path entry is a jar/zip (don't just rely on suffix, some new .bndl files seem to be becoming popular...) | ||||
* | fixes for 118715 from Matthew. | aclement | 2005-12-06 | 3 | -1/+26 |
| | |||||
* | Matthews patches from 95529 | aclement | 2005-11-11 | 1 | -1/+1 |
| | |||||
* | fix for 95516 (-outxml / -outxmlfile) - from Matthew. | aclement | 2005-11-07 | 2 | -0/+23 |
| | |||||
* | make sure the harness translates path separators for those of us working on ↵ | acolyer | 2005-11-03 | 1 | -0/+1 |
| | | | | superior platforms ;) | ||||
* | Code for enhancement 107741: Updated WeavingURLClassLoader (thanks to ↵ | aclement | 2005-10-14 | 2 | -1/+34 |
| | | | | Matthew Webster for the patch) | ||||
* | Let the bug floodgates open, reweavable is now default (pr91417) | aclement | 2005-10-05 | 1 | -3/+1 |
| | |||||
* | doh! | acolyer | 2005-09-22 | 1 | -0/+1 |
| | |||||
* | attempt to create the right classpath for running org.aspectj.weaver.tools ↵ | acolyer | 2005-09-22 | 1 | -1/+11 |
| | | | | tests on the build machine... | ||||
* | use the right version property. | aclement | 2005-09-15 | 1 | -5/+4 |
| | |||||
* | unused imports (only) | wisberg | 2005-06-09 | 1 | -2/+32 |
| | |||||
* | Getting tests to run properly on 1.3 - modified vmlevel in AjcTest and put ↵ | aclement | 2005-05-18 | 1 | -1/+1 |
| | | | | guards on some 1.4 tests (not pretty, but works) | ||||
* | remove bad _IDE folder instead of bin/ that leads to odd side effects, add ↵ | avasseur | 2005-05-11 | 1 | -2/+1 |
| | | | | tools.jar to tests .classpath module for LTW tests using AntSpec |