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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
89,509 | Bug 89509 Extract Interface UI: Too much vertical spacing | 20050329 The vertical spacing bewteen the checkboxes on the first page of the extract Interface Wizard seems to be too big | resolved fixed | 6105f69 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-04T09:01:05Z | 2005-03-30T10:53:20Z | org.eclipse.jdt.ui/ui | |
89,509 | Bug 89509 Extract Interface UI: Too much vertical spacing | 20050329 The vertical spacing bewteen the checkboxes on the first page of the extract Interface Wizard seems to be too big | resolved fixed | 6105f69 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-04T09:01:05Z | 2005-03-30T10:53:20Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/InferTypeArgumentsWizard.java | |
90,016 | Bug 90016 [typing] Several errors when display tab with set to 0 | Eclipse Java Development Tools Version: 3.0.2 Build id: 200503110845 Hi to all and thank for the tool, very nice work. :) I start Eclipse. I open one of my java file under my only open project. (3 closed) I expand the following. -->private DefaultTableModel tableModel = new DefaultTableModel() { public boolean isCellEd... | resolved fixed | 66e3ad3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-04T10:21:45Z | 2005-04-01T18:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.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... |
90,016 | Bug 90016 [typing] Several errors when display tab with set to 0 | Eclipse Java Development Tools Version: 3.0.2 Build id: 200503110845 Hi to all and thank for the tool, very nice work. :) I start Eclipse. I open one of my java file under my only open project. (3 closed) I expand the following. -->private DefaultTableModel tableModel = new DefaultTableModel() { public boolean isCellEd... | resolved fixed | 66e3ad3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-04T10:21:45Z | 2005-04-01T18:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/CommentFormattingStrategy.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... |
90,016 | Bug 90016 [typing] Several errors when display tab with set to 0 | Eclipse Java Development Tools Version: 3.0.2 Build id: 200503110845 Hi to all and thank for the tool, very nice work. :) I start Eclipse. I open one of my java file under my only open project. (3 closed) I expand the following. -->private DefaultTableModel tableModel = new DefaultTableModel() { public boolean isCellEd... | resolved fixed | 66e3ad3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-04T10:21:45Z | 2005-04-01T18:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.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... |
90,057 | Bug 90057 [nls tooling] TVT3.1 #113 - Non-externalized string "default" in Externalize Strings panel | Open Java file in Java perspective Select Source - Externalize strings - click Customize button for properties file. Strings (default) are shown in English (see screencapture). | resolved fixed | 907879e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-04T13:32:15Z | 2005-04-01T21:13:20Z | org.eclipse.jdt.ui/ui | |
90,057 | Bug 90057 [nls tooling] TVT3.1 #113 - Non-externalized string "default" in Externalize Strings panel | Open Java file in Java perspective Select Source - Externalize strings - click Customize button for properties file. Strings (default) are shown in English (see screencapture). | resolved fixed | 907879e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-04T13:32:15Z | 2005-04-01T21:13:20Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/SourceFirstPackageSelectionDialogField.java | |
90,144 | Bug 90144 Inconsistent override decoration in between editor and outliner | Build 3.1m6 On following testcase: class SuperX { static void notOverridden() { return; } } public class X extends SuperX { static void notOverridden() { return; } } Editor shows an override indicator in front of X#notOverriden() where outliner does not. Both should agree. Strictly speaking static methods do not overri... | resolved fixed | 07b994c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-05T07:53:56Z | 2005-04-04T10:20:00Z | org.eclipse.jdt.ui/core | |
90,144 | Bug 90144 Inconsistent override decoration in between editor and outliner | Build 3.1m6 On following testcase: class SuperX { static void notOverridden() { return; } } public class X extends SuperX { static void notOverridden() { return; } } Editor shows an override indicator in front of X#notOverriden() where outliner does not. Both should agree. Strictly speaking static methods do not overri... | resolved fixed | 07b994c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-05T07:53:56Z | 2005-04-04T10:20:00Z | extension/org/eclipse/jdt/internal/corext/dom/Bindings.java | |
77,809 | Bug 77809 [format] Line wrapping for enum constants | 20041104 I think it might make sense to be able to set the allignment of enum constants as you might define them all on a line enum MyColors { BLUE, RED, GREEN, YELLOW, BLACK } | verified fixed | ba8289d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-05T08:14:15Z | 2004-11-04T09:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.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,478 | Bug 89478 Linked per project settings: filter check box on by default | M6 test pass The filter check box should be on by default. | resolved fixed | 0d515ae | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-05T08:35:36Z | 2005-03-30T08:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProjectSelectionDialog.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... |
89,526 | Bug 89526 [refactoring] Introduce Parameter chooses illegal default position for vararg method | null | resolved fixed | d2c50ae | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-05T09:16:52Z | 2005-03-30T13:40:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/Vararg1.java | |
89,526 | Bug 89526 [refactoring] Introduce Parameter chooses illegal default position for vararg method | null | resolved fixed | d2c50ae | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-05T09:16:52Z | 2005-03-30T13:40:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/out/Vararg1.java | |
89,526 | Bug 89526 [refactoring] Introduce Parameter chooses illegal default position for vararg method | null | resolved fixed | d2c50ae | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-05T09:16:52Z | 2005-03-30T13:40:00Z | org.eclipse.jdt.ui.tests.refactoring/test | |
89,526 | Bug 89526 [refactoring] Introduce Parameter chooses illegal default position for vararg method | null | resolved fixed | d2c50ae | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-05T09:16:52Z | 2005-03-30T13:40:00Z | cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceParameterTests.java | |
89,526 | Bug 89526 [refactoring] Introduce Parameter chooses illegal default position for vararg method | null | resolved fixed | d2c50ae | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-05T09:16:52Z | 2005-03-30T13:40:00Z | org.eclipse.jdt.ui/core | |
89,526 | Bug 89526 [refactoring] Introduce Parameter chooses illegal default position for vararg method | null | resolved fixed | d2c50ae | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-05T09:16:52Z | 2005-03-30T13:40:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceParameterRefactoring.java | |
89,526 | Bug 89526 [refactoring] Introduce Parameter chooses illegal default position for vararg method | null | resolved fixed | d2c50ae | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-05T09:16:52Z | 2005-03-30T13:40:00Z | org.eclipse.jdt.ui/ui | |
89,526 | Bug 89526 [refactoring] Introduce Parameter chooses illegal default position for vararg method | null | resolved fixed | d2c50ae | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-05T09:16:52Z | 2005-03-30T13:40:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java | |
89,526 | Bug 89526 [refactoring] Introduce Parameter chooses illegal default position for vararg method | null | resolved fixed | d2c50ae | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-05T09:16:52Z | 2005-03-30T13:40:00Z | org.eclipse.jdt.ui/ui | |
89,526 | Bug 89526 [refactoring] Introduce Parameter chooses illegal default position for vararg method | null | resolved fixed | d2c50ae | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-05T09:16:52Z | 2005-03-30T13:40:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceParameterWizard.java | |
90,280 | Bug 90280 [build path] LinkFolderDialog does not conform to standard margins | null | resolved fixed | 82c1a7e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-05T14:45:38Z | 2005-04-05T11:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/LinkFolderDialog.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... |
90,101 | Bug 90101 [preferences] Spelling preference page takes a long time to appear | I20050401-1645 The preference page General > Editors > Text Editors > Spelling takes a few seconds to open for the first time on my machine, while most other preference pages open almost instantly. What is it doing that takes it so long to open? | resolved fixed | dbaa016 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-05T16:07:16Z | 2005-04-03T03:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/SpellCheckEngine.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... |
90,249 | Bug 90249 remove workaround code for bug 85005 | null | resolved fixed | 355ef9f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-05T16:23:30Z | 2005-04-05T08:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.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,524 | Bug 89524 [refactoring] [5.0] Wrong change preview in introduce parameter | M6 test candidate Steps to reproduce: - Create the following method: /** * @param string */ public void foo(String string) { String s= new String(); } - Invoke introduce parameter on constructor invocation - Consult preview -> Clicking on the "AboutDialog", "foo(String" and "Change signature" tree item shows erroneous ... | resolved fixed | c7c03ea | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-06T15:42:57Z | 2005-03-30T13:40:00Z | org.eclipse.jdt.ui/core | |
89,524 | Bug 89524 [refactoring] [5.0] Wrong change preview in introduce parameter | M6 test candidate Steps to reproduce: - Create the following method: /** * @param string */ public void foo(String string) { String s= new String(); } - Invoke introduce parameter on constructor invocation - Consult preview -> Clicking on the "AboutDialog", "foo(String" and "Change signature" tree item shows erroneous ... | resolved fixed | c7c03ea | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-06T15:42:57Z | 2005-03-30T13:40:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java | |
85,894 | Bug 85894 Exceptions touching .class files | in 0217-2000 I have a project that has a bunch of .class files in it in a random directory. These are NOT on the classpath of the project. It seems that every time I touch (just click on it) one of these files in the package explorer I get about 3 of the following in the log. It is unclear if anything bad is actually h... | resolved fixed | a5e782b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-06T22:42:34Z | 2005-02-19T02:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindAction.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,579 | Bug 86579 [content assist] guessing parameters is very slow | Eclipse : 3.1M5a Guessing the parameter values in JDT has gone very slow. I have noticed this since 3.1M4. My settings are : Java Editor Code Assist Advanced [x] fill argument names [x] guess names When I turn-off 'guess' method completion & filing in input-parameter name is faster. The plugin project has about 150 Jav... | closed fixed | 687a52f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-07T10:48:52Z | 2005-02-25T00:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuesser.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... |
90,528 | Bug 90528 Editor icon does not show problem decoration for second instance | 3.1 M6 - open a .java file that has errors or warnings - the editor tab icon has the problem decoration - Window > New Window - open the same file in the new window - the editor tab icon is missing the problem decoration | resolved fixed | b078de1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-07T13:46:53Z | 2005-04-06T20:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.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... |
90,528 | Bug 90528 Editor icon does not show problem decoration for second instance | 3.1 M6 - open a .java file that has errors or warnings - the editor tab icon has the problem decoration - Window > New Window - open the same file in the new window - the editor tab icon is missing the problem decoration | resolved fixed | b078de1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-07T13:46:53Z | 2005-04-06T20:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorErrorTickUpdater.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... |
90,082 | Bug 90082 [1.5][generics] "New Class" wizard is not able to implement generic interfaces | In Eclipse 3.1 (JDT version I20050219-1500), the wizard for creating a new class seems unable to implement generic interfaces while specifying its argument. For example, implementing Comparable<Integer> is impossible; you have to first implement Comparable, and then correct the genearted stub for specifying its type ar... | resolved fixed | b7a22d6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-07T15:36:38Z | 2005-04-02T13:53:20Z | org.eclipse.jdt.ui/core | |
90,082 | Bug 90082 [1.5][generics] "New Class" wizard is not able to implement generic interfaces | In Eclipse 3.1 (JDT version I20050219-1500), the wizard for creating a new class seems unable to implement generic interfaces while specifying its argument. For example, implementing Comparable<Integer> is impossible; you have to first implement Comparable, and then correct the genearted stub for specifying its type ar... | resolved fixed | b7a22d6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-07T15:36:38Z | 2005-04-02T13:53:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/TypeContextChecker.java | |
90,082 | Bug 90082 [1.5][generics] "New Class" wizard is not able to implement generic interfaces | In Eclipse 3.1 (JDT version I20050219-1500), the wizard for creating a new class seems unable to implement generic interfaces while specifying its argument. For example, implementing Comparable<Integer> is impossible; you have to first implement Comparable, and then correct the genearted stub for specifying its type ar... | resolved fixed | b7a22d6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-07T15:36:38Z | 2005-04-02T13:53:20Z | org.eclipse.jdt.ui/ui | |
90,082 | Bug 90082 [1.5][generics] "New Class" wizard is not able to implement generic interfaces | In Eclipse 3.1 (JDT version I20050219-1500), the wizard for creating a new class seems unable to implement generic interfaces while specifying its argument. For example, implementing Comparable<Integer> is impossible; you have to first implement Comparable, and then correct the genearted stub for specifying its type ar... | resolved fixed | b7a22d6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-07T15:36:38Z | 2005-04-02T13:53:20Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java | |
90,082 | Bug 90082 [1.5][generics] "New Class" wizard is not able to implement generic interfaces | In Eclipse 3.1 (JDT version I20050219-1500), the wizard for creating a new class seems unable to implement generic interfaces while specifying its argument. For example, implementing Comparable<Integer> is impossible; you have to first implement Comparable, and then correct the genearted stub for specifying its type ar... | resolved fixed | b7a22d6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-07T15:36:38Z | 2005-04-02T13:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TableTextCellEditor.java | |
90,082 | Bug 90082 [1.5][generics] "New Class" wizard is not able to implement generic interfaces | In Eclipse 3.1 (JDT version I20050219-1500), the wizard for creating a new class seems unable to implement generic interfaces while specifying its argument. For example, implementing Comparable<Integer> is impossible; you have to first implement Comparable, and then correct the genearted stub for specifying its type ar... | resolved fixed | b7a22d6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-07T15:36:38Z | 2005-04-02T13:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/StringWrapper.java | |
90,082 | Bug 90082 [1.5][generics] "New Class" wizard is not able to implement generic interfaces | In Eclipse 3.1 (JDT version I20050219-1500), the wizard for creating a new class seems unable to implement generic interfaces while specifying its argument. For example, implementing Comparable<Integer> is impossible; you have to first implement Comparable, and then correct the genearted stub for specifying its type ar... | resolved fixed | b7a22d6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-07T15:36:38Z | 2005-04-02T13:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/SuperInterfaceSelectionDialog.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... |
90,082 | Bug 90082 [1.5][generics] "New Class" wizard is not able to implement generic interfaces | In Eclipse 3.1 (JDT version I20050219-1500), the wizard for creating a new class seems unable to implement generic interfaces while specifying its argument. For example, implementing Comparable<Integer> is impossible; you have to first implement Comparable, and then correct the genearted stub for specifying its type ar... | resolved fixed | b7a22d6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-07T15:36:38Z | 2005-04-02T13:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/ListDialogField.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... |
90,082 | Bug 90082 [1.5][generics] "New Class" wizard is not able to implement generic interfaces | In Eclipse 3.1 (JDT version I20050219-1500), the wizard for creating a new class seems unable to implement generic interfaces while specifying its argument. For example, implementing Comparable<Integer> is impossible; you have to first implement Comparable, and then correct the genearted stub for specifying its type ar... | resolved fixed | b7a22d6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-07T15:36:38Z | 2005-04-02T13:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.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... |
90,074 | Bug 90074 [search] Search view flashing while navigating workspace | null | resolved fixed | cb01c65 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-08T09:17:55Z | 2005-04-02T05:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.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... |
90,830 | Bug 90830 Dialog font use: Package explorer configure working sets | I20050405-0800 Package Explorer view drop down menu>Configure working sets The left hand side buttons are not setting the dialog font: Up, Down, Select All, Deselect All While I am here, it would be nice to have a mnemonic on the table label for easy keyboard navigation into the table. | resolved fixed | 374890b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-11T10:26:36Z | 2005-04-08T17:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationDialog.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... |
41,239 | Bug 41239 Compile error in JDT JUnit due to SWTUtil [JUnit] | null | resolved fixed | 1704d09 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-11T15:44:19Z | 2003-08-07T07:06:40Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPreferencePage.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... |
41,239 | Bug 41239 Compile error in JDT JUnit due to SWTUtil [JUnit] | null | resolved fixed | 1704d09 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-11T15:44:19Z | 2003-08-07T07:06:40Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/SWTUtil.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... |
41,239 | Bug 41239 Compile error in JDT JUnit due to SWTUtil [JUnit] | null | resolved fixed | 1704d09 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-11T15:44:19Z | 2003-08-07T07:06:40Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.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... |
41,239 | Bug 41239 Compile error in JDT JUnit due to SWTUtil [JUnit] | null | resolved fixed | 1704d09 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-11T15:44:19Z | 2003-08-07T07:06:40Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageTwo.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... |
41,239 | Bug 41239 Compile error in JDT JUnit due to SWTUtil [JUnit] | null | resolved fixed | 1704d09 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-11T15:44:19Z | 2003-08-07T07:06:40Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestSuiteWizardPage.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... |
90,569 | Bug 90569 combobox needs to remember more items | null | resolved fixed | 7ba98ec | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-12T07:42:19Z | 2005-04-07T07:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.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... |
91,115 | Bug 91115 Change method signature does not select table items on tab [refactoring] | I20050405-0800 + ZRH plugin export Tabbing through the table items of a newly created parameter does not select the entire text of the table item anymore, but places the cursor at the end of the item text. While this is certainly convenient in the new type wizard, the old behavior is more appropriate for change method ... | resolved fixed | 1bcfb42 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-12T15:31:10Z | 2005-04-12T12:46:40Z | org.eclipse.jdt.ui/ui | |
91,115 | Bug 91115 Change method signature does not select table items on tab [refactoring] | I20050405-0800 + ZRH plugin export Tabbing through the table items of a newly created parameter does not select the entire text of the table item anymore, but places the cursor at the end of the item text. While this is certainly convenient in the new type wizard, the old behavior is more appropriate for change method ... | resolved fixed | 1bcfb42 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-12T15:31:10Z | 2005-04-12T12:46:40Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java | |
91,115 | Bug 91115 Change method signature does not select table items on tab [refactoring] | I20050405-0800 + ZRH plugin export Tabbing through the table items of a newly created parameter does not select the entire text of the table item anymore, but places the cursor at the end of the item text. While this is certainly convenient in the new type wizard, the old behavior is more appropriate for change method ... | resolved fixed | 1bcfb42 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-12T15:31:10Z | 2005-04-12T12:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TableTextCellEditor.java | /*******************************************************************************
* Copyright (c) 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, and is a... |
91,115 | Bug 91115 Change method signature does not select table items on tab [refactoring] | I20050405-0800 + ZRH plugin export Tabbing through the table items of a newly created parameter does not select the entire text of the table item anymore, but places the cursor at the end of the item text. While this is certainly convenient in the new type wizard, the old behavior is more appropriate for change method ... | resolved fixed | 1bcfb42 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-12T15:31:10Z | 2005-04-12T12:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.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,476 | Bug 89476 'dot' should not autoactivate code assist in dialog fields | While testing code assist in the super class field in the new class wizard I noticed that '.' auto activate code assist. IMO this makes sense for cases where we have a method class after a dot. But in the case where we only enter class names '.' shouldn't auto activate code assist. Opinions. | resolved fixed | 5d2512a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-12T16:40:36Z | 2005-03-30T08:06:40Z | org.eclipse.jdt.ui/ui | |
89,476 | Bug 89476 'dot' should not autoactivate code assist in dialog fields | While testing code assist in the super class field in the new class wizard I noticed that '.' auto activate code assist. IMO this makes sense for cases where we have a method class after a dot. But in the case where we only enter class names '.' shouldn't auto activate code assist. Opinions. | resolved fixed | 5d2512a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-12T16:40:36Z | 2005-03-30T08:06:40Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaTypeCompletionProcessor.java | |
90,393 | Bug 90393 3.1 M6: File Global Search and Replace cannot write file | 3.1 M6: File Global Search and Replace cannot write file. I try to replace a word that occurs in multiple files in a project. I do this using the File Search and Replace dialog. Eclipse correctly searches and indicates that the files need to be opened for editing (I am using Perforce source code control). Then when I t... | resolved fixed | 11338a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-13T09:12:42Z | 2005-04-05T22:26:40Z | org.eclipse.jdt.ui/core | |
90,393 | Bug 90393 3.1 M6: File Global Search and Replace cannot write file | 3.1 M6: File Global Search and Replace cannot write file. I try to replace a word that occurs in multiple files in a project. I do this using the File Search and Replace dialog. Eclipse correctly searches and indicates that the files need to be opened for editing (I am using Perforce source code control). Then when I t... | resolved fixed | 11338a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-13T09:12:42Z | 2005-04-05T22:26:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/util/QualifiedNameFinder.java | |
90,841 | Bug 90841 [misc] IllegalStateException in Java editor | build i0405 I got the following exception in my log file. I believe I did a ctrl-shift-u to turn off "mark occurances" (didn't realize that wasn't the right key binding) so then I hit the icon and now I get that message everytime I hit the "mark occurances" icon. It looks like JavaEditor.EclipsePreferencesAdaptor holds... | resolved fixed | 76fa8ad | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-13T13:06:06Z | 2005-04-08T19:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.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... |
91,306 | Bug 91306 [navigation] Java file opens with all text selected | 3.1M6 I had some Java files which I associated to the text editor. When I open them from the package explorer, they open with all of the text selected (as if I had hit Ctrl-A). | resolved fixed | 925f9ff | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-13T17:55:29Z | 2005-04-13T16:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/EditorUtility.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... |
90,880 | Bug 90880 [refactoring] AssertionError when running Infer Type Arguments | When running the Infer Type Arguments refactoring, I encountered the following internal exception: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDialog2.java:282)... | resolved fixed | 0d79d83 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-14T00:11:07Z | 2005-04-08T22:40:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuAddAll/in/A.java | |
90,880 | Bug 90880 [refactoring] AssertionError when running Infer Type Arguments | When running the Infer Type Arguments refactoring, I encountered the following internal exception: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDialog2.java:282)... | resolved fixed | 0d79d83 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-14T00:11:07Z | 2005-04-08T22:40:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuAddAll/out/A.java | |
90,880 | Bug 90880 [refactoring] AssertionError when running Infer Type Arguments | When running the Infer Type Arguments refactoring, I encountered the following internal exception: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDialog2.java:282)... | resolved fixed | 0d79d83 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-14T00:11:07Z | 2005-04-08T22:40:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuSynchronizedList/in/A.java | |
90,880 | Bug 90880 [refactoring] AssertionError when running Infer Type Arguments | When running the Infer Type Arguments refactoring, I encountered the following internal exception: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDialog2.java:282)... | resolved fixed | 0d79d83 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-14T00:11:07Z | 2005-04-08T22:40:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuSynchronizedList/out/A.java | |
90,880 | Bug 90880 [refactoring] AssertionError when running Infer Type Arguments | When running the Infer Type Arguments refactoring, I encountered the following internal exception: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDialog2.java:282)... | resolved fixed | 0d79d83 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-14T00:11:07Z | 2005-04-08T22:40:00Z | org.eclipse.jdt.ui.tests.refactoring/test | |
90,880 | Bug 90880 [refactoring] AssertionError when running Infer Type Arguments | When running the Infer Type Arguments refactoring, I encountered the following internal exception: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDialog2.java:282)... | resolved fixed | 0d79d83 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-14T00:11:07Z | 2005-04-08T22:40:00Z | cases/org/eclipse/jdt/ui/tests/refactoring/InferTypeArgumentsTests.java | |
90,880 | Bug 90880 [refactoring] AssertionError when running Infer Type Arguments | When running the Infer Type Arguments refactoring, I encountered the following internal exception: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDialog2.java:282)... | resolved fixed | 0d79d83 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-14T00:11:07Z | 2005-04-08T22:40:00Z | org.eclipse.jdt.ui/core | |
90,880 | Bug 90880 [refactoring] AssertionError when running Infer Type Arguments | When running the Infer Type Arguments refactoring, I encountered the following internal exception: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDialog2.java:282)... | resolved fixed | 0d79d83 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-14T00:11:07Z | 2005-04-08T22:40:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintCreator.java | |
91,266 | Bug 91266 [refactor/code completion] change method signature, code completion not useable | We can with CTRL-SPACE initalize code completion in the type selection of the change method signature. But if we then press enter to select the right type we just pointed out with code completion. The enter is consumed by the table below and the selected value in the code completion popup is ignored. So yes you can see... | verified fixed | 00bbb75 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-15T14:59:28Z | 2005-04-13T13:46:40Z | org.eclipse.jdt.ui/ui | |
91,266 | Bug 91266 [refactor/code completion] change method signature, code completion not useable | We can with CTRL-SPACE initalize code completion in the type selection of the change method signature. But if we then press enter to select the right type we just pointed out with code completion. The enter is consumed by the table below and the selected value in the code completion popup is ignored. So yes you can see... | verified fixed | 00bbb75 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-15T14:59:28Z | 2005-04-13T13:46:40Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java | |
91,266 | Bug 91266 [refactor/code completion] change method signature, code completion not useable | We can with CTRL-SPACE initalize code completion in the type selection of the change method signature. But if we then press enter to select the right type we just pointed out with code completion. The enter is consumed by the table below and the selected value in the code completion popup is ignored. So yes you can see... | verified fixed | 00bbb75 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-15T14:59:28Z | 2005-04-13T13:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TableTextCellEditor.java | /*******************************************************************************
* Copyright (c) 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, and is a... |
90,391 | Bug 90391 [refactoring] [move] Bad progress reporting in move static members | Take scenario from 90365 Observe: the progress reporting is really bad. Especially the flashing between searching... and visibility checking with no progress of the progress monitor is annoying. | resolved fixed | 81b37b4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-15T15:12:17Z | 2005-04-05T22:26:40Z | org.eclipse.jdt.ui/core | |
90,391 | Bug 90391 [refactoring] [move] Bad progress reporting in move static members | Take scenario from 90365 Observe: the progress reporting is really bad. Especially the flashing between searching... and visibility checking with no progress of the progress monitor is annoying. | resolved fixed | 81b37b4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-15T15:12:17Z | 2005-04-05T22:26:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembersProcessor.java | |
91,072 | Bug 91072 F2/Hover for external javadoc does not work | null | resolved fixed | 161efb5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-15T16:14:00Z | 2005-04-12T04:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.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... |
91,721 | Bug 91721 [content assist] Code assist UI: Inner types rendered with container qualification | 20050418 See screenshot. The label of a inner type should better just contain the name (the container name can be in the appended qualification) | resolved fixed | b1c9df3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-19T08:35:14Z | 2005-04-18T10:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalLabelProvider.java | /*******************************************************************************
* Copyright (c) 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, and is a... |
91,809 | Bug 91809 Packages view throws NPE on creation | Running with code in HEAD, 20050418 Switch to the Java Browsing perspective. I get: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.browsing.PackagesView.findInputForJavaElement(PackagesView.java:545) at org.eclipse.jdt.internal.ui.browsing.JavaBrowsingPart.setInitialInput(JavaBrowsingPart.java:898) at or... | resolved fixed | 21980bb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-19T08:48:24Z | 2005-04-19T00:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.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... |
91,955 | Bug 91955 API Request: Add modification stamp to document and document event | null | resolved fixed | 9ae2547 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-20T15:38:25Z | 2005-04-19T17:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/PartiallySynchronizedDocument.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... |
92,009 | Bug 92009 [nls tooling] Externalize Strings wizard broken | Since we moved to the new NLS format, I cannot externalize strings any more. Whenever I open the wizard on a file and check the option to use the new NLS format, I get the following error: 'Some keys are invalid' I also get error overlay on a bunch of keys in the checkbox column. I cannot work until this is fixed. | resolved fixed | de5a6fd | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-20T17:06:07Z | 2005-04-19T22:33:20Z | org.eclipse.jdt.ui/ui | |
92,009 | Bug 92009 [nls tooling] Externalize Strings wizard broken | Since we moved to the new NLS format, I cannot externalize strings any more. Whenever I open the wizard on a file and check the option to use the new NLS format, I get the following error: 'Some keys are invalid' I also get error overlay on a bunch of keys in the checkbox column. I cannot work until this is fixed. | resolved fixed | de5a6fd | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-20T17:06:07Z | 2005-04-19T22:33:20Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java | |
91,524 | Bug 91524 [nls tooling] AssertionFailedException when externalizing strings | I20050413-0910 Happened with Eclipse stye message class where BUNDLE_NAME was inlined into NLS.initializeMessages !SESSION 2005-04-15 16:00:12.603 ----------------------------------------------- eclipse.buildId=I20050413-0910 java.version=1.4.2_06 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x... | verified fixed | 2326851 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-20T17:07:07Z | 2005-04-15T13:00:00Z | org.eclipse.jdt.ui/core | |
91,524 | Bug 91524 [nls tooling] AssertionFailedException when externalizing strings | I20050413-0910 Happened with Eclipse stye message class where BUNDLE_NAME was inlined into NLS.initializeMessages !SESSION 2005-04-15 16:00:12.603 ----------------------------------------------- eclipse.buildId=I20050413-0910 java.version=1.4.2_06 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x... | verified fixed | 2326851 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-20T17:07:07Z | 2005-04-15T13:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/AccessorClassReference.java | |
91,524 | Bug 91524 [nls tooling] AssertionFailedException when externalizing strings | I20050413-0910 Happened with Eclipse stye message class where BUNDLE_NAME was inlined into NLS.initializeMessages !SESSION 2005-04-15 16:00:12.603 ----------------------------------------------- eclipse.buildId=I20050413-0910 java.version=1.4.2_06 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x... | verified fixed | 2326851 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-20T17:07:07Z | 2005-04-15T13:00:00Z | org.eclipse.jdt.ui/core | |
91,524 | Bug 91524 [nls tooling] AssertionFailedException when externalizing strings | I20050413-0910 Happened with Eclipse stye message class where BUNDLE_NAME was inlined into NLS.initializeMessages !SESSION 2005-04-15 16:00:12.603 ----------------------------------------------- eclipse.buildId=I20050413-0910 java.version=1.4.2_06 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x... | verified fixed | 2326851 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-20T17:07:07Z | 2005-04-15T13:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHintHelper.java | |
90,394 | Bug 90394 [JUnit] Junit source missing | 3.1M6. Create new project, new class, new junit test for that class. Eclipse asks to add junit.jar to the classpath, say OK. Right click junit.jar, click Java Source Attachment. An error says the path does not exist. Here's what is filled in: ECLIPSE_HOME/plugins/org.eclipse.jdt.source_3.0.0/src/org.junit_3.8.1/junitsr... | resolved fixed | 29eb6a0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-21T09:27:46Z | 2005-04-05T22:26:40Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitAddLibraryProposal.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... |
65,556 | Bug 65556 [implementation] JavaAutoIndentStrategy performance? | Build: 3.0 RC1 Ok, this is a bit of a silly test case, but it might point to possible performance improvements in the auto-indent code. These times are on a 2.5 Ghz PIV with plenty of RAM. 1) Copy, for example, an Eclipse book or a Tolstoy novel onto the clipboard (in my example, 110,000 words, 14,000 lines) 2) Paste i... | resolved fixed | 9e29cd0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-22T12:51:50Z | 2004-06-03T16:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.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... |
44,362 | Bug 44362 [painting] Should not search for occurrences if element under cursor is the same | null | resolved fixed | 2b9415c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-22T15:18:47Z | 2003-10-07T20:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.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... |
90,930 | Bug 90930 Generate constructor using fields generates wrong parameter name | private static class Data { public int modifier; public char[] name; public char[] packageName; public char[][] enclosingNames; public String path; } Generate constructor using field. Observer: you get two parameters named "name". | verified fixed | 1652252 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-25T09:10:02Z | 2005-04-10T16:20:00Z | org.eclipse.jdt.ui/core | |
90,930 | Bug 90930 Generate constructor using fields generates wrong parameter name | private static class Data { public int modifier; public char[] name; public char[] packageName; public char[][] enclosingNames; public String path; } Generate constructor using field. Observer: you get two parameters named "name". | verified fixed | 1652252 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-25T09:10:02Z | 2005-04-10T16:20:00Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java | |
90,749 | Bug 90749 Delegate methods cannot be created for all fields | For some reason, when I go to Source > Generate delegate methods, it is not giving me an option to generate delegate methods for all the fields, as you can see on the attached screenshot. | resolved fixed | 21396d7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-25T09:24:14Z | 2005-04-08T00:26:40Z | org.eclipse.jdt.ui/core | |
90,749 | Bug 90749 Delegate methods cannot be created for all fields | For some reason, when I go to Source > Generate delegate methods, it is not giving me an option to generate delegate methods for all the fields, as you can see on the attached screenshot. | resolved fixed | 21396d7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-25T09:24:14Z | 2005-04-08T00:26:40Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java | |
90,424 | Bug 90424 Should add more performance tests to jdt.ui fingerprint | Especially test for Move and Rename which deals with lots of references (the 1000_10 and 10_1000 tests which update 100000 references) should have a performance and heap space usage finger print Additionally we should activate the ExtractInterfaceTest since it shows the improvements we did there. | resolved fixed | c7748c9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-25T10:20:47Z | 2005-04-06T09:33:20Z | org.eclipse.jdt.ui.tests.refactoring/test | |
90,424 | Bug 90424 Should add more performance tests to jdt.ui fingerprint | Especially test for Move and Rename which deals with lots of references (the 1000_10 and 10_1000 tests which update 100000 references) should have a performance and heap space usage finger print Additionally we should activate the ExtractInterfaceTest since it shows the improvements we did there. | resolved fixed | c7748c9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-25T10:20:47Z | 2005-04-06T09:33:20Z | cases/org/eclipse/jdt/ui/tests/refactoring/reorg/MoveCompilationUnitPerfTests1.java | |
90,424 | Bug 90424 Should add more performance tests to jdt.ui fingerprint | Especially test for Move and Rename which deals with lots of references (the 1000_10 and 10_1000 tests which update 100000 references) should have a performance and heap space usage finger print Additionally we should activate the ExtractInterfaceTest since it shows the improvements we did there. | resolved fixed | c7748c9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-25T10:20:47Z | 2005-04-06T09:33:20Z | org.eclipse.jdt.ui.tests.refactoring/test | |
90,424 | Bug 90424 Should add more performance tests to jdt.ui fingerprint | Especially test for Move and Rename which deals with lots of references (the 1000_10 and 10_1000 tests which update 100000 references) should have a performance and heap space usage finger print Additionally we should activate the ExtractInterfaceTest since it shows the improvements we did there. | resolved fixed | c7748c9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-25T10:20:47Z | 2005-04-06T09:33:20Z | cases/org/eclipse/jdt/ui/tests/refactoring/reorg/MoveCompilationUnitPerfTests2.java | |
90,424 | Bug 90424 Should add more performance tests to jdt.ui fingerprint | Especially test for Move and Rename which deals with lots of references (the 1000_10 and 10_1000 tests which update 100000 references) should have a performance and heap space usage finger print Additionally we should activate the ExtractInterfaceTest since it shows the improvements we did there. | resolved fixed | c7748c9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-25T10:20:47Z | 2005-04-06T09:33:20Z | org.eclipse.jdt.ui.tests.refactoring/test | |
90,424 | Bug 90424 Should add more performance tests to jdt.ui fingerprint | Especially test for Move and Rename which deals with lots of references (the 1000_10 and 10_1000 tests which update 100000 references) should have a performance and heap space usage finger print Additionally we should activate the ExtractInterfaceTest since it shows the improvements we did there. | resolved fixed | c7748c9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-25T10:20:47Z | 2005-04-06T09:33:20Z | cases/org/eclipse/jdt/ui/tests/refactoring/reorg/MoveStaticMembersPerfTests1.java | |
90,424 | Bug 90424 Should add more performance tests to jdt.ui fingerprint | Especially test for Move and Rename which deals with lots of references (the 1000_10 and 10_1000 tests which update 100000 references) should have a performance and heap space usage finger print Additionally we should activate the ExtractInterfaceTest since it shows the improvements we did there. | resolved fixed | c7748c9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-25T10:20:47Z | 2005-04-06T09:33:20Z | org.eclipse.jdt.ui.tests.refactoring/test | |
90,424 | Bug 90424 Should add more performance tests to jdt.ui fingerprint | Especially test for Move and Rename which deals with lots of references (the 1000_10 and 10_1000 tests which update 100000 references) should have a performance and heap space usage finger print Additionally we should activate the ExtractInterfaceTest since it shows the improvements we did there. | resolved fixed | c7748c9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-25T10:20:47Z | 2005-04-06T09:33:20Z | cases/org/eclipse/jdt/ui/tests/refactoring/reorg/MoveStaticMembersPerfTests2.java | |
90,424 | Bug 90424 Should add more performance tests to jdt.ui fingerprint | Especially test for Move and Rename which deals with lots of references (the 1000_10 and 10_1000 tests which update 100000 references) should have a performance and heap space usage finger print Additionally we should activate the ExtractInterfaceTest since it shows the improvements we did there. | resolved fixed | c7748c9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-25T10:20:47Z | 2005-04-06T09:33:20Z | org.eclipse.jdt.ui.tests.refactoring/test | |
90,424 | Bug 90424 Should add more performance tests to jdt.ui fingerprint | Especially test for Move and Rename which deals with lots of references (the 1000_10 and 10_1000 tests which update 100000 references) should have a performance and heap space usage finger print Additionally we should activate the ExtractInterfaceTest since it shows the improvements we did there. | resolved fixed | c7748c9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-25T10:20:47Z | 2005-04-06T09:33:20Z | cases/org/eclipse/jdt/ui/tests/refactoring/reorg/RenameMethodPerfTests1.java | |
90,424 | Bug 90424 Should add more performance tests to jdt.ui fingerprint | Especially test for Move and Rename which deals with lots of references (the 1000_10 and 10_1000 tests which update 100000 references) should have a performance and heap space usage finger print Additionally we should activate the ExtractInterfaceTest since it shows the improvements we did there. | resolved fixed | c7748c9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-25T10:20:47Z | 2005-04-06T09:33:20Z | org.eclipse.jdt.ui.tests.refactoring/test | |
90,424 | Bug 90424 Should add more performance tests to jdt.ui fingerprint | Especially test for Move and Rename which deals with lots of references (the 1000_10 and 10_1000 tests which update 100000 references) should have a performance and heap space usage finger print Additionally we should activate the ExtractInterfaceTest since it shows the improvements we did there. | resolved fixed | c7748c9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-25T10:20:47Z | 2005-04-06T09:33:20Z | cases/org/eclipse/jdt/ui/tests/refactoring/reorg/RenameMethodPerfTests2.java | |
90,424 | Bug 90424 Should add more performance tests to jdt.ui fingerprint | Especially test for Move and Rename which deals with lots of references (the 1000_10 and 10_1000 tests which update 100000 references) should have a performance and heap space usage finger print Additionally we should activate the ExtractInterfaceTest since it shows the improvements we did there. | resolved fixed | c7748c9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-04-25T10:20:47Z | 2005-04-06T09:33:20Z | org.eclipse.jdt.ui.tests.refactoring/test |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.