Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove old '.cvsignore' files | Alexander Kriegisch | 2023-09-27 | 2 | -3/+0 |
| | | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Upgrade license from CPLv1/EPLv1 to EPLv2 | Alexander Kriegisch | 2021-06-04 | 3 | -30/+30 |
| | | | | | | | This was required by the Eclipse team as one precondition for the next release. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Reduced expected performance difference | Andy Clement | 2017-09-27 | 1 | -1/+1 |
| | | | JVM improvements seem to reduce the difference. | ||||
* | update license to EPL | acolyer | 2006-06-01 | 1 | -2/+2 |
| | |||||
* | update license to EPL | acolyer | 2006-06-01 | 2 | -4/+4 |
| | |||||
* | fixes for 137235 (contributed by Ron): more intelligent logic for ↵ | aclement | 2006-05-04 | 5 | -0/+0 |
| | | | | determining if a path entry is a jar/zip (don't just rely on suffix, some new .bndl files seem to be becoming popular...) | ||||
* | serialized form of ITD field mungers changed (includes aliases) - jars rebuilt | aclement | 2005-10-20 | 3 | -0/+0 |
| | |||||
* | change to itd ctor serialization - quick rebuild of jars. | aclement | 2005-10-18 | 3 | -0/+0 |
| | |||||
* | Updates for generic ITDs - see pr112105 for a description of all changes. | aclement | 2005-10-14 | 3 | -0/+0 |
| | |||||
* | change to resolvedmember serialization (to support varargs ITDs) is quite ↵ | aclement | 2005-10-07 | 3 | -0/+0 |
| | | | | serious - major version number of attribute rev'd to 4 in this case. | ||||
* | test and fix for pr110906: vararg ITDs | aclement | 2005-10-04 | 3 | -0/+0 |
| | |||||
* | tests and fix for pr77076 - MUCH better toleration of missing types when ↵ | acolyer | 2005-09-24 | 2 | -1/+1 |
| | | | | weaving into jars etc.. | ||||
* | rebuilt due to attribute modifications. | aclement | 2005-09-13 | 3 | -0/+0 |
| | |||||
* | a declare parents in an abstract aspect has no effect unless at least one ↵ | acolyer | 2005-08-11 | 1 | -0/+6 |
| | | | | concrete sub-aspect exists in the world | ||||
* | rebuilt jars because of resolvedmember serialization change to remember type ↵ | aclement | 2005-07-27 | 3 | -0/+0 |
| | | | | variables. | ||||
* | changed the serialized form of a WildTypePattern to remember generic info... ↵ | acolyer | 2005-07-22 | 3 | -0/+0 |
| | | | | standby for mass updates of binary comparison tests. | ||||
* | update to binary format as part of generics work | acolyer | 2005-06-09 | 3 | -0/+0 |
| | |||||
* | fixes for annotation type pattern bugs uncovered in 150 tests | acolyer | 2005-03-10 | 3 | -0/+0 |
| | |||||
* | All jars rebuilt with rev'd weaver version number 2.0 that we will use for ↵ | aclement | 2005-01-07 | 3 | -0/+0 |
| | | | | AspectJ5 (AJ1.2.1 had version 1.0) | ||||
* | Binary Weaving Decp: test code | aclement | 2005-01-05 | 58 | -0/+362 |
| | |||||
* | updated binary form | acolyer | 2004-12-09 | 3 | -0/+0 |
| | |||||
* | updated binary form | acolyer | 2004-12-08 | 3 | -0/+0 |
| | |||||
* | Rebuilt due to type munger attribute change | aclement | 2004-12-07 | 3 | -0/+0 |
| | |||||
* | work in progress.... annotation pointcuts, parsing, and patterns | acolyer | 2004-12-06 | 3 | -0/+0 |
| | |||||
* | Fix for: | aclement | 2004-10-14 | 2 | -0/+7 |
| | | | | | | Bugzilla Bug 75568 : ajc changes classfile timestamps even if compilation fails (regression) and maybe: Bugzilla Bug 74245: -proceedOnError does not weave aspects on compile error | ||||
* | Matthews enhancement fix for Bugzilla Bug 72154 "Support for simple dump file" | aclement | 2004-08-23 | 5 | -0/+28 |
| | | | | + Andy using it to capture 'cant find type' issues. | ||||
* | This time a 1.4 dependency in the test program - removed it. | aclement | 2004-08-20 | 4 | -1/+6 |
| | |||||
* | Fix and testcase for Bugzilla Bug 49657 | aclement | 2004-08-19 | 8 | -0/+58 |
| | | | | Weaver results in rt error if affected base class not exposed | ||||
* | BcWeaverJarMaker updates - now line numbers have changed. | aclement | 2004-08-19 | 3 | -0/+0 |
| | |||||
* | fix for Bugzilla Bug 37020 | acolyer | 2004-08-19 | 3 | -0/+0 |
| | | | | wrong line for method execution join point | ||||
* | Fix for Bugzilla Bug 71076 | aclement | 2004-08-18 | 1 | -0/+84 |
| | | | | Missing Javadoc comments that aren't missing | ||||
* | Bugzilla Bug 71339 | aclement | 2004-08-13 | 6 | -0/+59 |
| | | | | | AJC produces partial output jar file, when there are warnings during weaving (new dependencies) | ||||
* | fix for Bugzilla Bug 42573 | acolyer | 2004-08-05 | 2 | -0/+9 |
| | | | | .lst file entries not resolved relative to list file: {boot}classpath, extdirs, | ||||
* | Fix and tests for Bugzilla Bug 62227 | aclement | 2004-05-14 | 2 | -0/+18 |
| | | | | Load Time Weaving aborts on any kind of warning (declare/xlint) | ||||
* | fix for Bugzilla Bug 31460 | acolyer | 2004-04-02 | 8 | -0/+133 |
| | | | | Weaving class loader | ||||
* | Implemented feature for Bugzilla Bug 48091 | jhugunin | 2004-01-24 | 1 | -0/+142 |
| | | | | | | | | | | | | | | Lazy instantiation of thisJoinPoint Speed-ups of 10-100X are measured even when running a small test case with minimal GC issues. The actual feature implemented is that thisJoinPoint objects are only created just before calling the method for advice that requires them. To take advantage of this feature you must use an if PCD or some other dynamic test that occurs in the PCD not the advice body to guard the expensive creation of the thisJoinPoint object. -XlazyTjp flag must be passed to compiler to enable this feature. If any around advice is present on the joinpoint then lazy instantiation will be disabled. An Xlint warning will be displayed in this case. As a related optimization, several helper methods were added to Factory.makeJP to reduce the code size when thisJoinPoint is used. | ||||
* | Fixed | mkersten | 2003-08-07 | 4 | -0/+15 |
| | | | | | | - 40257: parsing of "../" paths in LST files is broken Added interactive test for checking compiler task list messages (via browser). | ||||
* | added test to ensure handler from initial runCommand() is not used in ↵ | wisberg | 2003-08-06 | 3 | -0/+13 |
| | | | | | | | | repeatCommand(). The test fails so there is a bug, but in the current system we seem to use the same handler, so the bug is harmless. (It does affect other things I'm doing.) The test is disabled by default and can be enabled with a system property. | ||||
* | added test to try to investigate size issues, but can't reproduce for any | jhugunin | 2003-07-23 | 2 | -0/+35 |
| | | | | number of loops in BasicCommandTestCase.testSizeChanges() | ||||
* | fix and test for Bugzilla Bug 38131 | jhugunin | 2003-05-27 | 1 | -0/+10 |
| | | | | ajc needs -d . option while correctly compiling classes from subpackage | ||||
* | expanded test coverage | jhugunin | 2003-05-19 | 1 | -2/+2 |
| | |||||
* | fixing declare parents problems | jhugunin | 2003-04-11 | 1 | -1/+1 |
| | |||||
* | fix and test for Bugzilla Bug 34820 | jhugunin | 2003-03-12 | 1 | -0/+8 |
| | | | | ajc -aspectpath fails with NPE for cflow pointcuts | ||||
* | implemented fastMatch method along with some basic tests of | jhugunin | 2003-03-12 | 2 | -0/+12 |
| | | | | weave performance with and without it | ||||
* | further work on binary aspects (aspect path) tested and implemented correct ↵ | jhugunin | 2003-03-11 | 6 | -1/+69 |
| | | | | | | behavior for obvious forms of abstract aspects now | ||||
* | further work on binary aspects (aspect path) tested correct behavior | jhugunin | 2003-03-10 | 2 | -0/+41 |
| | | | | for obvious forms of concrete aspects, next need to address abstract | ||||
* | renamed "declare dominates" to "declare precedence" | jhugunin | 2003-01-14 | 1 | -0/+2 |
| | |||||
* | fixed accessiblity bug | jhugunin | 2002-12-18 | 1 | -1/+1 |
| | |||||
* | initial version - neglected .lst files in testdata | wisberg | 2002-12-17 | 2 | -0/+8 |
| | |||||
* | initial version | wisberg | 2002-12-16 | 53 | -0/+1100 |