2160 Commits (8766cadf5e70cf564ebc6699e48e3b2b7f20ad0a)
 

Author SHA1 Message Date
  aclement 13e4bfbf76 More accessors for the different types of value. 19 years ago
  aclement 0549a59596 Fixed URLs 19 years ago
  aclement 0ad50d6ba3 Plugins for tutorial. 19 years ago
  aclement a2150af444 Use ability to remove problems when building using intermediate compilation results (fix doubling of tasks/deows in inc building) 19 years ago
  aclement 0ee8586373 Includes ability to remove problems from a compilation result. 19 years ago
  acolyer 900e12978d @xxx(@Foo) -> @xxx(Foo) 19 years ago
  wisberg fdc14b8ff9 working bash script 19 years ago
  wisberg 5d4864c66f tracing-lt added to collection targets 19 years ago
  aclement 6f1d4d92f9 Flag indicating if this advice actually matched anything at all. 19 years ago
  aclement 59bee73c83 Needed for SuppressAjWarnings support 19 years ago
  aclement 75207c8bdc Deal with putting out the non-matching advice lint warning 19 years ago
  aclement 961da2a081 Utility method adding for quizing whether you can find a SuppressAjWarnings annotation amongst some bunch of annotations and whether it suppresses a particular lint warning. 19 years ago
  aclement 7eae61c0a9 signature for org.aspectj.lang.annotation.SuppressAjWarnings added. 19 years ago
  aclement b5c05b1538 New lint message added for non-matching advice warning 19 years ago
  aclement 3f69726833 SuppressAjWarnings test. 19 years ago
  acolyer 4a3f364303 better handling on a 1.4 vm 19 years ago
  acolyer 8c5754b946 remove syserr 19 years ago
  aclement fd31299643 Updated with suppression attribute for non-matching advice. 19 years ago
  acolyer 2eb9dd8121 only inspect results if test could run 19 years ago
  acolyer 5a308d4ff7 vmLevel attributed should be just vm... 19 years ago
  aclement e282c5d4de SuppressAjWarnings test. 19 years ago
  aclement 14853f9256 Make the aspectj5rt classes available for writing 1.5 tests. 19 years ago
  aclement 2e7d6a2114 Didnt have a default. 19 years ago
  acolyer 2b7c79e4df parsing updates for declare annotation, annotations on itds, and use of around as a method name 19 years ago
  acolyer b4574b90b2 support for annotations on ITDs, and declare annotation 19 years ago
  aclement db5e1868bb temporary removal of jsr45 attribute as its format crashes some JVMs. (see pr80430) - it will be readded once fixed properly. 19 years ago
  aclement b48fcfb6da extra entry for bin 19 years ago
  aclement 479d5a8d83 Support for @within(), @withincode() annotation binding. 19 years ago
  aclement 3534aad5ed Testcases for @within() and @withincode() binding. 19 years ago
  aclement 200fd222d6 corrected typo 19 years ago
  aclement e726da044a organized imports 19 years ago
  acolyer fde9f24753 fix bug whereby we were statically matching annotations that we shouldn't 19 years ago
  acolyer 1381903ac8 move all java 5 tests out of code and back into .xml files now that we can compile them properly 19 years ago
  acolyer 382b7330f4 better support for weaveInfo message, <weave> step, and stderr/out validation from runs. 19 years ago
  aclement 8cefe0a7e3 Changed name and added definition of values. 19 years ago
  aclement b6395fd17c Although there isn't anything to resolve - we should say we have tried... 19 years ago
  aclement 3eee4587c6 New type pattern kind introduced to represent '@Annotation *' 19 years ago
  aclement a3a53137d5 Tests for 2 new annotation bugs: (1) Using the pattern '@Annotation *' in declare parents wasn't working (2) Using an annotation without importing it was causing the compiler to go bang. 19 years ago
  wisberg 698ad9633f aspectj5rt.mf.txt is now the manifest in aspectjrt.jar (per build alias in build/src/.../Builder.properties), so this is disabled (not deleted since undeleting in CVS is, um, awkward) 19 years ago
  wisberg 6c4cffea45 test placeholder 19 years ago
  wisberg 7dd69aace9 new module for Java5-specific additions to aspectjrt.jar. aspectjrt.jar is assemble from this and its required module runtime. It requires Java 5; Eclipse developers not using 3.1 or Java 5 should close this module. In Ant, the java5-src directory will be ignored unless Ant is run under a 1.5 or later VM. See the build docs for more details. 19 years ago
  wisberg 885b4f017b Building releases under 1.5 now. Scripts should define java15.home and should invoke the target build-13-check before doing the release build. 19 years ago
  wisberg 0e00ca5fc8 testing aspectj5rt module 19 years ago
  wisberg 0bf0bcc260 support for building Java 5 sources 19 years ago
  wisberg b3d5619b56 Module aliases in a .properties file 19 years ago
  wisberg ed0ceb76f0 Constants 19 years ago
  wisberg c92e64aa1f support for building Java 5 sources 19 years ago
  wisberg 7fd7d6b287 serialVersionUID 19 years ago
  wisberg b9cffdeaaa cvsignore for .generated.[lst|ajsym] 19 years ago
  aclement 06a9daf851 Performance optimization - use stringbuffer (found using xray) 19 years ago