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
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/NewJavaProjectWizardPage.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,940
Bug 82940 [quick fix] Missing sensible conversion suggestion
For this code > % cat Test.java import java.util.Collections; import java.util.List; public class Test { interface Wrapper { int doit(); } private static final List<Wrapper> STD_WRAPPERS = Collections.singletonList ((Wrapper)new Wrapper() { public int doit() { return 0; } }); private static final List<Wrapper> STD_WRAP...
resolved wontfix
e4bcd14
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-21T22:09:03Z
2005-01-17T05: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...
82,940
Bug 82940 [quick fix] Missing sensible conversion suggestion
For this code > % cat Test.java import java.util.Collections; import java.util.List; public class Test { interface Wrapper { int doit(); } private static final List<Wrapper> STD_WRAPPERS = Collections.singletonList ((Wrapper)new Wrapper() { public int doit() { return 0; } }); private static final List<Wrapper> STD_WRAP...
resolved wontfix
e4bcd14
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-21T22:09:03Z
2005-01-17T05:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/MissingReturnTypeCorrectionProposal.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,940
Bug 82940 [quick fix] Missing sensible conversion suggestion
For this code > % cat Test.java import java.util.Collections; import java.util.List; public class Test { interface Wrapper { int doit(); } private static final List<Wrapper> STD_WRAPPERS = Collections.singletonList ((Wrapper)new Wrapper() { public int doit() { return 0; } }); private static final List<Wrapper> STD_WRAP...
resolved wontfix
e4bcd14
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-21T22:09:03Z
2005-01-17T05:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.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...
73,011
Bug 73011 [wizards] The Code Template inserted into the wrong place [code manipulation]
In my preference, I have change my Code Template - Code - New Java File to be as follows: ${typecomment} /* * Created on ${date} */ ${package_declaration} ${type_declaration} ----------------- However, when I create a new java class that extends or implement something, the result java file inserted the package declarat...
verified fixed
7f8d111
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-22T10:24:48Z
2004-08-31T22:06: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...
73,297
Bug 73297 [quick fix] Open Build path dialog quick fix
A jar was removed and not replace with the newer one. Subsequently, I got the error "The project was not built since its build path is incomplete. Cannot find the class file for javax.activation.DataSource. Fix the build path then try building this project...". It is a minor thing, but for beginners quite helpful if up...
verified fixed
a48fef5
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-22T15:04:59Z
2004-09-05T16:00:00Z
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...
73,297
Bug 73297 [quick fix] Open Build path dialog quick fix
A jar was removed and not replace with the newer one. Subsequently, I got the error "The project was not built since its build path is incomplete. Cannot find the class file for javax.activation.DataSource. Fix the build path then try building this project...". It is a minor thing, but for beginners quite helpful if up...
verified fixed
a48fef5
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-22T15:04:59Z
2004-09-05T16:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.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...
73,297
Bug 73297 [quick fix] Open Build path dialog quick fix
A jar was removed and not replace with the newer one. Subsequently, I got the error "The project was not built since its build path is incomplete. Cannot find the class file for javax.activation.DataSource. Fix the build path then try building this project...". It is a minor thing, but for beginners quite helpful if up...
verified fixed
a48fef5
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-22T15:04:59Z
2004-09-05T16:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.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,137
Bug 96137 (regression) Type hierarchy displays its name in the content area when empty
null
verified fixed
429a7d5
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T07:38:08Z
2005-05-20T17:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.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...
85,403
Bug 85403 [quick assist] convert 'switch' into if-else-if fails if case has block
I20050215-2300 test case: switch (a) { case 1 : { System.out.println("1"); break; } }
verified fixed
aef5df6
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T08:51:59Z
2005-02-16T13:20:00Z
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...
85,403
Bug 85403 [quick assist] convert 'switch' into if-else-if fails if case has block
I20050215-2300 test case: switch (a) { case 1 : { System.out.println("1"); break; } }
verified fixed
aef5df6
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T08:51:59Z
2005-02-16T13:20:00Z
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...
86,842
Bug 86842 [quick assist] Intention "Split variable declaration" loses "final"
Example: final FcFile file = lockNextFile(); Invoke the intention on variable 'file' and you get: FcFile file; file = lockNextFile(); instead of the expected: final FcFile file; file = lockNextFile();
verified fixed
91298ee
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T10:17:19Z
2005-02-28T14:13: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...
86,842
Bug 86842 [quick assist] Intention "Split variable declaration" loses "final"
Example: final FcFile file = lockNextFile(); Invoke the intention on variable 'file' and you get: FcFile file; file = lockNextFile(); instead of the expected: final FcFile file; file = lockNextFile();
verified fixed
91298ee
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T10:17:19Z
2005-02-28T14:13: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...
96,280
Bug 96280 [typing] Smart paste has problems if second line has only whitespaces
N20050523-0010 Paste the following into a method: void hasOneExitPoint() { } void hasTwoExitPoints(int i) { if (i < 0) callsMethodThatThrowsRuntimeException(i); }
verified fixed
3e03f42
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T10:24:33Z
2005-05-23T09:20:00Z
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...
95,423
Bug 95423 M7 JDT Open Type Dialog Issues With Multiple 'Identical' Projects
null
verified fixed
1f25449
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T10:30:07Z
2005-05-16T19: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...
95,423
Bug 95423 M7 JDT Open Type Dialog Issues With Multiple 'Identical' Projects
null
verified fixed
1f25449
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T10:30:07Z
2005-05-16T19:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog2.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...
85,807
Bug 85807 ImportRewrite#addImport(...): javadoc should tell that result can be used as variable type
I20050217-2000 If I understand that correctly, all ImportRewrite#addImport(...) methods should be able to deal with anonymous and array types/bindings: - they add imports for all types referenced in the given type reference - they return a type that can be used to declare a variable to which an object of the original t...
verified fixed
07e04ac
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T10:37:49Z
2005-02-18T09:46:40Z
org.eclipse.jdt.ui/core
85,807
Bug 85807 ImportRewrite#addImport(...): javadoc should tell that result can be used as variable type
I20050217-2000 If I understand that correctly, all ImportRewrite#addImport(...) methods should be able to deal with anonymous and array types/bindings: - they add imports for all types referenced in the given type reference - they return a type that can be used to declare a variable to which an object of the original t...
verified fixed
07e04ac
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T10:37:49Z
2005-02-18T09:46:40Z
extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportRewrite.java
72,836
Bug 72836 [refactor] InLine simple method with "this." created extra code
For example, start with: public class InLineTest { private void foo() { System.out.println(); } private void bar() { this.foo(); } } Select foo() to in-line and you get: public class InLineTest { private void bar() { InLineTest r = this; // THIS EXTRA LINE IS NOT NEEDED AT ALL! ;-) System.out.println(); } } Version 3.1...
verified fixed
9e28ee5
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T10:40:39Z
2004-08-28T02:26:40Z
org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_in/Test_72836.java
72,836
Bug 72836 [refactor] InLine simple method with "this." created extra code
For example, start with: public class InLineTest { private void foo() { System.out.println(); } private void bar() { this.foo(); } } Select foo() to in-line and you get: public class InLineTest { private void bar() { InLineTest r = this; // THIS EXTRA LINE IS NOT NEEDED AT ALL! ;-) System.out.println(); } } Version 3.1...
verified fixed
9e28ee5
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T10:40:39Z
2004-08-28T02:26:40Z
org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_out/Test_72836.java
72,836
Bug 72836 [refactor] InLine simple method with "this." created extra code
For example, start with: public class InLineTest { private void foo() { System.out.println(); } private void bar() { this.foo(); } } Select foo() to in-line and you get: public class InLineTest { private void bar() { InLineTest r = this; // THIS EXTRA LINE IS NOT NEEDED AT ALL! ;-) System.out.println(); } } Version 3.1...
verified fixed
9e28ee5
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T10:40:39Z
2004-08-28T02:26:40Z
org.eclipse.jdt.ui.tests.refactoring/test
72,836
Bug 72836 [refactor] InLine simple method with "this." created extra code
For example, start with: public class InLineTest { private void foo() { System.out.println(); } private void bar() { this.foo(); } } Select foo() to in-line and you get: public class InLineTest { private void bar() { InLineTest r = this; // THIS EXTRA LINE IS NOT NEEDED AT ALL! ;-) System.out.println(); } } Version 3.1...
verified fixed
9e28ee5
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T10:40:39Z
2004-08-28T02:26:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java
72,836
Bug 72836 [refactor] InLine simple method with "this." created extra code
For example, start with: public class InLineTest { private void foo() { System.out.println(); } private void bar() { this.foo(); } } Select foo() to in-line and you get: public class InLineTest { private void bar() { InLineTest r = this; // THIS EXTRA LINE IS NOT NEEDED AT ALL! ;-) System.out.println(); } } Version 3.1...
verified fixed
9e28ee5
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T10:40:39Z
2004-08-28T02:26:40Z
org.eclipse.jdt.ui/core
72,836
Bug 72836 [refactor] InLine simple method with "this." created extra code
For example, start with: public class InLineTest { private void foo() { System.out.println(); } private void bar() { this.foo(); } } Select foo() to in-line and you get: public class InLineTest { private void bar() { InLineTest r = this; // THIS EXTRA LINE IS NOT NEEDED AT ALL! ;-) System.out.println(); } } Version 3.1...
verified fixed
9e28ee5
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T10:40:39Z
2004-08-28T02:26:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java
85,274
Bug 85274 Project rename Undo after error does nothing [refactoring]
(Using 3.1 M5 practice build) If you set the .project file of an unshared Java project to read-only and perform a Refactor/Rename from the Packages Explorer, you will get an error. When this happens, the user is presented with the option to Undo but this does not revert the project to it's original name. Either the Und...
verified fixed
7e17369
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T10:49:51Z
2005-02-15T15:06:40Z
org.eclipse.jdt.ui/core
85,274
Bug 85274 Project rename Undo after error does nothing [refactoring]
(Using 3.1 M5 practice build) If you set the .project file of an unshared Java project to read-only and perform a Refactor/Rename from the Packages Explorer, you will get an error. When this happens, the user is presented with the option to Undo but this does not revert the project to it's original name. Either the Und...
verified fixed
7e17369
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T10:49:51Z
2005-02-15T15:06:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameJavaProjectProcessor.java
94,789
Bug 94789 Introduce parameter does not call validateEdit [refactoring]
I20050509-2010: Steps to reproduce: - Checkout project in watch/edit mode, using send notifications to CVS server and always prompt settings - Invoke Introduce Parameter on method of this project -> Refactoring does not prompt whether the user would like to send the notification or not -> Refactoring should call Checks...
verified fixed
4c5bd4b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T12:46:55Z
2005-05-11T16:46:40Z
org.eclipse.jdt.ui/core
94,789
Bug 94789 Introduce parameter does not call validateEdit [refactoring]
I20050509-2010: Steps to reproduce: - Checkout project in watch/edit mode, using send notifications to CVS server and always prompt settings - Invoke Introduce Parameter on method of this project -> Refactoring does not prompt whether the user would like to send the notification or not -> Refactoring should call Checks...
verified fixed
4c5bd4b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T12:46:55Z
2005-05-11T16:46:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceParameterRefactoring.java
96,174
Bug 96174 [typing] Mysterious /*${cursor}*/ added when completing an else
N20050519-0010 1. Enter the following: if (true) { } el<ctrl+space> 2. Choose "else" as the completion. 3. The result is: if (true) { } else { /*${cursor}*/ } I am not sure what ${cursor} means, but it seems like this is a bug.
verified fixed
a5c743a
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T13:35:35Z
2005-05-20T20:13:20Z
org.eclipse.jdt.ui/core
96,174
Bug 96174 [typing] Mysterious /*${cursor}*/ added when completing an else
N20050519-0010 1. Enter the following: if (true) { } el<ctrl+space> 2. Choose "else" as the completion. 3. The result is: if (true) { } else { /*${cursor}*/ } I am not sure what ${cursor} means, but it seems like this is a bug.
verified fixed
a5c743a
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T13:35:35Z
2005-05-20T20:13:20Z
extension/org/eclipse/jdt/internal/corext/template/java/JavaFormatter.java
94,170
Bug 94170 Javadoc links in help view don't navigate directly to specific anchors in HTML
Using M6 on WinXP, and using default help settings, clicking Javadoc links in the help view cause the correct Javadoc page to be displayed, but the help view won't navigate to the correct anchor point in the Javadoc HTML--the page loads but won't scroll to the correct location in the docs for the particular field/metho...
verified fixed
44da5cd
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T14:19:11Z
2005-05-09T17:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/JavadocHelpContext.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,927
Bug 95927 [5.0][quick assist] Support iterablesin enhanced for loop quick assist
null
verified fixed
efec162
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T14:32:44Z
2005-05-19T13:40:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ConvertIterableLoopProposal.java
95,927
Bug 95927 [5.0][quick assist] Support iterablesin enhanced for loop quick assist
null
verified fixed
efec162
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T14:32:44Z
2005-05-19T13:40:00Z
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...
96,302
Bug 96302 [implementation] useless statement in getAutoEditStrategies(...)
In JavaSourceViewerConfiguration.getAutoEditStrategies(...) the line autoEditStrategies.toString(); is useless.
verified fixed
3bcbeea
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T14:39:19Z
2005-05-23T14:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaSourceViewerConfiguration.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...
87,682
Bug 87682 PasteResourceFromClipboardActionTest are useless
null
verified fixed
f3215ce
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T14:41:42Z
2005-03-10T18:40:00Z
org.eclipse.jdt.ui.tests.refactoring/test
87,682
Bug 87682 PasteResourceFromClipboardActionTest are useless
null
verified fixed
f3215ce
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T14:41:42Z
2005-03-10T18:40:00Z
cases/org/eclipse/jdt/ui/tests/reorg/AllTests.java
87,682
Bug 87682 PasteResourceFromClipboardActionTest are useless
null
verified fixed
f3215ce
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T14:41:42Z
2005-03-10T18:40:00Z
org.eclipse.jdt.ui.tests.refactoring/test
87,682
Bug 87682 PasteResourceFromClipboardActionTest are useless
null
verified fixed
f3215ce
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T14:41:42Z
2005-03-10T18:40:00Z
cases/org/eclipse/jdt/ui/tests/reorg/PasteResourcesFromClipboardActionTest.java
88,806
Bug 88806 [refactoring] Change Method Signature removes comment between parameter type and name
Build N20050303-0010 I started with this method: public void packetReceived( final RoutedPacket pkt, final PktNodeInfo fromNode, final PktNodeInfo toNode, final BitVector/*64*/sendTime, final BitVector/*64*/recvTime) Note that there is a comment instead of a space between the type BitVector and the argument name. While...
verified fixed
b050dd1
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T15:15:33Z
2005-03-22T19:33:20Z
org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testAll62_in.java
88,806
Bug 88806 [refactoring] Change Method Signature removes comment between parameter type and name
Build N20050303-0010 I started with this method: public void packetReceived( final RoutedPacket pkt, final PktNodeInfo fromNode, final PktNodeInfo toNode, final BitVector/*64*/sendTime, final BitVector/*64*/recvTime) Note that there is a comment instead of a space between the type BitVector and the argument name. While...
verified fixed
b050dd1
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T15:15:33Z
2005-03-22T19:33:20Z
org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testAll62_out.java
88,806
Bug 88806 [refactoring] Change Method Signature removes comment between parameter type and name
Build N20050303-0010 I started with this method: public void packetReceived( final RoutedPacket pkt, final PktNodeInfo fromNode, final PktNodeInfo toNode, final BitVector/*64*/sendTime, final BitVector/*64*/recvTime) Note that there is a comment instead of a space between the type BitVector and the argument name. While...
verified fixed
b050dd1
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T15:15:33Z
2005-03-22T19:33:20Z
org.eclipse.jdt.ui.tests.refactoring/test
88,806
Bug 88806 [refactoring] Change Method Signature removes comment between parameter type and name
Build N20050303-0010 I started with this method: public void packetReceived( final RoutedPacket pkt, final PktNodeInfo fromNode, final PktNodeInfo toNode, final BitVector/*64*/sendTime, final BitVector/*64*/recvTime) Note that there is a comment instead of a space between the type BitVector and the argument name. While...
verified fixed
b050dd1
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T15:15:33Z
2005-03-22T19:33:20Z
cases/org/eclipse/jdt/ui/tests/refactoring/ChangeSignatureTests.java
88,806
Bug 88806 [refactoring] Change Method Signature removes comment between parameter type and name
Build N20050303-0010 I started with this method: public void packetReceived( final RoutedPacket pkt, final PktNodeInfo fromNode, final PktNodeInfo toNode, final BitVector/*64*/sendTime, final BitVector/*64*/recvTime) Note that there is a comment instead of a space between the type BitVector and the argument name. While...
verified fixed
b050dd1
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T15:15:33Z
2005-03-22T19:33:20Z
org.eclipse.jdt.ui/core
88,806
Bug 88806 [refactoring] Change Method Signature removes comment between parameter type and name
Build N20050303-0010 I started with this method: public void packetReceived( final RoutedPacket pkt, final PktNodeInfo fromNode, final PktNodeInfo toNode, final BitVector/*64*/sendTime, final BitVector/*64*/recvTime) Note that there is a comment instead of a space between the type BitVector and the argument name. While...
verified fixed
b050dd1
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T15:15:33Z
2005-03-22T19:33:20Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineConstantRefactoring.java
88,806
Bug 88806 [refactoring] Change Method Signature removes comment between parameter type and name
Build N20050303-0010 I started with this method: public void packetReceived( final RoutedPacket pkt, final PktNodeInfo fromNode, final PktNodeInfo toNode, final BitVector/*64*/sendTime, final BitVector/*64*/recvTime) Note that there is a comment instead of a space between the type BitVector and the argument name. While...
verified fixed
b050dd1
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T15:15:33Z
2005-03-22T19:33:20Z
org.eclipse.jdt.ui/core
88,806
Bug 88806 [refactoring] Change Method Signature removes comment between parameter type and name
Build N20050303-0010 I started with this method: public void packetReceived( final RoutedPacket pkt, final PktNodeInfo fromNode, final PktNodeInfo toNode, final BitVector/*64*/sendTime, final BitVector/*64*/recvTime) Note that there is a comment instead of a space between the type BitVector and the argument name. While...
verified fixed
b050dd1
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T15:15:33Z
2005-03-22T19:33:20Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java
88,806
Bug 88806 [refactoring] Change Method Signature removes comment between parameter type and name
Build N20050303-0010 I started with this method: public void packetReceived( final RoutedPacket pkt, final PktNodeInfo fromNode, final PktNodeInfo toNode, final BitVector/*64*/sendTime, final BitVector/*64*/recvTime) Note that there is a comment instead of a space between the type BitVector and the argument name. While...
verified fixed
b050dd1
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T15:15:33Z
2005-03-22T19:33:20Z
org.eclipse.jdt.ui/core
88,806
Bug 88806 [refactoring] Change Method Signature removes comment between parameter type and name
Build N20050303-0010 I started with this method: public void packetReceived( final RoutedPacket pkt, final PktNodeInfo fromNode, final PktNodeInfo toNode, final BitVector/*64*/sendTime, final BitVector/*64*/recvTime) Note that there is a comment instead of a space between the type BitVector and the argument name. While...
verified fixed
b050dd1
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T15:15:33Z
2005-03-22T19:33:20Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/util/TightSourceRangeComputer.java
67,417
Bug 67417 NPE when performing Refactor>Inline [refactoring]
build 3.0RC2 1) create X.java public class X { void bar() { show(""); } public void show(String d) { System.out.println(d); } public void show(String d) { System.out.println(""); } } 2) Select a 'foo' method declaration 3) Open Refactor menu 4) Select Refactor>Inlinne an NPE occur !ENTRY org.eclipse.ui 4 0 Jun 16, 2004...
verified fixed
eab4a74
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T16:38:38Z
2004-06-16T07:13:20Z
org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/invalid/TestMultipleMethods.java
67,417
Bug 67417 NPE when performing Refactor>Inline [refactoring]
build 3.0RC2 1) create X.java public class X { void bar() { show(""); } public void show(String d) { System.out.println(d); } public void show(String d) { System.out.println(""); } } 2) Select a 'foo' method declaration 3) Open Refactor menu 4) Select Refactor>Inlinne an NPE occur !ENTRY org.eclipse.ui 4 0 Jun 16, 2004...
verified fixed
eab4a74
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T16:38:38Z
2004-06-16T07:13:20Z
org.eclipse.jdt.ui.tests.refactoring/test
67,417
Bug 67417 NPE when performing Refactor>Inline [refactoring]
build 3.0RC2 1) create X.java public class X { void bar() { show(""); } public void show(String d) { System.out.println(d); } public void show(String d) { System.out.println(""); } } 2) Select a 'foo' method declaration 3) Open Refactor menu 4) Select Refactor>Inlinne an NPE occur !ENTRY org.eclipse.ui 4 0 Jun 16, 2004...
verified fixed
eab4a74
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T16:38:38Z
2004-06-16T07:13:20Z
cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java
67,417
Bug 67417 NPE when performing Refactor>Inline [refactoring]
build 3.0RC2 1) create X.java public class X { void bar() { show(""); } public void show(String d) { System.out.println(d); } public void show(String d) { System.out.println(""); } } 2) Select a 'foo' method declaration 3) Open Refactor menu 4) Select Refactor>Inlinne an NPE occur !ENTRY org.eclipse.ui 4 0 Jun 16, 2004...
verified fixed
eab4a74
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T16:38:38Z
2004-06-16T07:13:20Z
org.eclipse.jdt.ui/core
67,417
Bug 67417 NPE when performing Refactor>Inline [refactoring]
build 3.0RC2 1) create X.java public class X { void bar() { show(""); } public void show(String d) { System.out.println(d); } public void show(String d) { System.out.println(""); } } 2) Select a 'foo' method declaration 3) Open Refactor menu 4) Select Refactor>Inlinne an NPE occur !ENTRY org.eclipse.ui 4 0 Jun 16, 2004...
verified fixed
eab4a74
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T16:38:38Z
2004-06-16T07:13:20Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java
67,417
Bug 67417 NPE when performing Refactor>Inline [refactoring]
build 3.0RC2 1) create X.java public class X { void bar() { show(""); } public void show(String d) { System.out.println(d); } public void show(String d) { System.out.println(""); } } 2) Select a 'foo' method declaration 3) Open Refactor menu 4) Select Refactor>Inlinne an NPE occur !ENTRY org.eclipse.ui 4 0 Jun 16, 2004...
verified fixed
eab4a74
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T16:38:38Z
2004-06-16T07:13:20Z
org.eclipse.jdt.ui/core
67,417
Bug 67417 NPE when performing Refactor>Inline [refactoring]
build 3.0RC2 1) create X.java public class X { void bar() { show(""); } public void show(String d) { System.out.println(d); } public void show(String d) { System.out.println(""); } } 2) Select a 'foo' method declaration 3) Open Refactor menu 4) Select Refactor>Inlinne an NPE occur !ENTRY org.eclipse.ui 4 0 Jun 16, 2004...
verified fixed
eab4a74
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T16:38:38Z
2004-06-16T07:13:20Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/TargetProvider.java
93,689
Bug 93689 Inlining static field has illegal result.
--------- BEFORE --------------- package ibsn.j2ee.utils; import org.apache.log4j.Logger; import static org.apache.log4j.Logger.*; public final class ExceptionHdlr { private static final Logger logger_ = getLogger( ExceptionHdlr.class ); public static void handleException(final Throwable t) { handleException(logger_,t)...
verified fixed
2ed83b2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T16:47:37Z
2005-05-04T18:06:40Z
org.eclipse.jdt.ui.tests.refactoring/resources/InlineConstant/canInline/test26/in/A.java
93,689
Bug 93689 Inlining static field has illegal result.
--------- BEFORE --------------- package ibsn.j2ee.utils; import org.apache.log4j.Logger; import static org.apache.log4j.Logger.*; public final class ExceptionHdlr { private static final Logger logger_ = getLogger( ExceptionHdlr.class ); public static void handleException(final Throwable t) { handleException(logger_,t)...
verified fixed
2ed83b2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T16:47:37Z
2005-05-04T18:06:40Z
org.eclipse.jdt.ui.tests.refactoring/resources/InlineConstant/canInline/test26/out/A.java
93,689
Bug 93689 Inlining static field has illegal result.
--------- BEFORE --------------- package ibsn.j2ee.utils; import org.apache.log4j.Logger; import static org.apache.log4j.Logger.*; public final class ExceptionHdlr { private static final Logger logger_ = getLogger( ExceptionHdlr.class ); public static void handleException(final Throwable t) { handleException(logger_,t)...
verified fixed
2ed83b2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T16:47:37Z
2005-05-04T18:06:40Z
org.eclipse.jdt.ui.tests.refactoring/test
93,689
Bug 93689 Inlining static field has illegal result.
--------- BEFORE --------------- package ibsn.j2ee.utils; import org.apache.log4j.Logger; import static org.apache.log4j.Logger.*; public final class ExceptionHdlr { private static final Logger logger_ = getLogger( ExceptionHdlr.class ); public static void handleException(final Throwable t) { handleException(logger_,t)...
verified fixed
2ed83b2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T16:47:37Z
2005-05-04T18:06:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/InlineConstantTests.java
93,689
Bug 93689 Inlining static field has illegal result.
--------- BEFORE --------------- package ibsn.j2ee.utils; import org.apache.log4j.Logger; import static org.apache.log4j.Logger.*; public final class ExceptionHdlr { private static final Logger logger_ = getLogger( ExceptionHdlr.class ); public static void handleException(final Throwable t) { handleException(logger_,t)...
verified fixed
2ed83b2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T16:47:37Z
2005-05-04T18:06:40Z
org.eclipse.jdt.ui/core
93,689
Bug 93689 Inlining static field has illegal result.
--------- BEFORE --------------- package ibsn.j2ee.utils; import org.apache.log4j.Logger; import static org.apache.log4j.Logger.*; public final class ExceptionHdlr { private static final Logger logger_ = getLogger( ExceptionHdlr.class ); public static void handleException(final Throwable t) { handleException(logger_,t)...
verified fixed
2ed83b2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T16:47:37Z
2005-05-04T18:06:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineConstantRefactoring.java
94,959
Bug 94959 Doubli-clicking on 'workspace matches' separator in Open Type dialog closes it
N20050512-0010 Since the separator is not a valid selection, the dialog should stay open
verified fixed
1d92b56
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T18:26:30Z
2005-05-12T15: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,959
Bug 94959 Doubli-clicking on 'workspace matches' separator in Open Type dialog closes it
N20050512-0010 Since the separator is not a valid selection, the dialog should stay open
verified fixed
1d92b56
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-23T18:26:30Z
2005-05-12T15:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog2.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,795
Bug 94795 Refactoring continues after canceling the Save All job
I20050509-2010 'Save All Modified Resources' prior to a refactoring can be circumvented by: - start a long-running job that locks the workspace (e.g., with the org.eclipse.ui.examples.job plug-in) - dirty a CU opend in an editor - invoke Encapsulate Field on a field in this CU - choose OK in the 'Save All Modified Reso...
verified fixed
43bce2a
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T08:27:17Z
2005-05-11T16:46:40Z
org.eclipse.jdt.ui/ui
94,795
Bug 94795 Refactoring continues after canceling the Save All job
I20050509-2010 'Save All Modified Resources' prior to a refactoring can be circumvented by: - start a long-running job that locks the workspace (e.g., with the org.eclipse.ui.examples.job plug-in) - dirty a CU opend in an editor - invoke Encapsulate Field on a field in this CU - choose OK in the 'Save All Modified Reso...
verified fixed
43bce2a
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T08:27:17Z
2005-05-11T16:46:40Z
refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringSaveHelper.java
94,403
Bug 94403 Provide option(s) that allow to hide/filter based on access restriction type
null
verified fixed
7946712
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T08:57:01Z
2005-05-10T15:46:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeAssistConfigurationBlock.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,403
Bug 94403 Provide option(s) that allow to hide/filter based on access restriction type
null
verified fixed
7946712
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T08:57:01Z
2005-05-10T15:46:40Z
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...
96,399
Bug 96399 [open type] render working set name in dialog title
null
verified fixed
57c32a9
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T09:21:26Z
2005-05-24T07:33:20Z
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...
96,399
Bug 96399 [open type] render working set name in dialog title
null
verified fixed
57c32a9
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T09:21:26Z
2005-05-24T07:33:20Z
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...
96,399
Bug 96399 [open type] render working set name in dialog title
null
verified fixed
57c32a9
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T09:21:26Z
2005-05-24T07:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog2.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...
67,451
Bug 67451 type filters ignored in dialog fields [refactoring] [code assist]
3.0rc2 add a type filter for *awt* now awt.List is filtered out from code assist and such. however, if you use Move refactoring and use code assist in the dest field, you still see awt.List in there (why a binary type would end up in the move dest list is another question)
verified fixed
a644084
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T09:27:36Z
2004-06-16T15:33:20Z
org.eclipse.jdt.ui/ui
67,451
Bug 67451 type filters ignored in dialog fields [refactoring] [code assist]
3.0rc2 add a type filter for *awt* now awt.List is filtered out from code assist and such. however, if you use Move refactoring and use code assist in the dest field, you still see awt.List in there (why a binary type would end up in the move dest list is another question)
verified fixed
a644084
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T09:27:36Z
2004-06-16T15:33:20Z
refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaTypeCompletionProcessor.java
67,814
Bug 67814 Show In > Package Explorer doesn't ask for removal of last filter [package explorer]
200406180010; Not a dup of 66646. 'Show In > Package Explorer' doesn't ask for removal of a filter iff there's only a single filter set. Steps: - Disable all filters in Package Explorer, except for 'Referenced Libraries'. - Open editor for java.util.Vector - Navigate > Show In > Package Explorer => fails, doesn't ask f...
verified fixed
0756025
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T09:39:44Z
2004-06-18T14:46: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...
67,814
Bug 67814 Show In > Package Explorer doesn't ask for removal of last filter [package explorer]
200406180010; Not a dup of 66646. 'Show In > Package Explorer' doesn't ask for removal of a filter iff there's only a single filter set. Steps: - Disable all filters in Package Explorer, except for 'Referenced Libraries'. - Open editor for java.util.Vector - Navigate > Show In > Package Explorer => fails, doesn't ask f...
verified fixed
0756025
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T09:39:44Z
2004-06-18T14:46:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/CustomFiltersActionGroup.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...
73,656
Bug 73656 Encoding: refactoring should flush the undo stack on encoding changes
Refactoring should flush the undo stack on encoding changes. It is questionable what to do if the encoding changes since the encoding has an impact on the number of characters. Alternativly the UndoTectFileChange could remember the encoding and could compare it in isValid(...).
verified fixed
a488126
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T11:08:13Z
2004-09-10T12:40:00Z
org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/BufferValidationState.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...
73,656
Bug 73656 Encoding: refactoring should flush the undo stack on encoding changes
Refactoring should flush the undo stack on encoding changes. It is questionable what to do if the encoding changes since the encoding has an impact on the number of characters. Alternativly the UndoTectFileChange could remember the encoding and could compare it in isValid(...).
verified fixed
a488126
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T11:08:13Z
2004-09-10T12:40:00Z
org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/RefactoringCoreMessages.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,425
Bug 90425 Code Templates preference pages show recursive links between project-specific and workspace settings
I20050405-0800 Java > Code Style > Code Templates preference pages show recursive links between project-specific and workspace settings. The links should not appear in a dialog that was opened from another settings dialog.
verified fixed
e2ff5b0
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T11:58:24Z
2005-04-06T09:33:20Z
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...
95,128
Bug 95128 [refactoring] Inline method on class with varargs constructor
Against I20050513-0010 Attaching whole project, because I've not been able to determine exactly what the minimum feature set to expose the bug is. Using the attached project, inline the method getSides() on class Card. Inside the caller getSide(), a new undefined local variable is introduced. Interestingly, the local v...
verified fixed
a7d83cf
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T12:17:03Z
2005-05-13T16:00:00Z
org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_in/Test_95128.java
95,128
Bug 95128 [refactoring] Inline method on class with varargs constructor
Against I20050513-0010 Attaching whole project, because I've not been able to determine exactly what the minimum feature set to expose the bug is. Using the attached project, inline the method getSides() on class Card. Inside the caller getSide(), a new undefined local variable is introduced. Interestingly, the local v...
verified fixed
a7d83cf
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T12:17:03Z
2005-05-13T16:00:00Z
org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_out/Test_95128.java
95,128
Bug 95128 [refactoring] Inline method on class with varargs constructor
Against I20050513-0010 Attaching whole project, because I've not been able to determine exactly what the minimum feature set to expose the bug is. Using the attached project, inline the method getSides() on class Card. Inside the caller getSide(), a new undefined local variable is introduced. Interestingly, the local v...
verified fixed
a7d83cf
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T12:17:03Z
2005-05-13T16:00:00Z
org.eclipse.jdt.ui.tests.refactoring/test
95,128
Bug 95128 [refactoring] Inline method on class with varargs constructor
Against I20050513-0010 Attaching whole project, because I've not been able to determine exactly what the minimum feature set to expose the bug is. Using the attached project, inline the method getSides() on class Card. Inside the caller getSide(), a new undefined local variable is introduced. Interestingly, the local v...
verified fixed
a7d83cf
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T12:17:03Z
2005-05-13T16:00:00Z
cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java
95,128
Bug 95128 [refactoring] Inline method on class with varargs constructor
Against I20050513-0010 Attaching whole project, because I've not been able to determine exactly what the minimum feature set to expose the bug is. Using the attached project, inline the method getSides() on class Card. Inside the caller getSide(), a new undefined local variable is introduced. Interestingly, the local v...
verified fixed
a7d83cf
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T12:17:03Z
2005-05-13T16:00:00Z
org.eclipse.jdt.ui/core
95,128
Bug 95128 [refactoring] Inline method on class with varargs constructor
Against I20050513-0010 Attaching whole project, because I've not been able to determine exactly what the minimum feature set to expose the bug is. Using the attached project, inline the method getSides() on class Card. Inside the caller getSide(), a new undefined local variable is introduced. Interestingly, the local v...
verified fixed
a7d83cf
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T12:17:03Z
2005-05-13T16:00:00Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceProvider.java
91,081
Bug 91081 [quick fix] Quick complete should introspect method change when return val from method
null
verified fixed
dccf32b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T12:57:08Z
2005-04-12T07:13:20Z
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ReturnTypeQuickFixTest.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,081
Bug 91081 [quick fix] Quick complete should introspect method change when return val from method
null
verified fixed
dccf32b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T12:57:08Z
2005-04-12T07:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.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,081
Bug 91081 [quick fix] Quick complete should introspect method change when return val from method
null
verified fixed
dccf32b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T12:57:08Z
2005-04-12T07:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReturnTypeSubProcessor.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...
94,304
Bug 94304 [code manipulation] Fails to create a class in enum
With Eclipse I20050506-1600, I run a problem to create a inner class in enum: 1. select an enum in the package explorer 2. call new wizard to create a inner class 3. check the "Enclosing type" 4. Put a name in the "Name:" Field 5. Click the button "OK". I got the following exception: Caused by: java.lang.IllegalArgumen...
verified fixed
d127cc8
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T13:47:45Z
2005-05-10T13:00:00Z
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...
92,967
Bug 92967 SelectionButtonDialogFieldGroup accesses unitialized field
I0426, found with FindBugs Line 68 in SelectionButtonDialogFieldGroup looks like: if (fButtonsStyle == SWT.RADIO) { But fButtonsStyle is guaranteed to be 0 at this point since it hasn't been initialized yet. This should probably either be "buttonsStyle", or not done until after "fButtonsStyle= buttonsStyle;".
verified fixed
c43dae2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T13:55:13Z
2005-04-27T19:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/SelectionButtonDialogFieldGroup.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,430
Bug 93430 Access rules - 'Combine rules...' checkbox does not reflect status on required project
Build: I20050426-1700 Scenario: - create new project 'RequiredProject'; - create new project 'DependentProject'; - open the latter's properties; in the 'Java Build Path/Projects' tab, add RequiredProject; - expand the newly created node and select the 'Access rules: (No restrictions)' line; - click 'Edit...'; - check t...
verified fixed
37e6c4a
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T14:05:35Z
2005-05-02T16:06:40Z
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...
96,172
Bug 96172 [refactoring] Moving method with static import in body gives illegal result.
--------------- Source.java ------------------ import static java.lang.Integer.*; class Source { static int getInt () { return parseInt(""); } } ---------------- Target.java BEFORE ----------- class Target {} ---------------- Target.java AFTER ------------ class Target { static int getInt () { return parseInt(""); } } ...
verified fixed
d9a27fc
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T14:20:04Z
2005-05-20T20:13:20Z
org.eclipse.jdt.ui/core
96,172
Bug 96172 [refactoring] Moving method with static import in body gives illegal result.
--------------- Source.java ------------------ import static java.lang.Integer.*; class Source { static int getInt () { return parseInt(""); } } ---------------- Target.java BEFORE ----------- class Target {} ---------------- Target.java AFTER ------------ class Target { static int getInt () { return parseInt(""); } } ...
verified fixed
d9a27fc
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T14:20:04Z
2005-05-20T20:13:20Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ImportRewriteUtil.java
96,172
Bug 96172 [refactoring] Moving method with static import in body gives illegal result.
--------------- Source.java ------------------ import static java.lang.Integer.*; class Source { static int getInt () { return parseInt(""); } } ---------------- Target.java BEFORE ----------- class Target {} ---------------- Target.java AFTER ------------ class Target { static int getInt () { return parseInt(""); } } ...
verified fixed
d9a27fc
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T14:20:04Z
2005-05-20T20:13:20Z
org.eclipse.jdt.ui/core
96,172
Bug 96172 [refactoring] Moving method with static import in body gives illegal result.
--------------- Source.java ------------------ import static java.lang.Integer.*; class Source { static int getInt () { return parseInt(""); } } ---------------- Target.java BEFORE ----------- class Target {} ---------------- Target.java AFTER ------------ class Target { static int getInt () { return parseInt(""); } } ...
verified fixed
d9a27fc
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T14:20:04Z
2005-05-20T20:13:20Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembersProcessor.java
95,632
Bug 95632 [build path] exception when changing source folders
null
verified fixed
774a22b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T14:49:16Z
2005-05-17T20:00:00Z
org.eclipse.jdt.ui/core
95,632
Bug 95632 [build path] exception when changing source folders
null
verified fixed
774a22b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T14:49:16Z
2005-05-17T20:00:00Z
extension/org/eclipse/jdt/internal/corext/buildpath/AddExternalArchivesOperation.java
95,632
Bug 95632 [build path] exception when changing source folders
null
verified fixed
774a22b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T14:49:16Z
2005-05-17T20:00:00Z
org.eclipse.jdt.ui/core
95,632
Bug 95632 [build path] exception when changing source folders
null
verified fixed
774a22b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T14:49:16Z
2005-05-17T20:00:00Z
extension/org/eclipse/jdt/internal/corext/buildpath/AddLibraryOperation.java
95,632
Bug 95632 [build path] exception when changing source folders
null
verified fixed
774a22b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T14:49:16Z
2005-05-17T20:00:00Z
org.eclipse.jdt.ui/core
95,632
Bug 95632 [build path] exception when changing source folders
null
verified fixed
774a22b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T14:49:16Z
2005-05-17T20:00:00Z
extension/org/eclipse/jdt/internal/corext/buildpath/AddSelectedLibraryOperation.java
95,632
Bug 95632 [build path] exception when changing source folders
null
verified fixed
774a22b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-24T14:49:16Z
2005-05-17T20:00:00Z
org.eclipse.jdt.ui/core