]> source.dussan.org Git - aspectj.git/shortlog
aspectj.git
2005-09-08 acolyertests and fix for pr108902 and pr108903
2005-09-08 acolyerremoved unused import
2005-09-06 acolyertests and fix for pr108816, args with binding with...
2005-09-06 acolyerfix for pr108818, if the declaring type of the member...
2005-09-06 acolyerfix for pr108818, changed the signature of concretize...
2005-09-06 acolyerfix for pr108818, remember the actual declaring type...
2005-09-06 acolyertests for pr108818, private pointcuts overridden inadve...
2005-09-05 acolyerfix for pr87530, final modifier on interface itdm
2005-09-05 acolyertests for pr87530, final modifier on interface itdm
2005-09-02 acolyertests and fix for pr99125 - duplicate members in interf...
2005-09-02 acolyertest and fix for pr101606, unused privated method warni...
2005-09-02 acolyersecond part of test and fix for pr102212 - synchronized...
2005-09-02 acolyertests and fix for pr1202212 - poor job of testing modif...
2005-09-02 acolyertests and fix for pr99136 (dup adviceDidNotMatch warnin...
2005-09-02 acolyertests and fix for pr108062, failing to correctly tokeni...
2005-09-02 acolyerPatch files to reapply changes developed in exploring...
2005-09-01 acolyerfix for pr98290, 'matches declare' relationship not...
2005-09-01 acolyerfix and test updates for enh 102459 - provide more...
2005-09-01 acolyerfix for pr102479, allow clients to provide a custom...
2005-09-01 acolyerensure every section has an assigned id so that urls...
2005-09-01 acolyerfix for pr59076, much more memory efficient creation...
2005-09-01 acolyertests for pr59397, synthetic ITC arg confusing matching
2005-09-01 acolyermake sure we have *all* the formals in scope when unpac...
2005-09-01 acolyeruse the matchingSignature of a shadow for matching...
2005-09-01 acolyerdon't match against synthetic constructor args
2005-09-01 acolyerenable an effectiveSignature to be set on a LazyMethodGen
2005-09-01 acolyerremember the declared (non-synthetic) signature of...
2005-09-01 acolyeruse the orginal (non-synthetic) constructor sig for...
2005-09-01 acolyerenables a Shadow to have a signature to be used for...
2005-09-01 acolyertest and fix for pr74048, unused private warnings for...
2005-09-01 acolyeradd extra guard in runtime matching of args.
2005-09-01 acolyertests and fix for pr59196, args pcd not ignoring synthe...
2005-09-01 acolyerfixed a couple of typos reported by Alexander Popescu...
2005-08-31 acolyertests and fix for pr71159, visibility not taken into...
2005-08-31 acolyertests and fix for pr107858, inline field access in...
2005-08-31 acolyertests for pr104024, inner class constructed inline...
2005-08-31 acolyertests and fix for pr105479, declare parents introducing...
2005-08-31 acolyertest for pr95992
2005-08-31 acolyerfix for pr108370, enum switch in itd method with target...
2005-08-31 acolyertests for pr108370, enum switch in itd method with...
2005-08-31 acolyerfix for pr108454, 'Waving' crash on a 1.5 java generics?
2005-08-31 acolyertests for pr108454, 'Waving' crash on a 1.5 java generics?
2005-08-31 acolyerfix for pr108448 - failing to look in *all* outer types...
2005-08-31 acolyerfix for pr108377, Verify error on unqualified reference...
2005-08-30 acolyerfix for newsgroup reported problem w. assignability...
2005-08-30 acolyerfix for pr107953, @AfterThrowing with no formal
2005-08-30 acolyertests for pr107953 and newsgroup reported issue of...
2005-08-30 acolyer"band aid" for pr107530. This will treat the symptom...
2005-08-30 acolyerfix for pr108425, type parameter used in method of...
2005-08-30 acolyertests for pr108425 and pr108104
2005-08-26 acolyertests for pr108050, signature matching in multiple... V1_5_0M3a
2005-08-26 acolyerfix for pr108014, when we don't find a method on a...
2005-08-26 acolyerno longer call genericTypeSignature on a LocalTypeBindi...
2005-08-26 acolyertests for pr108104
2005-08-26 aclementFix for pr107713: classcastexception cant happen now.
2005-08-25 mkerstenFix for Bug #82752: ProgramElement.getSourceSignature... V1_5_0M3
2005-08-25 acolyertests for pr107898 and pr72668
2005-08-25 acolyerhopefully this really is the very very last we'll see...
2005-08-25 acolyerupdates for M3, mostly tidying and making it clear...
2005-08-25 aclementFix for pr104720: busted tableswitch on around advice...
2005-08-24 acolyerfix for Bugzilla Bug 107898
2005-08-24 acolyerfix for pr107784, IllegalStateException on parsing...
2005-08-24 acolyerfix for pr107784, failure to parse an array of a primit...
2005-08-24 aclementFixes for 82989 and 91381 - they can now be closed.
2005-08-24 aclementtwo more bug testcases.
2005-08-24 aclementwhoops - did I forget to check this fix in earlier?
2005-08-24 acolyerfix for pr82752: ProgramElement.getSourceSignature...
2005-08-24 aclementfixes for ensuring inherited ITDs are visible to the...
2005-08-24 aclementgeneric itd bridge tests - not all activated yet.
2005-08-24 aclementwith the fix to ensure the methodverifier in the compil...
2005-08-24 aclementgeneric itd bridge method test code.
2005-08-24 aclementorganized imports.
2005-08-24 acolyerbetter error messages when failing to unpack a generic...
2005-08-24 acolyerlast piece of the $Local$ fix
2005-08-24 aclementbridge method tests - commented out right now...
2005-08-24 aclementnew @override test plus genericitd bridge method tests.
2005-08-24 aclementgenericitds: bridge method testcode.
2005-08-23 aclementorganized imports.
2005-08-23 aclementadded dependency on loadtime so that loadtime makes...
2005-08-23 aclement@override fix: previous version didnt cope with abstrac...
2005-08-23 aclement@override - another case involving abstract ITDs
2005-08-23 aclement@override support for ITDs. Plus some binary weaving...
2005-08-23 aclement@override with ITDs - testcases.
2005-08-23 acolyerfix for pr107486, anonymous local types
2005-08-23 acolyerhas member tests + tests and fix for pr107486
2005-08-23 acolyersupport for anonymous local type registration
2005-08-23 acolyersupport for -XhasMember
2005-08-23 mkerstenRemoved dead code.
2005-08-22 aclementgenericitds: activating more tests - including "uberasp...
2005-08-22 aclementgenericitds: simplified!!
2005-08-22 aclementgenericitds: tests moved around and activated in Generi...
2005-08-22 aclementgenericsitds: modified with a couple of new hooks for...
2005-08-22 aclementgenericitds: simplified!! doesnt need to tell member...
2005-08-22 aclementgenericitds: simplified!! No crappy fake tvars created...
2005-08-22 aclementgenericitds: scope can now lookup type variables when...
2005-08-22 aclementgenericitds: deleted! Functionality pushed down into...
2005-08-22 aclementgenericitds: modified creation of bindings/resolvedmem...
2005-08-22 aclementgenericitds: simplified!! No crappy fake tvars created.
2005-08-22 aclementgenericitds: An ITD now records the set of aliases...
2005-08-22 aclementnope, wont build on 1.3 still .
next