| Commit message (Expand) | Author | Age | Files | Lines |
* | 141556: lint message sort out and memory leak resolution | aclement | 2006-08-18 | 1 | -0/+2 |
* | 145963: binary entries in the model: various parts to the fix. | aclement | 2006-08-18 | 4 | -4/+60 |
* | last patches for 141730 | aclement | 2006-07-06 | 1 | -0/+1 |
* | last patches for 141730 | aclement | 2006-07-06 | 4 | -24/+253 |
* | new handle provider (pr141730): new interface method implementations | aclement | 2006-07-03 | 2 | -0/+20 |
* | testcode for new handle provider (pr141730): quirky symbols to use in handles... | aclement | 2006-07-03 | 1 | -0/+125 |
* | 145963: patches from comment #3 | aclement | 2006-06-20 | 1 | -2/+2 |
* | testcode and patches for pr141730 comments #13,14: "new handleprovider" | aclement | 2006-06-19 | 3 | -8/+13 |
* | 141730: underpinning changes for new handles support. No longer 'leak' imple... | aclement | 2006-06-13 | 6 | -40/+75 |
* | fix for 146546 | aclement | 2006-06-12 | 2 | -4/+2 |
* | test and fix for 145963: faulting in aspects coming in as binary inputs | aclement | 2006-06-12 | 2 | -3/+5 |
* | 141730 - latest variant of program element signature processing | aclement | 2006-06-07 | 5 | -38/+3 |
* | some code for 141730 - store type signatures in program elements rather than ... | aclement | 2006-06-06 | 6 | -16/+73 |
* | update license to EPL | acolyer | 2006-06-01 | 14 | -28/+28 |
* | 134471 - incremental structure model repair code overhaul - different strateg... | aclement | 2006-05-11 | 1 | -113/+370 |
* | 134471 - incremental structure model repair code overhaul - repair the filema... | aclement | 2006-05-11 | 1 | -0/+24 |
* | 134471 - incremental structure model repair code overhaul | aclement | 2006-05-10 | 2 | -0/+17 |
* | 128650: more memory stuff | aclement | 2006-03-18 | 7 | -23/+63 |
* | test and fix for 132130 | aclement | 2006-03-17 | 1 | -1/+1 |
* | bug 128650: comment 16: possible alternate implementation that shortens handl... | aclement | 2006-03-14 | 1 | -0/+91 |
* | bug 128650: comment 16: rewritten ... not exactly polished but passes all the... | aclement | 2006-03-14 | 1 | -138/+166 |
* | bug 128650: comment 16: don't allocate tons of space we don't necessarily need. | aclement | 2006-03-14 | 1 | -1/+1 |
* | fileMap flush added. | aclement | 2006-03-14 | 1 | -0/+3 |
* | helens changes for 125295 - should keep AJDT happy. | aclement | 2006-01-26 | 2 | -7/+31 |
* | more ajdoc changes - see pr121711 - from Helen. | aclement | 2006-01-13 | 1 | -0/+4 |
* | ajdoc: fixes from Helen for 119453 | aclement | 2005-12-21 | 2 | -2/+13 |
* | eliminates all compilation warning messages from the asm module | acolyer | 2005-11-25 | 8 | -17/+35 |
* | fix for something Sian noticed. | aclement | 2005-11-17 | 1 | -1/+5 |
* | Fixed Bug #56779: [ajdoc] add ajdoc support for inter-type declarations and o... | mkersten | 2005-10-05 | 1 | -0/+8 |
* | Fix and tests for pr77269: incorrect structure model for inner types. (Patch ... | aclement | 2005-10-04 | 1 | -3/+10 |
* | Fix for Bug #82752: ProgramElement.getSourceSignature returns "public" for "p...V1_5_0M3 | mkersten | 2005-08-25 | 1 | -10/+0 |
* | MultiIncrementalSupport: some notes and helper stuff added. | aclement | 2005-04-26 | 1 | -9/+41 |
* | Put the ordering back to allow deserialization of an old set of relationships... | aclement | 2005-04-26 | 1 | -6/+6 |
* | Fixed bug#91912 added softens / softened by relationship to ASM | mkersten | 2005-04-21 | 1 | -5/+6 |
* | organized imports | aclement | 2005-04-19 | 1 | -1/+0 |
* | bug#82171 Created sepereate handle provider to enable ASM use of IDE-specific... | mkersten | 2005-04-14 | 5 | -39/+148 |
* | Null friendly and includes sloc when dumping model (only ever used when debug... | aclement | 2005-04-13 | 1 | -1/+6 |
* | Guard against NPE | aclement | 2005-04-07 | 1 | -1/+4 |
* | guard on structure model dumping. | aclement | 2005-03-24 | 1 | -1/+2 |
* | Bug found during declare annotation structure model testing! | aclement | 2005-03-10 | 1 | -1/+1 |
* | Declare annotation: new declare nodes. | aclement | 2005-03-10 | 1 | -0/+4 |
* | Declare annotation: guard added for model building... (perf improvement!) | aclement | 2005-03-10 | 1 | -0/+17 |
* | Fix for atrocious incremental compilation performance. | aclement | 2005-02-04 | 3 | -17/+44 |
* | commented out tracing | aclement | 2005-02-04 | 1 | -1/+2 |
* | Get enum value fields to work in the ASM. Plus test reorg as we are now addin... | aclement | 2005-01-20 | 1 | -2/+8 |
* | Promoted visibility of dump method for use from test cases. | aclement | 2005-01-20 | 1 | -1/+1 |
* | java 5 support | acolyer | 2005-01-17 | 1 | -0/+4 |
* | Support for 'offset' in source locations - enabling AJDT improvements. Not p... | aclement | 2004-12-10 | 1 | -1/+5 |
* | Added "uses pointcut" relation to the ASM. | mkersten | 2004-10-14 | 3 | -16/+28 |
* | Fix for Bugzilla Bug 71878 | aclement | 2004-08-13 | 1 | -1/+6 |