2470 Commits (a675b659cdc4da45383551e75c9472556c095f94)
 

Author SHA1 Message Date
  aclement a675b659cd Patch for 81846: Submitted by Attila Lendvai. Seems to just be hiding a problem where we report errors on empty lines though ?!? 19 years ago
  aclement efecc457e9 GenericsWork: Minor mod to Member.typesToSignature() call - now the caller can request raw type or parameterized type info. 19 years ago
  aclement 4eca989c51 GenericsWork: simplified now typeX's know about raw type info 19 years ago
  aclement 607fc10e38 GenericsWork: TypeX's know their rawTypeSignature in addition to their parameterized signature. 19 years ago
  aclement 854c88668a GenericsWork: marked declaredSignature as potentially redundant - review prior to 1.5.0 completion 19 years ago
  aclement 26f7815e30 GenericsWork: signature parsing made generics aware. Added getDeclaredSignature() - not currently used yet ... may yet prove redundant... 19 years ago
  aclement e842bdea03 GenericsWork: new test programs for bug reports. 19 years ago
  aclement 2ab848aab7 GenericsWork: packaged version of new BCEL features for supporting generics. work in progress. 19 years ago
  aclement 23acd0c596 GenericsWork: testcode for verifying signature parsing is behaving. work in progress. 19 years ago
  aclement 43952a14cc GenericsWork: Some sick signatures that are possible, not all currently used in testing 19 years ago
  aclement 5027659c5f GenericsWork: Angly aware signature processing. 19 years ago
  aclement d21465f014 GenericsWork: Lots of changes in here, tidying stuff up, moving it around. Have made some of the signature processing generics aware (still work in progress) - also started adding new parsing code for the more complex signatures we are likely to encounter, this is tested but not currently used anywhere. See GenericSignatureParsingTest 19 years ago
  aclement a2face5f02 GenericsWork: Members now recognize that they can have a signature attribute attached that records the signature pre-erasure. It is accessible through 'getDeclaredSignature()' and is resolved lazily. 19 years ago
  acolyer f800dc9be1 ignore bintest directories 19 years ago
  avasseur 602bbf26fd test case fix 19 years ago
  wisberg c9f17408cf bug 97408 - extra newline 19 years ago
  avasseur 883a12ba64 @AJ aspect inheritance and static pc ref 19 years ago
  avasseur f14646f57a #96371 META-INF/aop.xml lookup fix + test 19 years ago
  wisberg d60e26a239 no -- in comments; use - 19 years ago
  wisberg 427508b367 skipping unrun tests 19 years ago
  wisberg 8f2cdb75d7 empty test case for Ant junit 19 years ago
  wisberg 0a7d11512f duplicate aj.build.jar definition, new junit target - cc still looking for wrong output 19 years ago
  wisberg 6ac43cae92 junit.excludes - yuck! 19 years ago
  wisberg 35180dd656 not requiring 1.5 19 years ago
  wisberg ea1e24808f empty pseudo-test required by ant junit 19 years ago
  wisberg 0604f09865 making Test a TestCase 19 years ago
  wisberg 773ad11244 interactive guard to preserve automated runnability of *Test.java 19 years ago
  wisberg 35adc8d1bf new target "junit-test" builds and runs JUnit (leaf) *Test.java and *TestCase.java 19 years ago
  wisberg b216239255 conditional definition of junitreport 19 years ago
  wisberg 46e11ec0f4 removing echos unused afaik 19 years ago
  wisberg 9e01ce8e2f uncommented preflight to ensure javadoc is invocable - in this case tests don't run but pass (false positives) 19 years ago
  wisberg c9333e38ad expanded test for tools.jar to cases where jar is available but VM can't load the classes 19 years ago
  wisberg 0b30f3e8c6 test failing, emailed mik to investigate. added empty pseudo-test required by ant junit 19 years ago
  wisberg 3592ad39dc empty pseudo-test required by ant junit 19 years ago
  wisberg b92e01c1c5 empty pseudo-test required by ant junit 19 years ago
  wisberg c0ad76a56f forget the empty pseudo-test required by ant junit 19 years ago
  wisberg 573f95e5a8 test fails unless setup and run manually, so skipped with instructions 19 years ago
  wisberg 43a96989f0 pure binary weaving example 19 years ago
  wisberg ce06e91f51 pure binary weaving example 19 years ago
  avasseur 4f46be7c62 moved bcel things to bcel package in weaver, deow test + fix for @AJ 19 years ago
  avasseur 49c3978146 deow @AJ + @AfterXX annotation warnings + test + JDWP sample for LTW tests + some AJ5 doc fix 19 years ago
  wisberg 92dfe7b7e9 aspectjlib sources not copied - need to include in install testing 19 years ago
  wisberg c4d261c9d1 run-all-junit-tests, new module build.xml, eclipse variables 19 years ago
  wisberg 2afa9c9148 newbuild.xml replacing build.xml, with Alex ok 19 years ago
  wisberg 79d3b2f57f unused imports 19 years ago
  wisberg fb4454e817 imports only 19 years ago
  wisberg b375626119 adding xml-apis.jar and xercesImpl.jar for SAX dependencies (for JDK 1.3) 19 years ago
  wisberg f978a92570 skipping xml-apis.jar, xercesImpl.jar 19 years ago
  aclement 628b0a06ec dump the problem in the case when we are about to abort... 19 years ago
  aclement 4ca68baf9d Getting tests to run properly on 1.3 - modified vmlevel in AjcTest and put guards on some 1.4 tests (not pretty, but works) 19 years ago