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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
55,341 | Bug 55341 error Type mismatch: cannot convert from java.lang.String to java.lang.String | When compiling a binary concrete aspect library (for later LTW) consisting of more than one aspect that performs an ITD on a target class not exposed to the weaver I get the following error: error Type mismatch: cannot convert from java.lang.String to java.lang.String The error does not oocur if a complete build & weav... | resolved fixed | 0521e79 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-04-02T12:45:13Z | 2004-03-19T09:53:20Z | tests/bugs/StringToString/X.java | |
55,341 | Bug 55341 error Type mismatch: cannot convert from java.lang.String to java.lang.String | When compiling a binary concrete aspect library (for later LTW) consisting of more than one aspect that performs an ITD on a target class not exposed to the weaver I get the following error: error Type mismatch: cannot convert from java.lang.String to java.lang.String The error does not oocur if a complete build & weav... | resolved fixed | 0521e79 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-04-02T12:45:13Z | 2004-03-19T09:53:20Z | weaver/testsrc/org/aspectj/weaver/WeavingURLClassLoaderTest.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
* ht... |
57,430 | Bug 57430 exception printing | Exceptions thrown from the compiler used to be printed once, with the submit-bug header. Now they are printed twice, without and with the header. True of CVS version. | resolved fixed | e7ac54f | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-04-07T09:07:43Z | 2004-04-05T10:13:20Z | org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/AjCompilerAdapter.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... |
57,436 | Bug 57436 Java 1.5 fails to run classes produced by ajc | Java 1.5 beta reports a ClassFormatError when running programs (e.g., spacewar) compiled by ajc 1.1.1 and the latest CVS head. Sun's Java 1.5 beta binary-compatibility docs say that some obfuscators violated the .class format specification, so those .class files will fail when run under 1.5. (The docs also say they are... | resolved fixed | b0d32ca | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-04-08T10:46:58Z | 2004-04-05T10:13: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... |
59,596 | Bug 59596 Null pointer exception while weaving java.awt.Label | I tried to add an Aspect to java.awt.Label. I compile the aspect via: ajc -inpath /usr/local/j2sdk_nb/j2sdk1.4.2/jre/lib/rt.jar Timestamp.java Here is the aspect Timestamp.java: aspect Timestamp { private int java.awt.Label._ts_read = 0; private int java.awt.Label._ts_write = 0; pointcut writeOp(): call (void java.awt.... | resolved fixed | a97f3b6 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-04-23T16:24:27Z | 2004-04-22T10:33:20Z | org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/EclipseAdapterUtils.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 ... |
54,238 | Bug 54238 Restore build cancelling to Swing-based IDEs | Core compiler implementation changes have resulted in an incompatability with AJDE's build cancelling mechanism. Once the core canceling behavior stabilizes this needs to be restored. | resolved fixed | a17b51b | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-04-27T18:55:41Z | 2004-03-10T03:40:00Z | ajbrowser/src/org/aspectj/tools/ajbrowser/BasicEditor.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 ... |
59,909 | Bug 59909 CFlowStack removesThreads to late | Problem: The current implementation of CFlowStack (Version 1.1-till 1.2 rc1) stores all threads in a hashtable. These Threads are removes after several calls to the methods getThreadStack(). (In our cases >70 calls.) In our project, this cycle is much to long. We have soveral long running threads, which grap quite a lo... | resolved fixed | 5f6b18b | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-05-05T10:18:01Z | 2004-04-26T09:00:00Z | runtime/src/org/aspectj/runtime/internal/CFlowStack.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 ... |
59,909 | Bug 59909 CFlowStack removesThreads to late | Problem: The current implementation of CFlowStack (Version 1.1-till 1.2 rc1) stores all threads in a hashtable. These Threads are removes after several calls to the methods getThreadStack(). (In our cases >70 calls.) In our project, this cycle is much to long. We have soveral long running threads, which grap quite a lo... | resolved fixed | 5f6b18b | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-05-05T10:18:01Z | 2004-04-26T09:00:00Z | runtime/src/org/aspectj/runtime/internal/cflowstack/ThreadStack.java | |
59,909 | Bug 59909 CFlowStack removesThreads to late | Problem: The current implementation of CFlowStack (Version 1.1-till 1.2 rc1) stores all threads in a hashtable. These Threads are removes after several calls to the methods getThreadStack(). (In our cases >70 calls.) In our project, this cycle is much to long. We have soveral long running threads, which grap quite a lo... | resolved fixed | 5f6b18b | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-05-05T10:18:01Z | 2004-04-26T09:00:00Z | runtime/src/org/aspectj/runtime/internal/cflowstack/ThreadStackFactory.java | |
59,909 | Bug 59909 CFlowStack removesThreads to late | Problem: The current implementation of CFlowStack (Version 1.1-till 1.2 rc1) stores all threads in a hashtable. These Threads are removes after several calls to the methods getThreadStack(). (In our cases >70 calls.) In our project, this cycle is much to long. We have soveral long running threads, which grap quite a lo... | resolved fixed | 5f6b18b | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-05-05T10:18:01Z | 2004-04-26T09:00:00Z | runtime/src/org/aspectj/runtime/internal/cflowstack/ThreadStackFactoryImpl.java | |
59,909 | Bug 59909 CFlowStack removesThreads to late | Problem: The current implementation of CFlowStack (Version 1.1-till 1.2 rc1) stores all threads in a hashtable. These Threads are removes after several calls to the methods getThreadStack(). (In our cases >70 calls.) In our project, this cycle is much to long. We have soveral long running threads, which grap quite a lo... | resolved fixed | 5f6b18b | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-05-05T10:18:01Z | 2004-04-26T09:00:00Z | runtime/src/org/aspectj/runtime/internal/cflowstack/ThreadStackFactoryImpl11.java | |
59,909 | Bug 59909 CFlowStack removesThreads to late | Problem: The current implementation of CFlowStack (Version 1.1-till 1.2 rc1) stores all threads in a hashtable. These Threads are removes after several calls to the methods getThreadStack(). (In our cases >70 calls.) In our project, this cycle is much to long. We have soveral long running threads, which grap quite a lo... | resolved fixed | 5f6b18b | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-05-05T10:18:01Z | 2004-04-26T09:00:00Z | runtime/src/org/aspectj/runtime/internal/cflowstack/ThreadStackImpl11.java | |
59,599 | Bug 59599 Race condition in test suite for incremental | On faster machines (my linux desktop, andy's home pc) several of the tests in ajcTests.xml are failing (suite attached). This appears to be due to a race condition between checking directory contents and waiting for the compilation to complete. I have an environment in which I can test candidate fixes if you can give m... | resolved fixed | bd16033 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-05-05T10:18:34Z | 2004-04-22T10:33:20Z | testing/src/org/aspectj/testing/harness/bridge/DirChanges.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 ... |
62,227 | Bug 62227 Load Time Weaving aborts on any kind of warning (declare/xlint) | The message handler in the weaving adapter for load time weaving says: public boolean handleMessage(IMessage message) throws AbortException { if (!isIgnoring(message.getKind())) { if (verbose) System.err.println(message.getMessage()); throw new AbortException(message); } return true; } This means for warnings it goes b... | resolved fixed | 9ebfc84 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-05-14T12:51:52Z | 2004-05-14T10:20:00Z | org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/BcweaverJarMaker.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,227 | Bug 62227 Load Time Weaving aborts on any kind of warning (declare/xlint) | The message handler in the weaving adapter for load time weaving says: public boolean handleMessage(IMessage message) throws AbortException { if (!isIgnoring(message.getKind())) { if (verbose) System.err.println(message.getMessage()); throw new AbortException(message); } return true; } This means for warnings it goes b... | resolved fixed | 9ebfc84 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-05-14T12:51:52Z | 2004-05-14T10:20:00Z | weaver/src/org/aspectj/weaver/WeavingURLClassLoader.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
* ht... |
62,227 | Bug 62227 Load Time Weaving aborts on any kind of warning (declare/xlint) | The message handler in the weaving adapter for load time weaving says: public boolean handleMessage(IMessage message) throws AbortException { if (!isIgnoring(message.getKind())) { if (verbose) System.err.println(message.getMessage()); throw new AbortException(message); } return true; } This means for warnings it goes b... | resolved fixed | 9ebfc84 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-05-14T12:51:52Z | 2004-05-14T10:20:00Z | weaver/src/org/aspectj/weaver/tools/WeavingAdaptor.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
* ht... |
62,227 | Bug 62227 Load Time Weaving aborts on any kind of warning (declare/xlint) | The message handler in the weaving adapter for load time weaving says: public boolean handleMessage(IMessage message) throws AbortException { if (!isIgnoring(message.getKind())) { if (verbose) System.err.println(message.getMessage()); throw new AbortException(message); } return true; } This means for warnings it goes b... | resolved fixed | 9ebfc84 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-05-14T12:51:52Z | 2004-05-14T10:20:00Z | weaver/testsrc/org/aspectj/weaver/WeavingURLClassLoaderTest.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
* ht... |
61,411 | Bug 61411 AJDoc launch script on Windows can lose arguments | Using AspectJ 1.2rc1 on Windows XP This report highlights a problem that I've seen using ajdoc.bat on Windows but the issue applies equally to the ajc.bat and ajbrowser.bat files as well. The %ASPECTJ_HOME%\bin\ajdoc.bat file that users run to launch the ajdoc tool imposes a limit of only 9 command line arguments that ... | resolved fixed | 39c3a3b | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-05-28T15:19:14Z | 2004-05-07T17:13:20Z | build/src/$installer$/org/aspectj/Main.java | /* *******************************************************************
* Copyright (c) 2000-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 ... |
68,494 | Bug 68494 ajdoc does not support .aj files | In addition to accepting .java source files ajdoc needs to accept .aj files. | resolved fixed | 3707411 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-06-24T22:11:53Z | 2004-06-24T15:13:20Z | 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 ... |
68,494 | Bug 68494 ajdoc does not support .aj files | In addition to accepting .java source files ajdoc needs to accept .aj files. | resolved fixed | 3707411 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-06-24T22:11:53Z | 2004-06-24T15:13:20Z | ajdoc/src/org/aspectj/tools/ajdoc/StructureUtil.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... |
68,494 | Bug 68494 ajdoc does not support .aj files | In addition to accepting .java source files ajdoc needs to accept .aj files. | resolved fixed | 3707411 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-06-24T22:11:53Z | 2004-06-24T15:13:20Z | ajdoc/src/org/aspectj/tools/ajdoc/StubFileGenerator.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 ... |
68,494 | Bug 68494 ajdoc does not support .aj files | In addition to accepting .java source files ajdoc needs to accept .aj files. | resolved fixed | 3707411 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-06-24T22:11:53Z | 2004-06-24T15:13:20Z | ajdoc/testdata/coverage/foo/UseThisAspectForLinkCheck.java |
package foo;
import fluffy.*;
import fluffy.bunny.*;
import fluffy.bunny.rocks.*;
public aspect UseThisAspectForLinkCheck {
int foo;
pointcut allExecutions(): execution(* *..*(..));
before(): allExecutions() {
System.err.println("yo");
}
after(): allExecutions() {
System.err.println("go");
}
} |
68,494 | Bug 68494 ajdoc does not support .aj files | In addition to accepting .java source files ajdoc needs to accept .aj files. | resolved fixed | 3707411 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-06-24T22:11:53Z | 2004-06-24T15:13:20Z | 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... |
69,011 | Bug 69011 ajdoc fails when using default package | null | resolved fixed | 2cc4826 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-05T18:19:15Z | 2004-06-30T15:40:00Z | ajdoc/src/org/aspectj/tools/ajdoc/StubFileGenerator.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 ... |
69,011 | Bug 69011 ajdoc fails when using default package | null | resolved fixed | 2cc4826 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-05T18:19:15Z | 2004-06-30T15:40:00Z | ajdoc/testdata/coverage/InDefaultPackage.java | |
69,011 | Bug 69011 ajdoc fails when using default package | null | resolved fixed | 2cc4826 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-05T18:19:15Z | 2004-06-30T15:40:00Z | 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... |
70,008 | Bug 70008 problem with ajdoc -public | null | resolved fixed | 8dc0845 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-14T20:36:00Z | 2004-07-14T10:13:20Z | ajdoc/src/org/aspectj/tools/ajdoc/HtmlDecorator.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 ... |
70,008 | Bug 70008 problem with ajdoc -public | null | resolved fixed | 8dc0845 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-14T20:36:00Z | 2004-07-14T10:13:20Z | ajdoc/testdata/coverage/foo/PkgVisibleClass.java | |
70,008 | Bug 70008 problem with ajdoc -public | null | resolved fixed | 8dc0845 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-14T20:36:00Z | 2004-07-14T10:13:20Z | 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... |
70,008 | Bug 70008 problem with ajdoc -public | null | resolved fixed | 8dc0845 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-14T20:36:00Z | 2004-07-14T10:13:20Z | ajdoc/testsrc/org/aspectj/tools/ajdoc/SpacewarTestCase.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... |
70,619 | Bug 70619 compiler aborts with "conflicting dominates orders" with circular declare precedences | The following program causes ajc 1.2 to abort: public class Conflict { public static void main(String[] args) { } } aspect Conflict1 { declare precedence: Conflict1, Conflict2; before(): execution(* *(..)) { } } aspect Conflict2 { declare precedence: Conflict2, Conflict1; after(): execution(* *(..)) { } } | resolved fixed | 75852d7 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-26T13:28:20Z | 2004-07-22T15:26:40Z | tests/bugs/bug70619/Conflict.java | |
70,619 | Bug 70619 compiler aborts with "conflicting dominates orders" with circular declare precedences | The following program causes ajc 1.2 to abort: public class Conflict { public static void main(String[] args) { } } aspect Conflict1 { declare precedence: Conflict1, Conflict2; before(): execution(* *(..)) { } } aspect Conflict2 { declare precedence: Conflict2, Conflict1; after(): execution(* *(..)) { } } | resolved fixed | 75852d7 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-26T13:28:20Z | 2004-07-22T15:26:40Z | tests/bugs/bug70619/Precedence.java | |
70,619 | Bug 70619 compiler aborts with "conflicting dominates orders" with circular declare precedences | The following program causes ajc 1.2 to abort: public class Conflict { public static void main(String[] args) { } } aspect Conflict1 { declare precedence: Conflict1, Conflict2; before(): execution(* *(..)) { } } aspect Conflict2 { declare precedence: Conflict2, Conflict1; after(): execution(* *(..)) { } } | resolved fixed | 75852d7 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-26T13:28:20Z | 2004-07-22T15:26: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... |
53,999 | Bug 53999 "can't bind type" message has $ for . in type name for declare soft | cosmetic mistake in error message... expected: can't bind type name 'unknown.Error' actual: can't bind type name 'unknown$Error' (not sure why it would ever be munged with $) public class Test { public static void main(String[] args) { test(); } static void test() { throw new Error("hello"); } static aspect A { declare... | resolved fixed | 936459c | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-27T10:34:41Z | 2004-03-08T04:26:40Z | tests/bugs/Cosmetic.java | |
53,999 | Bug 53999 "can't bind type" message has $ for . in type name for declare soft | cosmetic mistake in error message... expected: can't bind type name 'unknown.Error' actual: can't bind type name 'unknown$Error' (not sure why it would ever be munged with $) public class Test { public static void main(String[] args) { test(); } static void test() { throw new Error("hello"); } static aspect A { declare... | resolved fixed | 936459c | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-27T10:34:41Z | 2004-03-08T04:26:40Z | 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... |
69,459 | Bug 69459 Hiding of Instance Methods by static methods | Using Introduction it is possible to hide instance methods by static methods. Example: class Super { public void m(){}; } class Sub {} aspect A { public static void Sub.m(){} } Acccording to the Java Language Specification this is not allowed. Is this behaviour desired ?? It is also possible to override static methods ... | resolved fixed | b184363 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-27T14:17:32Z | 2004-07-07T14:20:00Z | tests/bugs/intertypeOverrides/Aspect1.java | |
69,459 | Bug 69459 Hiding of Instance Methods by static methods | Using Introduction it is possible to hide instance methods by static methods. Example: class Super { public void m(){}; } class Sub {} aspect A { public static void Sub.m(){} } Acccording to the Java Language Specification this is not allowed. Is this behaviour desired ?? It is also possible to override static methods ... | resolved fixed | b184363 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-27T14:17:32Z | 2004-07-07T14:20:00Z | tests/bugs/intertypeOverrides/Aspect2.java | |
69,459 | Bug 69459 Hiding of Instance Methods by static methods | Using Introduction it is possible to hide instance methods by static methods. Example: class Super { public void m(){}; } class Sub {} aspect A { public static void Sub.m(){} } Acccording to the Java Language Specification this is not allowed. Is this behaviour desired ?? It is also possible to override static methods ... | resolved fixed | b184363 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-27T14:17:32Z | 2004-07-07T14:20:00Z | tests/bugs/intertypeOverrides/IntertypeOverrides.java | |
69,459 | Bug 69459 Hiding of Instance Methods by static methods | Using Introduction it is possible to hide instance methods by static methods. Example: class Super { public void m(){}; } class Sub {} aspect A { public static void Sub.m(){} } Acccording to the Java Language Specification this is not allowed. Is this behaviour desired ?? It is also possible to override static methods ... | resolved fixed | b184363 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-27T14:17:32Z | 2004-07-07T14:20:00Z | tests/bugs/intertypeOverrides/IntertypeOverrides2.java | |
69,459 | Bug 69459 Hiding of Instance Methods by static methods | Using Introduction it is possible to hide instance methods by static methods. Example: class Super { public void m(){}; } class Sub {} aspect A { public static void Sub.m(){} } Acccording to the Java Language Specification this is not allowed. Is this behaviour desired ?? It is also possible to override static methods ... | resolved fixed | b184363 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-27T14:17:32Z | 2004-07-07T14:20:00Z | tests/bugs/intertypeOverrides/Subclass.java | |
69,459 | Bug 69459 Hiding of Instance Methods by static methods | Using Introduction it is possible to hide instance methods by static methods. Example: class Super { public void m(){}; } class Sub {} aspect A { public static void Sub.m(){} } Acccording to the Java Language Specification this is not allowed. Is this behaviour desired ?? It is also possible to override static methods ... | resolved fixed | b184363 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-27T14:17:32Z | 2004-07-07T14:20:00Z | tests/bugs/intertypeOverrides/Superclass.java | |
69,459 | Bug 69459 Hiding of Instance Methods by static methods | Using Introduction it is possible to hide instance methods by static methods. Example: class Super { public void m(){}; } class Sub {} aspect A { public static void Sub.m(){} } Acccording to the Java Language Specification this is not allowed. Is this behaviour desired ?? It is also possible to override static methods ... | resolved fixed | b184363 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-27T14:17:32Z | 2004-07-07T14: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... |
58,681 | Bug 58681 -X should output available -X options | ajc should emit the available -X options on -help or -X request (the latter like java) to get more traffic and feedback on the experimental options. | resolved fixed | 6ea8300 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-27T15:44:24Z | 2004-04-15T17:26: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... |
58,681 | Bug 58681 -X should output available -X options | ajc should emit the available -X options on -help or -X request (the latter like java) to get more traffic and feedback on the experimental options. | resolved fixed | 6ea8300 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-27T15:44:24Z | 2004-04-15T17:26: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... |
58,681 | Bug 58681 -X should output available -X options | ajc should emit the available -X options on -help or -X request (the latter like java) to get more traffic and feedback on the experimental options. | resolved fixed | 6ea8300 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-27T15:44:24Z | 2004-04-15T17:26: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... |
58,681 | Bug 58681 -X should output available -X options | ajc should emit the available -X options on -help or -X request (the latter like java) to get more traffic and feedback on the experimental options. | resolved fixed | 6ea8300 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-27T15:44:24Z | 2004-04-15T17:26:40Z | org.aspectj.ajdt.core/testsrc/EajcModuleTests.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 ... |
58,681 | Bug 58681 -X should output available -X options | ajc should emit the available -X options on -help or -X request (the latter like java) to get more traffic and feedback on the experimental options. | resolved fixed | 6ea8300 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-27T15:44:24Z | 2004-04-15T17:26:40Z | org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/MainTest.java | /* *******************************************************************
* Copyright (c) 2004 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... |
64,331 | Bug 64331 java.lang.NullPointerException in WeaverMessageHandler class | null | resolved fixed | 573741c | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-28T14:43:40Z | 2004-05-27T15:00:00Z | org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/WeaverMessageHandler.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... |
64,331 | Bug 64331 java.lang.NullPointerException in WeaverMessageHandler class | null | resolved fixed | 573741c | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-28T14:43:40Z | 2004-05-27T15:00:00Z | tests/bugs/abstractITDs/A.java | |
64,331 | Bug 64331 java.lang.NullPointerException in WeaverMessageHandler class | null | resolved fixed | 573741c | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-28T14:43:40Z | 2004-05-27T15:00:00Z | tests/bugs/abstractITDs/C.java | |
64,331 | Bug 64331 java.lang.NullPointerException in WeaverMessageHandler class | null | resolved fixed | 573741c | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-28T14:43:40Z | 2004-05-27T15:00: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... |
48,990 | Bug 48990 Special case if(false) to not require a dynamic test | FastMatch, the efficient pattern matching for pointcuts on the constant pool, is currrently only implemented for the within pointcut. I am planning to provide further oimplementations for other pointcuts by release 1.2. | resolved fixed | 10c6de6 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-28T15:13:09Z | 2003-12-17T11:20:00Z | org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/IfPseudoToken.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... |
48,990 | Bug 48990 Special case if(false) to not require a dynamic test | FastMatch, the efficient pattern matching for pointcuts on the constant pool, is currrently only implemented for the within pointcut. I am planning to provide further oimplementations for other pointcuts by release 1.2. | resolved fixed | 10c6de6 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-28T15:13:09Z | 2003-12-17T11:20:00Z | 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... |
48,990 | Bug 48990 Special case if(false) to not require a dynamic test | FastMatch, the efficient pattern matching for pointcuts on the constant pool, is currrently only implemented for the within pointcut. I am planning to provide further oimplementations for other pointcuts by release 1.2. | resolved fixed | 10c6de6 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-28T15:13:09Z | 2003-12-17T11:20:00Z | 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... |
61,536 | Bug 61536 Front-end bug, shouldn't allow patterns of the form foo.., should be foo..* | See following code: public class Test2 { public static void main(String args[]) { System.out.println("Hi"); } } aspect Aspect2 { // shouldn't one have to say, java..* instead of java.. in the following?? // Note that the first advice (incorrect one) passes the front-end, but does // not match, whereas the second one do... | resolved fixed | 45bce91 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T12:39:42Z | 2004-05-09T16:26:40Z | tests/bugs/EllipsesStar.java | |
61,536 | Bug 61536 Front-end bug, shouldn't allow patterns of the form foo.., should be foo..* | See following code: public class Test2 { public static void main(String args[]) { System.out.println("Hi"); } } aspect Aspect2 { // shouldn't one have to say, java..* instead of java.. in the following?? // Note that the first advice (incorrect one) passes the front-end, but does // not match, whereas the second one do... | resolved fixed | 45bce91 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T12:39:42Z | 2004-05-09T16: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... |
30,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21:40:00Z | weaver/src/org/aspectj/weaver/Advice.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,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21:40:00Z | weaver/src/org/aspectj/weaver/Lint.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,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21:40:00Z | weaver/src/org/aspectj/weaver/NewConstructorTypeMunger.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,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21:40: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... |
30,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21:40:00Z | weaver/src/org/aspectj/weaver/Shadow.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,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21:40:00Z | weaver/src/org/aspectj/weaver/WeaverMessages.java | |
30,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21:40:00Z | weaver/src/org/aspectj/weaver/WeaverStateInfo.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,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21:40:00Z | 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... |
30,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21: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... |
30,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21: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... |
30,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21:40:00Z | weaver/src/org/aspectj/weaver/bcel/ClassPathManager.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,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21: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... |
30,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21: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... |
30,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21:40:00Z | 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... |
30,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21:40:00Z | 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... |
30,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21:40:00Z | 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... |
30,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21:40:00Z | weaver/src/org/aspectj/weaver/patterns/DeclarePrecedence.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,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21:40:00Z | 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... |
30,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21:40:00Z | 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... |
30,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21:40:00Z | weaver/src/org/aspectj/weaver/patterns/PerFromSuper.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,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21:40:00Z | weaver/src/org/aspectj/weaver/patterns/ReferencePointcut.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,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21:40:00Z | 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... |
30,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21:40:00Z | 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,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21:40:00Z | 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... |
30,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21:40:00Z | 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... |
30,439 | Bug 30439 spurious "circular dependency" error | AspectJ Compiler 1.1beta4 This program: aspect Foo { pointcut p1(): execution(void f()) && cflow(execution(void f1())); pointcut p2(): execution(void f()) && cflow(execution(void f2())); before(): p1() { } after(): p1() { } before(): p2() { } after(): p2() { } } class A { void f1() { f(); } void f2() { f(); } void f() ... | resolved fixed | 4feb835 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-07-29T15:04:00Z | 2003-01-28T21:40:00Z | weaver/testsrc/org/aspectj/weaver/WeaverMessagesTestCase.java | |
70,773 | Bug 70773 AspectJ Error: ConncurrentModificationException thrown: null | In AspectJ 1.1.11 for Eclipse, build ID 1.2.0 (and also in the previous 1.1.10) on Eclipse version 3.0.0, build ID 200406351208: If I enable incremental compilation and make a change to a file (typing a space and deleting it, or editing a comment), I get a "ConncurrentModificationException thrown: null" error. | resolved fixed | 9aed31d | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-08-02T10:14:39Z | 2004-07-24T00:46:40Z | org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/AjLookupEnvironment.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,774 | Bug 67774 Nullpointer-exception in pointcuts using withincode() clause | Hi, I am getting null-pointer-exceptions whenever I try to specify a pointcut with a "withincode(Signature)" clause. E.g.: public aspect DetectSystemOutErrorUsage { pointcut allSystemOutAndSystemErrAccesses(): (get(* System.out) || get(* System.err)) ; declare warning: allSystemOutAndSystemErrAccesses() && !adviceexecu... | resolved fixed | 7f19ab4 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-08-02T13:43:43Z | 2004-06-18T09:13:20Z | tests/bugs/WithincodeNPE01.java | |
67,774 | Bug 67774 Nullpointer-exception in pointcuts using withincode() clause | Hi, I am getting null-pointer-exceptions whenever I try to specify a pointcut with a "withincode(Signature)" clause. E.g.: public aspect DetectSystemOutErrorUsage { pointcut allSystemOutAndSystemErrAccesses(): (get(* System.out) || get(* System.err)) ; declare warning: allSystemOutAndSystemErrAccesses() && !adviceexecu... | resolved fixed | 7f19ab4 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-08-02T13:43:43Z | 2004-06-18T09:13: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... |
57,666 | Bug 57666 duplicate manifests cause resource-copying to gack | (Ah, the joy of build infrastructure...) Mostly self-explanatory trace, from a build Monday Apr 5, 2004 at 08:46:01 GMT: duplicate entry: META-INF/MANIFEST.MF duplicate entry: META-INF/MANIFEST.MF java.util.zip.ZipException: duplicate entry: META-INF/MANIFEST.MF at java.util.zip.ZipOutputStream.putNextEntry(ZipOutputSt... | resolved fixed | 2b8fa31 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-08-02T15:47:02Z | 2004-04-06T22: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 ... |
57,666 | Bug 57666 duplicate manifests cause resource-copying to gack | (Ah, the joy of build infrastructure...) Mostly self-explanatory trace, from a build Monday Apr 5, 2004 at 08:46:01 GMT: duplicate entry: META-INF/MANIFEST.MF duplicate entry: META-INF/MANIFEST.MF java.util.zip.ZipException: duplicate entry: META-INF/MANIFEST.MF at java.util.zip.ZipOutputStream.putNextEntry(ZipOutputSt... | resolved fixed | 2b8fa31 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-08-02T15:47:02Z | 2004-04-06T22:20:00Z | ajde/testsrc/org/aspectj/ajde/DuplicateManifestTest.java | |
57,666 | Bug 57666 duplicate manifests cause resource-copying to gack | (Ah, the joy of build infrastructure...) Mostly self-explanatory trace, from a build Monday Apr 5, 2004 at 08:46:01 GMT: duplicate entry: META-INF/MANIFEST.MF duplicate entry: META-INF/MANIFEST.MF java.util.zip.ZipException: duplicate entry: META-INF/MANIFEST.MF at java.util.zip.ZipOutputStream.putNextEntry(ZipOutputSt... | resolved fixed | 2b8fa31 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-08-02T15:47:02Z | 2004-04-06T22:20:00Z | 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... |
57,666 | Bug 57666 duplicate manifests cause resource-copying to gack | (Ah, the joy of build infrastructure...) Mostly self-explanatory trace, from a build Monday Apr 5, 2004 at 08:46:01 GMT: duplicate entry: META-INF/MANIFEST.MF duplicate entry: META-INF/MANIFEST.MF java.util.zip.ZipException: duplicate entry: META-INF/MANIFEST.MF at java.util.zip.ZipOutputStream.putNextEntry(ZipOutputSt... | resolved fixed | 2b8fa31 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-08-02T15:47:02Z | 2004-04-06T22:20:00Z | org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/BcweaverJarMaker.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... |
57,666 | Bug 57666 duplicate manifests cause resource-copying to gack | (Ah, the joy of build infrastructure...) Mostly self-explanatory trace, from a build Monday Apr 5, 2004 at 08:46:01 GMT: duplicate entry: META-INF/MANIFEST.MF duplicate entry: META-INF/MANIFEST.MF java.util.zip.ZipException: duplicate entry: META-INF/MANIFEST.MF at java.util.zip.ZipOutputStream.putNextEntry(ZipOutputSt... | resolved fixed | 2b8fa31 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-08-02T15:47:02Z | 2004-04-06T22:20: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... |
60,015 | Bug 60015 NPE, Incorrect XLint:unmatchedSuperTypeInCall warning | (This is an incomplete bug report -- sorry no time not to further isolate.) Running AJDT 1.1.6, I get dozens of these warnings: ---------- Warning does not match because declaring type is java.lang.Object, if match desired use target(st.ata.mc.exim.DatastoreReader) [Xlint:unmatchedSuperTypeInCall] Blah.aj project/src/p... | resolved fixed | ef7885f | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-08-03T14:53:38Z | 2004-04-26T20:06:40Z | tests/bugs/IncorrectXlintOnInterface.java | |
60,015 | Bug 60015 NPE, Incorrect XLint:unmatchedSuperTypeInCall warning | (This is an incomplete bug report -- sorry no time not to further isolate.) Running AJDT 1.1.6, I get dozens of these warnings: ---------- Warning does not match because declaring type is java.lang.Object, if match desired use target(st.ata.mc.exim.DatastoreReader) [Xlint:unmatchedSuperTypeInCall] Blah.aj project/src/p... | resolved fixed | ef7885f | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-08-03T14:53:38Z | 2004-04-26T20:06: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... |
42,573 | Bug 42573 .lst file entries not resolved relative to list file: {boot}classpath, extdirs, | My -classpath entry in a config/.lst file was resolved relative to the working directory rather than to the config/.lst file. BuildArgParser.java looks like this would also be true for bootclasspath and extdirs, but not for injars, aspectpath, or sourceroots. | resolved fixed | 648c0f4 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-08-05T17:31:56Z | 2003-09-05T00:00:00Z | 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... |
42,573 | Bug 42573 .lst file entries not resolved relative to list file: {boot}classpath, extdirs, | My -classpath entry in a config/.lst file was resolved relative to the working directory rather than to the config/.lst file. BuildArgParser.java looks like this would also be true for bootclasspath and extdirs, but not for injars, aspectpath, or sourceroots. | resolved fixed | 648c0f4 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-08-05T17:31:56Z | 2003-09-05T00:00:00Z | org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/ajc/BuildArgParserTestCase.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... |
42,573 | Bug 42573 .lst file entries not resolved relative to list file: {boot}classpath, extdirs, | My -classpath entry in a config/.lst file was resolved relative to the working directory rather than to the config/.lst file. BuildArgParser.java looks like this would also be true for bootclasspath and extdirs, but not for injars, aspectpath, or sourceroots. | resolved fixed | 648c0f4 | AspectJ | https://github.com/eclipse/org.aspectj | eclipse/org.aspectj | java | null | null | null | 2004-08-05T17:31:56Z | 2003-09-05T00:00:00Z | util/src/org/aspectj/util/ConfigParser.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 ... |
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 | 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... |
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 | org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseSourceType.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/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... |
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/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... |
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/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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.