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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
29,959 | Bug 29959 super call in intertype method declaration body causes VerifyError | AspectJ Compiler 1.1beta4 This program: aspect Foo { void A.foo() { } void B.foo() { super.foo(); } } class A { } class B extends A { } class Main { public static void main(String[] args) { new B(); } } causes this error at runtime: Exception in thread "main" java.lang.VerifyError: (class: B, method: ajc$superDispatch$... | resolved fixed | 3e2801a | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-02-13T21:00:35Z | 2003-01-22T12:53:20Z | org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodBinding.java | /*******************************************************************************
* Copyright (c) 2000, 2001, 2002 International Business Machines Corp. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v0.5
* which acco... |
29,959 | Bug 29959 super call in intertype method declaration body causes VerifyError | AspectJ Compiler 1.1beta4 This program: aspect Foo { void A.foo() { } void B.foo() { super.foo(); } } class A { } class B extends A { } class Main { public static void main(String[] args) { new B(); } } causes this error at runtime: Exception in thread "main" java.lang.VerifyError: (class: B, method: ajc$superDispatch$... | resolved fixed | 3e2801a | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-02-13T21:00:35Z | 2003-01-22T12:53:20Z | tests/bugs/SuperToIntro.java | |
30,168 | Bug 30168 Error with certain combination of advice | null | resolved fixed | d15eb32 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-02-13T22:00:34Z | 2003-01-24T12:06:40Z | org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/ThisJoinPointVisitor.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... |
30,168 | Bug 30168 Error with certain combination of advice | null | resolved fixed | d15eb32 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-02-13T22:00:34Z | 2003-01-24T12:06:40Z | tests/bugs/crashes/test/Test3.java | |
31,423 | Bug 31423 Pointcut adviceexecution() does not work | Pointcut adviceexecution() does not seem to pick advice execution join points in beta4. Here is a program that shows the problem: public class Test { public static void main(String[] args) { } } aspect Aspect1 { before() : execution(* Test.*(..)) { System.out.println("Reached " + thisJoinPoint); } } aspect Aspect2 { be... | resolved fixed | 19c3e16 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-02-13T22:24:56Z | 2003-02-09T17:00:00Z | tests/bugs/AdviceExec.java | |
31,423 | Bug 31423 Pointcut adviceexecution() does not work | Pointcut adviceexecution() does not seem to pick advice execution join points in beta4. Here is a program that shows the problem: public class Test { public static void main(String[] args) { } } aspect Aspect1 { before() : execution(* Test.*(..)) { System.out.println("Reached " + thisJoinPoint); } } aspect Aspect2 { be... | resolved fixed | 19c3e16 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-02-13T22:24:56Z | 2003-02-09T17:00:00Z | weaver/src/org/aspectj/weaver/patterns/KindedPointcut.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... |
31,423 | Bug 31423 Pointcut adviceexecution() does not work | Pointcut adviceexecution() does not seem to pick advice execution join points in beta4. Here is a program that shows the problem: public class Test { public static void main(String[] args) { } } aspect Aspect1 { before() : execution(* Test.*(..)) { System.out.println("Reached " + thisJoinPoint); } } aspect Aspect2 { be... | resolved fixed | 19c3e16 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-02-13T22:24:56Z | 2003-02-09T17:00:00Z | weaver/src/org/aspectj/weaver/patterns/SignaturePattern.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... |
30,026 | Bug 30026 NullPointerException when compiling | With the following program I get a NullPointerException during compiling and a warning that the source code of Object is not available for weaving: public class NullPtr { public static void main(String args[]) { NullPtr np = new NullPtr(); np = null; } public void finalize() throws Throwable { } } aspect FinalizeContra... | resolved fixed | 8e6cef0 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-02-14T01:58:32Z | 2003-01-22T21:13:20Z | tests/bugs/Finalizer.java | |
33,635 | Bug 33635 Negation of if pointcut does not work | null | resolved fixed | cb77524 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-05T21:46:49Z | 2003-03-03T00:06:40Z | tests/bugs/NotIf.java | |
33,635 | Bug 33635 Negation of if pointcut does not work | null | resolved fixed | cb77524 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-05T21:46:49Z | 2003-03-03T00:06:40Z | weaver/src/org/aspectj/weaver/patterns/IfPointcut.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... |
32,463 | Bug 32463 ajc reports error when encountering static declaration of nested classes | Version: AspectJ Compiler 1.1beta4 The ajc compiler issues a spurious error message and exits with a negative error code when weaving code containing static declaration of a nested class. The compiler seem to write the classfiles correctly but the negative exit status causes problems when e.g. using the AjcCompilerAdap... | resolved fixed | d1e5c0a | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-06T00:24:39Z | 2003-02-21T12:20:00Z | tests/bugs/WeaveLocal.java | |
32,463 | Bug 32463 ajc reports error when encountering static declaration of nested classes | Version: AspectJ Compiler 1.1beta4 The ajc compiler issues a spurious error message and exits with a negative error code when weaving code containing static declaration of a nested class. The compiler seem to write the classfiles correctly but the negative exit status causes problems when e.g. using the AjcCompilerAdap... | resolved fixed | d1e5c0a | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-06T00:24:39Z | 2003-02-21T12:20:00Z | weaver/src/org/aspectj/weaver/NameMangler.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... |
32,463 | Bug 32463 ajc reports error when encountering static declaration of nested classes | Version: AspectJ Compiler 1.1beta4 The ajc compiler issues a spurious error message and exits with a negative error code when weaving code containing static declaration of a nested class. The compiler seem to write the classfiles correctly but the negative exit status causes problems when e.g. using the AjcCompilerAdap... | resolved fixed | d1e5c0a | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-06T00:24:39Z | 2003-02-21T12:20:00Z | 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... |
32,463 | Bug 32463 ajc reports error when encountering static declaration of nested classes | Version: AspectJ Compiler 1.1beta4 The ajc compiler issues a spurious error message and exits with a negative error code when weaving code containing static declaration of a nested class. The compiler seem to write the classfiles correctly but the negative exit status causes problems when e.g. using the AjcCompilerAdap... | resolved fixed | d1e5c0a | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-06T00:24:39Z | 2003-02-21T12:20:00Z | weaver/src/org/aspectj/weaver/TypeX.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... |
32,463 | Bug 32463 ajc reports error when encountering static declaration of nested classes | Version: AspectJ Compiler 1.1beta4 The ajc compiler issues a spurious error message and exits with a negative error code when weaving code containing static declaration of a nested class. The compiler seem to write the classfiles correctly but the negative exit status causes problems when e.g. using the AjcCompilerAdap... | resolved fixed | d1e5c0a | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-06T00:24:39Z | 2003-02-21T12:20:00Z | weaver/src/org/aspectj/weaver/patterns/WithinPointcut.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... |
32,463 | Bug 32463 ajc reports error when encountering static declaration of nested classes | Version: AspectJ Compiler 1.1beta4 The ajc compiler issues a spurious error message and exits with a negative error code when weaving code containing static declaration of a nested class. The compiler seem to write the classfiles correctly but the negative exit status causes problems when e.g. using the AjcCompilerAdap... | resolved fixed | d1e5c0a | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-06T00:24:39Z | 2003-02-21T12:20:00Z | weaver/testsrc/org/aspectj/weaver/TypeXTestCase.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... |
33,948 | Bug 33948 inter-type no-arg constructor declaration conflict with compiler-generated constructor | Get error "inter-type declaration from A conflicts with existing member" when declaring a no-arg constructor in an aspect on another type which has no constructors. Likely the compiler is generating a default constructor which collides in the weaver. See test case: tests/bugs/ConstructorDeclaration.java Can the weaver ... | resolved fixed | 6a8fa08 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-06T07:51:54Z | 2003-03-06T08:40:00Z | tests/bugs/ConstructorDeclaration.java | |
32,421 | Bug 32421 can't resolve nested public interfaces | This may be caused by the bug as 32399 file TransactionTest.java: import sub.ExecutionMonitor; public class TransactionTest { static Transaction theTransaction; private void assertCommitted() { theTransaction.getCount("method-execution", "commit"); } static aspect MonitorTest { declare parents: Transaction implements E... | resolved fixed | 0a175d2 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-06T22:12:00Z | 2003-02-20T22:26:40Z | org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseScope.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... |
32,421 | Bug 32421 can't resolve nested public interfaces | This may be caused by the bug as 32399 file TransactionTest.java: import sub.ExecutionMonitor; public class TransactionTest { static Transaction theTransaction; private void assertCommitted() { theTransaction.getCount("method-execution", "commit"); } static aspect MonitorTest { declare parents: Transaction implements E... | resolved fixed | 0a175d2 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-06T22:12:00Z | 2003-02-20T22:26:40Z | tests/bugs/InnerPointcut.java | |
32,421 | Bug 32421 can't resolve nested public interfaces | This may be caused by the bug as 32399 file TransactionTest.java: import sub.ExecutionMonitor; public class TransactionTest { static Transaction theTransaction; private void assertCommitted() { theTransaction.getCount("method-execution", "commit"); } static aspect MonitorTest { declare parents: Transaction implements E... | resolved fixed | 0a175d2 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-06T22:12:00Z | 2003-02-20T22:26:40Z | tests/bugs/interfaceNames/TransactionTest.java | |
32,421 | Bug 32421 can't resolve nested public interfaces | This may be caused by the bug as 32399 file TransactionTest.java: import sub.ExecutionMonitor; public class TransactionTest { static Transaction theTransaction; private void assertCommitted() { theTransaction.getCount("method-execution", "commit"); } static aspect MonitorTest { declare parents: Transaction implements E... | resolved fixed | 0a175d2 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-06T22:12:00Z | 2003-02-20T22:26:40Z | tests/bugs/interfaceNames/sub/ExecutionMonitor.java | |
32,421 | Bug 32421 can't resolve nested public interfaces | This may be caused by the bug as 32399 file TransactionTest.java: import sub.ExecutionMonitor; public class TransactionTest { static Transaction theTransaction; private void assertCommitted() { theTransaction.getCount("method-execution", "commit"); } static aspect MonitorTest { declare parents: Transaction implements E... | resolved fixed | 0a175d2 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-06T22:12:00Z | 2003-02-20T22:26:40Z | tests/new/EachObjectInDeepPackage.java | package the.deep.pkg;
import org.aspectj.testing.Tester;
aspect Aspect pertarget(target(EachObjectTarget)) {
before(): call(void foo(..)) {
Tester.check(true, "Dummy test");
}
}
|
32,239 | Bug 32239 Dumps assembly code if Object[] used in args (BcelRenderer.java:152) | null | resolved fixed | ae0ef30 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-11T06:06:56Z | 2003-02-19T15:53:20Z | 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... |
32,239 | Bug 32239 Dumps assembly code if Object[] used in args (BcelRenderer.java:152) | null | resolved fixed | ae0ef30 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-11T06:06:56Z | 2003-02-19T15:53:20Z | 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... |
29,934 | Bug 29934 runtime NullPointerException when applying around advice to other around advice | When the program below is run, it produces a NullPointerException... java.lang.NullPointerException at A2.ajc$around$A2$3b6proceed(CflowCycles.java) at A2.ajc$around$A2$3b6_aroundBody3(CflowCycles.java:35) at Target.run(CflowCycles.java:24) at CflowCycles.run_aroundBody4(CflowCycles.java:8) at CflowCycles.main_aroundBo... | resolved fixed | 0fb5f69 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-12T00:48:57Z | 2003-01-22T01:46:40Z | 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... |
34,820 | Bug 34820 ajc -aspectpath fails with NPE for cflow pointcuts | null | resolved fixed | db37189 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-12T19:52:13Z | 2003-03-12T14:40:00Z | org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseAdvice.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... |
34,820 | Bug 34820 ajc -aspectpath fails with NPE for cflow pointcuts | null | resolved fixed | db37189 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-12T19:52:13Z | 2003-03-12T14:40:00Z | org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseFactory.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... |
34,858 | Bug 34858 Weaver crash | null | resolved fixed | 7746fcb | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-12T23:07:08Z | 2003-03-12T20:13:20Z | tests/bugs/CflowBinding.java | |
34,858 | Bug 34858 Weaver crash | null | resolved fixed | 7746fcb | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-12T23:07:08Z | 2003-03-12T20:13:20Z | tests/bugs/CflowBindingOrig.java | |
34,858 | Bug 34858 Weaver crash | null | resolved fixed | 7746fcb | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-12T23:07:08Z | 2003-03-12T20:13:20Z | weaver/src/org/aspectj/weaver/patterns/CflowPointcut.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... |
34,925 | Bug 34925 compiler crash on yesterday's rc1 build | null | resolved fixed | 56cc4f2 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-13T19:16:53Z | 2003-03-13T15:40:00Z | org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseShadow.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... |
34,925 | Bug 34925 compiler crash on yesterday's rc1 build | null | resolved fixed | 56cc4f2 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-13T19:16:53Z | 2003-03-13T15:40:00Z | org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/problem/AjProblemReporter.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... |
34,925 | Bug 34925 compiler crash on yesterday's rc1 build | null | resolved fixed | 56cc4f2 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-13T19:16:53Z | 2003-03-13T15:40:00Z | tests/bugs/ConvertToUnchecked.java | |
33,474 | Bug 33474 bad source locations for declare error/warning | null | resolved fixed | 989aaf7 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-27T15:43:01Z | 2003-02-27T18:20:00Z | ajde/testdata/examples/declare-warning/apackage/InitCatcher.java | |
33,474 | Bug 33474 bad source locations for declare error/warning | null | resolved fixed | 989aaf7 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-27T15:43:01Z | 2003-02-27T18:20:00Z | ajde/testdata/examples/declare-warning/apackage/SomeClass.java | |
33,474 | Bug 33474 bad source locations for declare error/warning | null | resolved fixed | 989aaf7 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-27T15:43:01Z | 2003-02-27T18:20:00Z | ajde/testsrc/org/aspectj/ajde/AjdeTestCase.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... |
33,474 | Bug 33474 bad source locations for declare error/warning | null | resolved fixed | 989aaf7 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-27T15:43:01Z | 2003-02-27T18:20:00Z | ajde/testsrc/org/aspectj/ajde/AjdeTests.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 ... |
33,474 | Bug 33474 bad source locations for declare error/warning | null | resolved fixed | 989aaf7 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-27T15:43:01Z | 2003-02-27T18:20:00Z | ajde/testsrc/org/aspectj/ajde/CompilerMessagesTest.java | |
33,474 | Bug 33474 bad source locations for declare error/warning | null | resolved fixed | 989aaf7 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-27T15:43:01Z | 2003-02-27T18:20:00Z | ajde/testsrc/org/aspectj/ajde/NullIdeManager.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... |
33,474 | Bug 33474 bad source locations for declare error/warning | null | resolved fixed | 989aaf7 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-03-27T15:43:01Z | 2003-02-27T18:20:00Z | ajde/testsrc/org/aspectj/ajde/NullIdeTaskListManager.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... |
36,046 | Bug 36046 inter-type declaration bug with abstract classes | This error occurs when you do an inter-type declaration on an interface, use declare parents to make an abstract base class implement it, and then try to use the declared (method), it fails. If you make the base class concrete, then this doesn't fail. The following code demonstrates the error. If you run java Driver yo... | resolved fixed | 808bae8 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-10T22:20:14Z | 2003-04-03T22:46:40Z | tests/bugs/interAbstract/Driver.java | |
36,046 | Bug 36046 inter-type declaration bug with abstract classes | This error occurs when you do an inter-type declaration on an interface, use declare parents to make an abstract base class implement it, and then try to use the declared (method), it fails. If you make the base class concrete, then this doesn't fail. The following code demonstrates the error. If you run java Driver yo... | resolved fixed | 808bae8 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-10T22:20:14Z | 2003-04-03T22:46:40Z | 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... |
36,046 | Bug 36046 inter-type declaration bug with abstract classes | This error occurs when you do an inter-type declaration on an interface, use declare parents to make an abstract base class implement it, and then try to use the declared (method), it fails. If you make the base class concrete, then this doesn't fail. The following code demonstrates the error. If you run java Driver yo... | resolved fixed | 808bae8 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-10T22:20:14Z | 2003-04-03T22:46:40Z | 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... |
36,046 | Bug 36046 inter-type declaration bug with abstract classes | This error occurs when you do an inter-type declaration on an interface, use declare parents to make an abstract base class implement it, and then try to use the declared (method), it fails. If you make the base class concrete, then this doesn't fail. The following code demonstrates the error. If you run java Driver yo... | resolved fixed | 808bae8 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-10T22:20:14Z | 2003-04-03T22:46:40Z | 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... |
35,725 | Bug 35725 Inter type declaration to base class not seen by derived class | The following code shows what I believe is an incorrect error - the base class AImpl is made concrete by the aspect Af, but the compilation of BImpl does not recognize this fact. This problem is for version 1.1rc1 and is not seen in 1.0.6. // --------------------- // A.java package a_intf; public interface A { A f(); }... | resolved fixed | 11b3b07 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-10T22:32:40Z | 2003-03-26T20:20:00Z | tests/bugs/interInherit/a_impl/AImpl.java | |
35,725 | Bug 35725 Inter type declaration to base class not seen by derived class | The following code shows what I believe is an incorrect error - the base class AImpl is made concrete by the aspect Af, but the compilation of BImpl does not recognize this fact. This problem is for version 1.1rc1 and is not seen in 1.0.6. // --------------------- // A.java package a_intf; public interface A { A f(); }... | resolved fixed | 11b3b07 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-10T22:32:40Z | 2003-03-26T20:20:00Z | tests/bugs/interInherit/a_impl/Af.java | |
35,725 | Bug 35725 Inter type declaration to base class not seen by derived class | The following code shows what I believe is an incorrect error - the base class AImpl is made concrete by the aspect Af, but the compilation of BImpl does not recognize this fact. This problem is for version 1.1rc1 and is not seen in 1.0.6. // --------------------- // A.java package a_intf; public interface A { A f(); }... | resolved fixed | 11b3b07 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-10T22:32:40Z | 2003-03-26T20:20:00Z | tests/bugs/interInherit/a_intf/A.java | |
35,725 | Bug 35725 Inter type declaration to base class not seen by derived class | The following code shows what I believe is an incorrect error - the base class AImpl is made concrete by the aspect Af, but the compilation of BImpl does not recognize this fact. This problem is for version 1.1rc1 and is not seen in 1.0.6. // --------------------- // A.java package a_intf; public interface A { A f(); }... | resolved fixed | 11b3b07 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-10T22:32:40Z | 2003-03-26T20:20:00Z | tests/bugs/interInherit/b_impl/BImpl.java | |
35,725 | Bug 35725 Inter type declaration to base class not seen by derived class | The following code shows what I believe is an incorrect error - the base class AImpl is made concrete by the aspect Af, but the compilation of BImpl does not recognize this fact. This problem is for version 1.1rc1 and is not seen in 1.0.6. // --------------------- // A.java package a_intf; public interface A { A f(); }... | resolved fixed | 11b3b07 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-10T22:32:40Z | 2003-03-26T20:20:00Z | tests/bugs/interInherit/b_intf/B.java | |
36,564 | Bug 36564 Internal compiler error | Eclipse: 2.1.0, 200302211557 AspectJ: 1.1.1 I get the following internal error when using "thisJoinPoint.getStaticPart()" in around advice at a call joinpoit (source below). Using just "thisJoinPoint" is fine. java.lang.NullPointerException at org.eclipse.jdt.internal.compiler.ast.MessageSend.analyseCode (MessageSend.j... | resolved fixed | 0a8dbde | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-22T17:55:13Z | 2003-04-16T13:33:20Z | org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/ThisJoinPointVisitor.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... |
36,564 | Bug 36564 Internal compiler error | Eclipse: 2.1.0, 200302211557 AspectJ: 1.1.1 I get the following internal error when using "thisJoinPoint.getStaticPart()" in around advice at a call joinpoit (source below). Using just "thisJoinPoint" is fine. java.lang.NullPointerException at org.eclipse.jdt.internal.compiler.ast.MessageSend.analyseCode (MessageSend.j... | resolved fixed | 0a8dbde | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-22T17:55:13Z | 2003-04-16T13:33:20Z | tests/bugs/tjpStaticPart/Exceptions.java | |
36,564 | Bug 36564 Internal compiler error | Eclipse: 2.1.0, 200302211557 AspectJ: 1.1.1 I get the following internal error when using "thisJoinPoint.getStaticPart()" in around advice at a call joinpoit (source below). Using just "thisJoinPoint" is fine. java.lang.NullPointerException at org.eclipse.jdt.internal.compiler.ast.MessageSend.analyseCode (MessageSend.j... | resolved fixed | 0a8dbde | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-22T17:55:13Z | 2003-04-16T13:33:20Z | tests/bugs/tjpStaticPart/Test.java | |
29,665 | Bug 29665 Inconsistant stack height | Using AspectJ1.1b4 running the following program crashes it with this message: "Inconsistent stack height 0 != 2". While reducing my original program to the minimum example below I had also stack height 0 != 1, but I guess that is related, so I didn't reproduce it (mail me if this you need this, too). mport java.lang.r... | resolved fixed | 6c9118b | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-22T21:58:02Z | 2003-01-16T20:46:40Z | tests/bugs/StackError.java | |
29,665 | Bug 29665 Inconsistant stack height | Using AspectJ1.1b4 running the following program crashes it with this message: "Inconsistent stack height 0 != 2". While reducing my original program to the minimum example below I had also stack height 0 != 1, but I guess that is related, so I didn't reproduce it (mail me if this you need this, too). mport java.lang.r... | resolved fixed | 6c9118b | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-22T21:58:02Z | 2003-01-16T20:46:40Z | tests/bugs/messyAround/cap/OptionList.java | |
29,665 | Bug 29665 Inconsistant stack height | Using AspectJ1.1b4 running the following program crashes it with this message: "Inconsistent stack height 0 != 2". While reducing my original program to the minimum example below I had also stack height 0 != 1, but I guess that is related, so I didn't reproduce it (mail me if this you need this, too). mport java.lang.r... | resolved fixed | 6c9118b | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-22T21:58:02Z | 2003-01-16T20:46:40Z | 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... |
29,665 | Bug 29665 Inconsistant stack height | Using AspectJ1.1b4 running the following program crashes it with this message: "Inconsistent stack height 0 != 2". While reducing my original program to the minimum example below I had also stack height 0 != 1, but I guess that is related, so I didn't reproduce it (mail me if this you need this, too). mport java.lang.r... | resolved fixed | 6c9118b | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-22T21:58:02Z | 2003-01-16T20:46:40Z | 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... |
36,803 | Bug 36803 BCException thrown by AspectJ 1.1rc1 | [iajc] expected state: resolved got: concrete [iajc] expected state: resolved got: concrete [iajc] org.aspectj.weaver.BCException: expected state: resolved got: concrete [iajc] at org.aspectj.weaver.patterns.Pointcut.assertState (Pointcut.java:236) [iajc] at org.aspectj.weaver.patterns.Pointcut.concretize (Pointcut.jav... | resolved fixed | 1e502f5 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-25T18:11:33Z | 2003-04-23T17:46:40Z | tests/bugs/CflowConcrete.java | |
36,803 | Bug 36803 BCException thrown by AspectJ 1.1rc1 | [iajc] expected state: resolved got: concrete [iajc] expected state: resolved got: concrete [iajc] org.aspectj.weaver.BCException: expected state: resolved got: concrete [iajc] at org.aspectj.weaver.patterns.Pointcut.assertState (Pointcut.java:236) [iajc] at org.aspectj.weaver.patterns.Pointcut.concretize (Pointcut.jav... | resolved fixed | 1e502f5 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-25T18:11:33Z | 2003-04-23T17:46:40Z | weaver/src/org/aspectj/weaver/patterns/KindedPointcut.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... |
36,803 | Bug 36803 BCException thrown by AspectJ 1.1rc1 | [iajc] expected state: resolved got: concrete [iajc] expected state: resolved got: concrete [iajc] org.aspectj.weaver.BCException: expected state: resolved got: concrete [iajc] at org.aspectj.weaver.patterns.Pointcut.assertState (Pointcut.java:236) [iajc] at org.aspectj.weaver.patterns.Pointcut.concretize (Pointcut.jav... | resolved fixed | 1e502f5 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-25T18:11:33Z | 2003-04-23T17:46:40Z | weaver/src/org/aspectj/weaver/patterns/Pointcut.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... |
36,803 | Bug 36803 BCException thrown by AspectJ 1.1rc1 | [iajc] expected state: resolved got: concrete [iajc] expected state: resolved got: concrete [iajc] org.aspectj.weaver.BCException: expected state: resolved got: concrete [iajc] at org.aspectj.weaver.patterns.Pointcut.assertState (Pointcut.java:236) [iajc] at org.aspectj.weaver.patterns.Pointcut.concretize (Pointcut.jav... | resolved fixed | 1e502f5 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-25T18:11:33Z | 2003-04-23T17:46:40Z | weaver/src/org/aspectj/weaver/patterns/WithinPointcut.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... |
36,803 | Bug 36803 BCException thrown by AspectJ 1.1rc1 | [iajc] expected state: resolved got: concrete [iajc] expected state: resolved got: concrete [iajc] org.aspectj.weaver.BCException: expected state: resolved got: concrete [iajc] at org.aspectj.weaver.patterns.Pointcut.assertState (Pointcut.java:236) [iajc] at org.aspectj.weaver.patterns.Pointcut.concretize (Pointcut.jav... | resolved fixed | 1e502f5 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-25T18:11:33Z | 2003-04-23T17:46:40Z | weaver/src/org/aspectj/weaver/patterns/WithincodePointcut.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... |
34,951 | Bug 34951 NPE compiling without aspectjrt.jar | Compiling spacewar without specifying aspectjrt.jar on the classpath causes a NPE. Expected an error message "aspectjrt.jar required". Steps to reproduce 1) install latest 2) cd doc/examples 3) java -jar ../../lib/aspectjtools.jar -verbose @spacewar/debug.lst RESULT:NPE in attached log | resolved fixed | f236927 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-27T23:29:27Z | 2003-03-13T18:26: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... |
34,951 | Bug 34951 NPE compiling without aspectjrt.jar | Compiling spacewar without specifying aspectjrt.jar on the classpath causes a NPE. Expected an error message "aspectjrt.jar required". Steps to reproduce 1) install latest 2) cd doc/examples 3) java -jar ../../lib/aspectjtools.jar -verbose @spacewar/debug.lst RESULT:NPE in attached log | resolved fixed | f236927 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-27T23:29:27Z | 2003-03-13T18:26:40Z | org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/BasicCommandTestCase.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... |
36,936 | Bug 36936 Error when introducing members of type Class | Using AspectJ 1.1 RC1 public aspect Asp { public Class Trg.member = String.class; } public class Trg { public static void main(String args[]) { new Trg(); System.out.println("All ok"); } } Compiling with "ajc Asp.java Trg.java" and running Trg, prints "All ok", as it should. Compiling with "ajc Trg.java Asp.java" and r... | resolved fixed | 8d793a3 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-27T23:30:14Z | 2003-04-25T19:46:40Z | tests/bugs/interSpecials/Asp.java | |
36,936 | Bug 36936 Error when introducing members of type Class | Using AspectJ 1.1 RC1 public aspect Asp { public Class Trg.member = String.class; } public class Trg { public static void main(String args[]) { new Trg(); System.out.println("All ok"); } } Compiling with "ajc Asp.java Trg.java" and running Trg, prints "All ok", as it should. Compiling with "ajc Trg.java Asp.java" and r... | resolved fixed | 8d793a3 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-27T23:30:14Z | 2003-04-25T19:46:40Z | tests/bugs/interSpecials/Trg.java | |
30,663 | Bug 30663 lame error message: "negation doesn't allow binding" | AspectJ Compiler 1.1beta4 This program: public aspect Foo { pointcut p(int i): call(void f(i)); } produces these error messages: negation doesn't allow binding formal unbound in pointcut 2 errors It should say something like "binding is only allowed in state-based pointcuts", and it should print the file and line numbe... | resolved fixed | 7d14432 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-27T23:31:06Z | 2003-01-30T20:53:20Z | tests/bugs/BadBindingError.java | |
30,663 | Bug 30663 lame error message: "negation doesn't allow binding" | AspectJ Compiler 1.1beta4 This program: public aspect Foo { pointcut p(int i): call(void f(i)); } produces these error messages: negation doesn't allow binding formal unbound in pointcut 2 errors It should say something like "binding is only allowed in state-based pointcuts", and it should print the file and line numbe... | resolved fixed | 7d14432 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-27T23:31:06Z | 2003-01-30T20:53:20Z | 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... |
30,663 | Bug 30663 lame error message: "negation doesn't allow binding" | AspectJ Compiler 1.1beta4 This program: public aspect Foo { pointcut p(int i): call(void f(i)); } produces these error messages: negation doesn't allow binding formal unbound in pointcut 2 errors It should say something like "binding is only allowed in state-based pointcuts", and it should print the file and line numbe... | resolved fixed | 7d14432 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-27T23:31:06Z | 2003-01-30T20:53:20Z | weaver/src/org/aspectj/weaver/patterns/TypePattern.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... |
30,663 | Bug 30663 lame error message: "negation doesn't allow binding" | AspectJ Compiler 1.1beta4 This program: public aspect Foo { pointcut p(int i): call(void f(i)); } produces these error messages: negation doesn't allow binding formal unbound in pointcut 2 errors It should say something like "binding is only allowed in state-based pointcuts", and it should print the file and line numbe... | resolved fixed | 7d14432 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-27T23:31:06Z | 2003-01-30T20: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... |
37,021 | Bug 37021 source path wrong in declare warning on binary files | In declare warning messages when targeting .class files from -injars, the source path is listed in the form "app.Main.class" rather than "app/Main.[java|aj]". See tests/new/binaryWarnings/.. for code to run to see the problem. Limitations of the tests: - These tests return false positives when detecting this error beca... | resolved fixed | 9b30f9f | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-28T20:08:56Z | 2003-04-28T20:00:00Z | tests/new/binaryWarnings/src/app/Main.java | |
37,021 | Bug 37021 source path wrong in declare warning on binary files | In declare warning messages when targeting .class files from -injars, the source path is listed in the form "app.Main.class" rather than "app/Main.[java|aj]". See tests/new/binaryWarnings/.. for code to run to see the problem. Limitations of the tests: - These tests return false positives when detecting this error beca... | resolved fixed | 9b30f9f | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-04-28T20:08:56Z | 2003-04-28T20:00:00Z | tests/new/binaryWarnings/src/aspects/MainWarnings.java | |
37,739 | Bug 37739 Unexpected Xlint:unresolvableMember warning with withincode | The following code produces an Xlint:unresolvableMember warning: class A { A(Class type) {} A() { this(String.class); } } class B { public void test() { } public void test2() { test(); } } aspect C { void around() : (call (void B.test()) && withincode (void B.test2())) { proceed(); } } The warning text is: Warning.java... | resolved fixed | 2072ac1 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-05-19T18:06:04Z | 2003-05-16T01:53:20Z | tests/bugs/CatchSig.java | |
37,739 | Bug 37739 Unexpected Xlint:unresolvableMember warning with withincode | The following code produces an Xlint:unresolvableMember warning: class A { A(Class type) {} A() { this(String.class); } } class B { public void test() { } public void test2() { test(); } } aspect C { void around() : (call (void B.test()) && withincode (void B.test2())) { proceed(); } } The warning text is: Warning.java... | resolved fixed | 2072ac1 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-05-19T18:06:04Z | 2003-05-16T01:53:20Z | 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... |
38,131 | Bug 38131 ajc needs -d . option while correctly compiling classes from subpackage | null | resolved fixed | c509c6f | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-05-27T17:35:13Z | 2003-05-27T04:33:20Z | 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... |
38,131 | Bug 38131 ajc needs -d . option while correctly compiling classes from subpackage | null | resolved fixed | c509c6f | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-05-27T17:35:13Z | 2003-05-27T04:33:20Z | org.aspectj.ajdt.core/testdata/src1/WrongPackage.java | |
38,131 | Bug 38131 ajc needs -d . option while correctly compiling classes from subpackage | null | resolved fixed | c509c6f | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-05-27T17:35:13Z | 2003-05-27T04:33:20Z | org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/BasicCommandTestCase.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... |
39,458 | Bug 39458 Compiler crash in ajc 1.1 | null | resolved fixed | ba41fae | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-07-02T23:12:18Z | 2003-06-30T02:26:40Z | org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/AccessForInlineVisitor.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... |
39,458 | Bug 39458 Compiler crash in ajc 1.1 | null | resolved fixed | ba41fae | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-07-02T23:12:18Z | 2003-06-30T02:26:40Z | org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/AdviceDeclaration.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... |
39,458 | Bug 39458 Compiler crash in ajc 1.1 | null | resolved fixed | ba41fae | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-07-02T23:12:18Z | 2003-06-30T02:26:40Z | org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/PrivilegedHandler.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... |
39,458 | Bug 39458 Compiler crash in ajc 1.1 | null | resolved fixed | ba41fae | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-07-02T23:12:18Z | 2003-06-30T02:26:40Z | tests/bugs/MissingImport.java | |
39,458 | Bug 39458 Compiler crash in ajc 1.1 | null | resolved fixed | ba41fae | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-07-02T23:12:18Z | 2003-06-30T02:26:40Z | tests/bugs/NewVoid.java | |
39,993 | Bug 39993 ajc stack trace on declaring hashcode() method in aspect | From an email sent to the user's list 6/26/2003: ------------------------------------------ ajc 1.1 NPE when an aspect declares hashcode() as follows: interface Identifiable { void setId(Id id); Id getId(); } aspect IdentifiableAspect { private Id Identifiable.id = null; public Id Identifiable.getId() { return this.id;... | resolved fixed | 026b272 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-07-22T20:57:17Z | 2003-07-13T18:13:20Z | org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterSuperFixerVisitor.java | |
39,993 | Bug 39993 ajc stack trace on declaring hashcode() method in aspect | From an email sent to the user's list 6/26/2003: ------------------------------------------ ajc 1.1 NPE when an aspect declares hashcode() as follows: interface Identifiable { void setId(Id id); Id getId(); } aspect IdentifiableAspect { private Id Identifiable.id = null; public Id Identifiable.getId() { return this.id;... | resolved fixed | 026b272 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-07-22T20:57:17Z | 2003-07-13T18:13:20Z | org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterSuperReference.java | |
39,993 | Bug 39993 ajc stack trace on declaring hashcode() method in aspect | From an email sent to the user's list 6/26/2003: ------------------------------------------ ajc 1.1 NPE when an aspect declares hashcode() as follows: interface Identifiable { void setId(Id id); Id getId(); } aspect IdentifiableAspect { private Id Identifiable.id = null; public Id Identifiable.getId() { return this.id;... | resolved fixed | 026b272 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-07-22T20:57:17Z | 2003-07-13T18:13:20Z | org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeDeclaration.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... |
39,993 | Bug 39993 ajc stack trace on declaring hashcode() method in aspect | From an email sent to the user's list 6/26/2003: ------------------------------------------ ajc 1.1 NPE when an aspect declares hashcode() as follows: interface Identifiable { void setId(Id id); Id getId(); } aspect IdentifiableAspect { private Id Identifiable.id = null; public Id Identifiable.getId() { return this.id;... | resolved fixed | 026b272 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-07-22T20:57:17Z | 2003-07-13T18:13:20Z | tests/bugs/MultipleSuperCf.java | |
39,993 | Bug 39993 ajc stack trace on declaring hashcode() method in aspect | From an email sent to the user's list 6/26/2003: ------------------------------------------ ajc 1.1 NPE when an aspect declares hashcode() as follows: interface Identifiable { void setId(Id id); Id getId(); } aspect IdentifiableAspect { private Id Identifiable.id = null; public Id Identifiable.getId() { return this.id;... | resolved fixed | 026b272 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-07-22T20:57:17Z | 2003-07-13T18:13:20Z | tests/bugs/OverridingInterfaceObjectMethod.java | |
39,993 | Bug 39993 ajc stack trace on declaring hashcode() method in aspect | From an email sent to the user's list 6/26/2003: ------------------------------------------ ajc 1.1 NPE when an aspect declares hashcode() as follows: interface Identifiable { void setId(Id id); Id getId(); } aspect IdentifiableAspect { private Id Identifiable.id = null; public Id Identifiable.getId() { return this.id;... | resolved fixed | 026b272 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-07-22T20:57:17Z | 2003-07-13T18: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... |
40,380 | Bug 40380 AspectJ does not honour libraries defined via Project Properties | AJDT 1.1.3, Eclipse 2.1 To build a JDK 1.4. program under Eclipse using JDK 1.3 the appropriate build library should be selected in the Project Properties "Java Build Path". However AspectJ continues to use the JDK associated with Eclipse so errors result from using 1.4 APIs. The same will occur running Eclipse under 1... | resolved fixed | d5ea336 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-07-23T17:23:22Z | 2003-07-17T13:53:20Z | ajde/src/org/aspectj/ajde/internal/CompilerAdapter.java | /* *******************************************************************
* Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC),
* 2003 Contributors.
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.... |
40,380 | Bug 40380 AspectJ does not honour libraries defined via Project Properties | AJDT 1.1.3, Eclipse 2.1 To build a JDK 1.4. program under Eclipse using JDK 1.3 the appropriate build library should be selected in the Project Properties "Java Build Path". However AspectJ continues to use the JDK associated with Eclipse so errors result from using 1.4 APIs. The same will occur running Eclipse under 1... | resolved fixed | d5ea336 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-07-23T17:23:22Z | 2003-07-17T13:53:20Z | 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... |
40,380 | Bug 40380 AspectJ does not honour libraries defined via Project Properties | AJDT 1.1.3, Eclipse 2.1 To build a JDK 1.4. program under Eclipse using JDK 1.3 the appropriate build library should be selected in the Project Properties "Java Build Path". However AspectJ continues to use the JDK associated with Eclipse so errors result from using 1.4 APIs. The same will occur running Eclipse under 1... | resolved fixed | d5ea336 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-07-23T17:23:22Z | 2003-07-17T13:53:20Z | 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... |
40,771 | Bug 40771 ajde apis are unnecessariy coupled to swing | The AJDE APIs are coupled to javax.swing by org.aspectj.ajde.EditorManager. The EditorManager needs to be refactored, have swing specific parts moved to org.aspectj.ajde.ui.swing and org.aspectj.ajbrowser. | resolved fixed | bbd832b | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-07-25T15:07:57Z | 2003-07-25T13:33:20Z | ajbrowser/src/org/aspectj/tools/ajbrowser/BasicEditor.java | |
40,771 | Bug 40771 ajde apis are unnecessariy coupled to swing | The AJDE APIs are coupled to javax.swing by org.aspectj.ajde.EditorManager. The EditorManager needs to be refactored, have swing specific parts moved to org.aspectj.ajde.ui.swing and org.aspectj.ajbrowser. | resolved fixed | bbd832b | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-07-25T15:07:57Z | 2003-07-25T13:33:20Z | ajbrowser/src/org/aspectj/tools/ajbrowser/BrowserManager.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 ... |
40,771 | Bug 40771 ajde apis are unnecessariy coupled to swing | The AJDE APIs are coupled to javax.swing by org.aspectj.ajde.EditorManager. The EditorManager needs to be refactored, have swing specific parts moved to org.aspectj.ajde.ui.swing and org.aspectj.ajbrowser. | resolved fixed | bbd832b | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-07-25T15:07:57Z | 2003-07-25T13:33:20Z | ajbrowser/src/org/aspectj/tools/ajbrowser/BuildConfigPopupMenu.java | |
40,771 | Bug 40771 ajde apis are unnecessariy coupled to swing | The AJDE APIs are coupled to javax.swing by org.aspectj.ajde.EditorManager. The EditorManager needs to be refactored, have swing specific parts moved to org.aspectj.ajde.ui.swing and org.aspectj.ajbrowser. | resolved fixed | bbd832b | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-07-25T15:07:57Z | 2003-07-25T13:33:20Z | ajbrowser/src/org/aspectj/tools/ajbrowser/CompilerMessagesPanel.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 ... |
40,771 | Bug 40771 ajde apis are unnecessariy coupled to swing | The AJDE APIs are coupled to javax.swing by org.aspectj.ajde.EditorManager. The EditorManager needs to be refactored, have swing specific parts moved to org.aspectj.ajde.ui.swing and org.aspectj.ajbrowser. | resolved fixed | bbd832b | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-07-25T15:07:57Z | 2003-07-25T13:33:20Z | ajbrowser/src/org/aspectj/tools/ajbrowser/EditorManager.java | |
40,771 | Bug 40771 ajde apis are unnecessariy coupled to swing | The AJDE APIs are coupled to javax.swing by org.aspectj.ajde.EditorManager. The EditorManager needs to be refactored, have swing specific parts moved to org.aspectj.ajde.ui.swing and org.aspectj.ajbrowser. | resolved fixed | bbd832b | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-07-25T15:07:57Z | 2003-07-25T13:33:20Z | ajbrowser/src/org/aspectj/tools/ajbrowser/TopFrame.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 ... |
40,771 | Bug 40771 ajde apis are unnecessariy coupled to swing | The AJDE APIs are coupled to javax.swing by org.aspectj.ajde.EditorManager. The EditorManager needs to be refactored, have swing specific parts moved to org.aspectj.ajde.ui.swing and org.aspectj.ajbrowser. | resolved fixed | bbd832b | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-07-25T15:07:57Z | 2003-07-25T13:33:20Z | ajde/src/org/aspectj/ajde/Ajde.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 ... |
40,771 | Bug 40771 ajde apis are unnecessariy coupled to swing | The AJDE APIs are coupled to javax.swing by org.aspectj.ajde.EditorManager. The EditorManager needs to be refactored, have swing specific parts moved to org.aspectj.ajde.ui.swing and org.aspectj.ajbrowser. | resolved fixed | bbd832b | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-07-25T15:07:57Z | 2003-07-25T13:33:20Z | ajde/src/org/aspectj/ajde/ui/EditorManager.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 ... |
40,771 | Bug 40771 ajde apis are unnecessariy coupled to swing | The AJDE APIs are coupled to javax.swing by org.aspectj.ajde.EditorManager. The EditorManager needs to be refactored, have swing specific parts moved to org.aspectj.ajde.ui.swing and org.aspectj.ajbrowser. | resolved fixed | bbd832b | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-07-25T15:07:57Z | 2003-07-25T13:33:20Z | ajde/src/org/aspectj/ajde/ui/StructureModelUtil.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 ... |
40,771 | Bug 40771 ajde apis are unnecessariy coupled to swing | The AJDE APIs are coupled to javax.swing by org.aspectj.ajde.EditorManager. The EditorManager needs to be refactored, have swing specific parts moved to org.aspectj.ajde.ui.swing and org.aspectj.ajbrowser. | resolved fixed | bbd832b | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2003-07-25T15:07:57Z | 2003-07-25T13:33:20Z | ajde/src/org/aspectj/ajde/ui/StructureViewManager.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 ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.