id
int64
1
6.5k
bug_id
int64
2.03k
426k
summary
stringlengths
9
251
description
stringlengths
1
32.8k
report_time
stringlengths
19
19
report_timestamp
int64
1B
1.39B
status
stringclasses
6 values
commit
stringlengths
7
9
commit_timestamp
int64
1B
1.39B
files
stringlengths
25
32.8k
project_name
stringclasses
6 values
101
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...
2009-05-05 09:50:07
1,241,530,000
resolved fixed
66235e8
1,241,570,000
weaver/src/org/aspectj/weaver/loadtime/definition/DocumentParser.java
AspectJ
102
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.
2009-04-30 14:06:37
1,241,110,000
resolved fixed
f9578da
1,241,130,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeMethodDeclaration.java
AspectJ
103
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...
2009-04-16 18:32:15
1,239,920,000
resolved fixed
1b663a9
1,241,120,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildManager.java
AspectJ
104
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...
2009-03-20 10:24:07
1,237,560,000
resolved fixed
6dbb5f3
1,238,090,000
asm/src/org/aspectj/asm/internal/JDTLikeHandleProvider.java
AspectJ
105
270,033
Bug 270033 [incremental] Incremental compilation with aspects on an incoming classpath/aspectpath
null
2009-03-25 17:20:22
1,238,020,000
resolved fixed
b23cc1a
1,238,040,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjState.java
AspectJ
106
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...
2009-03-24 18:39:30
1,237,930,000
resolved fixed
d5e900d
1,238,030,000
weaver/src/org/aspectj/weaver/model/AsmRelationshipProvider.java
AspectJ
107
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'
2009-03-24 19:25:29
1,237,940,000
resolved fixed
c732808
1,238,000,000
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
108
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...
2009-03-24 14:16:04
1,237,920,000
resolved fixed
752f895
1,237,930,000
aspectj5rt/java5-src/org/aspectj/lang/reflect/AjTypeSystem.java
AspectJ
109
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
2009-03-24 12:07:29
1,237,910,000
resolved fixed
7a7d6f0
1,237,910,000
asm/src/org/aspectj/asm/internal/AspectJElementHierarchy.java
AspectJ
110
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.
2009-03-20 17:01:10
1,237,580,000
resolved fixed
5c49c0b
1,237,600,000
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
111
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...
2009-03-04 05:49:51
1,236,160,000
resolved fixed
2309f7b
1,236,190,000
asm/src/org/aspectj/asm/internal/AspectJElementHierarchy.java
AspectJ
112
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...
2009-02-28 16:09:42
1,235,860,000
resolved fixed
2f36e7f
1,235,970,000
weaver/src/org/aspectj/weaver/bcel/BcelTypeMunger.java
AspectJ
113
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 =...
2009-02-13 11:54:48
1,234,540,000
resolved fixed
9f80317
1,234,890,000
org.aspectj.matcher/src/org/aspectj/weaver/ShadowMunger.java
AspectJ
114
264,563
Bug 264563 [handles] Remove trailing '/' from source path handles
null
2009-02-11 13:19:52
1,234,380,000
resolved fixed
0af658e
1,234,460,000
asm/src/org/aspectj/asm/internal/JDTLikeHandleProvider.java
AspectJ
115
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.
2009-02-05 13:25:34
1,233,860,000
resolved fixed
1b54b4b
1,233,880,000
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
116
261,808
Bug 261808 iajc-Ant-Task fails "type already defined"
null
2009-01-21 07:43:15
1,232,540,000
resolved fixed
1da1f7c
1,233,380,000
taskdefs/src/org/aspectj/tools/ant/taskdefs/AjcTask.java
AspectJ
117
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...
2009-01-12 12:43:06
1,231,780,000
resolved fixed
d9bd46d
1,231,800,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/ConfigParser.java
AspectJ
118
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.
2008-12-22 16:42:04
1,229,980,000
resolved fixed
2b43e63
1,230,080,000
tests/multiIncremental/pr259528/base/src/b/IsAdvised.java tests/multiIncremental/pr259528/inc1/src/b/IsAdvised.java
AspectJ
119
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.
2008-10-19 15:53:28
1,224,450,000
resolved fixed
f1a83b5
1,228,850,000
tests/bugs163/pr251326/pkgA/Listener.java tests/bugs163/pr251326/pkgA/Target.java tests/src/org/aspectj/systemtest/ajc163/Ajc163Tests.java
AspectJ
120
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...
2007-05-03 17:18:07
1,178,230,000
resolved fixed
120b47f
1,228,170,000
weaver/src/org/aspectj/weaver/bcel/AtAjAttributes.java weaver/src/org/aspectj/weaver/model/AsmRelationshipProvider.java
AspectJ
121
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
2008-11-25 04:51:17
1,227,610,000
resolved fixed
155a888
1,227,810,000
asm/src/org/aspectj/asm/internal/JDTLikeHandleProvider.java
AspectJ
122
249,710
Bug 249710 [compiling] Problem with -XterminateAfterCompilation
null
2008-10-05 18:24:39
1,223,250,000
resolved fixed
cffe291
1,225,310,000
tests/bugs163/pr249710/Foo.java tests/src/org/aspectj/systemtest/ajc163/Ajc163Tests.java
AspectJ
123
186,884
Bug 186884 Unhandled Kind of New Exception when have advice for Pointcut call(Throwable+.new(..))
null
2007-05-14 17:02:02
1,179,180,000
resolved fixed
7a398a2
1,222,820,000
weaver/src/org/aspectj/weaver/bcel/BcelShadow.java
AspectJ
124
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....
2007-06-15 09:57:08
1,181,920,000
resolved fixed
9b68a31
1,222,810,000
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/PR192877/inc1/src/Test....
AspectJ
125
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...
2008-08-29 14:27:06
1,220,030,000
resolved fixed
f376a21
1,222,130,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseResolvedMember.java
AspectJ
126
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.
2008-09-02 18:22:57
1,220,390,000
resolved fixed
78a483d
1,220,400,000
weaver/src/org/aspectj/weaver/bcel/BcelShadow.java
AspectJ
127
244,321
Bug 244321 I cannot aspect code written in SJPP-based encoding
null
2008-08-15 13:54:43
1,218,820,000
resolved fixed
d5c2ead
1,220,040,000
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
128
216,067
Bug 216067 Typo in point example
null
2008-01-21 21:05:25
1,200,970,000
resolved fixed
6d906dc
1,219,260,000
docs/dist/doc/examples/introduction/Point.java
AspectJ
129
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...
2008-06-26 15:05:26
1,214,510,000
resolved fixed
df49b5c
1,218,050,000
loadtime/src/org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.java
AspectJ
130
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...
2008-05-01 14:00:27
1,209,660,000
resolved fixed
e9823aa
1,217,350,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseSourceType.java
AspectJ
131
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....
2008-06-20 13:07:32
1,213,980,000
resolved fixed
be03167
1,213,980,000
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
132
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);...
2007-09-13 17:23:51
1,189,720,000
resolved fixed
11ebdd8
1,213,680,000
tests/bugs161/pr203367/CantMatchOnInterfaceIntroducedToGenericClass.java tests/src/org/aspectj/systemtest/ajc161/Ajc161Tests.java
AspectJ
133
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....
2006-08-27 18:46:07
1,156,720,000
resolved fixed
248962b
1,213,130,000
weaver/src/org/aspectj/weaver/patterns/IfPointcut.java
AspectJ
134
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 ...
2008-04-16 06:24:42
1,208,340,000
resolved fixed
3b2109a
1,212,780,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseFactory.java
AspectJ
135
233,497
Bug 233497 StringIndexOutOfBoundsException thrown in BcelWeaver
null
2008-05-22 13:12:59
1,211,480,000
resolved fixed
93b7bed
1,211,480,000
weaver/src/org/aspectj/weaver/bcel/BcelWeaver.java
AspectJ
136
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...
2008-05-18 17:23:43
1,211,150,000
resolved fixed
f014275
1,211,310,000
weaver/src/org/aspectj/weaver/bcel/BcelClassWeaver.java
AspectJ
137
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...
2008-05-11 12:48:06
1,210,520,000
resolved fixed
a8739e3
1,210,710,000
weaver/src/org/aspectj/weaver/TypeFactory.java
AspectJ
138
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...
2007-11-09 14:27:51
1,194,640,000
resolved fixed
d3c3e32
1,210,200,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/EclipseAdapterUtils.java
AspectJ
139
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...
2008-05-06 22:43:15
1,210,130,000
resolved fixed
5f97d46
1,210,170,000
weaver/src/org/aspectj/weaver/bcel/BcelClassWeaver.java weaver/src/org/aspectj/weaver/bcel/LazyMethodGen.java
AspectJ
140
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 ...
2008-04-24 05:32:45
1,209,030,000
resolved fixed
bed3f4e
1,209,060,000
org.aspectj.ajdt.core/src/org/aspectj/org/eclipse/jdt/core/dom/AjASTMatcher.java
AspectJ
141
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...
2008-03-31 14:11:02
1,206,990,000
resolved fixed
6bdb87d
1,207,030,000
taskdefs/src/org/aspectj/tools/ant/taskdefs/AjcTask.java
AspectJ
142
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...
2007-04-27 11:00:01
1,177,690,000
resolved fixed
8ce9dcf
1,206,120,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/AjLookupEnvironment.java
AspectJ
143
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...
2006-11-08 08:48:52
1,162,990,000
resolved fixed
fe99e6b
1,206,060,000
weaver/src/org/aspectj/weaver/ResolvedType.java
AspectJ
144
222,987
Bug 222987 More NPEs in Java15AnnotationFinder
null
2008-03-17 13:57:36
1,205,780,000
resolved fixed
6c54db9
1,206,030,000
weaver5/java5-src/org/aspectj/weaver/reflect/Java15AnnotationFinder.java
AspectJ
145
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.
2008-03-12 12:45:11
1,205,340,000
resolved fixed
906c849
1,205,340,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildManager.java
AspectJ
146
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...
2007-06-19 12:01:51
1,182,270,000
resolved fixed
a31b3de
1,205,170,000
weaver/src/org/aspectj/weaver/bcel/BcelWeaver.java
AspectJ
147
220,686
Bug 220686 unsynchronized access to WeakHashMap
null
2008-02-27 21:16:31
1,204,160,000
resolved fixed
caf8960
1,204,230,000
weaver/src/org/aspectj/weaver/World.java
AspectJ
148
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...
2008-02-21 12:47:46
1,203,620,000
resolved fixed
1bbe6f9
1,204,070,000
weaver5/java5-src/org/aspectj/weaver/reflect/Java15ReflectionBasedReferenceTypeDelegate.java
AspectJ
149
220,430
Bug 220430 mixup in retrieving the right class in Java15AnnotationFinder
null
2008-02-26 13:41:45
1,204,050,000
resolved fixed
9bbdb41
1,204,060,000
weaver5/java5-src/org/aspectj/weaver/reflect/Java15AnnotationFinder.java
AspectJ
150
220,172
Bug 220172 [compiler] NullpointerException during compile
null
2008-02-25 06:34:35
1,203,940,000
resolved fixed
5beab0e
1,203,980,000
weaver/src/org/aspectj/weaver/Shadow.java
AspectJ
151
210,848
Bug 210848 Fix javadoc for ProceedingJoinPoint.proceed(Object[])
null
2007-11-24 17:49:30
1,195,940,000
resolved fixed
b4715bc
1,203,560,000
runtime/src/org/aspectj/lang/ProceedingJoinPoint.java
AspectJ
152
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...
2007-09-13 19:22:16
1,189,730,000
resolved fixed
114db35
1,201,030,000
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
153
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...
2007-12-01 13:15:13
1,196,530,000
resolved fixed
9de03b7
1,196,590,000
tests/bugs154/pr211674/Test.java tests/bugs154/pr211674/Test2.java tests/src/org/aspectj/systemtest/ajc154/Ajc154Tests.java
AspectJ
154
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...
2007-10-18 05:54:26
1,192,700,000
resolved fixed
797ec4d
1,192,710,000
weaver/src/org/aspectj/weaver/ResolvedType.java
AspectJ
155
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...
2007-02-21 16:02:15
1,172,090,000
resolved fixed
579ec14
1,173,180,000
weaver/src/org/aspectj/weaver/TypeFactory.java weaver/testsrc/org/aspectj/weaver/TypeXTestCase.java
AspectJ
156
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...
2007-01-25 09:24:17
1,169,740,000
resolved fixed
4177bed
1,171,620,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/problem/AjProblemReporter.java
AspectJ
157
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.
2007-01-10 12:16:53
1,168,450,000
resolved fixed
5336603
1,168,500,000
taskdefs/src/org/aspectj/tools/ant/taskdefs/AjcTask.java
AspectJ
158
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...
2006-11-20 08:26:11
1,164,030,000
resolved fixed
e8d2556
1,164,030,000
loadtime/src/org/aspectj/weaver/loadtime/ConcreteAspectCodeGen.java
AspectJ
159
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...
2006-11-13 04:04:24
1,163,410,000
resolved fixed
c54fa62
1,163,770,000
ajde/src/org/aspectj/ajde/BuildOptionsAdapter.java ajde/src/org/aspectj/ajde/internal/CompilerAdapter.java ajde/testsrc/org/aspectj/ajde/BuildConfigurationTests.java
AspectJ
160
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...
2006-10-18 22:23:58
1,161,220,000
resolved fixed
7b40e7e
1,161,690,000
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/weaver/ResolvedPointcutDe...
AspectJ
161
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...
2006-07-06 17:24:00
1,152,220,000
resolved fixed
757004c
1,161,600,000
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
162
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.
2006-10-11 11:41:29
1,160,580,000
resolved fixed
efe6cc7
1,161,600,000
ajdoc/src/org/aspectj/tools/ajdoc/Main.java
AspectJ
163
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...
2006-10-17 08:19:24
1,161,090,000
resolved fixed
044542c
1,161,270,000
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
164
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...
2006-06-30 08:20:01
1,151,670,000
resolved fixed
bc2f36f
1,161,070,000
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/PR149293_1/inc1/...
AspectJ
165
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...
2006-10-08 18:51:11
1,160,350,000
resolved fixed
f7508cf
1,160,400,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildManager.java
AspectJ
166
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.
2006-10-05 11:44:57
1,160,060,000
resolved fixed
d532892
1,160,150,000
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
167
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"
2006-09-28 12:47:33
1,159,460,000
resolved fixed
513564a
1,159,950,000
tests/bugs153/pr159143/DeclareMethodAnnotation.java tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java
AspectJ
168
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( ...
2006-09-11 13:39:27
1,158,000,000
resolved fixed
782ade2
1,159,890,000
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
169
152,366
Bug 152366 LTW Within Patterns Should Accept AND For Consistency
The load-time weaving definition system accepts AND in addition to &amp;&amp; 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..* &amp;&amp; !weblogic.jdbc..*) and using AND is also helpful ...
2006-07-31 14:44:20
1,154,370,000
resolved fixed
7b831ff
1,159,890,000
loadtime/src/org/aspectj/weaver/loadtime/definition/DocumentParser.java tests/src/org/aspectj/systemtest/ajc150/ltw/LTWTests.java
AspectJ
170
158,573
Bug 158573 changing value of variable in aspect results in adviceDidNotMatch warning
null
2006-09-25 11:09:03
1,159,200,000
resolved fixed
cd9fd11
1,159,540,000
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
171
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 ...
2006-09-25 14:18:53
1,159,210,000
resolved fixed
ea4ff8a
1,159,530,000
tests/bugs153/pr158624/ValueChange.java tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java weaver/src/org/aspectj/weaver/ResolvedMemberImpl.java
AspectJ
172
148,908
Bug 148908 incorrect source signature for field ipe with qualified allocation expression
null
2006-06-27 18:41:34
1,151,450,000
resolved fixed
fc39df1
1,159,260,000
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
173
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) ...
2006-09-23 05:11:13
1,159,000,000
resolved fixed
e56a69a
1,159,190,000
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
174
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...
2006-08-14 21:28:08
1,155,610,000
resolved fixed
70ae0f8
1,158,230,000
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
175
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.
2006-09-01 08:45:05
1,157,110,000
resolved fixed
090de7e
1,157,380,000
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/pr155972/Initializer...
AspectJ
176
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.
2006-08-25 11:46:46
1,156,520,000
resolved fixed
14e8b7d
1,156,930,000
loadtime/src/org/aspectj/weaver/loadtime/DefaultWeavingContext.java weaver/src/org/aspectj/weaver/tools/AbstractTrace.java
AspectJ
177
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 ...
2006-08-24 20:59:00
1,156,470,000
resolved fixed
6be7097
1,156,520,000
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
178
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...
2006-08-25 08:34:30
1,156,510,000
resolved fixed
40cf610
1,156,510,000
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
179
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.
2006-02-27 03:18:33
1,141,030,000
resolved fixed
04fa1dc
1,156,440,000
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
180
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...
2006-07-11 11:31:28
1,152,630,000
resolved fixed
8549d86
1,156,330,000
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
181
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...
2006-07-04 07:47:44
1,152,010,000
resolved fixed
945a257
1,156,260,000
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/aspectj/weaver/patterns...
AspectJ
182
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() : ...
2006-08-18 03:49:03
1,155,890,000
resolved fixed
59123b0
1,155,890,000
tests/bugs153/pr154332/Annot.java tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java weaver/src/org/aspectj/weaver/bcel/BcelObjectType.java
AspectJ
183
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...
2006-08-11 03:34:59
1,155,280,000
resolved fixed
82e3e13
1,155,640,000
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
184
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...
2006-06-22 10:05:18
1,150,990,000
resolved fixed
07c2189
1,155,050,000
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
185
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.
2006-07-28 11:51:55
1,154,100,000
resolved fixed
039be68
1,155,050,000
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
186
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 ========================...
2006-07-31 18:31:46
1,154,390,000
resolved fixed
a38edd3
1,155,040,000
bridge/src/org/aspectj/bridge/MessageUtil.java
AspectJ
187
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...
2006-08-07 11:04:12
1,154,960,000
resolved fixed
387c3ac
1,155,040,000
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
188
152,873
Bug 152873 Optimize shouldWeaveAnnotationStyleAspect with Patch
null
2006-08-04 15:21:07
1,154,720,000
resolved fixed
f239f2a
1,155,020,000
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/weaver/tools/Weavin...
AspectJ
189
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 ...
2006-08-04 06:00:33
1,154,690,000
resolved fixed
908b405
1,154,690,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/EclipseAdapterUtils.java
AspectJ
190
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...
2006-08-02 13:26:23
1,154,540,000
resolved fixed
ff2377a
1,154,690,000
tests/bugs153/pr152631/EMA.java tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java weaver/src/org/aspectj/weaver/bcel/BcelTypeMunger.java
AspectJ
191
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...
2006-07-27 08:58:44
1,154,010,000
resolved fixed
7aa6cfe
1,154,620,000
build/testsrc/org/aspectj/build/BuildModuleTests.java
AspectJ
192
152,589
Bug 152589 [pipeline] adding a whitespace results in adviceDidNotMatch warning
null
2006-08-02 09:33:47
1,154,530,000
resolved fixed
9664058
1,154,590,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/AjPipeliningCompilerAdapter.java tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java
AspectJ
193
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...
2006-07-26 19:33:29
1,153,960,000
resolved fixed
bebb364
1,154,460,000
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
194
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...
2006-07-27 07:15:06
1,154,000,000
resolved fixed
68c36e3
1,154,090,000
tests/bugs153/pr151978/IMessage.java tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java
AspectJ
195
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...
2006-07-25 05:45:06
1,153,820,000
resolved fixed
e4ab0ae
1,153,990,000
weaver/src/org/aspectj/weaver/bcel/BcelShadow.java
AspectJ
196
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...
2006-07-26 09:44:50
1,153,920,000
resolved fixed
54f7bb4
1,153,990,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/EclipseSourceContext.java
AspectJ
197
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...
2006-07-20 02:50:53
1,153,380,000
resolved fixed
397a19d
1,153,990,000
loadtime/src/org/aspectj/weaver/loadtime/Aj.java
AspectJ
198
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...
2006-07-14 12:19:01
1,152,890,000
resolved fixed
357bbe9
1,153,810,000
tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java weaver/src/org/aspectj/weaver/ResolvedMemberImpl.java
AspectJ
199
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...
2006-06-23 12:29:03
1,151,080,000
resolved fixed
369de87
1,152,190,000
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
200
148,693
Bug 148693 woven class does not pass org.apache.bcel.verifier.statics.Pass2Verifier
null
2006-06-26 13:29:29
1,151,340,000
resolved fixed
82f217f
1,152,090,000
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