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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
81,173 | Bug 81173 Rename Type Parameter should rename reference in @param tag | Rename Type Parameter should rename reference in @param tag. /** * @param <ELEMENT> the element */ public class A<ELEMENT> { ELEMENT e; } | resolved fixed | a687ea9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-08T08:44:10Z | 2004-12-15T17:00:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/RenameTypeParameter/test14/out/A.java | |
81,173 | Bug 81173 Rename Type Parameter should rename reference in @param tag | Rename Type Parameter should rename reference in @param tag. /** * @param <ELEMENT> the element */ public class A<ELEMENT> { ELEMENT e; } | resolved fixed | a687ea9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-08T08:44:10Z | 2004-12-15T17:00:00Z | org.eclipse.jdt.ui.tests.refactoring/test | |
81,173 | Bug 81173 Rename Type Parameter should rename reference in @param tag | Rename Type Parameter should rename reference in @param tag. /** * @param <ELEMENT> the element */ public class A<ELEMENT> { ELEMENT e; } | resolved fixed | a687ea9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-08T08:44:10Z | 2004-12-15T17:00:00Z | cases/org/eclipse/jdt/ui/tests/refactoring/RenameTypeParameterTests.java | |
81,173 | Bug 81173 Rename Type Parameter should rename reference in @param tag | Rename Type Parameter should rename reference in @param tag. /** * @param <ELEMENT> the element */ public class A<ELEMENT> { ELEMENT e; } | resolved fixed | a687ea9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-08T08:44:10Z | 2004-12-15T17:00:00Z | org.eclipse.jdt.ui/core | |
81,173 | Bug 81173 Rename Type Parameter should rename reference in @param tag | Rename Type Parameter should rename reference in @param tag. /** * @param <ELEMENT> the element */ public class A<ELEMENT> { ELEMENT e; } | resolved fixed | a687ea9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-08T08:44:10Z | 2004-12-15T17:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameTypeParameterProcessor.java | |
68,525 | Bug 68525 [Workbench] label in type hierarchy view not wrapped | 3.0rc3 the 'All types of the current hierarchy .....' does not wrap although it is a very long string and i have to max the view to read it | resolved fixed | 5b90038 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-08T15:49:24Z | 2004-06-24T18:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java | /*******************************************************************************
* Copyright (c) 2000, 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, an... |
81,712 | Bug 81712 NPE during refactoring | Build: 3.1 M4 The following NPE was logged during refactoring (renaming a file). The file was not part of the Java build path (renamed "forms.tld" to "form.tag"). The JST/WTP were installed. After the operation the file was renamed successfully but the refactoring dialog was still opened. I also noted that the was exce... | resolved fixed | f76e6ff | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-08T16:34:40Z | 2004-12-21T06:20:00Z | org.eclipse.jdt.ui/core | |
81,712 | Bug 81712 NPE during refactoring | Build: 3.1 M4 The following NPE was logged during refactoring (renaming a file). The file was not part of the Java build path (renamed "forms.tld" to "form.tag"). The JST/WTP were installed. After the operation the file was renamed successfully but the refactoring dialog was still opened. I also noted that the was exce... | resolved fixed | f76e6ff | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-08T16:34:40Z | 2004-12-21T06:20:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameResourceChange.java | |
77,582 | Bug 77582 Move CompilationUnit/Type refactoring does not update static imports | I200411022000 It instead adds normal imports. Starting with: import static test.Test1.foo1; import static test.Test1.foo2; and moving Test1 to package test2 results in: import static test.Test1.foo1; import static test.Test1.foo2; import test2.Test1.foo1; import test2.Test1.foo2; | resolved fixed | 93d0197 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-08T17:25:09Z | 2004-11-03T11:06:40Z | org.eclipse.jdt.ui/core | |
77,582 | Bug 77582 Move CompilationUnit/Type refactoring does not update static imports | I200411022000 It instead adds normal imports. Starting with: import static test.Test1.foo1; import static test.Test1.foo2; and moving Test1 to package test2 results in: import static test.Test1.foo1; import static test.Test1.foo2; import test2.Test1.foo1; import test2.Test1.foo2; | resolved fixed | 93d0197 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-08T17:25:09Z | 2004-11-03T11:06:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveCuUpdateCreator.java | |
84,194 | Bug 84194 [content assist] Code assist in import statements insert at the end | Build: I-20050201 Open any Java file that contains > 1 import statements. Let's say the first import statement reads: import org.eclipse.core.runtime.*; delete the '*;' from the end and try to use code assist to insert IRunnableWithProgress for example. You will see that upon pressing Enter to select, the text gets ins... | resolved fixed | d89a280 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-08T17:46:45Z | 2005-02-01T23:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ExperimentalResultCollector.java | /*******************************************************************************
* Copyright (c) 2000, 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, an... |
84,194 | Bug 84194 [content assist] Code assist in import statements insert at the end | Build: I-20050201 Open any Java file that contains > 1 import statements. Let's say the first import statement reads: import org.eclipse.core.runtime.*; delete the '*;' from the end and try to use code assist to insert IRunnableWithProgress for example. You will see that upon pressing Enter to select, the text gets ins... | resolved fixed | d89a280 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-08T17:46:45Z | 2005-02-01T23:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaTypeCompletionProposal.java | /*******************************************************************************
* Copyright (c) 2000, 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, an... |
84,657 | Bug 84657 [content assist] CodeAssist failure surfaced to user | When codeassisting at: <|> location below, an error dialog opened reading: "The command for the key you pressed failed". ================================ public class X { public static void main(String[] args) { Comparable<?> c1 = foo("", new Integer(5)); Object o = foo("", 5); } public static <T> T foo(T t1, T t2) { S... | resolved fixed | a2e2d7a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-08T17:48:02Z | 2005-02-08T08:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/MethodProposalInfo.java | /*******************************************************************************
* Copyright (c) 2000, 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, an... |
84,657 | Bug 84657 [content assist] CodeAssist failure surfaced to user | When codeassisting at: <|> location below, an error dialog opened reading: "The command for the key you pressed failed". ================================ public class X { public static void main(String[] args) { Comparable<?> c1 = foo("", new Integer(5)); Object o = foo("", 5); } public static <T> T foo(T t1, T t2) { S... | resolved fixed | a2e2d7a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-08T17:48:02Z | 2005-02-08T08:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuesser.java | /*******************************************************************************
* Copyright (c) 2000, 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, an... |
84,657 | Bug 84657 [content assist] CodeAssist failure surfaced to user | When codeassisting at: <|> location below, an error dialog opened reading: "The command for the key you pressed failed". ================================ public class X { public static void main(String[] args) { Comparable<?> c1 = foo("", new Integer(5)); Object o = foo("", 5); } public static <T> T foo(T t1, T t2) { S... | resolved fixed | a2e2d7a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-08T17:48:02Z | 2005-02-08T08:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ResultCollector.java | /*******************************************************************************
* Copyright (c) 2000, 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, an... |
84,722 | Bug 84722 Don't generate @Override annotations when implementing interface methods | null | resolved fixed | 236e4d1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T09:08:40Z | 2005-02-08T19:13:20Z | org.eclipse.jdt.ui/core | |
84,722 | Bug 84722 Don't generate @Override annotations when implementing interface methods | null | resolved fixed | 236e4d1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T09:08:40Z | 2005-02-08T19:13:20Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java | |
80,909 | Bug 80909 ReorgMove reorders members on drag'n'drop to another member [reorg] | I200412081200, probably introduced with rev. 1.53 of ReorgPolicyFactory. I thought we had a testcase for this, but obviously we don't (or a wrong one). class Source { int field1; int field2; int field3; void method1() {} void method2() {} } class Target { int targetField; } Select all members of Source in the Outline a... | resolved fixed | 1d817c1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T09:39:43Z | 2004-12-14T07:40:00Z | org.eclipse.jdt.ui/core | |
80,909 | Bug 80909 ReorgMove reorders members on drag'n'drop to another member [reorg] | I200412081200, probably introduced with rev. 1.53 of ReorgPolicyFactory. I thought we had a testcase for this, but obviously we don't (or a wrong one). class Source { int field1; int field2; int field3; void method1() {} void method2() {} } class Target { int targetField; } Select all members of Source in the Outline a... | resolved fixed | 1d817c1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T09:39:43Z | 2004-12-14T07:40:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java | |
81,059 | Bug 81059 [5.0] Preview on method declaration in annotation with int return value leads to platfrom crash | Using I200412142000 public @interface RequestForEnhancement { int id(); String synopsis(); String engineer() default "[unassigned]"; String date(); default "[unimplemented]"; } On renaming id() to id2 and pressing 'preview', the platform freezes and does no longer respond. | verified fixed | c36d88e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T11:13:59Z | 2004-12-15T08:40:00Z | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/PreviewWizardPage.java | /*******************************************************************************
* Copyright (c) 2000, 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, an... |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/negative/Enum_in.java | |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/positive/Annotation1.java | |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/positive/Annotation1_in.java | |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/positive/Annotation2.java | |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/positive/Annotation2_in.java | |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/positive/Annotation3.java | |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/positive/Annotation3_in.java | |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/positive/BoundedTypeParam.java | |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/positive/BoundedTypeParam_in.java | |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/positive/TwoBoundedTypeParams.java | |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/positive/TwoBoundedTypeParams_in.java | |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/positive/TwoTypeParams.java | |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/positive/TwoTypeParams_in.java | |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/positive/TypeParam.java | |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/positive/TypeParam2.java | |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/positive/TypeParam2_in.java | |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/positive/TypeParam_in.java | |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/positive/VarArgsCtor.java | |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/positive/VarArgsCtor_in.java | |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/positive/WildcardParam.java | |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/positive/WildcardParam_in.java | |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z | cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceFactoryTests.java | |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z | org.eclipse.jdt.ui/core | |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceFactoryRefactoring.java | |
84,794 | Bug 84794 Empty error dialog after code assist | I20050208 - Enable 'fill arguments...', disable 'guess filled...' In the following class (that has IDocument on its class path) use code assist to complete 'se' to 'search'. Empty error dialog pops up. Log contains a stack trace public class A { private int addNewInsertEdit(int currPos, String str, IDocument document, ... | resolved fixed | b109eaf | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T18:13:52Z | 2005-02-09T17:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ExperimentalProposal.java | /*******************************************************************************
* Copyright (c) 2000, 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, an... |
84,862 | Bug 84862 Advanced syntax highlighting | Is it possible to change ASTProvider.ActivationListener.isJavaEditor() method to be more open for subclasses of CompilationUnitEditor? I know, that it is not API, but SWT Designer and VE use it and, becase their have ID different than two hardcoded in isJavaEditor(), advanced syntax is not highlighted after changes. Ma... | resolved fixed | 47117c0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-10T09:34:29Z | 2005-02-10T07:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java | /*******************************************************************************
* Copyright (c) 2000, 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, an... |
84,747 | Bug 84747 Widget is disposed error updating ProblemTableViewer | I20050208-0800 I had just done a refactoring that had moved a static method to another class. The refactoring had introduced errors in the moved methods as it referenced private static variables in the original location. I received the warning dialog about these errors but continued. On the next save: org.eclipse.swt.S... | resolved fixed | 38ce4a1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-10T16:51:50Z | 2005-02-08T22:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ResourceToItemsMapper.java | /*******************************************************************************
* Copyright (c) 2000, 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, an... |
84,807 | Bug 84807 Introduce Factory: strange generation of source code | Example: public class X<T> { public X(T t) { } } class call { void foo() { X<String> x= new X<String>("Eclipse"); } } - select X in "new X<String>("Eclipse"); - introduce factory produces: public class X<T> { public static X<String> createX<String>(String arg1){return new X<String>(arg1);} public X(T t) { } } class cal... | resolved fixed | d729086 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-10T18:32:12Z | 2005-02-09T17:26:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/84807/CtorOfParamType.java | |
84,807 | Bug 84807 Introduce Factory: strange generation of source code | Example: public class X<T> { public X(T t) { } } class call { void foo() { X<String> x= new X<String>("Eclipse"); } } - select X in "new X<String>("Eclipse"); - introduce factory produces: public class X<T> { public static X<String> createX<String>(String arg1){return new X<String>(arg1);} public X(T t) { } } class cal... | resolved fixed | d729086 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-10T18:32:12Z | 2005-02-09T17:26:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/84807/CtorOfParamType_out.java | |
84,807 | Bug 84807 Introduce Factory: strange generation of source code | Example: public class X<T> { public X(T t) { } } class call { void foo() { X<String> x= new X<String>("Eclipse"); } } - select X in "new X<String>("Eclipse"); - introduce factory produces: public class X<T> { public static X<String> createX<String>(String arg1){return new X<String>(arg1);} public X(T t) { } } class cal... | resolved fixed | d729086 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-10T18:32:12Z | 2005-02-09T17:26:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
84,807 | Bug 84807 Introduce Factory: strange generation of source code | Example: public class X<T> { public X(T t) { } } class call { void foo() { X<String> x= new X<String>("Eclipse"); } } - select X in "new X<String>("Eclipse"); - introduce factory produces: public class X<T> { public static X<String> createX<String>(String arg1){return new X<String>(arg1);} public X(T t) { } } class cal... | resolved fixed | d729086 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-10T18:32:12Z | 2005-02-09T17:26:40Z | cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceFactoryTests.java | |
84,807 | Bug 84807 Introduce Factory: strange generation of source code | Example: public class X<T> { public X(T t) { } } class call { void foo() { X<String> x= new X<String>("Eclipse"); } } - select X in "new X<String>("Eclipse"); - introduce factory produces: public class X<T> { public static X<String> createX<String>(String arg1){return new X<String>(arg1);} public X(T t) { } } class cal... | resolved fixed | d729086 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-10T18:32:12Z | 2005-02-09T17:26:40Z | org.eclipse.jdt.ui/core | |
84,807 | Bug 84807 Introduce Factory: strange generation of source code | Example: public class X<T> { public X(T t) { } } class call { void foo() { X<String> x= new X<String>("Eclipse"); } } - select X in "new X<String>("Eclipse"); - introduce factory produces: public class X<T> { public static X<String> createX<String>(String arg1){return new X<String>(arg1);} public X(T t) { } } class cal... | resolved fixed | d729086 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-10T18:32:12Z | 2005-02-09T17:26:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceFactoryRefactoring.java | |
79,174 | Bug 79174 organize imports bug in 3.1m2 | when organizing imports in class implementing Map<K,V>, can't seem to get rid of "import java.util.Map.Entry" using ctrl-shift-o, yet it still complains that its not needed. so i deleted it manually and it stopped complaining. | resolved fixed | 9b4ba96 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-10T18:57:21Z | 2004-11-22T13:26:40Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java | /*******************************************************************************
* Copyright (c) 2000, 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, an... |
79,174 | Bug 79174 organize imports bug in 3.1m2 | when organizing imports in class implementing Map<K,V>, can't seem to get rid of "import java.util.Map.Entry" using ctrl-shift-o, yet it still complains that its not needed. so i deleted it manually and it stopped complaining. | resolved fixed | 9b4ba96 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-10T18:57:21Z | 2004-11-22T13:26:40Z | org.eclipse.jdt.ui/core | |
79,174 | Bug 79174 organize imports bug in 3.1m2 | when organizing imports in class implementing Map<K,V>, can't seem to get rid of "import java.util.Map.Entry" using ctrl-shift-o, yet it still complains that its not needed. so i deleted it manually and it stopped complaining. | resolved fixed | 9b4ba96 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-10T18:57:21Z | 2004-11-22T13:26:40Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java | |
82,005 | Bug 82005 "Encapsulate Field" changes the data type of member variable [refactoring] [sef] | Eclipse Version: Version: 3.1.0 Build id: 200412162000 Create this simple class in eclipse - public class TestEncapsulate { String a, b; } 1) Select the Field a 2) Right-click and select Refactor -> Encapsulate Field. 3) Click Ok. 4) The following code is generated - public class TestEncapsulate { String b; private int... | resolved fixed | 8f17952 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T10:01:01Z | 2004-12-29T22:40:00Z | org.eclipse.jdt.ui/core | |
82,005 | Bug 82005 "Encapsulate Field" changes the data type of member variable [refactoring] [sef] | Eclipse Version: Version: 3.1.0 Build id: 200412162000 Create this simple class in eclipse - public class TestEncapsulate { String a, b; } 1) Select the Field a 2) Right-click and select Refactor -> Encapsulate Field. 3) Click Ok. 4) The following code is generated - public class TestEncapsulate { String b; private int... | resolved fixed | 8f17952 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T10:01:01Z | 2004-12-29T22:40:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/sef/SelfEncapsulateFieldRefactoring.java | |
81,426 | Bug 81426 Package Explorer shows nothing after drill into working set, then show projects | I200412160800 - switch Package Explorer to working sets - context menu > Go Into a working set - Show > Projects -> view is empty -> view toolbar button 'Up to Working Sets' does not do anything | resolved fixed | fed5e9e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T10:16:45Z | 2004-12-16T18:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | /*******************************************************************************
* Copyright (c) 2000, 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, an... |
84,915 | Bug 84915 [5.0][content asssit] Code assist adds unnecessary angle brackets | 20050210 - enable 'fill argument names', disable 'guess' - Map is missing -> do a code assist after Mapm choose java.util.Map -> result is 'Map<K, V><V, W>' package pack1.x.y.z; public class W<V, W> implements Map<V, W>{ } | resolved fixed | d78b55a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T11:12:54Z | 2005-02-10T18:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/GenericJavaTypeProposal.java | /*******************************************************************************
* Copyright (c) 2000, 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, an... |
81,178 | Bug 81178 [refactoring] disable extract method on case constants | 20041215 It's currently possible to extract an method from a case expression which result in something like: private void foo(int e) { switch (e) { case foo(): break; } } | verified fixed | aca62cb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T11:51:48Z | 2004-12-15T17:00:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/invalidSelection/A_test195.java | |
81,178 | Bug 81178 [refactoring] disable extract method on case constants | 20041215 It's currently possible to extract an method from a case expression which result in something like: private void foo(int e) { switch (e) { case foo(): break; } } | verified fixed | aca62cb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T11:51:48Z | 2004-12-15T17:00:00Z | org.eclipse.jdt.ui.tests.refactoring/test | |
81,178 | Bug 81178 [refactoring] disable extract method on case constants | 20041215 It's currently possible to extract an method from a case expression which result in something like: private void foo(int e) { switch (e) { case foo(): break; } } | verified fixed | aca62cb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T11:51:48Z | 2004-12-15T17:00:00Z | cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTests.java | |
81,178 | Bug 81178 [refactoring] disable extract method on case constants | 20041215 It's currently possible to extract an method from a case expression which result in something like: private void foo(int e) { switch (e) { case foo(): break; } } | verified fixed | aca62cb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T11:51:48Z | 2004-12-15T17:00:00Z | org.eclipse.jdt.ui/core | |
81,178 | Bug 81178 [refactoring] disable extract method on case constants | 20041215 It's currently possible to extract an method from a case expression which result in something like: private void foo(int e) { switch (e) { case foo(): break; } } | verified fixed | aca62cb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T11:51:48Z | 2004-12-15T17:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java | |
84,980 | Bug 84980 NPE when inlining constructor of InlineTargetCompilationUnit | I20050209-0800 + zrh-plugins from 20050211_1043 Tried to inline constructor "InlineTargetCompilationUnit(ICompilationUnit, SearchMatch[], Expression, ICompilationUnit)" on line 575 of InlineConstantRefactoring.java rev 1.52 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.code.CallInliner.a... | resolved fixed | 3b589a3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T14:10:58Z | 2005-02-11T11:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/simple_in/TestConstructor2.java | |
84,980 | Bug 84980 NPE when inlining constructor of InlineTargetCompilationUnit | I20050209-0800 + zrh-plugins from 20050211_1043 Tried to inline constructor "InlineTargetCompilationUnit(ICompilationUnit, SearchMatch[], Expression, ICompilationUnit)" on line 575 of InlineConstantRefactoring.java rev 1.52 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.code.CallInliner.a... | resolved fixed | 3b589a3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T14:10:58Z | 2005-02-11T11:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/simple_out/TestConstructor2.java | |
84,980 | Bug 84980 NPE when inlining constructor of InlineTargetCompilationUnit | I20050209-0800 + zrh-plugins from 20050211_1043 Tried to inline constructor "InlineTargetCompilationUnit(ICompilationUnit, SearchMatch[], Expression, ICompilationUnit)" on line 575 of InlineConstantRefactoring.java rev 1.52 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.code.CallInliner.a... | resolved fixed | 3b589a3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T14:10:58Z | 2005-02-11T11:06:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
84,980 | Bug 84980 NPE when inlining constructor of InlineTargetCompilationUnit | I20050209-0800 + zrh-plugins from 20050211_1043 Tried to inline constructor "InlineTargetCompilationUnit(ICompilationUnit, SearchMatch[], Expression, ICompilationUnit)" on line 575 of InlineConstantRefactoring.java rev 1.52 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.code.CallInliner.a... | resolved fixed | 3b589a3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T14:10:58Z | 2005-02-11T11:06:40Z | cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java | |
84,980 | Bug 84980 NPE when inlining constructor of InlineTargetCompilationUnit | I20050209-0800 + zrh-plugins from 20050211_1043 Tried to inline constructor "InlineTargetCompilationUnit(ICompilationUnit, SearchMatch[], Expression, ICompilationUnit)" on line 575 of InlineConstantRefactoring.java rev 1.52 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.code.CallInliner.a... | resolved fixed | 3b589a3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T14:10:58Z | 2005-02-11T11:06:40Z | org.eclipse.jdt.ui/core | |
84,980 | Bug 84980 NPE when inlining constructor of InlineTargetCompilationUnit | I20050209-0800 + zrh-plugins from 20050211_1043 Tried to inline constructor "InlineTargetCompilationUnit(ICompilationUnit, SearchMatch[], Expression, ICompilationUnit)" on line 575 of InlineConstantRefactoring.java rev 1.52 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.code.CallInliner.a... | resolved fixed | 3b589a3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T14:10:58Z | 2005-02-11T11:06:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java | |
84,986 | Bug 84986 Overlapping text edits in inline method | I20050209-0800 + zrh-plugins from 20050211_1043 Tried to inline method "getInitializer()" in InlineConstantRefactoring rev 1.53. Caused by: org.eclipse.text.edits.MalformedTreeException: Overlapping text edits at org.eclipse.text.edits.TextEdit$InsertionComparator.compare(TextEdit.java:118) at java.util.Collections.ind... | resolved fixed | 689eb0b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T14:51:21Z | 2005-02-11T13:53:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/simple_in/TestSurroundingCallers.java | |
84,986 | Bug 84986 Overlapping text edits in inline method | I20050209-0800 + zrh-plugins from 20050211_1043 Tried to inline method "getInitializer()" in InlineConstantRefactoring rev 1.53. Caused by: org.eclipse.text.edits.MalformedTreeException: Overlapping text edits at org.eclipse.text.edits.TextEdit$InsertionComparator.compare(TextEdit.java:118) at java.util.Collections.ind... | resolved fixed | 689eb0b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T14:51:21Z | 2005-02-11T13:53:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/simple_out/TestSurroundingCallers.java | |
84,986 | Bug 84986 Overlapping text edits in inline method | I20050209-0800 + zrh-plugins from 20050211_1043 Tried to inline method "getInitializer()" in InlineConstantRefactoring rev 1.53. Caused by: org.eclipse.text.edits.MalformedTreeException: Overlapping text edits at org.eclipse.text.edits.TextEdit$InsertionComparator.compare(TextEdit.java:118) at java.util.Collections.ind... | resolved fixed | 689eb0b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T14:51:21Z | 2005-02-11T13:53:20Z | org.eclipse.jdt.ui.tests.refactoring/test | |
84,986 | Bug 84986 Overlapping text edits in inline method | I20050209-0800 + zrh-plugins from 20050211_1043 Tried to inline method "getInitializer()" in InlineConstantRefactoring rev 1.53. Caused by: org.eclipse.text.edits.MalformedTreeException: Overlapping text edits at org.eclipse.text.edits.TextEdit$InsertionComparator.compare(TextEdit.java:118) at java.util.Collections.ind... | resolved fixed | 689eb0b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T14:51:21Z | 2005-02-11T13:53:20Z | cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java | |
84,986 | Bug 84986 Overlapping text edits in inline method | I20050209-0800 + zrh-plugins from 20050211_1043 Tried to inline method "getInitializer()" in InlineConstantRefactoring rev 1.53. Caused by: org.eclipse.text.edits.MalformedTreeException: Overlapping text edits at org.eclipse.text.edits.TextEdit$InsertionComparator.compare(TextEdit.java:118) at java.util.Collections.ind... | resolved fixed | 689eb0b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T14:51:21Z | 2005-02-11T13:53:20Z | org.eclipse.jdt.ui/core | |
84,986 | Bug 84986 Overlapping text edits in inline method | I20050209-0800 + zrh-plugins from 20050211_1043 Tried to inline method "getInitializer()" in InlineConstantRefactoring rev 1.53. Caused by: org.eclipse.text.edits.MalformedTreeException: Overlapping text edits at org.eclipse.text.edits.TextEdit$InsertionComparator.compare(TextEdit.java:118) at java.util.Collections.ind... | resolved fixed | 689eb0b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T14:51:21Z | 2005-02-11T13:53:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/TextChangeCompatibility.java | |
84,986 | Bug 84986 Overlapping text edits in inline method | I20050209-0800 + zrh-plugins from 20050211_1043 Tried to inline method "getInitializer()" in InlineConstantRefactoring rev 1.53. Caused by: org.eclipse.text.edits.MalformedTreeException: Overlapping text edits at org.eclipse.text.edits.TextEdit$InsertionComparator.compare(TextEdit.java:118) at java.util.Collections.ind... | resolved fixed | 689eb0b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T14:51:21Z | 2005-02-11T13:53:20Z | org.eclipse.jdt.ui/core | |
84,986 | Bug 84986 Overlapping text edits in inline method | I20050209-0800 + zrh-plugins from 20050211_1043 Tried to inline method "getInitializer()" in InlineConstantRefactoring rev 1.53. Caused by: org.eclipse.text.edits.MalformedTreeException: Overlapping text edits at org.eclipse.text.edits.TextEdit$InsertionComparator.compare(TextEdit.java:118) at java.util.Collections.ind... | resolved fixed | 689eb0b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T14:51:21Z | 2005-02-11T13:53:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java | |
81,983 | Bug 81983 [preferences] Disabling and enabling folding on small file takes forever | 3.1 M4 Using enable/disable folding on a small CU takes forever. This is caused by the recent change to apply the preference to all Java editors. In another (hidden) window (Debug) I had StyledText open which (understandably) took long to react on the preference change. Non-visible editor's should not react to this cha... | verified fixed | 4910ceb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T15:28:21Z | 2004-12-29T08:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | /*******************************************************************************
* Copyright (c) 2000, 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, an... |
81,407 | Bug 81407 [5.0][navigation] Mark occurrences could highlight statically imported fields and methods | 200412160010: When clicking on a static import for a field or method, all occurrences of that member should be highlighted. Same also for static star imports. | resolved fixed | c1d860f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T17:08:40Z | 2004-12-16T15:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/OccurrencesFinder.java | /*******************************************************************************
* Copyright (c) 2000, 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, an... |
82,461 | Bug 82461 [5.0] Unconventional formatting of annotations in ASTRewrite | 20050104: Adding a MarkerAnnotation ast node to a method declaration with visibility modifiers results in unconventional formatting of the modifier ast node list. Example: public int foo(); Adding marker annotation @Override results in: @Override public int foo(); The formatting should be: @Override public int foo(); | resolved fixed | 27b8176 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T17:34:38Z | 2005-01-10T12:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/NewLinesTabPage.java | /*******************************************************************************
* Copyright (c) 2000, 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, an... |
83,500 | Bug 83500 Can't restore a secondary top level from key | Example: package p; public class TwoTypes { } class SecondType { } - create key for SecondType. - try to restore it using ASTParser.createASTs. - null is returned This is type can be used outside of CU TwoTypes.java it should be possible to restore that key. Problem seems to be in NameLookup#seekTypesInSourcePackage Je... | verified fixed | 7b437f0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-14T09:16:00Z | 2005-01-23T14:20:00Z | org.eclipse.jdt.ui.tests.refactoring/test | |
83,500 | Bug 83500 Can't restore a secondary top level from key | Example: package p; public class TwoTypes { } class SecondType { } - create key for SecondType. - try to restore it using ASTParser.createASTs. - null is returned This is type can be used outside of CU TwoTypes.java it should be possible to restore that key. Problem seems to be in NameLookup#seekTypesInSourcePackage Je... | verified fixed | 7b437f0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-14T09:16:00Z | 2005-01-23T14:20:00Z | cases/org/eclipse/jdt/ui/tests/refactoring/InferTypeArgumentsTests.java | |
84,983 | Bug 84983 [typing] imports disappear | I20050209-0800 + JDT UI from HEAD 1. open a CU with several imports 2. enable folding (ensure imports are folded) 3. remove code so that first import is no longer needed 4. run Organize Imports ==> all imports are gone 5. close and re-open the editor ==> imports are back | resolved fixed | 21436e8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-14T16:00:25Z | 2005-02-11T13:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/folding/DefaultJavaFoldingStructureProvider.java | /*******************************************************************************
* Copyright (c) 2000, 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, an... |
77,636 | Bug 77636 Code Formatter Profile Editor should be more fault-tolerant [formatter] | 200411022000 The Code Formatter Profile Editor should be more fault-tolerant. Especially on 'White Space' and 'Line Wrapping' tabs, it is very easy to mess things up by changing many settings at once with a single click at the wrong spot. Two possible solutions came to my mind: (1) The dialog could support an undo/redo... | resolved fixed | 04e8d45 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-14T19:35:05Z | 2004-11-03T13:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java | /*******************************************************************************
* Copyright (c) 2000, 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, an... |
77,636 | Bug 77636 Code Formatter Profile Editor should be more fault-tolerant [formatter] | 200411022000 The Code Formatter Profile Editor should be more fault-tolerant. Especially on 'White Space' and 'Line Wrapping' tabs, it is very easy to mess things up by changing many settings at once with a single click at the wrong spot. Two possible solutions came to my mind: (1) The dialog could support an undo/redo... | resolved fixed | 04e8d45 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-14T19:35:05Z | 2004-11-03T13:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ModifyDialog.java | /*******************************************************************************
* Copyright (c) 2000, 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, an... |
77,636 | Bug 77636 Code Formatter Profile Editor should be more fault-tolerant [formatter] | 200411022000 The Code Formatter Profile Editor should be more fault-tolerant. Especially on 'White Space' and 'Line Wrapping' tabs, it is very easy to mess things up by changing many settings at once with a single click at the wrong spot. Two possible solutions came to my mind: (1) The dialog could support an undo/redo... | resolved fixed | 04e8d45 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-14T19:35:05Z | 2004-11-03T13:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ModifyDialogTabPage.java | /*******************************************************************************
* Copyright (c) 2000, 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, an... |
77,636 | Bug 77636 Code Formatter Profile Editor should be more fault-tolerant [formatter] | 200411022000 The Code Formatter Profile Editor should be more fault-tolerant. Especially on 'White Space' and 'Line Wrapping' tabs, it is very easy to mess things up by changing many settings at once with a single click at the wrong spot. Two possible solutions came to my mind: (1) The dialog could support an undo/redo... | resolved fixed | 04e8d45 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-14T19:35:05Z | 2004-11-03T13:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/WhiteSpaceTabPage.java | /*******************************************************************************
* Copyright (c) 2000, 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, an... |
84,298 | Bug 84298 Add enabled in SuperInterfaceSelectionDialog when no selection | Version: 3.1.0 Build id: I20050201-0800 The "Add" button in the Super Interfaces Selection dialog of the new class wizard is enabled when there is no selection in the dialog. 1. Open the new Class Wizard 2. Press "Add..." in the interface block 3. The Super Interface Selection dialog will show with the Add and cancel b... | resolved fixed | a310c9c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-14T19:49:37Z | 2005-02-03T03:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/SuperInterfaceSelectionDialog.java | /*******************************************************************************
* Copyright (c) 2000, 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, an... |
85,100 | Bug 85100 Java Class wizard does not generate all necessary methods | Build: I-20050209 Open the Class wizard, and make sure the 'Inherited Abstract Methods' is checked. Create a new class that implement org.eclipse.jface.viewers.ITableLabelProvider. The newly created class will have compilation errors as it is missing some methods. It appears as though only the methods declared by ITabl... | resolved fixed | 44f12bc | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-15T09:38:16Z | 2005-02-13T04:46:40Z | org.eclipse.jdt.ui/core | |
85,100 | Bug 85100 Java Class wizard does not generate all necessary methods | Build: I-20050209 Open the Class wizard, and make sure the 'Inherited Abstract Methods' is checked. Create a new class that implement org.eclipse.jface.viewers.ITableLabelProvider. The newly created class will have compilation errors as it is missing some methods. It appears as though only the methods declared by ITabl... | resolved fixed | 44f12bc | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-15T09:38:16Z | 2005-02-13T04:46:40Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java | |
85,243 | Bug 85243 Invalid string pattern while searching on working set | Using 3.1 M4 build. Open editor on org.eclipse.jdt.internal.compiler.ast.Expression class and select computeConversion method. 1) Search for declarations in project => you get 5 instances in Search View: OK 2) Create a working set "jdt-core" with org.eclipse.jdt.core project 3) Search for declarations in working set "j... | resolved fixed | f36e009 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-15T14:20:07Z | 2005-02-15T12:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/PatternStrings.java | /*******************************************************************************
* Copyright (c) 2000, 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, an... |
85,267 | Bug 85267 NPE in JavaElementResourceMapping when replacing changed package with latest from HEAD | I20050215-0800 - Remove InferTypeArgumentsTCModel.java from package org.eclipse.jdt.internal.corext.refactoring.generics - select the package and choose 'Replace With > Latest from HEAD' Error 2005-02-15 16:24:50.909 java.lang.NullPointerException java.lang.NullPointerException at org.eclipse.jdt.internal.corext.util.J... | verified fixed | e41478a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-15T15:42:59Z | 2005-02-15T15:06:40Z | org.eclipse.jdt.ui/core | |
85,267 | Bug 85267 NPE in JavaElementResourceMapping when replacing changed package with latest from HEAD | I20050215-0800 - Remove InferTypeArgumentsTCModel.java from package org.eclipse.jdt.internal.corext.refactoring.generics - select the package and choose 'Replace With > Latest from HEAD' Error 2005-02-15 16:24:50.909 java.lang.NullPointerException java.lang.NullPointerException at org.eclipse.jdt.internal.corext.util.J... | verified fixed | e41478a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-15T15:42:59Z | 2005-02-15T15:06:40Z | extension/org/eclipse/jdt/internal/corext/util/JavaElementResourceMapping.java | |
84,338 | Bug 84338 Annotation type member removal issues | (3.1M4) The testcase is MyAnnotationType.java with the following contents: package package1.packageTp1; /** * MyAnnotationType annotation type. */ @interface MyAnnotationType { int field2 = 0; String method1(); } Select "method1" in the Outline view and try to delete it. All attempts fail. Deletion via setting the CU's... | resolved fixed | 012b822 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-15T16:55:57Z | 2005-02-03T17:00:00Z | org.eclipse.jdt.ui/core | |
84,338 | Bug 84338 Annotation type member removal issues | (3.1M4) The testcase is MyAnnotationType.java with the following contents: package package1.packageTp1; /** * MyAnnotationType annotation type. */ @interface MyAnnotationType { int field2 = 0; String method1(); } Select "method1" in the Outline view and try to delete it. All attempts fail. Deletion via setting the CU's... | resolved fixed | 012b822 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-15T16:55:57Z | 2005-02-03T17:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ASTNodeDeleteUtil.java | |
84,338 | Bug 84338 Annotation type member removal issues | (3.1M4) The testcase is MyAnnotationType.java with the following contents: package package1.packageTp1; /** * MyAnnotationType annotation type. */ @interface MyAnnotationType { int field2 = 0; String method1(); } Select "method1" in the Outline view and try to delete it. All attempts fail. Deletion via setting the CU's... | resolved fixed | 012b822 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-15T16:55:57Z | 2005-02-03T17:00:00Z | org.eclipse.jdt.ui/core | |
84,338 | Bug 84338 Annotation type member removal issues | (3.1M4) The testcase is MyAnnotationType.java with the following contents: package package1.packageTp1; /** * MyAnnotationType annotation type. */ @interface MyAnnotationType { int field2 = 0; String method1(); } Select "method1" in the Outline view and try to delete it. All attempts fail. Deletion via setting the CU's... | resolved fixed | 012b822 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-15T16:55:57Z | 2005-02-03T17:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.