| Commit message (Expand) | Author | Age | Files | Lines |
* | tests and fix for pr105181, implicit cast of itd field type on return from ge... | acolyer | 2005-09-12 | 5 | -7/+19 |
* | Test and fix for PR103740: Compiler failure on @annotation | aclement | 2005-09-12 | 4 | -7/+34 |
* | tests and fix for pr108903 - MUST process from super aspect to sub aspect whe... | acolyer | 2005-09-12 | 9 | -11/+108 |
* | added test for pr105181 | acolyer | 2005-09-11 | 3 | -0/+37 |
* | tests and fix for pr108826, not correctly converting from T[] to ResolvedType. | acolyer | 2005-09-09 | 6 | -1/+47 |
* | clarification of args matching with null for pr68603. | acolyer | 2005-09-09 | 1 | -1/+4 |
* | tests and fix for pr109124, not correctly recognizing synthetic fields under 1.5 | acolyer | 2005-09-09 | 4 | -0/+55 |
* | fixed an unneccessary 1.5 dependency that had crept into the test code. | acolyer | 2005-09-08 | 1 | -1/+1 |
* | Fix for Bug #109016: NullPointerException when building configuration | mkersten | 2005-09-08 | 1 | -5/+7 |
* | tests and fix for pr108886, result of having no source location for resolved ... | acolyer | 2005-09-08 | 7 | -11/+23 |
* | tests and fix for pr109042, unusedArgument warning on aj synthetic args | acolyer | 2005-09-08 | 4 | -0/+183 |
* | tests and fix for pr108902 and pr108903 | acolyer | 2005-09-08 | 8 | -1/+117 |
* | removed unused import | acolyer | 2005-09-08 | 1 | -1/+0 |
* | tests and fix for pr108816, args with binding with .. at join point with synt... | acolyer | 2005-09-06 | 4 | -3/+32 |
* | fix for pr108818, if the declaring type of the member refering to this pointc... | acolyer | 2005-09-06 | 1 | -9/+18 |
* | fix for pr108818, changed the signature of concretize and concretize1 to pass... | acolyer | 2005-09-06 | 27 | -39/+55 |
* | fix for pr108818, remember the actual declaring type of a member that refers ... | acolyer | 2005-09-06 | 6 | -6/+27 |
* | tests for pr108818, private pointcuts overridden inadvertantly | acolyer | 2005-09-06 | 3 | -0/+34 |
* | fix for pr87530, final modifier on interface itdm | acolyer | 2005-09-05 | 9 | -23/+150 |
* | tests for pr87530, final modifier on interface itdm | acolyer | 2005-09-05 | 4 | -1/+65 |
* | tests and fix for pr99125 - duplicate members in interfaces after binary weaving | acolyer | 2005-09-02 | 9 | -3/+83 |
* | test and fix for pr101606, unused privated method warnings incorrectly genera... | acolyer | 2005-09-02 | 4 | -1/+20 |
* | second part of test and fix for pr102212 - synchronized itdm on interfaces ge... | acolyer | 2005-09-02 | 5 | -0/+50 |
* | tests and fix for pr1202212 - poor job of testing modifiers on ITD methods | acolyer | 2005-09-02 | 4 | -0/+99 |
* | tests and fix for pr99136 (dup adviceDidNotMatch warnings), plus extended tes... | acolyer | 2005-09-02 | 10 | -5/+175 |
* | tests and fix for pr108062, failing to correctly tokenize (ZZLjava/...) | acolyer | 2005-09-02 | 6 | -3/+51 |
* | Patch files to reapply changes developed in exploring pr107313 should we ever... | acolyer | 2005-09-02 | 3 | -0/+334 |
* | fix for pr98290, 'matches declare' relationship not correctly created because... | acolyer | 2005-09-01 | 2 | -3/+25 |
* | fix and test updates for enh 102459 - provide more detail in showWeaveInfo me... | acolyer | 2005-09-01 | 9 | -50/+51 |
* | fix for pr102479, allow clients to provide a custom message handler / holder ... | acolyer | 2005-09-01 | 2 | -9/+22 |
* | ensure every section has an assigned id so that urls in generated html remain... | acolyer | 2005-09-01 | 14 | -104/+118 |
* | fix for pr59076, much more memory efficient creation of join point static parts | acolyer | 2005-09-01 | 10 | -81/+397 |
* | tests for pr59397, synthetic ITC arg confusing matching | acolyer | 2005-09-01 | 4 | -1/+16 |
* | make sure we have *all* the formals in scope when unpacking the signature | acolyer | 2005-09-01 | 1 | -17/+29 |
* | use the matchingSignature of a shadow for matching (not the synthetic sig) | acolyer | 2005-09-01 | 1 | -1/+1 |
* | don't match against synthetic constructor args | acolyer | 2005-09-01 | 1 | -0/+8 |
* | enable an effectiveSignature to be set on a LazyMethodGen | acolyer | 2005-09-01 | 1 | -0/+10 |
* | remember the declared (non-synthetic) signature of an ITC | acolyer | 2005-09-01 | 1 | -0/+3 |
* | use the orginal (non-synthetic) constructor sig for matching | acolyer | 2005-09-01 | 2 | -1/+11 |
* | enables a Shadow to have a signature to be used for matching that is distinct... | acolyer | 2005-09-01 | 1 | -0/+13 |
* | test and fix for pr74048, unused private warnings for aspect types. | acolyer | 2005-09-01 | 4 | -0/+21 |
* | add extra guard in runtime matching of args. | acolyer | 2005-09-01 | 1 | -0/+4 |
* | tests and fix for pr59196, args pcd not ignoring synthetic arguments at advic... | acolyer | 2005-09-01 | 4 | -4/+62 |
* | fixed a couple of typos reported by Alexander Popescu on the mailing list. | acolyer | 2005-09-01 | 1 | -2/+2 |
* | tests and fix for pr71159, visibility not taken into account when determining... | acolyer | 2005-08-31 | 9 | -1/+147 |
* | tests and fix for pr107858, inline field access in argument to proceed with t... | acolyer | 2005-08-31 | 4 | -1/+24 |
* | tests for pr104024, inner class constructed inline and passed as argument to ... | acolyer | 2005-08-31 | 6 | -1/+26 |
* | tests and fix for pr105479, declare parents introducing method override with ... | acolyer | 2005-08-31 | 4 | -2/+22 |
* | test for pr95992 | acolyer | 2005-08-31 | 3 | -1/+23 |
* | fix for pr108370, enum switch in itd method with target type on the inpath | acolyer | 2005-08-31 | 2 | -0/+0 |