Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | annoValMatch: allow '=' as a pseudo token so it can be seen correctly in ↵ | aclement | 2008-02-25 | 1 | -0/+0 | |
| | | | | pointcuts: execution(@Foo(a=b,c=d) * *(..)) | |||||
* | annoValMatch: allow '=' as a pseudo token so it can be seen correctly in ↵ | aclement | 2008-02-25 | 1 | -0/+0 | |
| | | | | pointcuts: execution(@Foo(a=b,c=d) * *(..)) | |||||
* | annoValMatch: allow '=' as a pseudo token so it can be seen correctly in ↵ | aclement | 2008-02-25 | 1 | -0/+0 | |
| | | | | pointcuts: execution(@Foo(a=b,c=d) * *(..)) | |||||
* | annoValMatch: implementation | aclement | 2008-02-25 | 2 | -8/+300 | |
| | ||||||
* | annoValMatch: implementation | aclement | 2008-02-25 | 1 | -2/+2 | |
| | ||||||
* | annoValMatch: implementation | aclement | 2008-02-25 | 1 | -1/+1 | |
| | ||||||
* | annoValMatch: implementation | aclement | 2008-02-25 | 1 | -3/+89 | |
| | ||||||
* | annoValMatch: implementation | aclement | 2008-02-25 | 1 | -0/+100 | |
| | ||||||
* | annoValMatch: implementation | aclement | 2008-02-25 | 1 | -1/+7 | |
| | ||||||
* | annoValMatch: implementation | aclement | 2008-02-25 | 1 | -0/+1 | |
| | ||||||
* | annoValMatch: implementation | aclement | 2008-02-25 | 2 | -0/+109 | |
| | ||||||
* | annoValMatch: testcode | aclement | 2008-02-25 | 3 | -0/+53 | |
| | ||||||
* | annoValMatch: implementation | aclement | 2008-02-25 | 1 | -0/+28 | |
| | ||||||
* | organized imports | aclement | 2008-02-25 | 1 | -3/+1 | |
| | ||||||
* | annoValMatch: implementation | aclement | 2008-02-25 | 2 | -1/+26 | |
| | ||||||
* | annoValMatch: implementation | aclement | 2008-02-25 | 1 | -0/+1 | |
| | ||||||
* | annoValMatch: implementation | aclement | 2008-02-25 | 2 | -9/+32 | |
| | ||||||
* | annoValMatch: implementation | aclement | 2008-02-25 | 8 | -9/+43 | |
| | ||||||
* | 220172: npe guard | aclement | 2008-02-25 | 1 | -1/+23 | |
| | ||||||
* | annoValMatch: querying default value of an annotation (for members that ↵ | aclement | 2008-02-25 | 1 | -0/+2 | |
| | | | | represent annotation values) | |||||
* | annoValMatch: allow '=' as a pseudo token so it can be seen correctly in ↵ | aclement | 2008-02-25 | 2 | -0/+0 | |
| | | | | pointcuts: execution(@Foo(a=b,c=d) * *(..)) | |||||
* | annoValMatch: testcode | aclement | 2008-02-25 | 2 | -0/+157 | |
| | ||||||
* | annoValMatch: testcode | aclement | 2008-02-25 | 16 | -2/+361 | |
| | ||||||
* | annoValMatch: able to ask annotation about its values and their settings | aclement | 2008-02-25 | 2 | -0/+0 | |
| | ||||||
* | annoValMatch: able to ask annotation about its values and their settings | aclement | 2008-02-25 | 2 | -2/+34 | |
| | ||||||
* | annotation value matching: testcode | aclement | 2008-02-22 | 1 | -0/+46 | |
| | ||||||
* | annotation value matching: testcode | aclement | 2008-02-22 | 10 | -0/+0 | |
| | ||||||
* | parameter value matching: testcode | aclement | 2008-02-22 | 10 | -0/+148 | |
| | ||||||
* | fix for ternary operator | aclement | 2008-02-21 | 1 | -1/+1 | |
| | ||||||
* | do the right version check! | aclement | 2008-02-21 | 1 | -1/+1 | |
| | ||||||
* | trigger build | aclement | 2008-02-21 | 1 | -0/+1 | |
| | ||||||
* | fix expected result | aclement | 2008-02-21 | 1 | -1/+1 | |
| | ||||||
* | 209831: ensure resolved before matching | aclement | 2008-02-21 | 1 | -0/+1 | |
| | ||||||
* | 209831: testcode | aclement | 2008-02-21 | 2 | -0/+14 | |
| | ||||||
* | 209831: testcode | aclement | 2008-02-21 | 2 | -0/+85 | |
| | ||||||
* | 210848: better javadoc | aclement | 2008-02-21 | 1 | -2/+15 | |
| | ||||||
* | added test for 'enum' and upgraded testcode to use source level 1.5 (and JLS3) | aclement | 2008-02-20 | 1 | -2/+30 | |
| | ||||||
* | 214559: tests and fix: cope with varying orderings for interdependant ↵ | aclement | 2008-02-20 | 9 | -1/+80 | |
| | | | | declare parents statements. | |||||
* | 214559: tests and fix: cope with varying orderings for interdependant ↵ | aclement | 2008-02-20 | 1 | -2/+2 | |
| | | | | declare parents statements. | |||||
* | 216311: add 'instance' component to field name and then use it to identify ↵ | aclement | 2008-02-20 | 2 | -2/+3 | |
| | | | | what should not be made transient. | |||||
* | 216311: testcode | aclement | 2008-02-20 | 2 | -0/+6 | |
| | ||||||
* | 216311: testcode | aclement | 2008-02-20 | 3 | -0/+82 | |
| | ||||||
* | debug diagnostics for spring bug http://jira.springframework.org/browse/SPR-4390 | aclement | 2008-02-19 | 1 | -1/+5 | |
| | ||||||
* | 204505: testcode and fix: poorly documented method in ResolvedMemberImpl now ↵ | aclement | 2008-02-19 | 4 | -1/+119 | |
| | | | | creates a sig based on the erasure of the type variable rather than using the type variable itself. Passes this case but could be related situations that fail... | |||||
* | 204505: testcode and fix: poorly documented method in ResolvedMemberImpl now ↵ | aclement | 2008-02-19 | 1 | -1/+3 | |
| | | | | creates a sig based on the erasure of the type variable rather than using the type variable itself. Passes this case but could be related situations that fail... | |||||
* | 219298: new error message comes out | aclement | 2008-02-19 | 1 | -0/+1 | |
| | ||||||
* | 219298: raised visibility of CompilationUnitScope.checkParameterizedTypes() | aclement | 2008-02-19 | 1 | -0/+1 | |
| | ||||||
* | 219298: testcode | aclement | 2008-02-19 | 3 | -1/+25 | |
| | ||||||
* | 219298: raised visibility of CompilationUnitScope.checkParameterizedTypes() | aclement | 2008-02-19 | 2 | -0/+0 | |
| | ||||||
* | 219298: testcode | aclement | 2008-02-19 | 1 | -0/+12 | |
| |