issue_id int64 2.03k 426k | title stringlengths 9 251 | body stringlengths 1 32.8k ⌀ | status stringclasses 6
values | after_fix_sha stringlengths 7 7 | updated_files stringlengths 29 34.1k | project_name stringclasses 6
values | repo_url stringclasses 6
values | repo_name stringclasses 6
values | language stringclasses 1
value | issue_url null | before_fix_sha null | pull_url null | commit_datetime timestamp[us, tz=UTC] | report_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
274,986 | Bug 274986 DocumentParser incorrectly caches DTD InputStream | Build ID: 1.6.3 Steps To Reproduce: Attempt to parse two aop.xml files using two DocumentParsers that are loaded by the same class loader. If the DTD is loaded from a JAR file you'll get an NPE at java.util.zip.Inflater.inflateBytes(Native Method). More information: DocumentParser caches the DTD InputStream in a static... | resolved fixed | 66235e8 | ["weaver/src/org/aspectj/weaver/loadtime/definition/DocumentParser.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2009-05-05T23:45:14Z | 2009-05-05T13:26:40Z |
274,559 | Bug 274559 Compile exception when not using debug info | The following project throws a compiler exception when the project property "Add variable attributes to generated class files" is turned off. | resolved fixed | f9578da | ["org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeMethodDeclaration.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2009-04-30T21:09:26Z | 2009-04-30T16:46:40Z |
272,591 | Bug 272591 [WARNING] couldn't find aspectjrt.jar on classpath | I am using the aspectj runtime jar that is in the spring source bundle repository. The have renamed their jar to match their naming conventions and it is causing the warning to occur. Their bundle is named com.springsource.org.aspectj.runtime-1.6.3.RELEASE.jar. It would be nice if this warning was not printed out in th... | resolved fixed | 1b663a9 | ["org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildManager.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2009-04-30T20:44:56Z | 2009-04-16T22:13:20Z |
269,522 | Bug 269522 [handles] Cross reference view and markers mix up joinpoints assigned to advice | Build ID: M20090211-1700 Steps To Reproduce: I have two pieces of after advice in my aspect. In the cross reference view I see all of the joinpoints for both after advice selecting one of the after advice statements. When I select the other after advice statement I see no joinpoints. When I select the marker for either... | resolved fixed | 6dbb5f3 | ["asm/src/org/aspectj/asm/internal/JDTLikeHandleProvider.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2009-03-26T18:52:57Z | 2009-03-20T14:40:00Z |
270,033 | Bug 270033 [incremental] Incremental compilation with aspects on an incoming classpath/aspectpath | null | resolved fixed | b23cc1a | ["org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjState.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2009-03-26T03:15:47Z | 2009-03-25T22:26:40Z |
269,902 | Bug 269902 NPE in AsmRelationshipProvider.addRelationship | When doing a clean build of my project, seeing dozens, upwards of 100 of NPEs similar to the following: java.lang.NullPointerException at org.aspectj.weaver.model.AsmRelationshipProvider.addRelationship(AsmRelationshipProvider.java:168) at org.aspectj.weaver.bcel.BcelTypeMunger.munge(BcelTypeMunger.java:124) at org.asp... | resolved fixed | d5e900d | ["weaver/src/org/aspectj/weaver/model/AsmRelationshipProvider.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2009-03-26T02:25:32Z | 2009-03-24T21:26:40Z |
269,912 | Bug 269912 wasted time building message context when it is only used for command line builds | The context for a message is created even when AspectJ is used inside AJDT - but the context only ever gets used when printing messages to System.out. Under AJDT we ought to be able to 'switch it off' | resolved fixed | c732808 | ["org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildManager.java", "org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/EclipseAdapterUtils.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2009-03-25T16:19:48Z | 2009-03-25T00:13:20Z |
269,867 | Bug 269867 Non synchronized access to WeakHashMap causes infinite loop | The non synchronized access from AjTypeSystem.getAjType(clazz) to a static instance of WeakHashMap may cause an infinite loop at start up in a multi threaded system. The thread dump shows that 32 of 33 threads of the application stuck in WeakHashMap.get(Object) line 355: "BundleStarterThreadQcCtrl24" prio=3 tid=0x00957... | resolved fixed | 752f895 | ["aspectj5rt/java5-src/org/aspectj/lang/reflect/AjTypeSystem.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2009-03-24T22:04:41Z | 2009-03-24T18:40:00Z |
269,840 | Bug 269840 [model] package search fails in binary aspect in same package as a source type | If type a.b.c.C is advised by an aspect a.b.c.X from the aspectpath the model search logic breaks for finding 'X' because it hits the package node for a.b.c and stops looking | resolved fixed | 7a7d6f0 | ["asm/src/org/aspectj/asm/internal/AspectJElementHierarchy.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2009-03-24T16:43:38Z | 2009-03-24T15:53:20Z |
269,578 | Bug 269578 Resource deletion in source folder on full build when source and output folders are the same. | On the clean before a full aspectj build resources are removed from the output folder. This is true even when the output and the source folder are the same. In this case, the resources are deleted from the source folder! When the source and output folders are the same, resources should never be deleted. | resolved fixed | 5c49c0b | ["org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildManager.java", "org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjState.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2009-03-21T01:38:50Z | 2009-03-20T20:13:20Z |
266,996 | Bug 266996 AspectJElementHierarchy.java:427 NullPointerException | Since an recent update to eclipse I get errors when using ajdt compile time weaving. Single used aspect is @Configurable from spring 2.5.6. I call this critical because my application wont run without that aspect compiled in. When doing a build two popups "AspectJ Internal Compiler Error" are showing up with instructio... | resolved fixed | 2309f7b | ["asm/src/org/aspectj/asm/internal/AspectJElementHierarchy.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2009-03-04T17:12:43Z | 2009-03-04T09:46:40Z |
266,602 | Bug 266602 Problem with incremental itd compilation | Reproduceable from Roo code - commenting out a field after a successful build results in this exception. The underlying cause may also apply to ITD methods (and maybe constructors). org.aspectj.weaver.BCException: Couldn't find ITD init member 'void com.springsource.petclinic.domain.Visit_Roo_Entity_Itd.ajc$interFieldI... | resolved fixed | 2f36e7f | ["weaver/src/org/aspectj/weaver/bcel/BcelTypeMunger.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2009-03-02T04:00:31Z | 2009-02-28T22:26:40Z |
264,869 | Bug 264869 AspectJ depends on Class files having a dot in their source file name attribute | The following code in ShadowMunger$getBinaryFile() (line 169 ff) fails if a class file does not contain a proper source file name: if (binaryFile == null) { String s = getDeclaringType().getBinaryPath(); File f = getDeclaringType().getSourceLocation().getSourceFile(); int i = f.getPath().lastIndexOf('.'); String path =... | resolved fixed | 9f80317 | ["org.aspectj.matcher/src/org/aspectj/weaver/ShadowMunger.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2009-02-17T16:20:49Z | 2009-02-13T15:46:40Z |
264,563 | Bug 264563 [handles] Remove trailing '/' from source path handles | null | resolved fixed | 0af658e | ["asm/src/org/aspectj/asm/internal/JDTLikeHandleProvider.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2009-02-12T17:50:17Z | 2009-02-11T19:20:00Z |
263,837 | Bug 263837 Error during Delete AJ Markers | Error sent through the AJDT mailing list. I believe this is an LTW weaving error, so not raising it against AJDT. | resolved fixed | 1b54b4b | ["weaver/src/org/aspectj/weaver/bcel/BcelClassWeaver.java", "weaver/src/org/aspectj/weaver/bcel/BcelTypeMunger.java", "weaver/src/org/aspectj/weaver/bcel/BcelWeaver.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2009-02-06T00:15:57Z | 2009-02-05T18:53:20Z |
261,808 | Bug 261808 iajc-Ant-Task fails "type already defined" | null | resolved fixed | 1da1f7c | ["taskdefs/src/org/aspectj/tools/ant/taskdefs/AjcTask.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2009-01-31T04:33:22Z | 2009-01-21T12:13:20Z |
260,751 | Bug 260751 java.lang.StringIndexOutOfBoundsException | ava.lang.StringIndexOutOfBoundsException at java.lang.String.substring(String.java:1938) at org.aspectj.ajdt.ajc.ConfigParser.stripWhitespaceAndComments(ConfigParser.java:103) at org.aspectj.ajdt.ajc.ConfigParser.parseConfigFileHelper(ConfigParser.java:69) at org.aspectj.ajdt.ajc.ConfigParser.parseImportedConfigFile(Co... | resolved fixed | d9bd46d | ["org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/ConfigParser.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2009-01-12T21:35:16Z | 2009-01-12T17:06:40Z |
259,528 | Bug 259528 [incremental] [build] Class with ITD declared on it causes too many full builds | When there is a structural change to a class that has an ITD on it there is a full build. This should be an incremental build, but the compiler always drops to a full build. | resolved fixed | 2b43e63 | ["tests/multiIncremental/pr259528/base/src/b/IsAdvised.java", "tests/multiIncremental/pr259528/inc1/src/b/IsAdvised.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-12-24T00:29:21Z | 2008-12-22T21:06:40Z |
251,326 | Bug 251326 Anonymous inner classes declare inside an ITD method will cause IllegalAccessError | If i declare an aspect in pkgB, having an ITD method for a class in pkgA using an inner anonymous class, is created in the pkgA package, package protected, but then instantiated from pkgB causeing the error. Test case is attached. | resolved fixed | f1a83b5 | ["tests/bugs163/pr251326/pkgA/Listener.java", "tests/bugs163/pr251326/pkgA/Target.java", "tests/src/org/aspectj/systemtest/ajc163/Ajc163Tests.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-12-09T19:21:17Z | 2008-10-19T21:00:00Z |
185,447 | Bug 185447 [plan] [ataspectj] Abstract @Aspect causing problems | Trying to use an abstract @Aspect from a library jar file is causing problems. In the (soon to be) attached zip of eclipse projects: * logging-library: defines two abstract trivial logging aspects, one in code-style and one in @AspectJ style. * sample-system: uses the code-style abstract aspect successfully * sample-sy... | resolved fixed | 120b47f | ["weaver/src/org/aspectj/weaver/bcel/AtAjAttributes.java", "weaver/src/org/aspectj/weaver/model/AsmRelationshipProvider.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-12-01T21:00:43Z | 2007-05-03T22:06:40Z |
256,400 | Bug 256400 An internal error occurred during: "Delete and update AspectJ markers for CoreSource". | this occured during a clean and build of the project i'm working on. The following was inthe details. An internal error occurred during: "Delete and update AspectJ markers for CoreSource". java.lang.NullPointerException | resolved fixed | 155a888 | ["asm/src/org/aspectj/asm/internal/JDTLikeHandleProvider.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-11-27T17:59:09Z | 2008-11-25T10:46:40Z |
249,710 | Bug 249710 [compiling] Problem with -XterminateAfterCompilation | null | resolved fixed | cffe291 | ["tests/bugs163/pr249710/Foo.java", "tests/src/org/aspectj/systemtest/ajc163/Ajc163Tests.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-10-29T19:08:05Z | 2008-10-05T23:40:00Z |
186,884 | Bug 186884 Unhandled Kind of New Exception when have advice for Pointcut call(Throwable+.new(..)) | null | resolved fixed | 7a398a2 | ["weaver/src/org/aspectj/weaver/bcel/BcelShadow.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-09-30T22:55:35Z | 2007-05-14T22:00:00Z |
192,877 | Bug 192877 [ataspectj] @AspectJ style inter-type declaration causes false compiler error during incremental build | Build ID: M20070212-1330 Steps To Reproduce: Use @DeclareParents to introduce a default interface implementation to an existing type. A full build compiles cleanly and works as expected. An incremental build causes the following type of compile error: "The type FooImpl must implement the inherited abstract method Test.... | resolved fixed | 9b68a31 | ["tests/multiIncremental/PR192877/base/src/DefaultTestImpl.java", "tests/multiIncremental/PR192877/base/src/Foo.java", "tests/multiIncremental/PR192877/base/src/FooImpl.java", "tests/multiIncremental/PR192877/base/src/Test.java", "tests/multiIncremental/PR192877/base/src/TestAspect.java", "tests/multiIncremental/PR1928... | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-09-30T20:51:53Z | 2007-06-15T15:06:40Z |
245,734 | Bug 245734 AJDT throws a RuntimeException from EclipseResolvedMember.getAnnotations | Build ID: N/A Steps To Reproduce: This exception is happening for us in both Eclipse 3.4 and 3.3 when we run an incremental build on one of our projects. We are using an aspect to declare an annotation on a class in the project, and we only started seeing this exception after we added it. A clean build on the project n... | resolved fixed | f376a21 | ["org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseResolvedMember.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-09-22T23:58:59Z | 2008-08-29T17:13:20Z |
246,021 | Bug 246021 FindBugs reporting another optimization | Ben Hale reported that FindBugs was producing a warning about a dead store to a local variable (a variable that is never then read within the method). This bug is to investigate and hopefully remove the dead store. | resolved fixed | 78a483d | ["weaver/src/org/aspectj/weaver/bcel/BcelShadow.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-09-03T00:28:44Z | 2008-09-02T21:13:20Z |
244,321 | Bug 244321 I cannot aspect code written in SJPP-based encoding | null | resolved fixed | d5c2ead | ["org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildConfig.java", "org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildManager.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-08-29T20:08:59Z | 2008-08-15T17:06:40Z |
216,067 | Bug 216067 Typo in point example | null | resolved fixed | 6d906dc | ["docs/dist/doc/examples/introduction/Point.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-08-20T19:31:42Z | 2008-01-22T02:46:40Z |
238,666 | Bug 238666 Allow the ltw configuration to be directly specified rather than discovered on the classpath | Currently the property: org.aspectj.weaver.loadtime.configuration can be set to name the ltw configuration file that the loadtime weaver searches for. The default value is: META-INF/aop.xml;META-INF/aop-ajc.xml;org/aspectj/aop.xml and the weaver searches the classpath for .xml files matching any of those three possibil... | resolved fixed | df49b5c | ["loadtime/src/org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-08-06T18:10:47Z | 2008-06-26T19:53:20Z |
229,829 | Bug 229829 SourceTypeBinding.sourceStart() NPE | java.lang.NullPointerException at org.aspectj.org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.sourceStart(SourceTypeBinding.java:1514) at org.aspectj.org.eclipse.jdt.internal.compiler.lookup.MethodBinding.sourceStart(MethodBinding.java:988) at org.aspectj.ajdt.internal.compiler.lookup.EclipseSourceType.fillD... | resolved fixed | e9823aa | ["org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseSourceType.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-07-29T16:55:49Z | 2008-05-01T16:40:00Z |
237,962 | Bug 237962 [migration] Unexpected problem loading an aspect built with 1.5.4 | We always support processing of old aspects. It doesn't matter what level of AspectJ was used to build an aspect, as long as you use that version or a later version of the weaver, we can unpack it and don't require it to be rebuilt from source. However, I've just encountered a .class apparently built with 1.5.4 that 1.... | resolved fixed | be03167 | ["weaver/src/org/aspectj/weaver/patterns/AndAnnotationTypePattern.java", "weaver/src/org/aspectj/weaver/patterns/NotAnnotationTypePattern.java", "weaver/src/org/aspectj/weaver/patterns/OrAnnotationTypePattern.java", "weaver/src/org/aspectj/weaver/patterns/WildAnnotationTypePattern.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-06-20T17:15:52Z | 2008-06-20T16:40:00Z |
203,367 | Bug 203367 ITD of interface on generic type; can't match calls to methods on interface+ | Build ID: I20070621-1340 Steps To Reproduce: package bug; // I used a "bug" package under the "src" source folder. public aspect CantMatchOnInterfaceIntroducedToGenericClass { public static interface Marker {} public static class NonGenericClass { public void doit(String msg) { System.out.println("doit(): msg = "+msg);... | resolved fixed | 11ebdd8 | ["tests/bugs161/pr203367/CantMatchOnInterfaceIntroducedToGenericClass.java", "tests/src/org/aspectj/systemtest/ajc161/Ajc161Tests.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-06-17T04:02:05Z | 2007-09-13T21:46:40Z |
155,347 | Bug 155347 NPE during compilation of class file with pointcuts | I commented out a static nested aspect inside a class to let me do a rename refactoring in Eclipse. This results in the following exception, which even a full rebuild won't fix. The class does have pointcut definitions inside of it. Commenting those out avoids the problem (though it caused other syntax errors...) java.... | resolved fixed | 248962b | ["weaver/src/org/aspectj/weaver/patterns/IfPointcut.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-06-10T20:48:36Z | 2006-08-27T23:06:40Z |
227,295 | Bug 227295 AJC error, somehow connected with generics | Build ID: 1.5.0.20070607 Steps To Reproduce: I cannot find a way to reproduce it, it's somehow "randomic", for example it happened to me now while creating a new class in an aspectj project, but when i then saved the .java it compiled properly. That's why I'm filing it in AJDT and not in AspectJ directly. Based on the ... | resolved fixed | 3b2109a | ["org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseFactory.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-06-06T20:38:14Z | 2008-04-16T10:00:00Z |
233,497 | Bug 233497 StringIndexOutOfBoundsException thrown in BcelWeaver | null | resolved fixed | 93b7bed | ["weaver/src/org/aspectj/weaver/bcel/BcelWeaver.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-05-22T18:26:18Z | 2008-05-22T18:13:20Z |
232,712 | Bug 232712 ClassFormatError during LTW using annotation approach | The following exception is obtained when using the annotation approach and load-time weaving: [AppClassLoader@1f12c4e] info AspectJ Weaver Version 1.5.4 built on Thursday Dec 20, 2007 at 13:44:10 GMT [AppClassLoader@1f12c4e] info register classloader sun.misc.Launcher$AppClassLoader@1f12c4e [AppClassLoader@1f12c4e] inf... | resolved fixed | f014275 | ["weaver/src/org/aspectj/weaver/bcel/BcelClassWeaver.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-05-20T18:30:38Z | 2008-05-18T22:33:20Z |
231,467 | Bug 231467 Cant Compile new Statement for the Generic Class | [aspectj:iajc] error at (no source information available) [aspectj:iajc] C:\Development\PI\JavaSrc\com\centricsoftware\pi\service\expression\FuncNewMatrix.java:0::0 Internal compiler error [aspectj:iajc] java.lang.ArrayIndexOutOfBoundsException: 1 [aspectj:iajc] at org.aspectj.weaver.ResolvedType.getMemberParameterizat... | resolved fixed | a8739e3 | ["weaver/src/org/aspectj/weaver/TypeFactory.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-05-13T19:54:27Z | 2008-05-11T15:33:20Z |
209,372 | Bug 209372 Compile error: IllegalArgumentException thrown: negative line: -1 | If line numbers have not been added to the generated class files the following exception is thrown: java.lang.IllegalArgumentException at org.aspectj.bridge.SourceLocation.validLine(SourceLocation.java:41) at org.aspectj.bridge.SourceLocation.<init>(SourceLocation.java:96) at org.aspectj.bridge.SourceLocation.<init>(So... | resolved fixed | d3c3e32 | ["org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/EclipseAdapterUtils.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-05-07T22:08:01Z | 2007-11-09T20:26:40Z |
230,817 | Bug 230817 LazyMethodGen.remap() NullPointerException | This has been reported a few times by different users, but has always proved tough to diagnose. The typical stack trace is something like: java.lang.NullPointerException org.aspectj.weaver.bcel.LazyMethodGen.remap(LazyMethodGen.java:1237) org.aspectj.weaver.bcel.LazyMethodGen.addExceptionHandlers(LazyMethodGen.java:113... | resolved fixed | 5f97d46 | ["weaver/src/org/aspectj/weaver/bcel/BcelClassWeaver.java", "weaver/src/org/aspectj/weaver/bcel/LazyMethodGen.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-05-07T15:31:18Z | 2008-05-07T03:13:20Z |
228,633 | Bug 228633 AST Support for PointcutDesignators | I would like an enhancement to be able to match two PointcutDesignators (called 'pointcut definitions' in the AJ5 quick reference). Currently, the following test fails: ---------------AjASTMatcherTest.java--------------- public void testMatchDefaultPointcut() { AjAST ast = AjAST.newAjAST(AST.JLS3); DefaultPointcut dp1 ... | resolved fixed | bed3f4e | ["org.aspectj.ajdt.core/src/org/aspectj/org/eclipse/jdt/core/dom/AjASTMatcher.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-04-24T16:45:17Z | 2008-04-24T09:40:00Z |
224,962 | Bug 224962 AjcTask doesn't work with Java6 | Although support for Java6 has been added in the last milestone, you can't use it from ant because AjcTask doesn't recognize the "source=1.6" and "target=1.6" parameters. It's easy to fix by modifying AjcTask.java and adding the missing constants: static final String[] TARGET_INPUTS = new String [] { "1.1", "1.2", "1.3... | resolved fixed | 6bdb87d | ["taskdefs/src/org/aspectj/tools/ant/taskdefs/AjcTask.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-04-01T04:48:31Z | 2008-03-31T19:00:00Z |
184,447 | Bug 184447 AjLookupEnvironment.java:519 | Build ID: Eclipse SDK Version: 3.2.2 M20070212-1330 Steps To Reproduce: This occured repeatedly when I saved a .aj file or a .java file that was boing advised. A restart of eclipse made it go away and it has not happen again so I don't know how reproduce it. Sorry. AJDT version 1.4.2.200703020612 More information: java... | resolved fixed | 8ce9dcf | ["org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/AjLookupEnvironment.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-03-21T18:14:28Z | 2007-04-27T16:06:40Z |
163,802 | Bug 163802 Compilation error | Hello, I had several times aspectj compiler errors when compiling some normal java class file (not refering any aspect nor concerned by an aspect) but in a aspectJ project. Bug goes away after cleaning project. Here is the error reported for my class java.lang.NullPointerException at org.aspectj.weaver.ResolvedType.col... | resolved fixed | fe99e6b | ["weaver/src/org/aspectj/weaver/ResolvedType.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-03-21T01:43:30Z | 2006-11-08T12:46:40Z |
222,987 | Bug 222987 More NPEs in Java15AnnotationFinder | null | resolved fixed | 6c54db9 | ["weaver5/java5-src/org/aspectj/weaver/reflect/Java15AnnotationFinder.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-03-20T15:48:59Z | 2008-03-17T18:53:20Z |
222,437 | Bug 222437 MANIFEST.MF copying is not always reliable | Sometimes an AJDT project gets into a state where it has a meta-inf/manifest.mf - and this file fails to make it out to the destination folder. | resolved fixed | 906c849 | ["org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildManager.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-03-12T17:51:13Z | 2008-03-12T16:40:00Z |
193,348 | Bug 193348 NPE on attempt to compile | I can't really pinpoint any code that trigger this. It happens on for an incremental, and only some of the time. If I do a full build of the project then I do not get the error and all seems to work. ---- java.lang.NullPointerException at org.aspectj.weaver.bcel.BcelWeaver.raiseUnboundFormalError(BcelWeaver.java:833) a... | resolved fixed | a31b3de | ["weaver/src/org/aspectj/weaver/bcel/BcelWeaver.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-03-10T18:09:16Z | 2007-06-19T16:20:00Z |
220,686 | Bug 220686 unsynchronized access to WeakHashMap | null | resolved fixed | caf8960 | ["weaver/src/org/aspectj/weaver/World.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-02-28T20:50:38Z | 2008-02-28T00:53:20Z |
219,830 | Bug 219830 java.lang.NullPointerException in Java15AnnotationFinder when using SWT | I receive the following Exception when running SWT with AspjectJ load time weaving through the Spring Framework. The lines around org.aspectj.weaver.reflect.Java15AnnotationFinder.getAnnotations(Java15AnnotationFinder.java:123) are as follows: for (int i = 0; i < anns.length; i++) { annSet.add(world.resolve(UnresolvedT... | resolved fixed | 1bbe6f9 | ["weaver5/java5-src/org/aspectj/weaver/reflect/Java15ReflectionBasedReferenceTypeDelegate.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-02-26T23:54:38Z | 2008-02-21T18:53:20Z |
220,430 | Bug 220430 mixup in retrieving the right class in Java15AnnotationFinder | null | resolved fixed | 9bbdb41 | ["weaver5/java5-src/org/aspectj/weaver/reflect/Java15AnnotationFinder.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-02-26T21:03:19Z | 2008-02-26T18:20:00Z |
220,172 | Bug 220172 [compiler] NullpointerException during compile | null | resolved fixed | 5beab0e | ["weaver/src/org/aspectj/weaver/Shadow.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-02-25T21:39:45Z | 2008-02-25T11:46:40Z |
210,848 | Bug 210848 Fix javadoc for ProceedingJoinPoint.proceed(Object[]) | null | resolved fixed | b4715bc | ["runtime/src/org/aspectj/lang/ProceedingJoinPoint.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-02-21T01:05:35Z | 2007-11-24T21:33:20Z |
203,384 | Bug 203384 AST: Type information not exposed on itmd, itfd... | The Types: org/aspectj/org/eclipse/jdt/core/dom/InterTypeFieldDeclaration.java org/aspectj/org/eclipse/jdt/core/dom/InterTypeMethodDeclaration.java Which can be returned by visiting the AjAST tree do not expose the name of the type on which the method or field is added. I require this information in the project I'm cur... | resolved fixed | 114db35 | ["org.aspectj.ajdt.core/src/org/aspectj/org/eclipse/jdt/core/dom/AjASTConverter.java", "org.aspectj.ajdt.core/src/org/aspectj/org/eclipse/jdt/core/dom/InterTypeFieldDeclaration.java", "org.aspectj.ajdt.core/src/org/aspectj/org/eclipse/jdt/core/dom/InterTypeMethodDeclaration.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2008-01-22T18:48:29Z | 2007-09-14T00:33:20Z |
211,674 | Bug 211674 [ataspectj] after throwing annotation style is too sensitive to parameter positions | Reported on the list by Ashley Williams: Having converted my aspects to use the @AspectJ style, I'm now getting a strange error message when a compile my tracing aspect,. First here is the section of code: @Pointcut("execution(@Tracing * *(..)) && @annotation(tracing)") void annotatedMethods(Tracing tracing) { } @After... | resolved fixed | 9de03b7 | ["tests/bugs154/pr211674/Test.java", "tests/bugs154/pr211674/Test2.java", "tests/src/org/aspectj/systemtest/ajc154/Ajc154Tests.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2007-12-02T09:24:51Z | 2007-12-01T17:26:40Z |
206,732 | Bug 206732 [itds] Problem with ITDs appearing to be applied twice (and clashing) for binary types | As reported by Josh on the mailing list: I have the following 2 files: Advised.aj: package bugs; public class Advised {} aspect ITD { public void Advised.f() {} } Ref.aj: package notbugs; import bugs.Advised; public class Ref { public void g() { new Advised().f(); } } I am attempting to build Advised.aj into a jar, and... | resolved fixed | 797ec4d | ["weaver/src/org/aspectj/weaver/ResolvedType.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2007-10-18T11:03:05Z | 2007-10-18T09:33:20Z |
175,039 | Bug 175039 ArrayIndexOutOfBoundException Bug with Nested Type in TypeParameters | I debugged this stack trace from load-time weaving (ajcore files are also available). I found that the signature argument to TypeFactory.createTypeFromSignature(String) is Pjava/lang/Enum<Ljavax/jws/soap/SOAPBinding$ParameterStyle;>; but the method is erroneously using an empty array of parameters, because it thinks th... | resolved fixed | 579ec14 | ["weaver/src/org/aspectj/weaver/TypeFactory.java", "weaver/testsrc/org/aspectj/weaver/TypeXTestCase.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2007-03-06T09:59:56Z | 2007-02-21T20:33:20Z |
171,667 | Bug 171667 When ordering a Clean with Build Automatico I receive the error below. | When executing an Clean Project in Eclipse with Automatic Building I receive the error below. line from the top stack, e.g. "SomeFile.jara:243" java.lang.NullPointerException at org.aspectj.ajdt.internal.compiler.problem.AjProblemReporter.methodMustOverride(AjProblemReporter.java:380) at org.aspectj.org.eclipse.jdt.int... | resolved fixed | 4177bed | ["org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/problem/AjProblemReporter.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2007-02-16T10:02:27Z | 2007-01-25T15:46:40Z |
170,102 | Bug 170102 iajc Ant task doesn't support all warn options | The iajc Ant task currently supports only a few of the options provided by the ajc compiler. It would be nice if it could support them all so that builds done using the Ant task generate the same errors/warnings as the ones done within the Eclipse IDE. | resolved fixed | 5336603 | ["taskdefs/src/org/aspectj/tools/ant/taskdefs/AjcTask.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2007-01-11T08:43:18Z | 2007-01-10T17:26:40Z |
165,148 | Bug 165148 [ltw] Unnecessary exceptions during concretization of aspects in aop.xml | Due to the mechanism used in ConcreteAspectCodeGen I see a lot of unnecessary exceptions created. The problem is rather than looking up a type to confirm it doesn't exist before defining it, the code uses a resolve() to check if it exists and resolve attempts to build it if it isnt there. Because the classloader will n... | resolved fixed | e8d2556 | ["loadtime/src/org/aspectj/weaver/loadtime/ConcreteAspectCodeGen.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-11-20T13:20:41Z | 2006-11-20T13:40:00Z |
164,288 | Bug 164288 Can no longer compile JDK 1.5 projects with apsectj for JDeveloper | I am working with AspectJ 1.5.2 in JDeveloper and have found that it is not possible to convince the compiler to use JDK 5 constructs. It appears that there is a method on AjcBuildOptions called getJavaOptionsMap() which is currently implemented to return null in all cases. In CompilerAdapter.configureBuildOptions areo... | resolved fixed | c54fa62 | ["ajde/src/org/aspectj/ajde/BuildOptionsAdapter.java", "ajde/src/org/aspectj/ajde/internal/CompilerAdapter.java", "ajde/testsrc/org/aspectj/ajde/BuildConfigurationTests.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-11-17T13:45:52Z | 2006-11-13T09:26:40Z |
161,502 | Bug 161502 UnsupportedOperationException thrown: unable to parameterize unresolved type: Pjava/util/List<+Ljava/lang/Object; >; | Generic parameters (like List<? extends T>) in pointcuts throw UnsupportedOperationException. java.lang.UnsupportedOperationException at org.aspectj.weaver.UnresolvedType.parameterize(UnresolvedType.java: 220) at org.aspectj.weaver.patterns.ExactTypePattern.parameterizeWith (ExactTypePattern.java:244) at org.aspectj.we... | resolved fixed | 7b40e7e | ["tests/bugs153/pr161502/Main.java", "tests/bugs153/pr161502/Main2.java", "tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java", "weaver/src/org/aspectj/weaver/BoundedReferenceType.java", "weaver/src/org/aspectj/weaver/Checker.java", "weaver/src/org/aspectj/weaver/ReferenceType.java", "weaver/src/org/aspectj/weave... | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-10-24T12:42:57Z | 2006-10-19T01:06:40Z |
149,908 | Bug 149908 NPE in org.aspectj.weaver.MemberImpl.getModifiers(MemberImpl.java:526) | java.lang.NullPointerException at org.aspectj.weaver.MemberImpl.getModifiers(MemberImpl.java:526) at org.aspectj.weaver.MemberImpl.getMethodSignatureString(MemberImpl.java:824) at org.aspectj.weaver.MemberImpl.getSignatureString(MemberImpl.java:753) at org.aspectj.weaver.bcel.LazyClassGen.initializeTjp(LazyClassGen.jav... | resolved fixed | 757004c | ["tests/bugs153/pr149908/C.java", "tests/bugs153/pr149908/C1.java", "tests/bugs153/pr149908/MyStringBuilder.java", "tests/bugs153/pr149908/withoutMethod/MyStringBuilder.java", "tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java", "weaver/src/org/aspectj/weaver/MemberImpl.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-10-23T11:55:54Z | 2006-07-06T21:06:40Z |
160,496 | Bug 160496 ajdoc Main class needs refactoring for ease of use | Whilst looking at other ajdoc bugs it was slightly confusing to read the main ajdoc method. I didn't want to include the refactoring of this within patches for the other bugs as this is mearly for ease of use. Therefore, raising this enhancement to cover it. | resolved fixed | efe6cc7 | ["ajdoc/src/org/aspectj/tools/ajdoc/Main.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-10-23T10:39:38Z | 2006-10-11T15:20:00Z |
161,217 | Bug 161217 NPE in BcelAdvice | I've been playing with some aspect deployment models and got into this error during project rebuild from AJDT: java.lang.NullPointerException at org.aspectj.weaver.bcel.BcelAdvice.implementOn(BcelAdvice.java:199) at org.aspectj.weaver.Shadow.implementMungers(Shadow.java:699) at org.aspectj.weaver.Shadow.implement(Shado... | resolved fixed | 044542c | ["tests/bugs153/pr161217/AtAspectJAspect.java", "tests/bugs153/pr161217/C.java", "tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java", "weaver/src/org/aspectj/weaver/bcel/BcelAdvice.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-10-19T14:05:02Z | 2006-10-17T13:00:00Z |
149,293 | Bug 149293 declare annotation problem: AIOOBE at ProblemReporter.java:2992 | This has been happening a lot, but I'm having trouble figuring out why it's happening. It's always "5". It happens both in Eclipse and from the command line. java.lang.ArrayIndexOutOfBoundsException at org.aspectj.org.eclipse.jdt.internal.compiler.problem.ProblemReporter.invalidType(ProblemReporter.java:2992) at org.as... | resolved fixed | bc2f36f | ["tests/multiIncremental/PR149293_1/base/src/mypackage/MyAbstractClass.java", "tests/multiIncremental/PR149293_1/base/src/mypackage/MyAspect.java", "tests/multiIncremental/PR149293_1/base/src/mypackage/MyBaseClass.java", "tests/multiIncremental/PR149293_1/base/src/mypackage/MyInterface.java", "tests/multiIncremental/PR... | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-10-17T08:08:12Z | 2006-06-30T12:20:00Z |
160,167 | Bug 160167 NPE when using crossrefs option for iajc ant task | The ant task is shown below. I ommited the full paths to the values of inpath, outJar, and argfiles, because they are somewhat long (hence the "..." before the file names): <iajc crossrefs="true" argfiles="...\weave-jars.txt" inpath="...\org.eclipse.core.runtime_3.2.0.v20060603.jar" outJar="...\org.eclipse.core.runtime... | resolved fixed | f7508cf | ["org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildManager.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-10-09T12:28:29Z | 2006-10-08T23:26:40Z |
159,896 | Bug 159896 advice from injars do not have unique handles with the JDTLikeHandleProvider | Advice of the same kind contained in the same aspect currently do not have unique handles if the aspect is on the aspectpath. | resolved fixed | d532892 | ["tests/features153/jdtlikehandleprovider/ClassForAspectpath.java", "tests/src/org/aspectj/systemtest/ajc153/JDTLikeHandleProviderTests.java", "weaver/src/org/aspectj/weaver/ShadowMunger.java", "weaver/src/org/aspectj/weaver/patterns/DeclareErrorOrWarning.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-10-06T16:29:03Z | 2006-10-05T14:53:20Z |
159,143 | Bug 159143 subtype pattern not working for declare annotation on method | Using AspectJ 1.5.3.200609271036, when declaring an annotation on a method, get unexpected error when using subtype wildcard for the declaring type. E.g., declare @method : void Foo+.foo() : @MethodAnnotation; Error text: "The method 'void Foo+.foo()' does not exist" | resolved fixed | 513564a | ["tests/bugs153/pr159143/DeclareMethodAnnotation.java", "tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-10-04T07:27:44Z | 2006-09-28T16:13:20Z |
156,904 | Bug 156904 Incorrect warning when advising a private method of a private inner class | The Eclipse AJDT give an incorrect warning when you want to advise a private method of a private inner class. When I want to advise a private method in a private inner class, like this public class Outer { private class Inner { private void myMethod() } } Using the following poincut: poincut innerpointcut():execution( ... | resolved fixed | 782ade2 | ["tests/bugs153/pr156904/inDiffPkgAndImport/Outer.java", "tests/bugs153/pr156904/inDiffPkgWithoutImport/Outer.java", "tests/bugs153/pr156904/inSamePkg/Outer.java", "tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java", "weaver/src/org/aspectj/weaver/patterns/WildTypePattern.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-10-03T15:00:34Z | 2006-09-11T18:40:00Z |
152,366 | Bug 152366 LTW Within Patterns Should Accept AND For Consistency | The load-time weaving definition system accepts AND in addition to && for pointcuts, but it silently accepts and then fails to work with type patterns that use AND. Such type patterns are important when creating exceptions (e.g., excluding weblogic..* && !weblogic.jdbc..*) and using AND is also helpful ... | resolved fixed | 7b831ff | ["loadtime/src/org/aspectj/weaver/loadtime/definition/DocumentParser.java", "tests/src/org/aspectj/systemtest/ajc150/ltw/LTWTests.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-10-03T14:30:21Z | 2006-07-31T18:20:00Z |
158,573 | Bug 158573 changing value of variable in aspect results in adviceDidNotMatch warning | null | resolved fixed | cd9fd11 | ["tests/multiIncremental/PR158573/base/C.java", "tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java", "weaver/src/org/aspectj/weaver/CrosscuttingMembers.java", "weaver/src/org/aspectj/weaver/bcel/BcelAdvice.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-09-29T14:21:57Z | 2006-09-25T16:00:00Z |
158,624 | Bug 158624 Compiler Error: generics and arrays | OK, not sure what to report here or what info you need, but here's the set up, message, and erroreous class. I don't understand the errors from the compiler enough to parse down the erroneous file to something that contains only the bug, but I could if direction were given. Here's my set up: Eclipse SDK Version: 3.2.0 ... | resolved fixed | ea4ff8a | ["tests/bugs153/pr158624/ValueChange.java", "tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java", "weaver/src/org/aspectj/weaver/ResolvedMemberImpl.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-09-29T12:20:31Z | 2006-09-25T18:46:40Z |
148,908 | Bug 148908 incorrect source signature for field ipe with qualified allocation expression | null | resolved fixed | fc39df1 | ["org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AsmHierarchyBuilder.java", "tests/bugs153/pr148908/BadInterface.java", "tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-09-26T09:26:33Z | 2006-06-27T23:13:20Z |
158,412 | Bug 158412 @Pointcut in declare error results in NPE | I am trying to use an @AspectJ @Pointcut in a "normal" AspectJ declare error expression. That results in the following exception. java.lang.NullPointerException at org.aspectj.weaver.patterns.ReferencePointcut.concretize1(ReferencePointcut.java:361) at org.aspectj.weaver.patterns.Pointcut.concretize(Pointcut.java:233) ... | resolved fixed | e56a69a | ["org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseSourceType.java", "tests/bugs153/pr158412/dao/Foo.java", "tests/bugs153/pr158412/layering/SystemArchitektur.java", "tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-09-25T13:51:40Z | 2006-09-23T08:26:40Z |
153,845 | Bug 153845 [generics] Problem with signature for generic type | public aspect OuterAspect { private pointcut isSetter() : execution(void set*(..)); public static aspect InnerAspect pertarget(isSetter()) { } } java.lang.IllegalStateException at org.aspectj.apache.bcel.classfile.GenericSignatureParser.parseFieldTypeSignature(GenericSignatureParser.java:163) at org.aspectj.apache.bcel... | resolved fixed | 70ae0f8 | ["tests/bugs153/pr153845/Aspect.java", "tests/bugs153/pr153845/Aspect2.java", "tests/bugs153/pr153845/GenericType.java", "tests/bugs153/pr153845/Interface.java", "tests/bugs153/pr153845/Nothing.java", "tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java", "weaver/src/org/aspectj/weaver/ReferenceType.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-09-14T10:38:50Z | 2006-08-15T02:46:40Z |
155,972 | Bug 155972 NullPointerException in ConstructorSignature.getConstructor() | AspectJ version: 1.5.3.200608290814 When advising a constructor, we can do the following to obtain the constructor as a java.lang.reflect.Member: Member cons = ((ConstructorSignature) thisJoinPointStaticPart .getSignature()).getConstructor(); however that sometimes fails, and returns null. | resolved fixed | 090de7e | ["runtime/src/org/aspectj/runtime/reflect/ConstructorSignatureImpl.java", "runtime/src/org/aspectj/runtime/reflect/FieldSignatureImpl.java", "runtime/src/org/aspectj/runtime/reflect/InitializerSignatureImpl.java", "tests/bugs153/pr155972/ConstructorTest.java", "tests/bugs153/pr155972/FieldTest.java", "tests/bugs153/pr1... | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-09-04T14:24:51Z | 2006-09-01T11:26:40Z |
155,238 | Bug 155238 Trace should use System.identityHashCode, not hashCode | The tracing module uses obj.hashCode() to identify untrusted objects when formatting. I think it would be a little safer and more accurate to use System.identityHashCode(obj). This way the tracing code wouldn't call any application-defined code, and would give a value that can't change if the loader state changes. | resolved fixed | 14e8b7d | ["loadtime/src/org/aspectj/weaver/loadtime/DefaultWeavingContext.java", "weaver/src/org/aspectj/weaver/tools/AbstractTrace.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-08-30T09:46:37Z | 2006-08-25T15:33:20Z |
155,148 | Bug 155148 jdk14 trace deadlock in oc4j | I turned on tracing for the Aj class inside of Oracle's OC4J server. In one test (not always) it deadlocked. It looks like the threads are each trying to lock each other's loader. Notice that one of the threads is in the toString method of the Oracle ClassLoader (perhaps another reason to prefer tracing argument class ... | resolved fixed | 6be7097 | ["loadtime/src/org/aspectj/weaver/loadtime/DefaultWeavingContext.java", "weaver/src/org/aspectj/weaver/tools/AbstractTrace.java", "weaver/testsrc/org/aspectj/weaver/AbstractTraceTest.java", "weaver5/java5-src/org/aspectj/weaver/tools/Jdk14Trace.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-08-25T14:37:34Z | 2006-08-25T01:40:00Z |
155,213 | Bug 155213 [ltw] can get into a state with the Version static initializer | The static initializer in Version that parses the time_text string and turns it into a long field seems to sometimes get loadtime weaving into a state - touching DateFormatters early on is always a pain, so I'm moving it to be processed on first reference. I could take it a step further ... if WeaverStateInfo didn't wr... | resolved fixed | 40cf610 | ["ajde/src/org/aspectj/ajde/ui/swing/OptionsFrame.java", "bridge/src/org/aspectj/bridge/Version.java", "bridge/testsrc/org/aspectj/bridge/VersionTest.java", "weaver/src/org/aspectj/weaver/AjAttribute.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-08-25T12:41:38Z | 2006-08-25T12:46:40Z |
129,525 | Bug 129525 Don't Dump Bytecodes to Syserr in LTW | The load-time weaving system can produce truly massive quantities of output when there's a weaving error, since the system dumps the bytecode to syserr. It would be much better to produce an ajcore file and just point to it, or use some other log. | resolved fixed | 04fa1dc | ["loadtime/src/org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.java", "loadtime/src/org/aspectj/weaver/loadtime/WeavingURLClassLoader.java", "tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java", "weaver/src/org/aspectj/weaver/tools/WeavingAdaptor.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-08-24T17:32:00Z | 2006-02-27T08:46:40Z |
150,271 | Bug 150271 Allow multiple levels of LTW information | It would be nice if basic information about load-time weaving (what version of AspectJ is being used, what loaders are doing weaving and what configuration is being used) was available without all of the -verbose information listing of all classes woven or not woven. It's also unfortunate that the flags for weaving lev... | resolved fixed | 8549d86 | ["loadtime/src/org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.java", "loadtime/src/org/aspectj/weaver/loadtime/DefaultMessageHandler.java", "loadtime/src/org/aspectj/weaver/loadtime/Options.java", "tests/java5/ataspectj/ataspectj/TestHelper.java", "weaver/src/org/aspectj/weaver/tools/WeavingAdaptor.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-08-23T11:52:22Z | 2006-07-11T15:00:00Z |
149,560 | Bug 149560 [@AspectJ] Incorrect weaving of static initialization join point | This error occurs if static initialization of one aspect class is woven with an advice from another aspect. It worked fine in version 1.5.0 - see the decompiled code snippet: static { Object obj = new Factory("ItoMonitoringAspect.java", Class.forName("cz.kb.usermanagement.ito.ItoMonitoringAspect")); ajc$tjp_0 = ((Facto... | resolved fixed | 945a257 | ["tests/bugs153/pr149560/AnnStyle.java", "tests/bugs153/pr149560/CodeStyle.java", "tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java", "tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java", "weaver/src/org/aspectj/weaver/bcel/BcelPerClauseAspectAdder.java", "weaver/src/org/aspect... | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-08-22T15:22:06Z | 2006-07-04T10:46:40Z |
154,332 | Bug 154332 [annotations] Incorrect handling of java.lang annotations when matching | As raised by Mr Bodkin on the list: Can anyone tell me why this compiling this program produces warnings for marker but not for deprecated (in a recent dev build of AJDT)? Is this just a bug? Both have runtime retention, so I would expect equivalent behavior. @Deprecated @Marker public aspect Annot { pointcut test() : ... | resolved fixed | 59123b0 | ["tests/bugs153/pr154332/Annot.java", "tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java", "weaver/src/org/aspectj/weaver/bcel/BcelObjectType.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-08-18T08:21:58Z | 2006-08-18T08:33:20Z |
153,535 | Bug 153535 Bug in reflection delegate signature for array of object type | The following problem is interesting because the advice weaves correctly with Java 1.5 LTW and also using Java 1.4 with build-time weaving. However, the following call pointcut isn't matching the expected call site in Java 1.4 load-time weaving (*). Pointcut: private pointcut inExecQuery() : (within(uk.ltd.getahead.dwr... | resolved fixed | 82e3e13 | ["weaver/src/org/aspectj/weaver/reflect/ReflectionWorld.java", "weaver/testsrc/org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegateTest.java", "weaver5/java5-testsrc/org/aspectj/weaver/reflect/ReflectionBasedReferenceTypeDelegateTest.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-08-15T11:51:21Z | 2006-08-11T07:06:40Z |
148,219 | Bug 148219 Wrong warning is reported | I used ajdt_1.3.1_for_eclipse_3.1.zip on Eclipse 3.1.2. Below is my aspectj code. public aspect MyMessages { pointcut getResourceString(String key): args(key, ..) && call (* CommonPlugin.getResourceString(String, ..)); String around(String key):getResourceString(key) { return key; } } The warning message is The paramet... | resolved fixed | 07c2189 | ["org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/problem/AjProblemReporter.java", "tests/bugs153/PR148219/MyMessages.java", "tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-08-08T15:37:36Z | 2006-06-22T15:26:40Z |
152,161 | Bug 152161 Contribution: Support -Xset in Load-Time Weaving Configuration | I needed this to try out a setting in the pipelined compilation (-Xset:runMinimalMemory=true) ... I was able to verify that it parsed and set an option correctly in the debugger. I also have included a test that sets all the currently available options. | resolved fixed | 039be68 | ["loadtime/src/org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.java", "loadtime/src/org/aspectj/weaver/loadtime/Options.java", "tests/src/org/aspectj/systemtest/ajc150/ltw/LTWTests.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-08-08T13:50:57Z | 2006-07-28T15:20:00Z |
152,388 | Bug 152388 NPE in MessageUtil.addExtraSourceLocations | I get this message from an error in a recent dev build of AspectJ with load-time weaving. I don't know how there is a null source location associated with this message, but either it shouldn't be there or MessageUtil line 806 should use this patch: Index: src/org/aspectj/bridge/MessageUtil.java ========================... | resolved fixed | a38edd3 | ["bridge/src/org/aspectj/bridge/MessageUtil.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-08-08T13:48:32Z | 2006-07-31T23:53:20Z |
152,979 | Bug 152979 Optimization: Reference Use and URL Caching in ClassLoader Repository | I have found that a lot of memory can get pinned by the BCEL ClassLoaderRepository. For example, on a test configuration of Glassbox with WebLogic over 40 megabytes were pinned in memory due to this loader. (*) I also notice that some of the time spent with loading and parsing redundant classes for shared weaving confi... | resolved fixed | 387c3ac | ["bcel-builder/src/org/aspectj/apache/bcel/util/ClassLoaderRepository.java", "bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/AllTests.java", "bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/ClassloaderRepositoryTest.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-08-08T11:26:28Z | 2006-08-07T14:13:20Z |
152,873 | Bug 152873 Optimize shouldWeaveAnnotationStyleAspect with Patch | null | resolved fixed | f239f2a | ["testing/newsrc/org/aspectj/testing/AntSpec.java", "tests/java5/ataspectj/ataspectj/bugs/NotAspect.java", "tests/src/org/aspectj/systemtest/ajc150/ataspectj/AtAjLTWTests.java", "weaver/src/org/aspectj/weaver/World.java", "weaver/src/org/aspectj/weaver/tools/IsAtAspectAnnotationVisitor.java", "weaver/src/org/aspectj/we... | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-08-08T07:59:54Z | 2006-08-04T19:33:20Z |
152,835 | Bug 152835 ArrayIndexOutOfBoundsException in EclipseAdapterUtils.makeLocationContext | Got the following exception during startup of Eclipse java.lang.ArrayIndexOutOfBoundsException at org.aspectj.ajdt.internal.core.builder.EclipseAdapterUtils.makeLocationContext(EclipseAdapterUtils.java:65) at org.aspectj.ajdt.internal.core.builder.EclipseAdapterUtils.makeSourceLocation(EclipseAdapterUtils.java:121) at ... | resolved fixed | 908b405 | ["org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/EclipseAdapterUtils.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-08-04T11:02:38Z | 2006-08-04T11:13:20Z |
152,631 | Bug 152631 Problem with decp on an aspect using cflow | This occurs in the AspectJ build in AJDT from August 1 but not from July 31: java.lang.NullPointerException at org.aspectj.weaver.bcel.BcelTypeMunger.enforceDecpRule1_abstractMethodsImplemented(BcelTypeMunger.java:250) at org.aspectj.weaver.bcel.BcelTypeMunger.mungeNewParent(BcelTypeMunger.java:194) at org.aspectj.weav... | resolved fixed | ff2377a | ["tests/bugs153/pr152631/EMA.java", "tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java", "weaver/src/org/aspectj/weaver/bcel/BcelTypeMunger.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-08-04T10:29:04Z | 2006-08-02T17:33:20Z |
151,991 | Bug 151991 Missing copyright/license in recently added modules | BuildModuleTests does not test for licenses in ajdoc, loadtime, loadtime5, weaver5. When I added the necessary logic there were a couple of failures. Could the owners please step forward ... epl-cpl-ibm|parc|xerox|others LICENSE FAIL: C:\workspaces\org.aspectj-Restructure\weaver5\java5-src\org\aspectj\weaver\reflect\De... | resolved fixed | 7aa6cfe | ["build/testsrc/org/aspectj/build/BuildModuleTests.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-08-03T15:51:04Z | 2006-07-27T14:20:00Z |
152,589 | Bug 152589 [pipeline] adding a whitespace results in adviceDidNotMatch warning | null | resolved fixed | 9664058 | ["org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/AjPipeliningCompilerAdapter.java", "tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-08-03T07:23:55Z | 2006-08-02T14:46:40Z |
151,938 | Bug 151938 Handle Duplicate -javaagent entries more gracefully | If you start a java 5 VM with AspectJ's load-time weaver specified more than once using the -javaagent flag, if there is an aop.xml file defined, it chokes badly: it tries to reweave the woven AspectJ code and emits massive amounts of bytecode. It would be better if AspectJ detected that it was specified more than once... | resolved fixed | bebb364 | ["loadtime5/java5-src/org/aspectj/weaver/loadtime/Agent.java", "tests/java5/ataspectj/HelloWorld.java", "tests/java5/ataspectj/MessageHandler.java", "tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-08-01T20:41:52Z | 2006-07-27T00:26:40Z |
151,978 | Bug 151978 [3.2compiler] Generics program fails to compile | generics problem, reported on newsgroup by Thomas Darimont //package de.tutorials.aspectj; public interface IMessage { void publish(); } interface IErrorMessage extends IMessage{ StackTraceElement[] getStackTrace(); } interface IObjectFactory<E> { public <T extends E> T create(Class<T> theObjectType, Object[] theParame... | resolved fixed | 68c36e3 | ["tests/bugs153/pr151978/IMessage.java", "tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-07-28T13:17:57Z | 2006-07-27T11:33:20Z |
151,673 | Bug 151673 Incorrect weaving of after returning when 'input' bytecode is of a strange form | We have had a user report a problem where after advice being woven into a particular method is producing code that does not verify. The problem occurs if the bytecode being input to the weaving process includes a subroutine that contains the return from the method. Here is the problematic snippet produced by some unkno... | resolved fixed | e4ab0ae | ["weaver/src/org/aspectj/weaver/bcel/BcelShadow.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-07-27T09:57:26Z | 2006-07-25T09:33:20Z |
151,845 | Bug 151845 NPE while building | Building of a large project fails while weaving. NPE in EclipseSourceContext.removeUnnecessaryProblems(..) The project was just migrated to Eclipse 3.2 Eclipse newly installed with Eclipse SDK and via Update manager with AJDT, CDT, Web/J2EE tools, SubClipse, SpringIDE. Same Project workes in Eclipse 3.1. Simple Test As... | resolved fixed | 54f7bb4 | ["org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/EclipseSourceContext.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-07-27T09:27:55Z | 2006-07-26T13:20:00Z |
151,182 | Bug 151182 NPE in BcelWeaver using LTW | Hi, I created a logging aspect for our application some time ago using 1.5.0 of AspectJ. I enabled this from time to time using Load Time Weaving. I have recently recompiled the aspect using 1.5.2 and tried to run it also using the 1.5.2 weaver jar, but it fails with a NullPointerException. This is part of one of the m... | resolved fixed | 397a19d | ["loadtime/src/org/aspectj/weaver/loadtime/Aj.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-07-27T09:25:50Z | 2006-07-20T07:20:00Z |
150,671 | Bug 150671 declare error on set of volatile field does not work | When an aspect has a declare error statement involving a pointcut that captures the setting of a volatile field, a compilation error is not produced. This bug can be reproduced as follows. Consider the following class: class A { private volatile int state; public void foo() { state = 0; } } Now consider this aspect: as... | resolved fixed | 357bbe9 | ["tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java", "weaver/src/org/aspectj/weaver/ResolvedMemberImpl.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-07-25T07:46:13Z | 2006-07-14T15:13:20Z |
148,409 | Bug 148409 [generics] ClassCastException in UnresolvedType.java:348 | I am using AspectJ load time weaving with Spring 2.0 RC1 to inject my entities, and I am getting the following exception: java.lang.ClassCastException: org.aspectj.apache.bcel.classfile.Signature$TypeVariableSignature at org.aspectj.weaver.UnresolvedType.forGenericTypeSignature(UnresolvedType.java:348) at org.aspectj.w... | resolved fixed | 369de87 | ["tests/bugs153/pr148409/Blurgh.java", "tests/bugs153/pr148409/X.java", "tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java", "weaver/src/org/aspectj/weaver/UnresolvedType.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-07-06T12:12:07Z | 2006-06-23T16:26:40Z |
148,693 | Bug 148693 woven class does not pass org.apache.bcel.verifier.statics.Pass2Verifier | null | resolved fixed | 82f217f | ["org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/AspectDeclaration.java", "tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java", "tests/src/org/aspectj/testing/Utils.java"] | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2006-07-05T08:22:55Z | 2006-06-26T16:40:00Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.