issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
timestamp[us, tz=UTC]
report_datetime
timestamp[us, tz=UTC]
updated_file
stringlengths
2
187
file_content
stringlengths
0
368k
44,191
Bug 44191 Need better error message for "can't find type"
I have experienced situations where IAJC outputs a message like this at the end of compilation. [iajc] can't find type org.xxx.SomeTest In my case this was one time highly confusing since I did not expect the class in question to be referred anywhere in the project (I have to date still not located the reference). For ...
resolved fixed
061395c
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-06T15:04:45Z
2003-10-04T23:26:40Z
weaver/src/org/aspectj/weaver/patterns/DeclareParents.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
44,191
Bug 44191 Need better error message for "can't find type"
I have experienced situations where IAJC outputs a message like this at the end of compilation. [iajc] can't find type org.xxx.SomeTest In my case this was one time highly confusing since I did not expect the class in question to be referred anywhere in the project (I have to date still not located the reference). For ...
resolved fixed
061395c
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-06T15:04:45Z
2003-10-04T23:26:40Z
weaver/src/org/aspectj/weaver/patterns/DeclareSoft.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
71,377
Bug 71377 Cannot advise private method call in around advice
Pointcuts should match call joint points in advice. However AspectJ does not match calls to _private_ methods in around advice. The same applies to get/set pointcuts for _private fields. This is probably because in the testcase below a call to "privateMethod()" in the body of the around advice is a call to an accessor ...
resolved fixed
851da68
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-09T10:26:53Z
2004-08-04T14:33:20Z
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/AspectDeclaration.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
71,377
Bug 71377 Cannot advise private method call in around advice
Pointcuts should match call joint points in advice. However AspectJ does not match calls to _private_ methods in around advice. The same applies to get/set pointcuts for _private fields. This is probably because in the testcase below a call to "privateMethod()" in the body of the around advice is a call to an accessor ...
resolved fixed
851da68
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-09T10:26:53Z
2004-08-04T14:33:20Z
tests/bugs/AroundAdviceJPs/FieldGetJoinPointsInAroundAdvice.java
71,377
Bug 71377 Cannot advise private method call in around advice
Pointcuts should match call joint points in advice. However AspectJ does not match calls to _private_ methods in around advice. The same applies to get/set pointcuts for _private fields. This is probably because in the testcase below a call to "privateMethod()" in the body of the around advice is a call to an accessor ...
resolved fixed
851da68
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-09T10:26:53Z
2004-08-04T14:33:20Z
tests/bugs/AroundAdviceJPs/FieldJoinPointsInAroundAdvice.java
71,377
Bug 71377 Cannot advise private method call in around advice
Pointcuts should match call joint points in advice. However AspectJ does not match calls to _private_ methods in around advice. The same applies to get/set pointcuts for _private fields. This is probably because in the testcase below a call to "privateMethod()" in the body of the around advice is a call to an accessor ...
resolved fixed
851da68
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-09T10:26:53Z
2004-08-04T14:33:20Z
tests/bugs/AroundAdviceJPs/JoinPointInAroundAdvice.java
71,377
Bug 71377 Cannot advise private method call in around advice
Pointcuts should match call joint points in advice. However AspectJ does not match calls to _private_ methods in around advice. The same applies to get/set pointcuts for _private fields. This is probably because in the testcase below a call to "privateMethod()" in the body of the around advice is a call to an accessor ...
resolved fixed
851da68
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-09T10:26:53Z
2004-08-04T14:33:20Z
tests/src/org/aspectj/systemtest/ajc121/Ajc121Tests.java
/* ******************************************************************* * Copyright (c) 2004 IBM Corporation * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distribution and is available at * http:/...
71,377
Bug 71377 Cannot advise private method call in around advice
Pointcuts should match call joint points in advice. However AspectJ does not match calls to _private_ methods in around advice. The same applies to get/set pointcuts for _private fields. This is probably because in the testcase below a call to "privateMethod()" in the body of the around advice is a call to an accessor ...
resolved fixed
851da68
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-09T10:26:53Z
2004-08-04T14:33:20Z
weaver/src/org/aspectj/weaver/bcel/LazyClassGen.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
67,592
Bug 67592 value in the args[] array of thisjoinpoint can be changed by one advice decl and updated values seen in another advice decl
In ajc a use of thisJoinPoint corresponds to an object of type JoinPoint, where a JoinPoint object has four components, which can be retrieved using accessor methods. this getThis() target getTarget() args getArgs() staticJoinPoint getStaticPart() In the case of args, the object returned is an Object array. This means ...
resolved fixed
f6436e3
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-09T12:48:11Z
2004-06-17T08:13:20Z
runtime/src/org/aspectj/runtime/reflect/JoinPointImpl.java
/* ******************************************************************* * Copyright (c) 1999-2001 Xerox Corporation, * 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public ...
67,592
Bug 67592 value in the args[] array of thisjoinpoint can be changed by one advice decl and updated values seen in another advice decl
In ajc a use of thisJoinPoint corresponds to an object of type JoinPoint, where a JoinPoint object has four components, which can be retrieved using accessor methods. this getThis() target getTarget() args getArgs() staticJoinPoint getStaticPart() In the case of args, the object returned is an Object array. This means ...
resolved fixed
f6436e3
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-09T12:48:11Z
2004-06-17T08:13:20Z
runtime/testsrc/RuntimeModuleTests.java
/* ******************************************************************* * Copyright (c) 1999-2001 Xerox Corporation, * 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public ...
67,592
Bug 67592 value in the args[] array of thisjoinpoint can be changed by one advice decl and updated values seen in another advice decl
In ajc a use of thisJoinPoint corresponds to an object of type JoinPoint, where a JoinPoint object has four components, which can be retrieved using accessor methods. this getThis() target getTarget() args getArgs() staticJoinPoint getStaticPart() In the case of args, the object returned is an Object array. This means ...
resolved fixed
f6436e3
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-09T12:48:11Z
2004-06-17T08:13:20Z
runtime/testsrc/org/aspectj/runtime/reflect/JoinPointImplTest.java
59,208
Bug 59208 Weaver fails in BCEL for large classes
null
resolved fixed
44a92e1
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-10T11:08:56Z
2004-04-20T08:33:20Z
tests/bugs/pr59208/Foo.java
59,208
Bug 59208 Weaver fails in BCEL for large classes
null
resolved fixed
44a92e1
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-10T11:08:56Z
2004-04-20T08:33:20Z
tests/bugs/pr59208/FooProducer.java
59,208
Bug 59208 Weaver fails in BCEL for large classes
null
resolved fixed
44a92e1
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-10T11:08:56Z
2004-04-20T08:33:20Z
tests/src/org/aspectj/systemtest/ajc121/Ajc121Tests.java
/* ******************************************************************* * Copyright (c) 2004 IBM Corporation * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distribution and is available at * http:/...
59,208
Bug 59208 Weaver fails in BCEL for large classes
null
resolved fixed
44a92e1
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-10T11:08:56Z
2004-04-20T08:33:20Z
weaver/src/org/aspectj/weaver/WeaverMessages.java
/******************************************************************************* * Copyright (c) 2004 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is a...
59,208
Bug 59208 Weaver fails in BCEL for large classes
null
resolved fixed
44a92e1
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-10T11:08:56Z
2004-04-20T08:33:20Z
weaver/src/org/aspectj/weaver/bcel/LazyClassGen.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
53,981
Bug 53981 proceed used as method name in around advice
Using a method named proceed(..) in around advice confuses the compiler (in at least the 2-3 ways shown below). True of the current tree (untested in 1.1.1). Workaround for now is to rename the method. ---- first problem: NPE in compiler java.lang.NullPointerException at org.aspectj.ajdt.internal.compiler.ast.MakeDecls...
resolved fixed
05dabd1
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-10T13:22:08Z
2004-03-07T03:26:40Z
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/Proceed.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
53,981
Bug 53981 proceed used as method name in around advice
Using a method named proceed(..) in around advice confuses the compiler (in at least the 2-3 ways shown below). True of the current tree (untested in 1.1.1). Workaround for now is to rename the method. ---- first problem: NPE in compiler java.lang.NullPointerException at org.aspectj.ajdt.internal.compiler.ast.MakeDecls...
resolved fixed
05dabd1
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-10T13:22:08Z
2004-03-07T03:26:40Z
tests/src/org/aspectj/systemtest/ajc121/Ajc121Tests.java
/* ******************************************************************* * Copyright (c) 2004 IBM Corporation * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distribution and is available at * http:/...
65,319
Bug 65319 ajc crashes when compiling the following program (binding this() and target())
class Test { public static void main(String args[]) { new Test().method(); } public void method() { new Test2().method2(); } } class Test2 { public void method2() {} } aspect Plain { before(Test x): call(void *.* (..)) && (this(x) || target(x)) { } }
resolved fixed
b75cd93
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-10T16:22:01Z
2004-06-02T15:26:40Z
tests/bugs/oxford/PR65319.java
65,319
Bug 65319 ajc crashes when compiling the following program (binding this() and target())
class Test { public static void main(String args[]) { new Test().method(); } public void method() { new Test2().method2(); } } class Test2 { public void method2() {} } aspect Plain { before(Test x): call(void *.* (..)) && (this(x) || target(x)) { } }
resolved fixed
b75cd93
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-10T16:22:01Z
2004-06-02T15:26:40Z
tests/src/org/aspectj/systemtest/ajc121/Ajc121Tests.java
/* ******************************************************************* * Copyright (c) 2004 IBM Corporation * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distribution and is available at * http:/...
65,319
Bug 65319 ajc crashes when compiling the following program (binding this() and target())
class Test { public static void main(String args[]) { new Test().method(); } public void method() { new Test2().method2(); } } class Test2 { public void method2() {} } aspect Plain { before(Test x): call(void *.* (..)) && (this(x) || target(x)) { } }
resolved fixed
b75cd93
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-10T16:22:01Z
2004-06-02T15:26:40Z
weaver/src/org/aspectj/weaver/bcel/BcelAdvice.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
65,319
Bug 65319 ajc crashes when compiling the following program (binding this() and target())
class Test { public static void main(String args[]) { new Test().method(); } public void method() { new Test2().method2(); } } class Test2 { public void method2() {} } aspect Plain { before(Test x): call(void *.* (..)) && (this(x) || target(x)) { } }
resolved fixed
b75cd93
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-10T16:22:01Z
2004-06-02T15:26:40Z
weaver/src/org/aspectj/weaver/patterns/ArgsPointcut.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
65,319
Bug 65319 ajc crashes when compiling the following program (binding this() and target())
class Test { public static void main(String args[]) { new Test().method(); } public void method() { new Test2().method2(); } } class Test2 { public void method2() {} } aspect Plain { before(Test x): call(void *.* (..)) && (this(x) || target(x)) { } }
resolved fixed
b75cd93
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-10T16:22:01Z
2004-06-02T15:26:40Z
weaver/src/org/aspectj/weaver/patterns/ExposedState.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
65,319
Bug 65319 ajc crashes when compiling the following program (binding this() and target())
class Test { public static void main(String args[]) { new Test().method(); } public void method() { new Test2().method2(); } } class Test2 { public void method2() {} } aspect Plain { before(Test x): call(void *.* (..)) && (this(x) || target(x)) { } }
resolved fixed
b75cd93
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-10T16:22:01Z
2004-06-02T15:26:40Z
weaver/src/org/aspectj/weaver/patterns/ThisOrTargetPointcut.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
68,991
Bug 68991 intertype initialisers should match field set pointcuts
/* initialisers of intertype fields should match field set pointcuts. In the example below, the output should be set field set(int C.n) set field set(int C.m) get field get(int C.n) set field set(int C.n) but the first field set (of C.n) is not picked up. */ aspect Aspect { private int C.n = 13; before() : get(* C.*) {...
resolved fixed
64183c3
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-11T12:24:27Z
2004-06-30T12:53:20Z
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeFieldDeclaration.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
68,991
Bug 68991 intertype initialisers should match field set pointcuts
/* initialisers of intertype fields should match field set pointcuts. In the example below, the output should be set field set(int C.n) set field set(int C.m) get field get(int C.n) set field set(int C.n) but the first field set (of C.n) is not picked up. */ aspect Aspect { private int C.n = 13; before() : get(* C.*) {...
resolved fixed
64183c3
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-11T12:24:27Z
2004-06-30T12:53:20Z
tests/bugs/PR68991/Oxford.java
68,991
Bug 68991 intertype initialisers should match field set pointcuts
/* initialisers of intertype fields should match field set pointcuts. In the example below, the output should be set field set(int C.n) set field set(int C.m) get field get(int C.n) set field set(int C.n) but the first field set (of C.n) is not picked up. */ aspect Aspect { private int C.n = 13; before() : get(* C.*) {...
resolved fixed
64183c3
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-11T12:24:27Z
2004-06-30T12:53:20Z
tests/bugs/PR68991/Simple.java
68,991
Bug 68991 intertype initialisers should match field set pointcuts
/* initialisers of intertype fields should match field set pointcuts. In the example below, the output should be set field set(int C.n) set field set(int C.m) get field get(int C.n) set field set(int C.n) but the first field set (of C.n) is not picked up. */ aspect Aspect { private int C.n = 13; before() : get(* C.*) {...
resolved fixed
64183c3
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-11T12:24:27Z
2004-06-30T12:53:20Z
tests/src/org/aspectj/systemtest/ajc121/Ajc121Tests.java
/* ******************************************************************* * Copyright (c) 2004 IBM Corporation * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distribution and is available at * http:/...
54,421
Bug 54421 Compile time declarations (warning and error) do not accept string concatenation (with +)
The following code does not compile because the message uses string concatenation (the + operator). public class WarningSample { public void method() {} public void anotherMethod() { this.method(); } } aspect WarningAspect { pointcut illegalCall(): call(* WarningSample.method()) && within(WarningSample); // the same th...
resolved fixed
d43a391
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-11T13:18:24Z
2004-03-11T07:26:40Z
tests/bugs/decwStrings.java
54,421
Bug 54421 Compile time declarations (warning and error) do not accept string concatenation (with +)
The following code does not compile because the message uses string concatenation (the + operator). public class WarningSample { public void method() {} public void anotherMethod() { this.method(); } } aspect WarningAspect { pointcut illegalCall(): call(* WarningSample.method()) && within(WarningSample); // the same th...
resolved fixed
d43a391
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-11T13:18:24Z
2004-03-11T07:26:40Z
tests/bugs/decwStringsErroneous.java
54,421
Bug 54421 Compile time declarations (warning and error) do not accept string concatenation (with +)
The following code does not compile because the message uses string concatenation (the + operator). public class WarningSample { public void method() {} public void anotherMethod() { this.method(); } } aspect WarningAspect { pointcut illegalCall(): call(* WarningSample.method()) && within(WarningSample); // the same th...
resolved fixed
d43a391
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-11T13:18:24Z
2004-03-11T07:26:40Z
tests/src/org/aspectj/systemtest/ajc121/Ajc121Tests.java
/* ******************************************************************* * Copyright (c) 2004 IBM Corporation * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distribution and is available at * http:/...
54,421
Bug 54421 Compile time declarations (warning and error) do not accept string concatenation (with +)
The following code does not compile because the message uses string concatenation (the + operator). public class WarningSample { public void method() {} public void anotherMethod() { this.method(); } } aspect WarningAspect { pointcut illegalCall(): call(* WarningSample.method()) && within(WarningSample); // the same th...
resolved fixed
d43a391
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-11T13:18:24Z
2004-03-11T07:26:40Z
weaver/src/org/aspectj/weaver/patterns/PatternParser.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,768
Bug 61768 scope for intertype methods
/* According to the documentation, the scope rules for intertype method declarations are interpreted from the originating aspect. The only exceptions (I thought) are the use of "this" and "super" which refer to the target type. According to that interpretation, the program below is type correct, but ajc generates two e...
resolved fixed
8c5d743
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-11T16:51:24Z
2004-05-11T18:26:40Z
tests/bugs/oxford/PR61768.java
61,768
Bug 61768 scope for intertype methods
/* According to the documentation, the scope rules for intertype method declarations are interpreted from the originating aspect. The only exceptions (I thought) are the use of "this" and "super" which refer to the target type. According to that interpretation, the program below is type correct, but ajc generates two e...
resolved fixed
8c5d743
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-11T16:51:24Z
2004-05-11T18:26:40Z
tests/bugs/oxford/PR62475.java
/* Intertype field initialisers should be resolved in the aspect (lexical scope), for consistency with intertype method and constructor bodies. The program below compiles without warning, however, binding z to the z field of the target class. */ aspect Aspect { public int A.x = z; // CE L14 error: z not visible...
61,768
Bug 61768 scope for intertype methods
/* According to the documentation, the scope rules for intertype method declarations are interpreted from the originating aspect. The only exceptions (I thought) are the use of "this" and "super" which refer to the target type. According to that interpretation, the program below is type correct, but ajc generates two e...
resolved fixed
8c5d743
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-11T16:51:24Z
2004-05-11T18:26:40Z
tests/src/org/aspectj/systemtest/ajc121/Ajc121Tests.java
/* ******************************************************************* * Copyright (c) 2004 IBM Corporation * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distribution and is available at * http:/...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/src/org/aspectj/weaver/bcel/BcelAdvice.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/src/org/aspectj/weaver/bcel/BcelAttributes.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/src/org/aspectj/weaver/bcel/BcelCflowAccessVar.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/src/org/aspectj/weaver/bcel/BcelCflowStackFieldAdder.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/src/org/aspectj/weaver/bcel/BcelClassWeaver.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/src/org/aspectj/weaver/bcel/BcelField.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/src/org/aspectj/weaver/bcel/BcelFieldRef.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/src/org/aspectj/weaver/bcel/BcelMethod.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/src/org/aspectj/weaver/bcel/BcelObjectType.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/src/org/aspectj/weaver/bcel/BcelRenderer.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/src/org/aspectj/weaver/bcel/BcelShadow.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/src/org/aspectj/weaver/bcel/BcelTypeMunger.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/src/org/aspectj/weaver/bcel/BcelVar.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/src/org/aspectj/weaver/bcel/BcelWeaver.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/src/org/aspectj/weaver/bcel/BcelWorld.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/src/org/aspectj/weaver/bcel/ExceptionRange.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/src/org/aspectj/weaver/bcel/LazyClassGen.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/src/org/aspectj/weaver/bcel/LazyMethodGen.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/src/org/aspectj/weaver/bcel/Range.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/src/org/aspectj/weaver/bcel/ShadowRange.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/src/org/aspectj/weaver/bcel/Tag.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/src/org/aspectj/weaver/bcel/UnwovenClassFile.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/src/org/aspectj/weaver/bcel/Utility.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/testsrc/org/aspectj/weaver/bcel/ArgsWeaveTestCase.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/testsrc/org/aspectj/weaver/bcel/MoveInstructionsWeaveTestCase.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
61,374
Bug 61374 Version the BCEL libraries to allow graceful failure when the wrong version is found.
null
resolved fixed
228fc8d
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-12T07:57:44Z
2004-05-07T11:40:00Z
weaver/testsrc/org/aspectj/weaver/bcel/WeaveTestCase.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
71,878
Bug 71878 Bad injar aspect name on Linux
If you checkout the "JarUsingProject" project from "org.eclipse.ajdt.test/manual testing" in the AJDT 1.1.12 tree, and look at the advised-by entries in the outline view and the context menu of the gutter annotation, on Windows you get "injar aspect: AbstractAspect.aj", but on Linux you get "injar aspect: C:\eclipse30A...
resolved fixed
2dfc738
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-13T14:49:39Z
2004-08-12T17:00:00Z
asm/src/org/aspectj/asm/internal/AspectJElementHierarchy.java
/* ******************************************************************* * Copyright (c) 2003 Contributors. * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distribution and is available at * http...
67,578
Bug 67578 Privileged Aspect Access Problem Across Packages
From Irum Godil's aspectj-users posting: package a; public class ITD { private void returnNothing(Object a) { } } package b; import a.*; privileged aspect B { public void ITD.newFun() { returnNothing("a"); } } returns: C:\devel\test\priv\b\B.aj:8 error The method returnNothing(Object) from the type ITD is not visible r...
resolved fixed
6b1ef0f
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-16T16:16:20Z
2004-06-17T05:26:40Z
tests/src/org/aspectj/systemtest/ajc121/Ajc121Tests.java
/* ******************************************************************* * Copyright (c) 2004 IBM Corporation * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distribution and is available at * http:/...
70,241
Bug 70241 outline view shows anonymous inner classes in different way than jdt outline
See screenshots.
resolved fixed
a2469c7
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-17T09:37:46Z
2004-07-16T15:00:00Z
ajde/testdata/extensions/InnerClasses.java
70,241
Bug 70241 outline view shows anonymous inner classes in different way than jdt outline
See screenshots.
resolved fixed
a2469c7
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-17T09:37:46Z
2004-07-16T15:00:00Z
ajde/testsrc/org/aspectj/ajde/ExtensionTests.java
/******************************************************************************* * Copyright (c) 2004 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is a...
70,241
Bug 70241 outline view shows anonymous inner classes in different way than jdt outline
See screenshots.
resolved fixed
a2469c7
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-17T09:37:46Z
2004-07-16T15:00:00Z
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AsmHierarchyBuilder.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
62,642
Bug 62642 proper handling of ExceptionInIntializer inside <clinit> in presence of after throwing advice
When a <clinit> of a class contains after throwing advice that may catch ExceptionInInitializer errors due to an embedded advice aspectOf() that fails, the ExceptionInIntializer error does not get properly reported. For the example below: public class Main { static int x = 13; int y; public Main() { y= 14; } public sta...
resolved fixed
84e4e53
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-17T14:04:29Z
2004-05-18T14:20:00Z
tests/bugs/pr62642.java
62,642
Bug 62642 proper handling of ExceptionInIntializer inside <clinit> in presence of after throwing advice
When a <clinit> of a class contains after throwing advice that may catch ExceptionInInitializer errors due to an embedded advice aspectOf() that fails, the ExceptionInIntializer error does not get properly reported. For the example below: public class Main { static int x = 13; int y; public Main() { y= 14; } public sta...
resolved fixed
84e4e53
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-17T14:04:29Z
2004-05-18T14:20:00Z
tests/src/org/aspectj/systemtest/ajc121/Ajc121Tests.java
/* ******************************************************************* * Copyright (c) 2004 IBM Corporation * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distribution and is available at * http:/...
62,642
Bug 62642 proper handling of ExceptionInIntializer inside <clinit> in presence of after throwing advice
When a <clinit> of a class contains after throwing advice that may catch ExceptionInInitializer errors due to an embedded advice aspectOf() that fails, the ExceptionInIntializer error does not get properly reported. For the example below: public class Main { static int x = 13; int y; public Main() { y= 14; } public sta...
resolved fixed
84e4e53
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-17T14:04:29Z
2004-05-18T14:20:00Z
weaver/src/org/aspectj/weaver/bcel/BcelShadow.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
71,076
Bug 71076 Missing Javadoc comments that aren't missing
Reported in the AJDT newsgroup: Go to Preferences > Java > Compiler > Javadoc and set "Missing javadoc comments" to "Warning". You then get warnings against things you wouldn't expect, such as after advice. /** * A comment */ public aspect World { pointcut greeting() : execution(* Hello.sayHello(..)); /** * A comment *...
resolved fixed
5b90224
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-18T10:33:07Z
2004-07-29T14:06:40Z
org.aspectj.ajdt.core/testdata/javadoc/World.java
71,076
Bug 71076 Missing Javadoc comments that aren't missing
Reported in the AJDT newsgroup: Go to Preferences > Java > Compiler > Javadoc and set "Missing javadoc comments" to "Warning". You then get warnings against things you wouldn't expect, such as after advice. /** * A comment */ public aspect World { pointcut greeting() : execution(* Hello.sayHello(..)); /** * A comment *...
resolved fixed
5b90224
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-18T10:33:07Z
2004-07-29T14:06:40Z
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/AjdtBatchTests.java
/* ******************************************************************* * Copyright (c) 1999-2001 Xerox Corporation, * 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public ...
71,076
Bug 71076 Missing Javadoc comments that aren't missing
Reported in the AJDT newsgroup: Go to Preferences > Java > Compiler > Javadoc and set "Missing javadoc comments" to "Warning". You then get warnings against things you wouldn't expect, such as after advice. /** * A comment */ public aspect World { pointcut greeting() : execution(* Hello.sayHello(..)); /** * A comment *...
resolved fixed
5b90224
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-18T10:33:07Z
2004-07-29T14:06:40Z
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/JavadocTest.java
71,723
Bug 71723 Inconsistency in scoping of protected members in ITDs
When introducing new member functions to existing classes via inter-type declarations, the scoping rules that apply to the ITD bodies are the same as for the aspect - for example, private members of the target class cannot be accessed unless the aspect is privileged. Similarly, protected members of classes in different...
resolved fixed
dfb15c1
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-18T12:39:40Z
2004-08-10T17:46:40Z
tests/bugs/pr71723/foo/Foo.java
71,723
Bug 71723 Inconsistency in scoping of protected members in ITDs
When introducing new member functions to existing classes via inter-type declarations, the scoping rules that apply to the ITD bodies are the same as for the aspect - for example, private members of the target class cannot be accessed unless the aspect is privileged. Similarly, protected members of classes in different...
resolved fixed
dfb15c1
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-18T12:39:40Z
2004-08-10T17:46:40Z
tests/src/org/aspectj/systemtest/ajc121/Ajc121Tests.java
/* ******************************************************************* * Copyright (c) 2004 IBM Corporation * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distribution and is available at * http:/...
49,657
Bug 49657 Weaver results in rt error if affected base class not exposed
I was weaving a 3rd party library and wrote an aspect that should affect both a base class and a derived class, but inadvertently wove only the derived class. This resulted in the following error. I would like the weaver to catch this kind of error at weave (link) time, rather than creating code that results in a rt er...
resolved fixed
dbe1024
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-19T16:38:16Z
2004-01-07T21:13:20Z
org.aspectj.ajdt.core/testdata/partialHierarchy/sample/Base.java
49,657
Bug 49657 Weaver results in rt error if affected base class not exposed
I was weaving a 3rd party library and wrote an aspect that should affect both a base class and a derived class, but inadvertently wove only the derived class. This resulted in the following error. I would like the weaver to catch this kind of error at weave (link) time, rather than creating code that results in a rt er...
resolved fixed
dbe1024
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-19T16:38:16Z
2004-01-07T21:13:20Z
org.aspectj.ajdt.core/testdata/partialHierarchy/sample/Derived.java
49,657
Bug 49657 Weaver results in rt error if affected base class not exposed
I was weaving a 3rd party library and wrote an aspect that should affect both a base class and a derived class, but inadvertently wove only the derived class. This resulted in the following error. I would like the weaver to catch this kind of error at weave (link) time, rather than creating code that results in a rt er...
resolved fixed
dbe1024
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-19T16:38:16Z
2004-01-07T21:13:20Z
org.aspectj.ajdt.core/testdata/partialHierarchy/sample/Iface.java
49,657
Bug 49657 Weaver results in rt error if affected base class not exposed
I was weaving a 3rd party library and wrote an aspect that should affect both a base class and a derived class, but inadvertently wove only the derived class. This resulted in the following error. I would like the weaver to catch this kind of error at weave (link) time, rather than creating code that results in a rt er...
resolved fixed
dbe1024
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-19T16:38:16Z
2004-01-07T21:13:20Z
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/AjdtBatchTests.java
/* ******************************************************************* * Copyright (c) 1999-2001 Xerox Corporation, * 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public ...
49,657
Bug 49657 Weaver results in rt error if affected base class not exposed
I was weaving a 3rd party library and wrote an aspect that should affect both a base class and a derived class, but inadvertently wove only the derived class. This resulted in the following error. I would like the weaver to catch this kind of error at weave (link) time, rather than creating code that results in a rt er...
resolved fixed
dbe1024
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-19T16:38:16Z
2004-01-07T21:13:20Z
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/PartiallyExposedHierarchyTestCase.java
49,657
Bug 49657 Weaver results in rt error if affected base class not exposed
I was weaving a 3rd party library and wrote an aspect that should affect both a base class and a derived class, but inadvertently wove only the derived class. This resulted in the following error. I would like the weaver to catch this kind of error at weave (link) time, rather than creating code that results in a rt er...
resolved fixed
dbe1024
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-19T16:38:16Z
2004-01-07T21:13:20Z
weaver/src/org/aspectj/weaver/ResolvedTypeX.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
49,657
Bug 49657 Weaver results in rt error if affected base class not exposed
I was weaving a 3rd party library and wrote an aspect that should affect both a base class and a derived class, but inadvertently wove only the derived class. This resulted in the following error. I would like the weaver to catch this kind of error at weave (link) time, rather than creating code that results in a rt er...
resolved fixed
dbe1024
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-19T16:38:16Z
2004-01-07T21:13:20Z
weaver/src/org/aspectj/weaver/WeaverMessages.java
/******************************************************************************* * Copyright (c) 2004 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is a...
49,657
Bug 49657 Weaver results in rt error if affected base class not exposed
I was weaving a 3rd party library and wrote an aspect that should affect both a base class and a derived class, but inadvertently wove only the derived class. This resulted in the following error. I would like the weaver to catch this kind of error at weave (link) time, rather than creating code that results in a rt er...
resolved fixed
dbe1024
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-19T16:38:16Z
2004-01-07T21:13:20Z
weaver/src/org/aspectj/weaver/bcel/BcelTypeMunger.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
71,811
Bug 71811 AJDoc: should be able to set encoding like javadoc
ajdoc doesn't support the -encoding -docencoding and -charset options of javadoc. Especially, it doesn't pass on the -encoding to ajc. If your project uses a source file encoding (e.g. UTF-8) differing form the platform standard, and some java identifiers use characters byond the standard ASCII range, you won't be able...
resolved fixed
5f80c8c
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-20T01:01:45Z
2004-08-11T18:46:40Z
ajdoc/src/org/aspectj/tools/ajdoc/Main.java
/* ******************************************************************* * Copyright (c) 1999-2001 Xerox Corporation, * 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public ...
71,811
Bug 71811 AJDoc: should be able to set encoding like javadoc
ajdoc doesn't support the -encoding -docencoding and -charset options of javadoc. Especially, it doesn't pass on the -encoding to ajc. If your project uses a source file encoding (e.g. UTF-8) differing form the platform standard, and some java identifiers use characters byond the standard ASCII range, you won't be able...
resolved fixed
5f80c8c
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-20T01:01:45Z
2004-08-11T18:46:40Z
ajdoc/testsrc/org/aspectj/tools/ajdoc/CoverageTestCase.java
/* ******************************************************************* * Copyright (c) 2003 Contributors. * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distribution and is available at * http...
72,154
Bug 72154 Support for simple dump file
When the compiler terminates abnormally (exception) or behaves unexpectedly (warning/error/abort) a simple dump of the compiler state should be produced to aid problem diagnosis. The content and conditions under which the dump is produced should be configurable by the user but the facility should be enabled by default ...
resolved fixed
f503523
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-23T13:40:31Z
2004-08-18T09:06:40Z
org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/AjdtCommand.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
72,154
Bug 72154 Support for simple dump file
When the compiler terminates abnormally (exception) or behaves unexpectedly (warning/error/abort) a simple dump of the compiler state should be produced to aid problem diagnosis. The content and conditions under which the dump is produced should be configurable by the user but the facility should be enabled by default ...
resolved fixed
f503523
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-23T13:40:31Z
2004-08-18T09:06:40Z
org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/BuildArgParser.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
72,154
Bug 72154 Support for simple dump file
When the compiler terminates abnormally (exception) or behaves unexpectedly (warning/error/abort) a simple dump of the compiler state should be produced to aid problem diagnosis. The content and conditions under which the dump is produced should be configurable by the user but the facility should be enabled by default ...
resolved fixed
f503523
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-23T13:40:31Z
2004-08-18T09:06:40Z
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildManager.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
72,154
Bug 72154 Support for simple dump file
When the compiler terminates abnormally (exception) or behaves unexpectedly (warning/error/abort) a simple dump of the compiler state should be produced to aid problem diagnosis. The content and conditions under which the dump is produced should be configurable by the user but the facility should be enabled by default ...
resolved fixed
f503523
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-23T13:40:31Z
2004-08-18T09:06:40Z
org.aspectj.ajdt.core/src/org/aspectj/tools/ajc/Main.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
72,154
Bug 72154 Support for simple dump file
When the compiler terminates abnormally (exception) or behaves unexpectedly (warning/error/abort) a simple dump of the compiler state should be produced to aid problem diagnosis. The content and conditions under which the dump is produced should be configurable by the user but the facility should be enabled by default ...
resolved fixed
f503523
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-23T13:40:31Z
2004-08-18T09:06:40Z
org.aspectj.ajdt.core/testdata/DumpTestCase/src/HelloWorld.java
72,154
Bug 72154 Support for simple dump file
When the compiler terminates abnormally (exception) or behaves unexpectedly (warning/error/abort) a simple dump of the compiler state should be produced to aid problem diagnosis. The content and conditions under which the dump is produced should be configurable by the user but the facility should be enabled by default ...
resolved fixed
f503523
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-23T13:40:31Z
2004-08-18T09:06:40Z
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/AjdtBatchTests.java
/* ******************************************************************* * Copyright (c) 1999-2001 Xerox Corporation, * 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public ...
72,154
Bug 72154 Support for simple dump file
When the compiler terminates abnormally (exception) or behaves unexpectedly (warning/error/abort) a simple dump of the compiler state should be produced to aid problem diagnosis. The content and conditions under which the dump is produced should be configurable by the user but the facility should be enabled by default ...
resolved fixed
f503523
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-23T13:40:31Z
2004-08-18T09:06:40Z
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/CompilerDumpTestCase.java
72,154
Bug 72154 Support for simple dump file
When the compiler terminates abnormally (exception) or behaves unexpectedly (warning/error/abort) a simple dump of the compiler state should be produced to aid problem diagnosis. The content and conditions under which the dump is produced should be configurable by the user but the facility should be enabled by default ...
resolved fixed
f503523
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-23T13:40:31Z
2004-08-18T09:06:40Z
weaver/src/org/aspectj/weaver/Dump.java
72,154
Bug 72154 Support for simple dump file
When the compiler terminates abnormally (exception) or behaves unexpectedly (warning/error/abort) a simple dump of the compiler state should be produced to aid problem diagnosis. The content and conditions under which the dump is produced should be configurable by the user but the facility should be enabled by default ...
resolved fixed
f503523
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-23T13:40:31Z
2004-08-18T09:06:40Z
weaver/src/org/aspectj/weaver/World.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
72,154
Bug 72154 Support for simple dump file
When the compiler terminates abnormally (exception) or behaves unexpectedly (warning/error/abort) a simple dump of the compiler state should be produced to aid problem diagnosis. The content and conditions under which the dump is produced should be configurable by the user but the facility should be enabled by default ...
resolved fixed
f503523
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-23T13:40:31Z
2004-08-18T09:06:40Z
weaver/testsrc/org/aspectj/weaver/BcweaverTests.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...
72,154
Bug 72154 Support for simple dump file
When the compiler terminates abnormally (exception) or behaves unexpectedly (warning/error/abort) a simple dump of the compiler state should be produced to aid problem diagnosis. The content and conditions under which the dump is produced should be configurable by the user but the facility should be enabled by default ...
resolved fixed
f503523
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-23T13:40:31Z
2004-08-18T09:06:40Z
weaver/testsrc/org/aspectj/weaver/DumpTestCase.java
72,531
Bug 72531 declare warning warns at wrong points
null
resolved fixed
82eae55
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-24T21:10:56Z
2004-08-24T17:53:20Z
tests/bugs/pr72531/de/rohith/HelloWorld.java
72,531
Bug 72531 declare warning warns at wrong points
null
resolved fixed
82eae55
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-24T21:10:56Z
2004-08-24T17:53:20Z
tests/bugs/pr72531/de/rohith/HelloWorldAspect.java
72,531
Bug 72531 declare warning warns at wrong points
null
resolved fixed
82eae55
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-24T21:10:56Z
2004-08-24T17:53:20Z
tests/bugs/pr72531/de/rohith/PrinterWorld.java
72,531
Bug 72531 declare warning warns at wrong points
null
resolved fixed
82eae55
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-24T21:10:56Z
2004-08-24T17:53:20Z
tests/src/org/aspectj/systemtest/ajc121/Ajc121Tests.java
/* ******************************************************************* * Copyright (c) 2004 IBM Corporation * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distribution and is available at * http:/...
72,531
Bug 72531 declare warning warns at wrong points
null
resolved fixed
82eae55
AspectJ
https://github.com/eclipse/org.aspectj
eclipse/org.aspectj
java
null
null
null
2004-08-24T21:10:56Z
2004-08-24T17:53:20Z
weaver/src/org/aspectj/weaver/patterns/WildTypePattern.java
/* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 * which accompanies this distrib...