summaryrefslogtreecommitdiffstats
path: root/weaver/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 167197: some methods made non final for subclassingaclement2008-03-171-5/+5
|
* 205907 - world remembers registered handlersaclement2008-03-141-0/+1
|
* 205907 - world remembers registered handlersaclement2008-03-141-0/+22
|
* 193348: prevent NPE - might give peculiar entry in the problems view thoughaclement2008-03-101-3/+1
|
* annotation value matching in decpaclement2008-03-032-13/+38
|
* 220686: wrapped weakhashmapaclement2008-02-281-1/+2
|
* dont rely on autoboxing!aclement2008-02-261-12/+12
|
* annoValMatch: implementationaclement2008-02-252-8/+300
|
* annoValMatch: implementationaclement2008-02-251-2/+2
|
* annoValMatch: implementationaclement2008-02-251-1/+1
|
* annoValMatch: implementationaclement2008-02-251-3/+89
|
* annoValMatch: implementationaclement2008-02-252-1/+26
|
* annoValMatch: implementationaclement2008-02-251-0/+1
|
* annoValMatch: implementationaclement2008-02-252-9/+32
|
* annoValMatch: implementationaclement2008-02-258-9/+43
|
* 220172: npe guardaclement2008-02-251-1/+23
|
* annoValMatch: querying default value of an annotation (for members that ↵aclement2008-02-251-0/+2
| | | | represent annotation values)
* fix for ternary operatoraclement2008-02-211-1/+1
|
* do the right version check!aclement2008-02-211-1/+1
|
* 209831: ensure resolved before matchingaclement2008-02-211-0/+1
|
* 214559: tests and fix: cope with varying orderings for interdependant ↵aclement2008-02-201-2/+2
| | | | declare parents statements.
* 216311: add 'instance' component to field name and then use it to identify ↵aclement2008-02-202-2/+3
| | | | what should not be made transient.
* 204505: testcode and fix: poorly documented method in ResolvedMemberImpl now ↵aclement2008-02-191-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...
* extra diagnostics for weaverstate problemaclement2008-02-111-1/+1
|
* 218167: test and fix: compiler crash on multiple dec @fieldsaclement2008-02-071-1/+1
|
* 218167: test and fix: compiler crash on multiple dec @fieldsaclement2008-02-071-2/+2
|
* remove unwanted xlint for parameter annotationsaclement2008-02-061-5/+21
|
* paramannos: ResolvedType can hold 'temporary annotations' during a match ↵aclement2008-01-256-62/+126
| | | | (parameter annos). PatternParser supports distinction between parameter and type annos.
* paramannos: aware of parameter annotation matchingaclement2008-01-251-0/+7
|
* paramannos: aware of parameter annotation matchingaclement2008-01-251-0/+2
|
* paramannos: aware of parameter annotation matchingaclement2008-01-251-10/+29
|
* paramannos: aware of parameter annotation matchingaclement2008-01-251-1/+16
|
* paramannos: aware of parameter annotation matchingaclement2008-01-251-1/+18
|
* paramannos: aware of parameter annotation matchingaclement2008-01-251-2/+18
|
* paramannos: extracted from being secondary type in existing source fileaclement2008-01-251-0/+55
|
* paramannos: knows whether it is for matching parameter annotations or notaclement2008-01-251-29/+11
|
* paramannos: implementation!aclement2008-01-251-2/+11
|
* paramannos: implementation!aclement2008-01-251-1/+39
|
* paramannos: implementation!aclement2008-01-255-3/+40
|
* unused importaclement2008-01-241-1/+0
|
* support weaving of java. and javax. in ltw - risky businessaclement2008-01-212-3/+28
|
* AspectJ6: beginnings of fix for proper parameterization of generic ITDsaclement2008-01-1710-5/+208
|
* 166647 changed the error message to a lintaclement2007-12-183-2/+8
|
* PointcutDoctor javadoc - 193065V1_5_4rc1aclement2007-12-071-3/+40
|
* 166647 fixes: produces a suitable error if XML defined aspects are excluded ↵aclement2007-12-041-1/+6
| | | | from weaving
* code for enh193065: pointcutdoctor changesaclement2007-12-023-0/+73
|
* 162539: NullPointerException when pointcut library missing @aspect annotion: ↵aclement2007-11-191-100/+114
| | | | tests and fixes. Modified resolution of @AJ pointcuts and optimized searching for @AJ elements in all classes
* pr194314: broken LV table, return arg name at shadow (for shadows where it ↵aclement2007-11-121-0/+12
| | | | makes sense)
* pr148381: implementation of support for using argNames to specify argument ↵aclement2007-11-082-12/+116
| | | | names when no debug info around
* fix for 169432 - allow @DeclareParents with no impl if the targets implement ↵aclement2007-11-082-17/+65
| | | | the interface correctly