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
1
423,257
Bug 423257 LTW - java.lang.VerifyError: Bad return type with generics and local variables
null
2013-12-04 19:43:22
1,386,200,000
resolved fixed
dd88d21
1,386,350,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjState.java tests/bugs175/pr423257/AspectX.java tests/bugs175/pr423257/Test.java tests/src/org/aspectj/systemtest/AllTests17.java tests/src/org/aspectj/systemtest/ajc175/Ajc175Tests.java tests/src/org/aspectj/systemtest/ajc175/AllTestsAspectJ175.java tes...
AspectJ
2
420,210
Bug 420210 Support additional message insert keys in declare error/warning
It would be good to be able to insert the enclosing class name or enclosing member for a joinpoint.
2013-10-23 16:00:16
1,382,560,000
resolved fixed
9319e34
1,382,560,000
org.aspectj.matcher/src/org/aspectj/weaver/Checker.java tests/bugs174/extra_inserts/Code.java tests/src/org/aspectj/systemtest/ajc174/Ajc174Tests.java
AspectJ
3
419,279
Bug 419279 ajc option to change -Xlint level per-message without Xlintfile
The -Xlintfile option is not a great fit for controlling message across multiple build projects, specifically in my case from the pluginManagement section of a maven parent pom. The problem is that you need a local file to configure the per-message output levels (ignore/warning/error) when you really want to specify it...
2013-10-11 15:20:08
1,381,520,000
resolved fixed
b2cd5fa
1,382,560,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 org.aspectj.matcher/src/org/aspectj/weaver/Lint.java testing/newsrc/org/aspectj/testing/CompileSpec.java tests/bugs174/pr419279/Code.java tests/src/org...
AspectJ
4
415,266
Bug 415266 LTW not working when JMX is enabled
When I enable JMX remote management on a JVM along with AspectJ load-time weaving (LTW), our Aspect doesn't appear to get woven in. This are the JVM arguments: -Dvisualvm.display.name=JdbcTimingAspectTest -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmx...
2013-08-16 17:51:29
1,376,690,000
resolved fixed
9e992d6
1,380,650,000
loadtime/src/org/aspectj/weaver/loadtime/Aj.java
AspectJ
5
418,129
Bug 418129 Can't introduce annotation onto introduced method from trait-patterned aspect
null
2013-09-26 14:31:09
1,380,220,000
resolved fixed
2393bef
1,380,650,000
tests/bugs174/pr418129/Target.java tests/bugs174/pr418129/Target2.java tests/bugs174/pr418129/Target3.java tests/bugs174/pr418129/Target4.java tests/src/org/aspectj/systemtest/ajc174/Ajc174Tests.java weaver/src/org/aspectj/weaver/bcel/BcelClassWeaver.java weaver/src/org/aspectj/weaver/bcel/BcelWorld.java weaver/src/org...
AspectJ
6
368,046
Bug 368046 configure a set of classloader for which weavers should not be created in an LTW scenario
Prototyped and tested for JspClassLoaders (see the thread 'aspectj and jsp load' on the mailing list). That was done through a system property but it would be easier via aop.xml. However, this would be the first time we have an aop.xml setting that affects global operation of loadtime weaving. When any classloader actu...
2012-01-06 12:05:35
1,325,870,000
resolved fixed
0c0adc5
1,375,160,000
loadtime/src/org/aspectj/weaver/loadtime/Aj.java loadtime/src/org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.java loadtime/src/org/aspectj/weaver/loadtime/Options.java tests/bugs174/pr368046/Azpect.java tests/bugs174/pr368046/Code.java tests/src/org/aspectj/systemtest/ajc174/Ajc174Tests.java
AspectJ
7
413,378
Bug 413378 A constructor added by ITD cannot invoke the method of its super class
AspectJ Development Tools 2.2.0.e37x-RELEASE-20120704-0900 It seems *super.someMethod()* can not be correctly resolved in the constructor added by ITD It can be compiled with no problem, but* at runtime, exception is raised.* The class which I'll add a new constructor to: public class Child extends Parent{ public Strin...
2013-07-20 02:22:28
1,374,300,000
resolved fixed
302c14e
1,374,530,000
tests/bugs174/pr413378/Code.java tests/src/org/aspectj/systemtest/AllTests17.java tests/src/org/aspectj/systemtest/ajc174/Ajc174Tests.java tests/src/org/aspectj/systemtest/ajc174/AllTestsAspectJ174.java weaver/src/org/aspectj/weaver/bcel/BcelTypeMunger.java
AspectJ
8
407,017
Bug 407017 Stack trace being printed, but want to mute it
In org.aspectj.ajdt.internal.core.builder.AjState.getDelegate(ReferenceType), there is a call to printStackTrace(). On the AJDT build server, this exception is being printed and causing some noise. Can you replace that call with a call to the IMessageHandler for the build?
2013-05-01 15:10:46
1,367,440,000
resolved fixed
e6cb508
1,372,460,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjState.java
AspectJ
9
408,721
Bug 408721 java.util.ConcurrentModificationException when multiple threads enter the weaver
I am using AspectJ 1.7.1. Occasionally I see the following exception, which I believe is related to multiple threads initializing some internal state. java.util.ConcurrentModificationException: null at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[na:1.7.0_11] at java.util.ArrayList$Itr.next(Unknown ...
2013-05-22 12:10:52
1,369,240,000
resolved fixed
3f6e166
1,372,280,000
org.aspectj.matcher/src/org/aspectj/weaver/ReferenceType.java
AspectJ
10
404,600
Bug 404600 Unhandled RuntimeException
I'm getting an unhandled RuntimeException from STS 3.2.0.RELEASE: java.lang.RuntimeException at org.aspectj.asm.AsmManager.sameType(AsmManager.java:897) at org.aspectj.asm.AsmManager.removeRelationshipsTargettingThisType(AsmManager.java:711) at org.aspectj.weaver.bcel.BcelWeaver.weave(BcelWeaver.java:1033) at org.aspec...
2013-03-29 00:48:42
1,364,530,000
resolved fixed
ff0859d
1,364,930,000
weaver/src/org/aspectj/weaver/bcel/BcelWeaver.java
AspectJ
11
404,594
Bug 404594 Assertion failed at ResolvedType.java:614
null
2013-03-28 16:53:10
1,364,500,000
resolved fixed
4e34477
1,364,860,000
org.aspectj.matcher/src/org/aspectj/weaver/ResolvedType.java
AspectJ
12
318,878
Bug 318878 Pertarget aspect instantiation is not thread-safe
The way in which pertarget aspects compiled with ajc check if a given target already has an aspect is not thread safe. When two different threads trigger an advice on a target object for the first time at the same time, sometimes the aspect for that target gets created twice. The following code demonstrates the problem...
2010-07-05 07:23:40
1,278,330,000
resolved fixed
be5a530
1,361,830,000
org.aspectj.matcher/src/org/aspectj/weaver/AjcMemberMaker.java
AspectJ
13
391,384
Bug 391384 WildAnnotationTypePattern.java:231
OK, I get that this is not supported (and what I *want* here is matching on the existence of the supplied header *among* the headers in the String[]). A feature request might be in order, but a syntax for specifying how you want to match the array would be needed.... The bug that I'm reporting is that trying to *save* ...
2012-10-09 00:09:54
1,349,760,000
resolved fixed
edb41e3
1,360,090,000
org.aspectj.matcher/src/org/aspectj/weaver/WeaverMessages.java org.aspectj.matcher/src/org/aspectj/weaver/patterns/WildAnnotationTypePattern.java tests/bugs172/pr391384/Code.java tests/src/org/aspectj/systemtest/ajc172/Ajc172Tests.java
AspectJ
14
394,535
Bug 394535 Java throws OutOfMemory in call to Class.getGenericSuperclass() on woven class
null
2012-11-18 10:54:17
1,353,250,000
resolved fixed
46f9079
1,360,090,000
org.aspectj.matcher/src/org/aspectj/weaver/TypeVariable.java tests/bugs172/pr394535/Bug.java tests/bugs172/pr394535/Bug2.java tests/src/org/aspectj/systemtest/ajc172/Ajc172Tests.java
AspectJ
15
399,590
Bug 399590 Bad generics signature generated
null
2013-01-31 04:17:35
1,359,620,000
resolved fixed
4af4b1e
1,360,010,000
org.aspectj.matcher/src/org/aspectj/weaver/BoundedReferenceType.java tests/bugs172/pr399590/Cage.java tests/bugs172/pr399590/Cage2.java tests/bugs172/pr399590/five/Cage.java tests/bugs172/pr399590/five/Cage2.java tests/bugs172/pr399590/four/Cage.java tests/bugs172/pr399590/four/Cage2.java tests/bugs172/pr399590/three/C...
AspectJ
16
399,408
Bug 399408 NPE in ExactAnnotationTypePattern.matches
[ERROR] java.lang.NullPointerException [ERROR] at org.aspectj.weaver.patterns.ExactAnnotationTypePattern.matches(ExactAnnotationTypePattern.java:137) [ERROR] at org.aspectj.weaver.patterns.ExactAnnotationTypePattern.matches(ExactAnnotationTypePattern.java:96) [ERROR] at org.aspectj.weaver.patterns.AnyWithAnnotationType...
2013-01-29 12:01:47
1,359,480,000
resolved fixed
d524403
1,359,480,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseSourceType.java
AspectJ
17
398,588
Bug 398588 Using aspect 'requires' clause causes all aspects with 'requires' clauses not be loaded regardless
The usage of the 'requires' clause causes all aspects that have have 'requires' clauses not to be loaded regardless of whether the specified required class exists or not. Here is the scenario and why it happens: Let's assume we have a bunch of aspects (A1, A2, A3, etc.) - all with 'requires' clauses and all referencing...
2013-01-20 01:42:35
1,358,660,000
resolved fixed
96ebaae
1,358,790,000
tests/bugs172/pr398588/Anno.java tests/bugs172/pr398588/Anno2.java tests/bugs172/pr398588/AspectA.java tests/bugs172/pr398588/AspectB.java tests/bugs172/pr398588/AspectC.java tests/bugs172/pr398588/AspectD.java tests/bugs172/pr398588/Blah.java tests/bugs172/pr398588/Code.java tests/bugs172/pr398588/Code2.java tests/src...
AspectJ
18
395,221
Bug 395221 weird error about unbound formals when mixing generics with annotation style
From the mailing list: I have following problem with following Aspect: @Aspect public class CounterAspect extends AbstractMoskitoAspect { @Around(value = "execution(* *(..)) && (@annotation(method))") public Object countMethod(ProceedingJoinPoint pjp, Count method) throws Throwable { return count(pjp, method.producerId...
2012-11-27 17:34:23
1,354,060,000
resolved fixed
3e5af0f
1,354,060,000
org.aspectj.matcher/src/org/aspectj/weaver/patterns/AndPointcut.java
AspectJ
19
394,234
Bug 394234 Invalid StackMapTable generated in Java 7
When compiling for Java 7, AspectJ can compute an invalid StackMapTable. The verifier will throw a ClassNotFoundException when the generated class is loaded. Example: class Parent<T> {} class ChildA<T> extends Parent<T> {} class ChildB<T> extends Parent<T> {} public Object methodWithBadStackMapTable(boolean value) { re...
2012-11-13 18:48:24
1,352,850,000
resolved fixed
fc55431
1,352,940,000
weaver/src/org/aspectj/weaver/bcel/asm/StackMapAdder.java
AspectJ
20
391,123
Bug 391123 Added support for more cache backing(s)
null
2012-10-04 10:14:52
1,349,360,000
closed fixed
df1823b
1,351,540,000
build/src/org/aspectj/internal/tools/ant/taskdefs/Checklics.java util/src/org/aspectj/util/LangUtil.java weaver/src/org/aspectj/weaver/tools/cache/AbstractIndexedFileCacheBacking.java weaver/src/org/aspectj/weaver/tools/cache/AsynchronousFileCacheBacking.java weaver/src/org/aspectj/weaver/tools/cache/DefaultFileCacheBa...
AspectJ
21
389,967
Bug 389967 Weaved aspects mechanism does not take into account modified classes
The current caching mechanism assumes that if the same class is encountered then its cached weaved version can be used. However, the mechanism uses only the (fully qualified) class name to identify the class and does not take into account the fact that the class bytes may have changed (e.g., the user re-compiled and re...
2012-09-20 02:38:31
1,348,120,000
resolved fixed
9a3cc2b
1,349,120,000
loadtime/src/org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.java loadtime/src/org/aspectj/weaver/loadtime/WeavingURLClassLoader.java org.aspectj.matcher/src/org/aspectj/weaver/tools/GeneratedClassHandler.java util/src/org/aspectj/util/LangUtil.java weaver/src/org/aspectj/weaver/tools/WeavingAdaptor.java weaver/s...
AspectJ
22
389,456
Bug 389456 NPE in EclipseTypeMunger.mungeNewMethod()
null
2012-09-12 19:05:05
1,347,490,000
resolved fixed
b8ebdc3
1,348,170,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseTypeMunger.java
AspectJ
23
389,752
Bug 389752 declare parents & @type not matching on annotation properties of enum types
NOTE: real project private git repo demonstrating bug has been shared with Andy Clement privately. I'm reporting bug as Andy requested with as much info as I feel I can. I have a case where 'declare parents' and 'declare @type' instructions are not being applied because their type patterns, which use annotations whose ...
2012-09-17 14:47:17
1,347,910,000
resolved fixed
0d69bd3
1,348,100,000
org.aspectj.matcher/src/org/aspectj/weaver/EnumAnnotationValue.java org.aspectj.matcher/src/org/aspectj/weaver/StandardAnnotation.java org.aspectj.matcher/src/org/aspectj/weaver/patterns/WildAnnotationTypePattern.java tests/bugs172/pr389752/Code.java tests/bugs172/pr389752/Code2.java tests/bugs172/pr389752/Code3.java t...
AspectJ
24
389,750
Bug 389750 Inconsistent classfile encountered: The undefined type parameter xxx is referenced from within yyy
With the declare parents pattern below, I'm getting this **runtime** error (compiler completes ok): Inconsistent classfile encountered: The undefined type parameter ID is referenced from within PersistableAspect If I remove the generics part of the interface declaration, the error goes away. Here's the pattern: interfa...
2012-09-17 14:25:23
1,347,910,000
resolved fixed
b9c7a19
1,348,080,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/AstUtil.java org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeMethodDeclaration.java tests/bugs172/pr389750/Clazz.java tests/bugs172/pr389750/Clazz2.java tests/bugs172/pr389750/Clazz3.java tests/bugs172/pr389750/Clazz4.java tests/...
AspectJ
25
388,971
Bug 388971 Double Synthetic attributes on some around advice members
Some of the support members in aspects were getting Synthetic attributes added twice (once when compiled, once when used as an aspect library). Some JVMs appear to flag this as a verify error. The fix is simply to check before adding to make sure the attribute isn't added twice.
2012-09-06 12:34:52
1,346,950,000
resolved fixed
c2ff74f
1,346,950,000
weaver/src/org/aspectj/weaver/bcel/LazyMethodGen.java
AspectJ
26
384,401
Bug 384401 NPE when no pointcut in afterthrowing annotation style advice
From the mailing list: import org.aspectj.lang.JoinPoint; import org.aspectj.lang.annotation.AfterThrowing; import org.aspectj.lang.annotation.Aspect; @Aspect public class X { // @AfterThrowing(pointcut="execution(* *(..))",throwing = "e") @AfterThrowing(throwing = "e") public void bizLoggerWithException(JoinPoint this...
2012-07-05 14:04:53
1,341,510,000
resolved fixed
55ebaa1
1,345,750,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/ValidateAtAspectJAnnotationsVisitor.java tests/bugs171/pr384401/X.java tests/src/org/aspectj/systemtest/ajc171/Ajc171Tests.java
AspectJ
27
387,444
Bug 387444 Softening exception in try-with-resources
null
2012-08-16 20:46:55
1,345,160,000
resolved fixed
76d695f
1,345,750,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/problem/AjProblemReporter.java tests/bugs171/pr387444/Code.java tests/bugs171/pr387444/Code2.java tests/src/org/aspectj/systemtest/ajc171/Ajc171Tests.java tests/src/org/aspectj/systemtest/ajc171/Ajc171Tests_need17jre.java
AspectJ
28
387,718
Bug 387718 RuntimeException when trying to compile broken code
java.lang.RuntimeException at org.aspectj.weaver.NameMangler.makeVisibilityName(NameMangler.java:297) at org.aspectj.weaver.NameMangler.interMethod(NameMangler.java:242) at org.aspectj.weaver.AjcMemberMaker.interMethod(AjcMemberMaker.java:538) at org.aspectj.ajdt.internal.compiler.problem.AjProblemReporter.methodMustOv...
2012-08-21 13:30:11
1,345,570,000
resolved fixed
cbb6f5a
1,345,670,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/problem/AjProblemReporter.java
AspectJ
29
386,049
Bug 386049 Error "must implement abstract inter-type declaration" even though build is fine
null
2012-07-26 10:15:19
1,343,310,000
verified fixed
7c6e936
1,345,660,000
org.aspectj.matcher/src/org/aspectj/weaver/ResolvedType.java tests/bugs171/pr386049/de/scrum_master/galileo/filter/BasicFilter.java tests/bugs171/pr386049/de/scrum_master/galileo/filter/JsoupFilter.java tests/bugs171/pr387568/Code.java tests/src/org/aspectj/systemtest/ajc171/Ajc171Tests.java weaver/src/org/aspectj/weav...
AspectJ
30
384,398
Bug 384398 Type Mismatch error when using inner classes contained in generic types within ITDs
Please see attached example project. I get the following (strange) compiler error: Type mismatch: cannot convert from A<T>.InnerA<> to A.InnerA BAspect.aj /AspectJInnerclassInGenericTypeBug/src/de/example line 12
2012-07-05 13:42:53
1,341,510,000
resolved fixed
bf949d3
1,341,940,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseFactory.java tests/bugs171/pr384398/A.java tests/bugs171/pr384398/B.java tests/bugs171/pr384398_2/A.java tests/bugs171/pr384398_2/B.java tests/src/org/aspectj/systemtest/AllTests17.java tests/src/org/aspectj/systemtest/ajc171/Ajc171Tests.java te...
AspectJ
31
384,189
Bug 384189 make ajcore file creation optional
Although cores are useful, there may be situations where you are working around whatever they are reporting and are perhaps unable to pick up a later version of AJ that includes the fix. In these situations it might be helpful to make the creation of cores optional, through a sys prop.
2012-07-03 14:06:05
1,341,340,000
resolved fixed
5d0e186
1,341,350,000
org.aspectj.matcher/src/org/aspectj/weaver/Dump.java
AspectJ
32
382,189
Bug 382189 NPE in BcelTypeMunger.createBridgeMethod
Build Identifier: Since I updated to version AspectJ Development Tools 2.2.0.e37x-20120529-0900 I get during compile: java.lang.NullPointerException at org.aspectj.weaver.bcel.BcelTypeMunger.createBridgeMethod(BcelTypeMunger.java:1325) at org.aspectj.weaver.bcel.BcelTypeMunger.createAnyBridgeMethodsForCovariance(BcelTy...
2012-06-10 10:48:00
1,339,340,000
resolved fixed
a748303
1,339,810,000
org.aspectj.matcher/src/org/aspectj/weaver/ResolvedType.java tests/bugs170/pr382189/covbug/A.java tests/bugs170/pr382189/covbug/B.java tests/bugs170/pr382189/covbug/SuperA.java tests/bugs170/pr382189/covbug/SuperB.java tests/bugs170/pr382189/covbug/cc/covbug/A.java tests/bugs170/pr382189/covbug/cc/covbug/B.java tests/b...
AspectJ
33
382,723
Bug 382723 An package-level abstract generic privileged aspect, which extends an abstract generic aspect, gives a IlligalStateException on a method call in around advice
Build Identifier: AJDT Version: 2.1.3.e37x-20110628-1900 / AspectJ version: 1.6.12.20110613132200 / eclipse.buildId=M20120208-0800 around advice targetting a generic constructor call in a package visability generic privileged abstract apsect, which extends a abstract generic aspect gives a compiler error when in this a...
2012-06-15 06:31:34
1,339,760,000
resolved fixed
ba9d43c
1,339,780,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/AccessForInlineVisitor.java tests/bugs170/pr382723/Foo.java tests/bugs170/pr382723/FooAspect.java tests/bugs170/pr382723/FooAspect2.java tests/bugs170/pr382723/FooAspect3.java tests/src/org/aspectj/systemtest/ajc170/Ajc170Tests.java
AspectJ
34
376,990
Bug 376990 iajc does not support source compliance level 1.7
Build Identifier: Version: 3.7.2 Build id: M20120208-0800 I am using AspectJ 1.7.0.M1. I changed the examples build.xml to use a source compliance level of 1.7 and verbose=true as follows: <iajc destdir="${classes.dir}" verbose="true" source="1.7" argfiles="${list}" When I run this using 'ant bean' I get the following ...
2012-04-17 11:35:31
1,334,680,000
resolved fixed
89c178f
1,334,680,000
taskdefs/src/org/aspectj/tools/ant/taskdefs/AjcTask.java
AspectJ
35
376,351
Bug 376351 attribute problems with Java 7 compilation
From the mailing list, this goes wrong: ***R.java*** public class R{ public static void main(String[] args) {System.out.println(new R().getClass().getName());} } ***R1.java*** public class R1 extends R {} ***RAj.aj*** public aspect RAj { private ThreadLocal<Object> inAspect = new ThreadLocal<Object>(); pointcut createR...
2012-04-09 15:13:54
1,334,000,000
resolved fixed
be063b8
1,334,010,000
tests/bugs170/pr376351/R.java tests/bugs170/pr376351/R1.java tests/bugs170/pr376351/RAj.java tests/src/org/aspectj/systemtest/ajc170/Ajc170Tests.java weaver/src/org/aspectj/weaver/bcel/asm/StackMapAdder.java
AspectJ
36
376,139
Bug 376139 AspectJ throws Nullpointer after its IDE plugin update
Build Identifier: Version: Indigo Service Release 2 Build id: 20120216-1857 java.lang.NullPointerException at org.aspectj.org.eclipse.jdt.internal.compiler.ast.SwitchStatement.analyseCode(SwitchStatement.java:118) at org.aspectj.org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.analyseCode(MethodDeclaration.java:...
2012-04-05 00:00:07
1,333,600,000
resolved fixed
62fca9a
1,333,660,000
tests/bugs170/pr376139/Code.java tests/src/org/aspectj/systemtest/ajc170/Ajc170Tests.java
AspectJ
37
374,964
Bug 374964 Performance - improve pointcut expensiveness calculation
Build Identifier: 1.6.12 I'm able to reduce the AspectJ LTW startup overhead on the app I'm working on, from 95 seconds down to 47 seconds, just by switching the "expensiveness" of THIS_OR_TARGET and CALL in PointcutEvaluationExpenseComparator. It seems to make sense to me that THIS_OR_TARGET is more expensive since it...
2012-03-21 14:02:09
1,332,350,000
resolved fixed
f85631f
1,332,550,000
org.aspectj.matcher/src/org/aspectj/weaver/patterns/PointcutEvaluationExpenseComparator.java tests/src/org/aspectj/systemtest/ajc170/Ajc170Tests.java
AspectJ
38
374,745
Bug 374745 Performance regression in 1.6.12
null
2012-03-20 07:19:52
1,332,240,000
resolved fixed
549d227
1,332,550,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseFactory.java org.aspectj.matcher/src/org/aspectj/weaver/ReferenceType.java org.aspectj.matcher/src/org/aspectj/weaver/ResolvedType.java org.aspectj.matcher/src/org/aspectj/weaver/TypeFactory.java org.aspectj.matcher/src/org/aspectj/weaver/TypeVa...
AspectJ
39
373,195
Bug 373195 Memory leak in CompilationAndWeavingContext leading to PermGen OOME
Build Identifier: 1.6.11 The static contextMap in CompilationAndWeavingContext keeps strong references to Thread instances (which in turn strongly reference their contextClassLoader which prevents all kinds of stuff from unloading). In my particular use case I am running unit tests, each in their own WeavingURLClassLoa...
2012-03-04 01:25:51
1,330,840,000
resolved fixed
6defb4e
1,331,050,000
bridge/src/org/aspectj/bridge/context/CompilationAndWeavingContext.java
AspectJ
40
371,998
Bug 371998 org.aspectj.weaver.BCException compiling @DeclareParents with value using "||"
Build Identifier: 20110916-0149 Using: import org.aspectj.lang.annotation.Aspect; import org.aspectj.lang.annotation.DeclareParents; @Aspect public class AspectTest { private interface X {} private static class XImpl {} @DeclareParents(value="java.lang.Runnable || java.util.concurrent.Callable", defaultImpl=XImpl.class...
2012-02-19 15:42:42
1,329,680,000
resolved fixed
f37c56e
1,330,710,000
tests/bugs170/pr371998/AspectTest.java tests/src/org/aspectj/systemtest/ajc170/Ajc170Tests.java weaver/src/org/aspectj/weaver/bcel/AtAjAttributes.java
AspectJ
41
371,684
Bug 371684 type construction for signature makes mistakes with wildcards
If you have a type with multiple type params, like this: Foo<?,T> the signature is: LFoo<*TT;>; and the handling of * is not working in TypeFactory. If that signature is passed in it will actually build: Foo<?> having lost the second type parameter, this breaks code later that has expectations on the number of params. ...
2012-02-15 17:16:16
1,329,340,000
resolved fixed
89756cd
1,329,340,000
org.aspectj.matcher/src/org/aspectj/weaver/TypeFactory.java tests/src/org/aspectj/systemtest/ajc170/Ajc170Tests.java
AspectJ
42
362,956
Bug 362956 neo4j NPE
java.lang.NullPointerException at org.aspectj.weaver.patterns.ExactAnnotationTypePattern.matches(ExactAnnotationTypePattern.java:128) at org.aspectj.weaver.patterns.ExactAnnotationTypePattern.matches(ExactAnnotationTypePattern.java:96) at org.aspectj.weaver.patterns.AndAnnotationTypePattern.matches(AndAnnotationTypePat...
2011-11-04 20:33:16
1,320,450,000
resolved fixed
942da06
1,320,680,000
org.aspectj.matcher/src/org/aspectj/weaver/ReferenceType.java
AspectJ
43
359,332
Bug 359332 NPE in AjBuildManager.java:528 after non-Java/AJ file was renamed
Build Identifier: Upon using Eclipse's "Rename Resource" dialog to rename my project's "src/main/resources/META-INF/spring/email.properties" file to "scheduler.properties" in the same directory, Eclipse displayed the "AspectJ Internal Compiler Error" dialog with this stack trace: java.io.FileNotFoundException at java.i...
2011-09-29 00:22:08
1,317,270,000
resolved fixed
14a6eac
1,317,310,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildManager.java
AspectJ
44
354,947
Bug 354947 Nullpointer-Exception while parsing definition file (aop.xml) in DocumentParser
Build Identifier: 20100617-1415 With an activated NullpointerException-Breakpoint i recently stumpled upon a thrown NPE in the DocumentParser.parse()-method (Line 106): public static Definition parse(final URL url) throws Exception { InputStream in = null; try { if (CACHE && parsedFiles.containsKey(url.toString())) { r...
2011-08-17 09:28:42
1,313,590,000
resolved fixed
e71e287
1,313,600,000
weaver/src/org/aspectj/weaver/loadtime/definition/DocumentParser.java
AspectJ
45
353,457
Bug 353457 NPE when saving an aspect - Aspectj Internal Compiler Error
null
2011-07-30 17:23:36
1,312,060,000
resolved fixed
0f506ab
1,313,440,000
org.aspectj.matcher/src/org/aspectj/weaver/ShadowMunger.java
AspectJ
46
354,022
Bug 354022 constructor inlining can fail for some groovy built code
The file grails.util.BuildSettings contains bytecode where the constructors are recursive. You can't compile this in Java A() { this(); } but groovy generates some code where it switches on a value in the ctor and if it is a certain value, the recursive ctor call is made. I imagine this 'never happens' in practice but ...
2011-08-05 12:17:24
1,312,560,000
resolved fixed
6ae463a
1,312,560,000
weaver/src/org/aspectj/weaver/bcel/BcelClassWeaver.java
AspectJ
47
340,806
Bug 340806 Race condition in JavaLangTypeToResolvedTypeConverter (potentially exposed through Spring AOP)
null
2011-03-23 16:35:10
1,300,910,000
resolved fixed
167b801
1,312,400,000
weaver5/java5-src/org/aspectj/weaver/reflect/JavaLangTypeToResolvedTypeConverter.java
AspectJ
48
353,349
Bug 353349 NPE in deleteNewAndDup
java.lang.NullPointerException at org.aspectj.weaver.bcel.BcelShadow.deleteNewAndDup(BcelShadow.java:179) at org.aspectj.weaver.bcel.BcelShadow.prepareForMungers(BcelShadow.java:303) at org.aspectj.weaver.Shadow.implement(Shadow.java:543) at org.aspectj.weaver.bcel.BcelClassWeaver.implement(BcelClassWeaver.java:3147) a...
2011-07-28 13:52:00
1,311,880,000
resolved fixed
e8ef5bf
1,311,890,000
weaver/src/org/aspectj/weaver/bcel/BcelShadow.java
AspectJ
49
353,100
Bug 353100 Need to demote "warning ignoring duplicate definition" from warning to debug
Build Identifier: 1.6.11 This kind of problem can occur for complex class loader hierarchies, and since it is not really a problem, we should make it debug level message so as not to write log messages un-necessarily. Reproducible: Always Steps to Reproduce: 1. Create an application that has some weaved class loaders h...
2011-07-26 08:47:48
1,311,680,000
resolved fixed
c6fb752
1,311,700,000
loadtime/src/org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.java
AspectJ
50
352,389
Bug 352389 overweaving can attribute duplicate attributes, one of which will not deserialize correctly
When overweaving it is possible that a class will get a second WeaverState attribute. This second one will not be valid (it hasn't been correctly configured). This isn't normally a problem because the next thing that happens is that the class is defined to the VM. But if *another* weave step occurs, the malformed attri...
2011-07-18 16:08:47
1,311,020,000
resolved fixed
8553b30
1,311,020,000
weaver/src/org/aspectj/weaver/bcel/LazyClassGen.java
AspectJ
51
350,855
Bug 350855 overweaving misbehaving when subclassing WeavingURLClassLoader
Raised by the Spring Insight team, they observed that in a system where they are using a special classloader (subclassing weaving url classloader) they see it fail to weave an aspect if overweaving is on.
2011-06-30 11:32:19
1,309,450,000
resolved fixed
2302e94
1,309,450,000
weaver/src/org/aspectj/weaver/bcel/BcelWeaver.java
AspectJ
52
349,764
Bug 349764 Repeated output of ASPECTJ: aspectj.overweaving=true: overweaving switched ON
Build Identifier: 1.6.11 The message is repeated every time a new class loader is being use to load weaving configuration (using -Dorg.aspectj.tracing.factory=default). Since this value is a system (!) property there is no need to display its value more than once (or even check it more than once - it could be lazily in...
2011-06-19 05:42:40
1,308,480,000
resolved fixed
bb2aea4
1,308,590,000
org.aspectj.matcher/src/org/aspectj/weaver/World.java
AspectJ
53
349,636
Bug 349636 AspectJ reports "abort trouble" while instrumenting a class on startup
Build Identifier: 20110218-0911 java.lang.NullPointerException at org.aspectj.weaver.bcel.Utility.appendConversion(Utility.java:272) at org.aspectj.weaver.bcel.BcelVar.appendConvertableArrayLoad(BcelVar.java:81) at org.aspectj.weaver.bcel.BcelVar.createConvertableArrayLoad(BcelVar.java:101) at org.aspectj.weaver.bcel.B...
2011-06-16 20:13:48
1,308,270,000
resolved fixed
f7b1193
1,308,350,000
weaver/src/org/aspectj/weaver/bcel/Utility.java
AspectJ
54
348,979
Bug 348979 world type map fixed/expendable problems
Discovered whilst working with Steve Ash on a build of a few projects that was consuming more than 2Gigs of heap. To recover memory Steve activated type demotion. This didn't appear to help much. This was due to Steve's projects using aspectpath. The aspectpath scanning to discover aspects was inadvertently making any ...
2011-06-09 18:59:37
1,307,660,000
resolved fixed
2edb246
1,307,740,000
tests/multiIncremental/PR278496_10/base/com/Asp.java tests/multiIncremental/PR278496_10/base/com/Foo.java tests/multiIncremental/PR278496_11/base/com/Foo.java tests/multiIncremental/PR278496_11_a/base/com/Asp.java tests/multiIncremental/PR278496_11_a/base/com/Dibble.java
AspectJ
55
348,488
Bug 348488 "register definition failed" with NullPointerException
null
2011-06-06 21:12:28
1,307,410,000
resolved fixed
95e70d2
1,307,470,000
weaver/src/org/aspectj/weaver/bcel/AtAjAttributes.java
AspectJ
56
327,134
Bug 327134 Cant suppress raw types warning in a pointcut
Build Identifier: I20100608-0911 Generic type used in a pointcut and bound to target() or this() must omit actual type name and thus causes 'raw type must be parametrized' compiler warning. @SuppressAJWarning or @SuppressWarning annotations does not turn it off Reproducible: Always Steps to Reproduce: Code snippets: po...
2010-10-06 12:12:17
1,286,380,000
resolved fixed
199299c
1,304,000,000
tests/bugs1612/pr327134/Code.java tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java
AspectJ
57
339,974
Bug 339974 NPE when accessing static class inside of an ITIT
This code: public class City { private String name; private Country country; } And separate file: public aspect TrafficCalculator { public static class City.TrafficCalculator { Function<City, Time> EXTREME = createExtremeTraffic(); Function<City, Time> BASIC = createBasicTraffic(); } private static Function<City, Time>...
2011-03-15 00:21:25
1,300,160,000
resolved fixed
249f832
1,303,400,000
tests/bugs1612/pr339974/City.java tests/bugs1612/pr339974/TrafficCalculator.java tests/bugs1612/pr342605/Code.java tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java
AspectJ
58
341,446
Bug 341446 java.lang.UnsupportedClassVersionError when running Java 1.5
null
2011-03-31 02:20:53
1,301,550,000
resolved fixed
293a075
1,301,630,000
org.aspectj.matcher/testdata/AnnotatedClass.java org.aspectj.matcher/testdata/MethodLevelAnnotation.java org.aspectj.matcher/testdata/SomeAnnotation.java org.aspectj.matcher/testsrc/org/aspectj/matcher/tools/CommonAdvancedPointcutExpressionTests.java org.aspectj.matcher/testsrc/testdata/AnnotatedClass.java org.aspectj....
AspectJ
59
340,323
Bug 340323 NPE when weaving java.lang.Object at org.aspectj.weaver.bcel.BcelTypeMunger.createAnyBridgeMethodsForCovariance(BcelTypeMunger.java:1251)
null
2011-03-17 10:34:56
1,300,370,000
resolved fixed
a8e6797
1,301,340,000
weaver/src/org/aspectj/weaver/bcel/BcelTypeMunger.java
AspectJ
60
339,300
Bug 339300 problem weaving anonymous inner (member owned) classes in scala library
Reported by Ramnivas. Due to the use of numerous $ chars in scala classnames, some of the AspectJ handling of inner classes breaks down. It should be possible to correctly use the available class attributes rather than mess around with attributes. A while back one use did contribute a change to enable scala weaving whi...
2011-03-08 18:49:10
1,299,630,000
resolved fixed
945402f
1,299,630,000
weaver/src/org/aspectj/weaver/bcel/BcelObjectType.java
AspectJ
61
336,997
Bug 336997 IllegalStateException for generic ITD usage
java.lang.IllegalStateException: Can't answer binding questions prior to resolving at org.aspectj.weaver.TypeVariable.canBeBoundTo(TypeVariable.java:175) at org.aspectj.weaver.ReferenceType.isAssignableFrom(ReferenceType.java:496) at org.aspectj.weaver.ReferenceType.isAssignableFrom(ReferenceType.java:399) at org.aspec...
2011-02-11 14:01:27
1,297,450,000
resolved fixed
80785bf
1,297,450,000
org.aspectj.matcher/src/org/aspectj/weaver/TypeVariable.java org.aspectj.matcher/src/org/aspectj/weaver/TypeVariableReferenceType.java org.aspectj.matcher/src/org/aspectj/weaver/World.java
AspectJ
62
282,379
Bug 282379 [plan] spaces in file names causes AspectJ weaver to fail
The WeavingAdaptor requires the aspect path to be composed by URLs. The URL of a file is encoded, for example if it contains spaces they will be represented with %20. It then converts these file:// urls to simple string paths, and then tries to access files pointed by those paths. This is done inside the FileUtil.makeC...
2009-07-03 10:12:55
1,246,630,000
resolved fixed
5648105
1,296,940,000
util/src/org/aspectj/util/FileUtil.java
AspectJ
63
324,804
Bug 324804 NullPointerException at AspectJElementHierarchy.java:677
Build Identifier: 20100617-1415 After removing a "throws" clause from the constructor of a class and then saving I got the following error: java.lang.NullPointerException at org.aspectj.asm.internal.AspectJElementHierarchy.getCanonicalFilePath(AspectJElementHierarchy.java:677) at org.aspectj.asm.internal.AspectJElement...
2010-09-08 18:30:31
1,283,990,000
resolved fixed
6249672
1,284,050,000
asm/src/org/aspectj/asm/internal/AspectJElementHierarchy.java
AspectJ
64
324,190
Bug 324190 NullPointerException in AjBuildManager.findOutputDirsForAspects when compiling AspectJ project generated with Maven
Build Identifier: 20100617-1415 When I compile my AspectJ project, I get an AspectJ Internal Compiler Error. The stack trace is : java.lang.NullPointerException at org.aspectj.ajdt.internal.core.builder.AjBuildManager.findOutputDirsForAspects(AjBuildManager.java:725) at org.aspectj.ajdt.internal.core.builder.AjBuildMan...
2010-09-01 09:15:48
1,283,350,000
resolved fixed
03c43f5
1,283,350,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildManager.java
AspectJ
65
318,899
Bug 318899 NPE with @args matching Argument by Type
null
2010-07-05 10:24:03
1,278,340,000
resolved fixed
2a8d684
1,283,310,000
org.aspectj.matcher/src/org/aspectj/weaver/reflect/ShadowMatchImpl.java org.aspectj.matcher/testsrc/org/aspectj/weaver/patterns/ThisOrTargetTestCase.java
AspectJ
66
324,135
Bug 324135 ArrayIndexOutOfBoundsException at AjState.java:1767
Build Identifier: 20100617-1415 Using AspectJ version: 1.6.10.20100817163700 I hit the blow exception after saving a edited java file. java.lang.ArrayIndexOutOfBoundsException at org.aspectj.ajdt.internal.core.builder.AjState.hasStructuralChanges(AjState.java:1767) at org.aspectj.ajdt.internal.core.builder.AjState.reco...
2010-08-31 16:50:55
1,283,290,000
resolved fixed
88fab6a
1,283,300,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjState.java
AspectJ
67
320,468
Bug 320468 ModifiersPattern.getModifierFlag() is not thread safe
Build Identifier: org.aspectj.weaver_1.6.0.20080423100000.jar ModifiersPattern.getModifierFlag() is a non-synchronized static method using the static Map modifierFlags. This can lead to a ConcurrentModificationException when this code is executed in a multi-threaded environment. A stack trace showing the erroneous beha...
2010-07-21 04:22:43
1,279,700,000
resolved fixed
e0e1330
1,282,840,000
org.aspectj.matcher/src/org/aspectj/weaver/patterns/ModifiersPattern.java
AspectJ
68
323,634
Bug 323634 NPE parameterizing perclause
java.lang.NullPointerException at org.aspectj.weaver.ReferenceType.getPerClause(ReferenceType.java:823) at org.aspectj.weaver.patterns.PerFromSuper.lookupConcretePerClause(PerFromSuper.java:82) at org.aspectj.weaver.patterns.PerFromSuper.concretize(PerFromSuper.java:61) at org.aspectj.weaver.CrosscuttingMembers.setPerC...
2010-08-25 12:40:52
1,282,750,000
resolved fixed
ce16a06
1,282,750,000
org.aspectj.matcher/src/org/aspectj/weaver/ReferenceType.java
AspectJ
69
323,417
Bug 323417 Sometimes StackOverflow is got while weaving
Build Identifier: 1.6.10 While weaving LifeRay 6.0.5 over tomcat 6.0.26 sometimes the next exceptions appear: java.lang.StackOverflowError at java.lang.String.indexOf(String.java:1521) at org.aspectj.weaver.TypeFactory.createTypeFromSignature(TypeFactory.java:199) at org.aspectj.weaver.UnresolvedType.forSignature(Unres...
2010-08-23 13:44:19
1,282,590,000
resolved fixed
f631ad6
1,282,700,000
org.aspectj.matcher/src/org/aspectj/weaver/World.java
AspectJ
70
322,039
Bug 322039 Fully qualified ITD has incorrect handle identifier
In the following aspect: public aspect Aspect { public void q2.ThisClass.something2() {} } In aspectJ, the ITD has the following handle identifier (notice that the ITD name is not fully qualified): =AspectJ Project/src2<p*Aspect.aj'Aspect)ThisClass.something2 However, it should be (with fully qualified name): =AspectJ ...
2010-08-06 19:47:15
1,281,140,000
resolved fixed
6b35ea4
1,282,150,000
tests/multiIncremental/pr322039/base/src/p/Azpect.java tests/multiIncremental/pr322039/base/src/q2/Code.java tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java
AspectJ
71
322,832
Bug 322832 early field resolution leading to problems for ITDs when declare parents in use
I have a type that is being used where a generic is being expected. That generic specifies an upper bound. The type only obeys the upper bound once a declare parents has applied to it. I have an intertype declaration (a field). When the ITD is applied we do some work to see if it clashes with existing fields. This caus...
2010-08-16 15:33:00
1,281,990,000
resolved fixed
16adee6
1,281,990,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/AjLookupEnvironment.java
AspectJ
72
321,641
Bug 321641 No way to exclude Proxool classes although excluded from AOP. Causing Veryfy error.
Build Identifier: 20100218-1602 For aspectJ 1.6.7 the setup works, however exactly the same setup but changing the aspectJ version to 1.6.8 or 1.6.9 derive to the same error: a piece of code excluded from the aop.xml is woven causing a Verify Error. We are using Proxool, proxy setup which in fact uses CGLIB to create a...
2010-08-03 14:05:08
1,280,860,000
resolved fixed
85fd25d
1,281,450,000
loadtime/src/org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.java loadtime/testsrc/org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptorTest.java loadtime/testsrc/testdata/MessageService$$EnhancerByCGLIB$$6dd4e683.java
AspectJ
73
318,397
Bug 318397 Caching in EclipseSourceType is too aggressive
In fixing a recent Roo related issue (where annotations are resolved too early, before declare parents are done) a cache was introduced into EclipseSourceType (see ensureAnnotationTypesResolved()). The cache needs to be cleared if the set of annotation declarations changes - this can occur even after parsing because de...
2010-06-29 20:15:57
1,277,860,000
resolved fixed
fe049ea
1,277,860,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseSourceType.java
AspectJ
74
317,743
Bug 317743 import handling and type lookup issues
Raised by Peter Melnikov on the mailing list. Two problems: 1) the binding scope being used for annotation style aspects accumulates lots of duplicate import prefixes in the SimpleScope object. 2) SimpleScope.lookupType tries the prefixes even if the type is already fully qualified. The combination of these issues caus...
2010-06-23 15:28:27
1,277,320,000
resolved fixed
767bb85
1,277,770,000
org.aspectj.matcher/src/org/aspectj/weaver/BindingScope.java org.aspectj.matcher/src/org/aspectj/weaver/patterns/IScope.java org.aspectj.matcher/src/org/aspectj/weaver/patterns/SimpleScope.java org.aspectj.matcher/src/org/aspectj/weaver/patterns/WildTypePattern.java org.aspectj.matcher/testsrc/org/aspectj/weaver/patter...
AspectJ
75
317,139
Bug 317139 NullPointerException during weaving
null
2010-06-17 01:50:24
1,276,750,000
resolved fixed
92a52a2
1,277,770,000
weaver/src/org/aspectj/weaver/bcel/BcelObjectType.java
AspectJ
76
314,766
Bug 314766 NPE when using aop.xml for compile time config
Reported on the list: java.lang.NullPointerException at org.aspectj.weaver.bcel.BcelWorld.isAspectIncluded(BcelWorld.java:942) at org.aspectj.weaver.ShadowMunger.match(ShadowMunger.java:80) at org.aspectj.weaver.Advice.match(Advice.java:106) at org.aspectj.weaver.bcel.BcelAdvice.match(BcelAdvice.java:149) at org.aspect...
2010-05-27 15:47:56
1,274,990,000
resolved fixed
0e5ecd3
1,274,990,000
org.aspectj.matcher/src/org/aspectj/weaver/Advice.java
AspectJ
77
314,130
Bug 314130 [plan] [ltw] [hcr] LTW, Reweaving and Hot Code Replace changes reflected every two saves of files
null
2010-05-24 11:53:33
1,274,720,000
resolved fixed
cf0ee0c
1,274,910,000
weaver/src/org/aspectj/weaver/bcel/BcelObjectType.java weaver/src/org/aspectj/weaver/bcel/BcelWorld.java weaver/src/org/aspectj/weaver/tools/WeavingAdaptor.java
AspectJ
78
314,365
Bug 314365 pointcut rewriter can have issues for large hashcode values
AJDT uses a pointcut like this: (persingleton(org.eclipse.ajdt.internal.ui.ras.UIFFDC) && ((handler(java.lang.Throwable+) && args(arg1)) && ((within(org.eclipse.ajdt..*) && (!within(org.eclipse.ajdt.internal.ui.lazystart..*) && (!within(org.eclipse.ajdt.internal.ui.dialogs.OpenTypeSelectionDialog2) && !(within(org.ecli...
2010-05-25 17:32:47
1,274,820,000
resolved fixed
1e28b92
1,274,830,000
org.aspectj.matcher/src/org/aspectj/weaver/patterns/PointcutEvaluationExpenseComparator.java org.aspectj.matcher/testsrc/org/aspectj/weaver/patterns/PointcutRewriterTest.java
AspectJ
79
311,910
Bug 311910 AspectJ internal Compiler Error
Stack Trace: java.lang.NullPointerException at org.aspectj.weaver.model.AsmRelationshipProvider.createSourceLocation(AsmRelationshipProvider.java:303) at org.aspectj.weaver.model.AsmRelationshipProvider.addPointcuts(AsmRelationshipProvider.java:580) at org.aspectj.weaver.model.AsmRelationshipProvider.createHierarchyFor...
2010-05-06 11:22:11
1,273,160,000
resolved fixed
3be69a2
1,273,160,000
weaver/src/org/aspectj/weaver/model/AsmRelationshipProvider.java
AspectJ
80
310,144
Bug 310144 java.lang.RuntimeException at AsmManager.java:1143
Build Identifier: Eclipse AspectJ Development Tools Version: 2.0.3.e35x-20100419-1200 AspectJ version: 1.6.9.20100416110000 java.lang.RuntimeException at org.aspectj.asm.AsmManager.removeSingleNode(AsmManager.java:1143) at org.aspectj.asm.AsmManager.removeRelationshipsTargettingThisType(AsmManager.java:798) at org.aspe...
2010-04-22 12:18:39
1,271,950,000
resolved fixed
728ecb8
1,272,570,000
asm/src/org/aspectj/asm/AsmManager.java
AspectJ
81
310,704
Bug 310704 Bug in ProgramElement.getCorrespondingType()
Here is the code for the method: public String getCorrespondingType(boolean getFullyQualifiedType) { String returnType = (String) kvpairs.get("returnType"); if (returnType == null) returnType = ""; if (getFullyQualifiedType) { return returnType; } int index = returnType.lastIndexOf("."); if (index != -1) { return retur...
2010-04-27 15:59:36
1,272,400,000
resolved fixed
a502da8
1,272,420,000
asm/src/org/aspectj/asm/internal/ProgramElement.java
AspectJ
82
309,402
Bug 309402 Changes to Main.java
In order to get the AJDT ant integration working, we need a small change to Main.java. We need to be able to pass in a custom org.aspectj.bridge.ICommand object. Currently, the ICommand object is created via reflection. Here is my suggestion: 1. augment the ICommand local variable to being a field 2. add a setter for t...
2010-04-15 19:09:23
1,271,370,000
verified fixed
b21eb05
1,271,430,000
org.aspectj.ajdt.core/src/org/aspectj/tools/ajc/Main.java
AspectJ
83
308,386
Bug 308386 NPE when hasfield evaluating with annotations and there is an unresolved import
hasfield/hasmethod can cause early matching - before the weaving process kicks in properly. For a 'normal' compile error, like an unresolvable import, the error is put out before the weaving process kicks off. However hasfield/hasmethod happening early causes an NPE to occur before the error is put out. A guard for the...
2010-04-07 15:15:51
1,270,670,000
resolved fixed
94d0a4e
1,270,670,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseResolvedMember.java
AspectJ
84
291,206
Bug 291206 Allow declare error & declare warning to support type expressions
null
2009-10-02 11:01:11
1,254,500,000
resolved fixed
9241e2e
1,270,510,000
tests/bugs169/pr291206/One.java tests/bugs169/pr291206/Three.java tests/bugs169/pr291206/Two.java
AspectJ
85
308,093
Bug 308093 incremental build problem when mixing up ITDs and declare parents
reported by Rod Johnson. He had a sophisticated aspect doing a mix of ITDs and declare parents. On doing an incremental build he was receiving errors that looked like the declare parents hadn't applied on the secondary build. What was actually happening is that when a class file was brought in as a BinaryTypeBinding, t...
2010-04-05 14:16:02
1,270,490,000
resolved fixed
4b43dc6
1,270,490,000
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/AjLookupEnvironment.java
AspectJ
86
305,788
Bug 305788 Exception was thrown when I saved a file in Eclipse
Build Identifier: SpringSource STS 2.3.1 java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793) at java.util.HashMap$KeyIterator.next(HashMap.java:828) at org.aspectj.asm.internal.AspectJElementHierarchy.updateHandleMap(AspectJElementHierarchy.java:594) at org.aspectj.as...
2010-03-13 20:52:59
1,268,530,000
resolved fixed
749078d
1,269,350,000
asm/src/org/aspectj/asm/internal/AspectJElementHierarchy.java
AspectJ
87
298,786
Bug 298786 suspected problem with handling of multiple aop.xml files
null
2010-01-04 13:27:42
1,262,630,000
resolved fixed
a968890
1,262,650,000
loadtime/src/org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.java
AspectJ
88
297,013
Bug 297013 Unclosed stream in AjAttribute
null
2009-12-06 04:06:10
1,260,090,000
resolved fixed
28fb861
1,260,990,000
org.aspectj.matcher/src/org/aspectj/weaver/AjAttribute.java
AspectJ
89
120,375
Bug 120375 Support Load-Time Weaving and HotSwap
null
2005-12-12 10:43:11
1,134,400,000
resolved fixed
19355dd
1,258,660,000
loadtime5/java5-src/org/aspectj/weaver/loadtime/ClassPreProcessorAgentAdapter.java
AspectJ
90
293,457
Bug 293457 NPE on multiple declare @methods
null
2009-10-27 11:24:31
1,256,660,000
resolved fixed
dc53b77
1,258,650,000
tests/bugs167/pr293457/org/springmodules/cache/annotations/Cacheable.java tests/src/org/aspectj/systemtest/ajc167/Ajc167Tests.java tests/src/org/aspectj/systemtest/ajc167/IntertypeTests.java
AspectJ
91
293,351
Bug 293351 RuntimeException weaving roo app with advice based on execution pointcut
java.lang.RuntimeException at org.aspectj.weaver.ResolvedType.getAnnotations(ResolvedType.java:718) at org.aspectj.weaver.AbstractAnnotationAJ.retrieveAnnotationOnAnnotation(AbstractAnnotationAJ.java:123) at org.aspectj.weaver.AbstractAnnotationAJ.ensureAtTargetInitialized(AbstractAnnotationAJ.java:85) at org.aspectj.w...
2009-10-26 14:19:20
1,256,580,000
resolved fixed
a23c7e4
1,256,650,000
org.aspectj.matcher/src/org/aspectj/weaver/MissingResolvedTypeWithKnownSignature.java
AspectJ
92
279,298
Bug 279298 AspectJ LTW with Cobertura
null
2009-06-05 14:02:54
1,244,230,000
resolved fixed
35a9649
1,256,250,000
weaver/src/org/aspectj/weaver/bcel/AtAjAttributes.java
AspectJ
93
289,818
Bug 289818 Unclosed stream in org.aspectj.weaver.bcel.ExtensibleURLClassLoader
null
2009-09-18 04:31:21
1,253,260,000
resolved fixed
4d200d1
1,253,320,000
weaver/src/org/aspectj/weaver/bcel/ExtensibleURLClassLoader.java
AspectJ
94
289,816
Bug 289816 Potentially unclosed stream in org.aspectj.weaver.bcel.BcelWorld
null
2009-09-18 04:23:05
1,253,260,000
resolved fixed
67ffda8
1,253,320,000
weaver/src/org/aspectj/weaver/bcel/BcelWorld.java
AspectJ
95
288,198
Bug 288198 LangUtils JVM version detection cannot handle Java 7
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-GB; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 Build Identifier: 1.6.4 The JVM detection in LangUtils is currently unable to handle Java7, whilst this is naturally an unreleased version of the JVM, the fix is trivial. Reproducible: Always Steps to Reproduce: ...
2009-08-31 21:09:33
1,251,770,000
resolved fixed
b29f839
1,252,080,000
util/src/org/aspectj/util/LangUtil.java
AspectJ
96
288,505
Bug 288505 failure to close inputstream
null
2009-09-03 12:17:03
1,251,990,000
resolved fixed
3d3d03b
1,251,990,000
org.aspectj.matcher/src/org/aspectj/weaver/Lint.java
AspectJ
97
287,315
Bug 287315 NPE using declare @type
reported by Ramnivas: java.lang.NullPointerException at org.aspectj.weaver.bcel.BcelObjectType.hasAnnotation(BcelObjectType.java:558) at org.aspectj.weaver.ReferenceType.hasAnnotation(ReferenceType.java:161) at org.aspectj.weaver.patterns.ExactAnnotationTypePattern.matches(ExactAnnotationTypePattern.java:101) at org.as...
2009-08-21 11:30:34
1,250,870,000
resolved fixed
b664969
1,251,140,000
weaver/src/org/aspectj/weaver/bcel/BcelObjectType.java
AspectJ
98
285,172
Bug 285172 Sometimes when load-time weaving there will be two ReferenceType objects for the same type
Seen by Ramnivas. A pointcut uses an exact type name for an annotation execution(* (@Controller *..*).*(..)) Resolving this pointcut causes us to construct a ReferenceType for 'Controller'. Then we attempt to populate it by loading the class implementation. This recurses back into the weaver as Controller is loaded and...
2009-07-30 11:00:41
1,248,970,000
resolved fixed
dd7d879
1,248,970,000
org.aspectj.matcher/src/org/aspectj/weaver/World.java
AspectJ
99
280,783
Bug 280783 JavaDocRunner fails on System.setSecurityManager in Netbeans
null
2009-06-18 10:48:34
1,245,340,000
resolved fixed
59d5c3b
1,245,350,000
ajdoc/src/org/aspectj/tools/ajdoc/JavadocRunner.java
AspectJ
100
279,120
Bug 279120 NPE determining annotation target kind during weaving
reported on the list: Hi, I am using aspectj LTW (aspectjweaver-1.6.1) for weaving an aspect available in another jar within my web application code. While building the jar which contains the aspect, using maven, I have JUnits which run without any problems using LTW. My aspect code looks as below @Around("execution (@...
2009-06-04 11:10:13
1,244,130,000
resolved fixed
3417cbe
1,244,130,000
weaver/src/org/aspectj/weaver/bcel/BcelObjectType.java
AspectJ