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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
95,401 | Bug 95401 [refactoring] [inline] Inlining method of generic class gives illegal result. | --------------------- BEFORE -------------------------- class Bug { class Model<Row extends java.util.List> { Row getObjectAtRow(){ return new java.util.HashSet<Row>().iterator().next(); } } class UI<Clazz extends java.util.ArrayList>{ public final Clazz[] getBeginAndEndSelections() { return (Clazz[])java.lang.reflect.... | verified fixed | 783aa28 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T09:41:17Z | 2005-05-16T16:13:20Z | cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java | |
95,401 | Bug 95401 [refactoring] [inline] Inlining method of generic class gives illegal result. | --------------------- BEFORE -------------------------- class Bug { class Model<Row extends java.util.List> { Row getObjectAtRow(){ return new java.util.HashSet<Row>().iterator().next(); } } class UI<Clazz extends java.util.ArrayList>{ public final Clazz[] getBeginAndEndSelections() { return (Clazz[])java.lang.reflect.... | verified fixed | 783aa28 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T09:41:17Z | 2005-05-16T16:13:20Z | org.eclipse.jdt.ui/core | |
95,401 | Bug 95401 [refactoring] [inline] Inlining method of generic class gives illegal result. | --------------------- BEFORE -------------------------- class Bug { class Model<Row extends java.util.List> { Row getObjectAtRow(){ return new java.util.HashSet<Row>().iterator().next(); } } class UI<Clazz extends java.util.ArrayList>{ public final Clazz[] getBeginAndEndSelections() { return (Clazz[])java.lang.reflect.... | verified fixed | 783aa28 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T09:41:17Z | 2005-05-16T16:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java | |
95,399 | Bug 95399 [quick fix] QuickFix - serialVersionUID does not generates | Pressing `Add default serial version ID` in quickFix adds /** * */ private static final long serialVersionUID = 1L; The same is for `Add generated serial version ID`. | verified fixed | b78a529 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T09:43:02Z | 2005-05-16T16:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SerialVersionLaunchConfigurationDelegate.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
88,854 | Bug 88854 [refactoring] Error message in Change Method Signature dialog doesnt correctly display method name if name contains character & | Error message in the Change Method Signature dialog does not correctly display method name if the name contains character &. You may complete the following steps in order to reproduce this scenario: 1. Create a new Java project and add a new Java class into the newly created project. 2. Implement a method in the class ... | verified fixed | 245dc4b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T10:31:42Z | 2005-03-23T15:00:00Z | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringWizardDialog2.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
86,515 | Bug 86515 [Drag and Drop] Drag and drop (move) for project | Drag and drop (move) for project onto Explorer deletes the project from the file system. But this is not reflected in the workspace. Pressing refresh - provides dialog "location deleted" and remove project from the workspace. | verified fixed | 1b4f4ac | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T10:49:32Z | 2005-02-24T18:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/FileTransferDragAdapter.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
93,249 | Bug 93249 Code assist doesn't propose full method stub | - take revision 1.8 of BuildPathAction. - in run method add the following IRunnableWithProgress runnable= new IRunnableWithProgress() { }; - inside the runnable type run<code assist> and select run observe: only the following method signature gets inserted. No method body. Additionally IProgressMonitor is fully qualifi... | verified fixed | 45b5461 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T10:57:04Z | 2005-04-29T10:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/OverrideCompletionProposal.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
94,680 | Bug 94680 Strange behaviour when activating/deactivating project specific settings when workspace is locked | I20050509-2010 - lock the workspace using the job example plug-in - open the properties on a Java project - go to code template settings - check enable project specific settings - press OK observe: the OK button gets disabled, but the dialog stay. The user can even click the cancel button in this situations. Pressing c... | verified fixed | a9faab1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T12:49:30Z | 2005-05-11T14:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateBlock.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
86,624 | Bug 86624 Need UI to control @Override annotation | M5a public class X extends ArrayList<String> { } - add a add(String) method using code assit. You get @Override public boolean add(String o) { return super.add(o); } which is great. However we need UI to control whether @Override should be generated or not. | verified fixed | fdd635e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T12:56:39Z | 2005-02-25T14:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NameConventionConfigurationBlock.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
86,624 | Bug 86624 Need UI to control @Override annotation | M5a public class X extends ArrayList<String> { } - add a add(String) method using code assit. You get @Override public boolean add(String o) { return super.add(o); } which is great. However we need UI to control whether @Override should be generated or not. | verified fixed | fdd635e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T12:56:39Z | 2005-02-25T14:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
95,672 | Bug 95672 Focus changes slow when java browsing perspective open | To reproduce: 1. Run Eclipse in your favorite profiler 2. Open the Java browsing perspective 3. Profile the time taken to switch between java editors On my system, approx. 50% of the time is spent in JavaBrowsingPart.partBroughtToTop. Notice that this method continues to dominate activation changes, even when another p... | verified fixed | 7ecef2c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T14:52:23Z | 2005-05-17T22:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
95,562 | Bug 95562 [nls tooling] External Strings doesn't use validateEdit | I tried to externalize some strings in the CVS UI plugin. It failed because my message class (CVSUIMessages) was read only. The tool should use validateEdit to make the file writtable. | verified fixed | 76fc862 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T14:54:42Z | 2005-05-17T14:26:40Z | org.eclipse.jdt.ui/core | |
95,562 | Bug 95562 [nls tooling] External Strings doesn't use validateEdit | I tried to externalize some strings in the CVS UI plugin. It failed because my message class (CVSUIMessages) was read only. The tool should use validateEdit to make the file writtable. | verified fixed | 76fc862 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T14:54:42Z | 2005-05-17T14:26:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSRefactoring.java | |
95,562 | Bug 95562 [nls tooling] External Strings doesn't use validateEdit | I tried to externalize some strings in the CVS UI plugin. It failed because my message class (CVSUIMessages) was read only. The tool should use validateEdit to make the file writtable. | verified fixed | 76fc862 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T14:54:42Z | 2005-05-17T14:26:40Z | org.eclipse.jdt.ui/core | |
95,562 | Bug 95562 [nls tooling] External Strings doesn't use validateEdit | I tried to externalize some strings in the CVS UI plugin. It failed because my message class (CVSUIMessages) was read only. The tool should use validateEdit to make the file writtable. | verified fixed | 76fc862 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T14:54:42Z | 2005-05-17T14:26:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSSubstitution.java | |
95,135 | Bug 95135 [refactoring] NPE from convert anonymous to nested inside enum | Against I20050513-0010 Code: public enum CopyOfHelperType { SETUP, TEARDOWN; public void invokeTheAnnotation() { new Object() { void invoke() { } }.invoke(); } } Try to convert the anonymous object to nested. On every keystroke when entering the new name, an NPE (below) is logged in the error log, and the OK button is ... | verified fixed | 11dc2c5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T15:28:00Z | 2005-05-13T16:00:00Z | org.eclipse.jdt.ui/core | |
95,135 | Bug 95135 [refactoring] NPE from convert anonymous to nested inside enum | Against I20050513-0010 Code: public enum CopyOfHelperType { SETUP, TEARDOWN; public void invokeTheAnnotation() { new Object() { void invoke() { } }.invoke(); } } Try to convert the anonymous object to nested. On every keystroke when entering the new name, an NPE (below) is logged in the error log, and the OK button is ... | verified fixed | 11dc2c5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T15:28:00Z | 2005-05-13T16:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ConvertAnonymousToNestedRefactoring.java | |
95,584 | Bug 95584 call hierachy takes long to prune frequent method names | null | resolved fixed | 3de4989 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T16:11:29Z | 2005-05-17T14:26:40Z | org.eclipse.jdt.ui/core | |
95,584 | Bug 95584 call hierachy takes long to prune frequent method names | null | resolved fixed | 3de4989 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T16:11:29Z | 2005-05-17T14:26:40Z | extension/org/eclipse/jdt/internal/corext/callhierarchy/CallerMethodWrapper.java | |
95,584 | Bug 95584 call hierachy takes long to prune frequent method names | null | resolved fixed | 3de4989 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T16:11:29Z | 2005-05-17T14:26:40Z | org.eclipse.jdt.ui/core | |
95,584 | Bug 95584 call hierachy takes long to prune frequent method names | null | resolved fixed | 3de4989 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T16:11:29Z | 2005-05-17T14:26:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringScopeFactory.java | |
95,311 | Bug 95311 [javadoc wizard] Allow setting of -source 1.5 through UI | null | verified fixed | be0c09d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T07:29:42Z | 2005-05-15T15:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocExportMessages.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
95,311 | Bug 95311 [javadoc wizard] Allow setting of -source 1.5 through UI | null | verified fixed | be0c09d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T07:29:42Z | 2005-05-15T15:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
95,311 | Bug 95311 [javadoc wizard] Allow setting of -source 1.5 through UI | null | verified fixed | be0c09d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T07:29:42Z | 2005-05-15T15:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocSpecificsWizardPage.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
95,311 | Bug 95311 [javadoc wizard] Allow setting of -source 1.5 through UI | null | verified fixed | be0c09d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T07:29:42Z | 2005-05-15T15:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocTreeWizardPage.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
95,311 | Bug 95311 [javadoc wizard] Allow setting of -source 1.5 through UI | null | verified fixed | be0c09d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T07:29:42Z | 2005-05-15T15:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWriter.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
95,862 | Bug 95862 NPE in CompletionProposalCollector | N20050517-0010 Found in .log, sorry no steps. Nothing strange seen in the UI !ENTRY org.eclipse.ui 4 4 2005-05-18 22:18:15.713 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 2005-05-18 22:18:15.713 !MESSAGE Failed to execute runnable (java.lang.NullPointerException) !STACK 0 org.eclipse.swt.SWTExcept... | verified fixed | 6fd7bb6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T07:36:29Z | 2005-05-18T21:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProcessor.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
95,785 | Bug 95785 [5.0] Content assist for Collection#toArray(T[]) does not show additional info | N20050518-0010 (also with HEAD of JDT/UI and JDT/Core) - have 'Fill argument names on completion' and 'Guess filled method arguments' enabled - in the method below (in a 5.0 project), execute contant assist after toArray and choose "toArray(Object[] a)": public void test(java.util.List aList){ aList.toArray } => There'... | verified fixed | 5dffa4a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T07:56:48Z | 2005-05-18T15:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/MethodProposalInfo.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
88,396 | Bug 88396 [5.0] [refactoring] [move] Move member type refactoring does not update static import | Given the following source file: package pack; import static pack.Test.Color.*; public class Test { enum Color {WHITE, BLACK} public static void main(String[] args) { Color c = BLACK; switch(c) { case BLACK: System.out.println("Black"); break; case WHITE: System.out.println("White"); break; } } } Put the cursor on the ... | verified fixed | fcc30e5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T09:14:25Z | 2005-03-17T22:53:20Z | org.eclipse.jdt.ui/core | |
88,396 | Bug 88396 [5.0] [refactoring] [move] Move member type refactoring does not update static import | Given the following source file: package pack; import static pack.Test.Color.*; public class Test { enum Color {WHITE, BLACK} public static void main(String[] args) { Color c = BLACK; switch(c) { case BLACK: System.out.println("Black"); break; case WHITE: System.out.println("White"); break; } } } Put the cursor on the ... | verified fixed | fcc30e5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T09:14:25Z | 2005-03-17T22:53:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java | |
95,145 | Bug 95145 [refactoring] Move member type to new file creates compile error | Against I20050513-0010. public class Exposer<T> { class Inner { T foo; } T foo() { Inner inner = new Inner(); return inner.foo; } } Move Inner to a new file. The resulting code does not compile (the required type parameter is not added to the Inner reference in foo()) | verified fixed | efe7964 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T11:04:23Z | 2005-05-13T16:00:00Z | org.eclipse.jdt.ui/core | |
95,145 | Bug 95145 [refactoring] Move member type to new file creates compile error | Against I20050513-0010. public class Exposer<T> { class Inner { T foo; } T foo() { Inner inner = new Inner(); return inner.foo; } } Move Inner to a new file. The resulting code does not compile (the required type parameter is not added to the Inner reference in foo()) | verified fixed | efe7964 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T11:04:23Z | 2005-05-13T16:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java | |
84,670 | Bug 84670 ChangeTypeRefactoring fails when parameterized type is assigned to raw type | The helper method implemented in ChangeTypeRefactoring checking if a type A is assignment compatible to type B doesn't handle raw types correctlt. Had to disable test method testRawSubType | verified fixed | cfbe4c4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T11:10:30Z | 2005-02-08T10:53:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/positive/A_testParametricField_in.java | |
84,670 | Bug 84670 ChangeTypeRefactoring fails when parameterized type is assigned to raw type | The helper method implemented in ChangeTypeRefactoring checking if a type A is assignment compatible to type B doesn't handle raw types correctlt. Had to disable test method testRawSubType | verified fixed | cfbe4c4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T11:10:30Z | 2005-02-08T10:53:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/positive/A_testParametricField_out.java | |
84,670 | Bug 84670 ChangeTypeRefactoring fails when parameterized type is assigned to raw type | The helper method implemented in ChangeTypeRefactoring checking if a type A is assignment compatible to type B doesn't handle raw types correctlt. Had to disable test method testRawSubType | verified fixed | cfbe4c4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T11:10:30Z | 2005-02-08T10:53:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/positive/A_testParametricReturnType_in.java | |
84,670 | Bug 84670 ChangeTypeRefactoring fails when parameterized type is assigned to raw type | The helper method implemented in ChangeTypeRefactoring checking if a type A is assignment compatible to type B doesn't handle raw types correctlt. Had to disable test method testRawSubType | verified fixed | cfbe4c4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T11:10:30Z | 2005-02-08T10:53:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/positive/A_testParametricReturnType_out.java | |
84,670 | Bug 84670 ChangeTypeRefactoring fails when parameterized type is assigned to raw type | The helper method implemented in ChangeTypeRefactoring checking if a type A is assignment compatible to type B doesn't handle raw types correctlt. Had to disable test method testRawSubType | verified fixed | cfbe4c4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T11:10:30Z | 2005-02-08T10:53:20Z | org.eclipse.jdt.ui.tests.refactoring/test | |
84,670 | Bug 84670 ChangeTypeRefactoring fails when parameterized type is assigned to raw type | The helper method implemented in ChangeTypeRefactoring checking if a type A is assignment compatible to type B doesn't handle raw types correctlt. Had to disable test method testRawSubType | verified fixed | cfbe4c4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T11:10:30Z | 2005-02-08T10:53:20Z | cases/org/eclipse/jdt/ui/tests/refactoring/ChangeTypeRefactoringTests.java | |
84,670 | Bug 84670 ChangeTypeRefactoring fails when parameterized type is assigned to raw type | The helper method implemented in ChangeTypeRefactoring checking if a type A is assignment compatible to type B doesn't handle raw types correctlt. Had to disable test method testRawSubType | verified fixed | cfbe4c4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T11:10:30Z | 2005-02-08T10:53:20Z | org.eclipse.jdt.ui/core | |
84,670 | Bug 84670 ChangeTypeRefactoring fails when parameterized type is assigned to raw type | The helper method implemented in ChangeTypeRefactoring checking if a type A is assignment compatible to type B doesn't handle raw types correctlt. Had to disable test method testRawSubType | verified fixed | cfbe4c4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T11:10:30Z | 2005-02-08T10:53:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java | |
79,507 | Bug 79507 [quick assist] "Inverse if statement" quick assist doesn't work | "Inverse if statement" quick assist replaces if (args.length > 5) System.out.println("OK"); else if (args.length < 3) System.out.println("KO"); with if (args.length <= 5) if (args.length < 3) System.out.println("KO"); else System.out.println("OK"); | verified fixed | 4170d04 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T11:13:14Z | 2004-11-25T16:26:40Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
79,507 | Bug 79507 [quick assist] "Inverse if statement" quick assist doesn't work | "Inverse if statement" quick assist replaces if (args.length > 5) System.out.println("OK"); else if (args.length < 3) System.out.println("KO"); with if (args.length <= 5) if (args.length < 3) System.out.println("KO"); else System.out.println("OK"); | verified fixed | 4170d04 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T11:13:14Z | 2004-11-25T16:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
95,937 | Bug 95937 Leverage new initializeAferLoad method from JDT/Core | null | verified fixed | 72774aa | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T13:35:02Z | 2005-05-19T13:40:00Z | org.eclipse.jdt.ui/core | |
95,937 | Bug 95937 Leverage new initializeAferLoad method from JDT/Core | null | verified fixed | 72774aa | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T13:35:02Z | 2005-05-19T13:40:00Z | extension/org/eclipse/jdt/internal/corext/util/TypeInfo.java | |
95,937 | Bug 95937 Leverage new initializeAferLoad method from JDT/Core | null | verified fixed | 72774aa | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T13:35:02Z | 2005-05-19T13:40:00Z | org.eclipse.jdt.ui/core | |
95,937 | Bug 95937 Leverage new initializeAferLoad method from JDT/Core | null | verified fixed | 72774aa | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T13:35:02Z | 2005-05-19T13:40:00Z | extension/org/eclipse/jdt/internal/corext/util/TypeInfoHistory.java | |
95,937 | Bug 95937 Leverage new initializeAferLoad method from JDT/Core | null | verified fixed | 72774aa | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T13:35:02Z | 2005-05-19T13:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/InitializeAfterLoadJob.java | |
95,937 | Bug 95937 Leverage new initializeAferLoad method from JDT/Core | null | verified fixed | 72774aa | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T13:35:02Z | 2005-05-19T13:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
95,937 | Bug 95937 Leverage new initializeAferLoad method from JDT/Core | null | verified fixed | 72774aa | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T13:35:02Z | 2005-05-19T13:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIMessages.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
95,937 | Bug 95937 Leverage new initializeAferLoad method from JDT/Core | null | verified fixed | 72774aa | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T13:35:02Z | 2005-05-19T13:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeInfoViewer.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
95,937 | Bug 95937 Leverage new initializeAferLoad method from JDT/Core | null | verified fixed | 72774aa | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T13:35:02Z | 2005-05-19T13:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionComponent.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
95,937 | Bug 95937 Leverage new initializeAferLoad method from JDT/Core | null | verified fixed | 72774aa | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T13:35:02Z | 2005-05-19T13:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/EditWorkingSetAction.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
95,937 | Bug 95937 Leverage new initializeAferLoad method from JDT/Core | null | verified fixed | 72774aa | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T13:35:02Z | 2005-05-19T13:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/SelectWorkingSetAction.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
95,937 | Bug 95937 Leverage new initializeAferLoad method from JDT/Core | null | verified fixed | 72774aa | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T13:35:02Z | 2005-05-19T13:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetFilterActionGroup.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
95,148 | Bug 95148 [refactoring] Move member type to new file fails on member of enum | Against I20050513-0010. Code: public enum CopyOfHelperType { SETUP, TEARDOWN; static class AnnotationInvoker { private CopyOfHelperType type; public AnnotationInvoker(CopyOfHelperType type) { this.type = type; } void invoke(Object theInstance) throws IllegalAccessException, Throwable { } } public void invokeTheAnnotati... | verified fixed | 23780e0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T13:47:08Z | 2005-05-13T16:00:00Z | org.eclipse.jdt.ui/core | |
95,148 | Bug 95148 [refactoring] Move member type to new file fails on member of enum | Against I20050513-0010. Code: public enum CopyOfHelperType { SETUP, TEARDOWN; static class AnnotationInvoker { private CopyOfHelperType type; public AnnotationInvoker(CopyOfHelperType type) { this.type = type; } void invoke(Object theInstance) throws IllegalAccessException, Throwable { } } public void invokeTheAnnotati... | verified fixed | 23780e0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T13:47:08Z | 2005-05-13T16:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java | |
80,364 | Bug 80364 [Quick Assist] "Assign parameter to field" does not work for existing field | In this small example, there does not occur the quick-fix to "Assign parameter to new field": public class Foo { private final Bar bar; public Foo(Bar bar) { } } Even worse: when I remove the final from the variable declaration, invoking the quick-fix creates a new variable bar2 instead of reusing the existing one. | verified fixed | d18446b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T13:57:54Z | 2004-12-07T14:33:20Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
80,364 | Bug 80364 [Quick Assist] "Assign parameter to field" does not work for existing field | In this small example, there does not occur the quick-fix to "Assign parameter to new field": public class Foo { private final Bar bar; public Foo(Bar bar) { } } Even worse: when I remove the final from the variable declaration, invoking the quick-fix creates a new variable bar2 instead of reusing the existing one. | verified fixed | d18446b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T13:57:54Z | 2004-12-07T14:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AssignToVariableAssistProposal.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
80,364 | Bug 80364 [Quick Assist] "Assign parameter to field" does not work for existing field | In this small example, there does not occur the quick-fix to "Assign parameter to new field": public class Foo { private final Bar bar; public Foo(Bar bar) { } } Even worse: when I remove the final from the variable declaration, invoking the quick-fix creates a new variable bar2 instead of reusing the existing one. | verified fixed | d18446b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T13:57:54Z | 2004-12-07T14:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMessages.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
80,364 | Bug 80364 [Quick Assist] "Assign parameter to field" does not work for existing field | In this small example, there does not occur the quick-fix to "Assign parameter to new field": public class Foo { private final Bar bar; public Foo(Bar bar) { } } Even worse: when I remove the final from the variable declaration, invoking the quick-fix creates a new variable bar2 instead of reusing the existing one. | verified fixed | d18446b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T13:57:54Z | 2004-12-07T14:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
95,153 | Bug 95153 [refactoring] Move member type to new file misses required container field | Against I20050513-0010 Code: public class Bar { private final class Inner { public void add() { // Bar.this.hashCode(); addTo(Bar.this); } void addTo(Bar map) { } } } If you move Inner to a new file, the UI incorrectly does not require a field of type Bar to be added, and the error below is thrown if one is not provide... | verified fixed | f4bbcf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T14:15:12Z | 2005-05-13T16:00:00Z | org.eclipse.jdt.ui/core | |
95,153 | Bug 95153 [refactoring] Move member type to new file misses required container field | Against I20050513-0010 Code: public class Bar { private final class Inner { public void add() { // Bar.this.hashCode(); addTo(Bar.this); } void addTo(Bar map) { } } } If you move Inner to a new file, the UI incorrectly does not require a field of type Bar to be added, and the error below is thrown if one is not provide... | verified fixed | f4bbcf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T14:15:12Z | 2005-05-13T16:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java | |
95,153 | Bug 95153 [refactoring] Move member type to new file misses required container field | Against I20050513-0010 Code: public class Bar { private final class Inner { public void add() { // Bar.this.hashCode(); addTo(Bar.this); } void addTo(Bar map) { } } } If you move Inner to a new file, the UI incorrectly does not require a field of type Bar to be added, and the error below is thrown if one is not provide... | verified fixed | f4bbcf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T14:15:12Z | 2005-05-13T16:00:00Z | org.eclipse.jdt.ui/ui | |
95,153 | Bug 95153 [refactoring] Move member type to new file misses required container field | Against I20050513-0010 Code: public class Bar { private final class Inner { public void add() { // Bar.this.hashCode(); addTo(Bar.this); } void addTo(Bar map) { } } } If you move Inner to a new file, the UI incorrectly does not require a field of type Bar to be added, and the error below is thrown if one is not provide... | verified fixed | f4bbcf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T14:15:12Z | 2005-05-13T16:00:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveInnerToTopWizard.java | |
95,153 | Bug 95153 [refactoring] Move member type to new file misses required container field | Against I20050513-0010 Code: public class Bar { private final class Inner { public void add() { // Bar.this.hashCode(); addTo(Bar.this); } void addTo(Bar map) { } } } If you move Inner to a new file, the UI incorrectly does not require a field of type Bar to be added, and the error below is thrown if one is not provide... | verified fixed | f4bbcf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T14:15:12Z | 2005-05-13T16:00:00Z | org.eclipse.jdt.ui/ui | |
95,153 | Bug 95153 [refactoring] Move member type to new file misses required container field | Against I20050513-0010 Code: public class Bar { private final class Inner { public void add() { // Bar.this.hashCode(); addTo(Bar.this); } void addTo(Bar map) { } } } If you move Inner to a new file, the UI incorrectly does not require a field of type Bar to be added, and the error below is thrown if one is not provide... | verified fixed | f4bbcf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T14:15:12Z | 2005-05-13T16:00:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringMessages.java | |
95,942 | Bug 95942 [5.0] quick assist: assign to new local infers illegal type | null | verified fixed | c3c6cb0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T14:23:29Z | 2005-05-19T13:40:00Z | org.eclipse.jdt.ui/core | |
95,942 | Bug 95942 [5.0] quick assist: assign to new local infers illegal type | null | verified fixed | c3c6cb0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T14:23:29Z | 2005-05-19T13:40:00Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java | |
94,556 | Bug 94556 Move instance method active for classes not on build path | RC0 - create a test case that allows moving a method to a new file (best is to create only one class) - move the CU to a folder not on the build path - select the method in the outliner and activate move method observe: the refctoring comes up. The refactoring should open a message box and should inform the user that t... | verified fixed | fec45fb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T15:25:00Z | 2005-05-10T21:20:00Z | org.eclipse.jdt.ui/ui | |
94,556 | Bug 94556 Move instance method active for classes not on build path | RC0 - create a test case that allows moving a method to a new file (best is to create only one class) - move the CU to a folder not on the build path - select the method in the outliner and activate move method observe: the refctoring comes up. The refactoring should open a message box and should inform the user that t... | verified fixed | fec45fb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T15:25:00Z | 2005-05-10T21:20:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/MoveInstanceMethodAction.java | |
94,560 | Bug 94560 Introduce factory active for classses not on build path | - create a class not on the build path - select a constructor in the outliner - activate Introduce Factory Observe: the refactoring tries to start which generates exceptions in the log. The standard dialog box should be shown instead informing the user that the CU isn' on the build path. Tobias, can you please look int... | verified fixed | 3cf6291 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T15:28:25Z | 2005-05-10T21:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/IntroduceFactoryAction.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
94,561 | Bug 94561 Move member methods and CUs not on build path | RC0 - create a CU not on build path - create a method foo() - select the method in the outliner - activate Refactor->Move observe: you get a dialog telling you that not possible target exists. You should get a dialog first telling you that the CU is not on the build path | verified fixed | a052e8a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T15:34:21Z | 2005-05-10T21:20:00Z | org.eclipse.jdt.ui/ui | |
94,561 | Bug 94561 Move member methods and CUs not on build path | RC0 - create a CU not on build path - create a method foo() - select the method in the outliner - activate Refactor->Move observe: you get a dialog telling you that not possible target exists. You should get a dialog first telling you that the CU is not on the build path | verified fixed | a052e8a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T15:34:21Z | 2005-05-10T21:20:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/MoveStaticMembersAction.java | |
80,996 | Bug 80996 [Quick Fix] Incorrect return type of created method | Eclipse Version: 3.1.0 Build id: 200412081200 Place the following code in Eclipse - The class name is QuickFixEquals. package eclipse.bug; import java.util.List; public class QuickFixEquals { public boolean hasChildren() { if(getContentSpec().equals("Test")) return true; return false; } } Note that the code is importin... | verified fixed | 8625ea4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-19T15:56:50Z | 2004-12-14T21:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ASTResolving.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
80,359 | Bug 80359 Selection inside comment using surround refactoring [refactoring] | 200412011139: When selecting an entire line ending with a //$NON-NLS-n$ comment using the line number ruler, the error message "Selection ends inside a comment" appears. The refactoring should be able to deal with such selections, since it ends on a single-line comment, which is obviously contained in the selection. | verified fixed | 418ea5a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-20T08:32:12Z | 2004-12-07T11:46:40Z | org.eclipse.jdt.ui/core | |
80,359 | Bug 80359 Selection inside comment using surround refactoring [refactoring] | 200412011139: When selecting an entire line ending with a //$NON-NLS-n$ comment using the line number ruler, the error message "Selection ends inside a comment" appears. The refactoring should be able to deal with such selections, since it ends on a single-line comment, which is obviously contained in the selection. | verified fixed | 418ea5a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-20T08:32:12Z | 2004-12-07T11:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/util/CommentAnalyzer.java | |
94,902 | Bug 94902 Sort members should warn about possible semantic changes | I20050509-2010 Sort members changes the order of the literals in enumerations, which changes the values of the literals and can impact compatibility between network clients and storage formats. Also under some circumstances the initialization order of fields can affect the result. | verified fixed | 5f23368 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-20T09:03:36Z | 2005-05-12T06:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
94,902 | Bug 94902 Sort members should warn about possible semantic changes | I20050509-2010 Sort members changes the order of the literals in enumerations, which changes the values of the literals and can impact compatibility between network clients and storage formats. Also under some circumstances the initialization order of fields can affect the result. | verified fixed | 5f23368 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-20T09:03:36Z | 2005-05-12T06:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/SortMembersAction.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
89,516 | Bug 89516 Override indicator: heuristic improvements | M6 test pass public class Test extends ArrayList<String> { public boolean add(int i) { return false; } } Method witk base types shouldn't be considered overriding methods with type parameters. | verified fixed | 6b135c7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-20T09:13:20Z | 2005-03-30T13:40:00Z | org.eclipse.jdt.ui/core | |
89,516 | Bug 89516 Override indicator: heuristic improvements | M6 test pass public class Test extends ArrayList<String> { public boolean add(int i) { return false; } } Method witk base types shouldn't be considered overriding methods with type parameters. | verified fixed | 6b135c7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-20T09:13:20Z | 2005-03-30T13:40:00Z | extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java | |
95,843 | Bug 95843 [open type] Open Type dialog re-selects selected item. | Version: 3.1.0 Build id: I20050509-2010 When opening a type in the open type dialog on M7, if you type in text that does not change the current selection (i.e. continue typing already matched text) the dialog re-selects the item and causes a lot of flashing. | verified fixed | b2bd57c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-20T11:09:07Z | 2005-05-18T21:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIMessages.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
95,843 | Bug 95843 [open type] Open Type dialog re-selects selected item. | Version: 3.1.0 Build id: I20050509-2010 When opening a type in the open type dialog on M7, if you type in text that does not change the current selection (i.e. continue typing already matched text) the dialog re-selects the item and causes a lot of flashing. | verified fixed | b2bd57c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-20T11:09:07Z | 2005-05-18T21:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeInfoViewer.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
95,843 | Bug 95843 [open type] Open Type dialog re-selects selected item. | Version: 3.1.0 Build id: I20050509-2010 When opening a type in the open type dialog on M7, if you type in text that does not change the current selection (i.e. continue typing already matched text) the dialog re-selects the item and causes a lot of flashing. | verified fixed | b2bd57c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-20T11:09:07Z | 2005-05-18T21:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionComponent.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
94,399 | Bug 94399 [preferences] Multiple requests for rebuild | Build: I20050509-2010 1) Open a new workspace 2) Create a Java project 3) Modify at least one preference on every "Compiler" preference page. 4) Click ok -> You are prompted to do a full rebuild for each page that has changed. If you changed three pages, you get three prompt dialogs. The user should only be prompted on... | verified fixed | 3e70c4a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-20T13:10:43Z | 2005-05-10T15:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/CoreUtility.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
81,877 | Bug 81877 Package explorer forgets active working set [package explorer] | 3.1 M4 1. open pkg explorer. 2. select a working set, pkg explorer updates and filters out projects. 3. close pkg explorer. 4. open package explorer again and the working set is no longer applied. This used to work. | verified fixed | 0a1d7aa | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-20T13:13:51Z | 2004-12-23T19:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
96,048 | Bug 96048 Using the "Remove" button to remove source code file in the Java Build Path/Libraries does not remove path | Eclipse 3.1M7 Java 1.5.0_02 In the Java Build Path/Libraries tab, if a source code file has been attached to a library, then using the "Remove" button will not remove the path. Instead one needs to use "Edit" to clear the field. Steps to reproduce: 1. Attach src.jar to the rt.jar 2. Select "Source code attachment:" lin... | verified fixed | 506ce30 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-20T15:25:04Z | 2005-05-20T00:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
96,219 | Bug 96219 [implementation] OperationCanceledException gets logged | N20050521-0010 OperationCanceledException gets logged if reconcile is canceled during Java editor reconcile or if AST creation is canceled during AST Provider's AST creation. | verified fixed | 9c6bc17 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-21T11:21:57Z | 2005-05-21T10:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
96,219 | Bug 96219 [implementation] OperationCanceledException gets logged | N20050521-0010 OperationCanceledException gets logged if reconcile is canceled during Java editor reconcile or if AST creation is canceled during AST Provider's AST creation. | verified fixed | 9c6bc17 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-21T11:21:57Z | 2005-05-21T10:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaReconcilingStrategy.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
82,231 | Bug 82231 [build path] Hard to find type restriction compiler problem preferences | I20050104-1600 There compiler preference page contains a Warning/Error node with many sub-entries . I tried to find where I could change the 'warning' for the access of internal types to 'error'. No luck until I realized that the Build node also contains Warning/Error settings. | verified fixed | 0016285 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-21T18:11:49Z | 2005-01-05T13:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/BuildPathDialog.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
82,231 | Bug 82231 [build path] Hard to find type restriction compiler problem preferences | I20050104-1600 There compiler preference page contains a Warning/Error node with many sub-entries . I tried to find where I could change the 'warning' for the access of internal types to 'error'. No luck until I realized that the Build node also contains Warning/Error settings. | verified fixed | 0016285 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-21T18:11:49Z | 2005-01-05T13:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/BuildPathsPropertyPage.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
82,231 | Bug 82231 [build path] Hard to find type restriction compiler problem preferences | I20050104-1600 There compiler preference page contains a Warning/Error node with many sub-entries . I tried to find where I could change the 'warning' for the access of internal types to 'error'. No luck until I realized that the Build node also contains Warning/Error settings. | verified fixed | 0016285 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-21T18:11:49Z | 2005-01-05T13:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBuildConfigurationBlock.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
82,231 | Bug 82231 [build path] Hard to find type restriction compiler problem preferences | I20050104-1600 There compiler preference page contains a Warning/Error node with many sub-entries . I tried to find where I could change the 'warning' for the access of internal types to 'error'. No luck until I realized that the Build node also contains Warning/Error settings. | verified fixed | 0016285 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-21T18:11:49Z | 2005-01-05T13:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
82,231 | Bug 82231 [build path] Hard to find type restriction compiler problem preferences | I20050104-1600 There compiler preference page contains a Warning/Error node with many sub-entries . I tried to find where I could change the 'warning' for the access of internal types to 'error'. No luck until I realized that the Build node also contains Warning/Error settings. | verified fixed | 0016285 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-21T18:11:49Z | 2005-01-05T13:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesPreferencePage.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
82,231 | Bug 82231 [build path] Hard to find type restriction compiler problem preferences | I20050104-1600 There compiler preference page contains a Warning/Error node with many sub-entries . I tried to find where I could change the 'warning' for the access of internal types to 'error'. No luck until I realized that the Build node also contains Warning/Error settings. | verified fixed | 0016285 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-21T18:11:49Z | 2005-01-05T13:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PropertyAndPreferencePage.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
82,231 | Bug 82231 [build path] Hard to find type restriction compiler problem preferences | I20050104-1600 There compiler preference page contains a Warning/Error node with many sub-entries . I tried to find where I could change the 'warning' for the access of internal types to 'error'. No luck until I realized that the Build node also contains Warning/Error settings. | verified fixed | 0016285 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-21T18:11:49Z | 2005-01-05T13:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
82,231 | Bug 82231 [build path] Hard to find type restriction compiler problem preferences | I20050104-1600 There compiler preference page contains a Warning/Error node with many sub-entries . I tried to find where I could change the 'warning' for the access of internal types to 'error'. No luck until I realized that the Build node also contains Warning/Error settings. | verified fixed | 0016285 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-21T18:11:49Z | 2005-01-05T13:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AccessRulesDialog.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
82,231 | Bug 82231 [build path] Hard to find type restriction compiler problem preferences | I20050104-1600 There compiler preference page contains a Warning/Error node with many sub-entries . I tried to find where I could change the 'warning' for the access of internal types to 'error'. No luck until I realized that the Build node also contains Warning/Error settings. | verified fixed | 0016285 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-21T18:11:49Z | 2005-01-05T13:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
82,231 | Bug 82231 [build path] Hard to find type restriction compiler problem preferences | I20050104-1600 There compiler preference page contains a Warning/Error node with many sub-entries . I tried to find where I could change the 'warning' for the access of internal types to 'error'. No luck until I realized that the Build node also contains Warning/Error settings. | verified fixed | 0016285 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-21T18:11:49Z | 2005-01-05T13:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
82,231 | Bug 82231 [build path] Hard to find type restriction compiler problem preferences | I20050104-1600 There compiler preference page contains a Warning/Error node with many sub-entries . I tried to find where I could change the 'warning' for the access of internal types to 'error'. No luck until I realized that the Build node also contains Warning/Error settings. | verified fixed | 0016285 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-21T18:11:49Z | 2005-01-05T13:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ProjectsWorkbookPage.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
82,231 | Bug 82231 [build path] Hard to find type restriction compiler problem preferences | I20050104-1600 There compiler preference page contains a Warning/Error node with many sub-entries . I tried to find where I could change the 'warning' for the access of internal types to 'error'. No luck until I realized that the Build node also contains Warning/Error settings. | verified fixed | 0016285 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-21T18:11:49Z | 2005-01-05T13:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/JavaCapabilityConfigurationPage.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.