5 Révisions (b720626100766ec0c34985404d774eccb51efdc0)

Auteur SHA1 Message Date
  Andy Clement b720626100 Fix annotation style support for if(true) and if(false) il y a 2 ans
  Andrey Turbanov 4c8c90de69 Reduce empty array allocations il y a 2 ans
  Alexander Kriegisch 49cb924f54 Upgrade license from CPLv1/EPLv1 to EPLv2 il y a 3 ans
  Lars Grefer 72194b7982 'for' loop replaceable with enhanced 'for' loop il y a 3 ans
  Andy Clement c17032a561 mavenizing org.aspectj.ajdt.core - wip il y a 5 ans
  Andy Clement 34f33f6948 Upgrading to latest 1.9 compiler il y a 8 ans
  Andy Clement 55ebaa1530 384401 il y a 11 ans
  aclement e1d807495d 265356: positional info for anno style messages il y a 15 ans
  aclement c57e9c7b63 265360: test and fix for annotation style references from string pointcuts il y a 15 ans
  aclement 2fe4f4bae7 255856: test and fix: dont incorrectly process @target(Blah)+ il y a 15 ans
  aclement ee77d7cdc0 remove unused code il y a 15 ans
  aclement a728a0ea63 fixed eclipse warnings il y a 15 ans
  aclement f56eb37f77 fixed eclipse warnings il y a 15 ans
  aclement 5fd25b258c fixed eclipse warnings il y a 15 ans
  aclement 7097e53a05 organized imports il y a 16 ans
  aclement 45b5c47ddc test and fix for 174385 il y a 16 ans
  aclement cab36df2b1 AspectJ6: picking up compiler interface changes: fields have moved to bits il y a 16 ans
  aclement 2966d25ce9 pr169428: text and fix for checking decp annotation specified on construct inside an aspect type il y a 16 ans
  aclement 9ffc63b51a tests and fix for 135068: verifyerror for @AJ il y a 18 ans
  aclement 41f1f3a417 fix for NPE : 130837 il y a 18 ans
  aclement d4219e12ea test and fix for 121616 il y a 18 ans
  aclement deaa590e83 fixes for 125475/125480 - matches nothing @AJ support. Definetly *NOT* as clean as it could be, but works. il y a 18 ans
  aclement 4907493004 test and fix for 114875 il y a 18 ans
  avasseur 794f9b5eaf #108892 cannot reproduce: hierarchy of aop.xml accross classloader test is fine il y a 18 ans
  avasseur e1d674faa6 ajdtcore for abstract @Pointcut il y a 18 ans
  avasseur 8a34d98b67 #108488 @AspectJ perthis(..) was broken for some pointcut issue il y a 18 ans
  avasseur 823947e4fd #107953 @AfterThrowing/Returning checks when extra formal is not bound il y a 18 ans
  acolyer d485f9bcc4 fix for pr108123 and pr106500 - better diagnostics and exceptions, plus support for -Xdev:Pinpoint il y a 18 ans
  acolyer b9ed3b52ae fix for pr107953, @AfterThrowing with no formal il y a 19 ans
  acolyer 0f181ac687 fix for bug 98952: @AJ if pointcut il y a 19 ans
  acolyer 15c5be04ed fix for 98952 : @AJ if pointcut il y a 19 ans
  acolyer cad71c760d makes fromBinding in EclipseFactory an instance rather than static method. This paves the way for fromBinding to return a ResolvedType (which needs the world that the instance contains) rather than an UnresolvedType. il y a 19 ans
  acolyer 17f150e103 This is the beginning of a significant refactoring needed to cleanly support generics. We need to be much crisper about when we have an unresolved type (plain old TypeX) and when we have a resolved type. This refactoring renames TypeX to UnresolvedType and ResolvedTypeX to ResolvedType. In addition, it moves a number of methods that were defined on TypeX but which can only be answered by resolved types down onto ResolvedType. At the moment, ResolvedType still extends UnresolvedType - but a ResolvedType is *not* a UnresolvedType and this inheritance of convenience will be broken down the line so that ResolvedType does not extend UnresolvedType. Full signature information can only be known for ResolvedTypes. il y a 19 ans
  acolyer 05eccb2300 enable compilation of @AfterReturning(pointcut="...") il y a 19 ans
  acolyer 9cc00566ff it's a whole new compiler in there... il y a 19 ans
  aclement 88e093e000 organized imports il y a 19 ans
  acolyer 75c1c3ea4d support in ajc for parsing and error reporting of @AspectJ style aspect definitions (aspect, pointcut, advice only at this point). Also include the AddAtAspectJAnnotationsVisitor support. Switch off using -Xdev:NoAtAspectJProcessing. il y a 19 ans