71 Commits (997e351ea069dd8607501adfbbd681c1787fd41e)

Author SHA1 Message Date
  aclement 997e351ea0 generics 13 years ago
  aclement 7a625d01b8 251277: making asmmanager non-singleton 15 years ago
  aclement 2925bb82dd removing unused code 16 years ago
  aclement 25e44d2072 formatter chewed on it 16 years ago
  aclement 6b38c14ff1 findbugs/eclipse warnings fixed 16 years ago
  aclement abadca94b1 eclipse: unnecessary cast 16 years ago
  aclement ba7d08a763 incorrectly removed this code - although it needs changing, it needs null checks, not instanceof checks 16 years ago
  aclement 18f59c4ecf removed unnecessary code 16 years ago
  aclement 8559a350a4 148190#35 17 years ago
  aclement a010542247 148190#32 17 years ago
  aclement e375a91c1d 148190#32 17 years ago
  aclement 9ddbb03d25 148190#32 17 years ago
  aclement 9c5ec0680f patches from 148190 #22 17 years ago
  aclement 39c89755c3 tests and fixes for pr164384 17 years ago
  aclement 40cf610769 fix for 155213: made using date formatter lazy. 18 years ago
  aclement 7ab3074afd fix annoying stacktrace that comes out when running all tests 18 years ago
  aclement beaeab3dbf pr145689 - telling AJDT through the progress monitor (rather than a debug interface) whether the build was full or incremental. 18 years ago
  acolyer 8997be03b5 update license to EPL 18 years ago
  acolyer 5c1a75d0c0 this commit eliminates all bar 2 of the 60 odd compilation warnings in the ajde module 18 years ago
  wisberg 58816664c2 omitting incremental as broken for now. 18 years ago
  aclement facce3e93c new icons for annotation/enum, 'borrowed' from JDT UI 19 years ago
  mkersten 0e43ed55f5 Fix for Bug 3897 19 years ago
  aclement 759be74616 Get enum value fields to work in the ASM. Plus test reorg as we are now adding tests that will only run on 1.5 19 years ago
  mkersten aab9c2c57d Applied patch for bug#77799 "NullPointerException in StructureSearchManager" 19 years ago
  mkersten c5ac111c5b Change to prevent "uses-pointcut" nodes from appearing by default 19 years ago
  aclement 197afeadcb FindBugs: fixes. 20 years ago
  aclement 299d24a826 cant find type/organize imports (and hopefully fix the build) 20 years ago
  aclement 2982b4cc62 The BIG commit. 20 years ago
  acolyer 2ec27dacd9 fix for Bugzilla Bug 40206 20 years ago
  mkersten 3b6a9d338f Minor non-disruptive ASM API cleanup. 20 years ago
  acolyer 305b0d18b1 spring cleaning in advance of 1.2 enhancements: 20 years ago
  acolyer 87ded0f477 deleted a rogue import of com.sum.crypto... that mik must have added by accident. 21 years ago
  mkersten 3a495aad88 Fixed AJDT bug with truncation of labels (there was a weird substring call in AdviceActionDelegate). Fixed ASM/AJDT modifiers bug. Fixed ASM static initializers bug (we may want to change the way they show up, i.e. Added imports to ASM containment hierarchy. Fixed numerous AJBrwoser, JBuilder and NetBeans bugs. 21 years ago
  mkersten 466cb82c3b Added declare error/warning relationships to model. 21 years ago
  mkersten 1c58e3476d Ported inline annotation support to new ASM API. Ported aspect visualizer. Improved link siganture generation. Improved ASM test coverage. 21 years ago
  mkersten b5d8b449c7 Updated org.aspectj.asm relationship model to string-handle-based API in order to support adding and removing relationships at any point in the compilation cycle, and to support external tools building relationships (e.g. JDT's incremental containment hierarchy builder). Also made inter-type declaration relationships show up in the model. 21 years ago
  mkersten bffcd4c305 Added support for multiple relationships for a single program element. Renamed model container class. 21 years ago
  mkersten 11d7649fc3 Minor improvements to structure model generation, clean up of test suite output, and port of AJDT to new ASM APIs. 21 years ago
  mkersten 4a1a347b22 Got advice relationships working. 21 years ago
  mkersten f7944d2c68 First pass at new relationship API support. 21 years ago
  mkersten 07ec8f6251 Fixed bad cast. 21 years ago
  mkersten 18f9c1e2db Fixed ProgramElement modifiers bug. 21 years ago
  mkersten faddf20490 Removed unnecessary cast. 21 years ago
  mkersten f1deb9c110 Reimplemented ASM API as described in bug "41254: revise asm and create interfaces". Containment hierarchy is done and tests added. Relationships are not done yet. All clients except AJDT ported. More UI porting in Swing clients required. 21 years ago
  mkersten acdf688ccc Fixed 21 years ago
  mkersten 5edccbfaeb Fixed bugs: 21 years ago
  mkersten 5594a6579a Revised and added tests for ASM containment hierarchy. 21 years ago
  mkersten b0ccce0d0e Added incremental warning message. 21 years ago
  mkersten cd1ad650b8 De-coupled AJDE APIs from javax.swing, and moved browser-specific funtionality into the the ajbrowser module.) 21 years ago
  mkersten bbd832b480 Fix for bug#40771 21 years ago