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
100,846
Bug 100846 [refactoring] Change method signature does not disallow changing implementations of binary methods
3.1 RC3 Steps to reproduce: - Create compilation unit class MyList extends ArrayList { public String toString() { return super.toString(); } } - Add parameter to MyList#toString() -> CMS does not complain, causing a semantic change -> During the computation of the method ripple, the refactoring should generate an error...
verified fixed
39279dd
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-06-21T15:15:11Z
2005-06-20T15:06:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java
100,846
Bug 100846 [refactoring] Change method signature does not disallow changing implementations of binary methods
3.1 RC3 Steps to reproduce: - Create compilation unit class MyList extends ArrayList { public String toString() { return super.toString(); } } - Add parameter to MyList#toString() -> CMS does not complain, causing a semantic change -> During the computation of the method ripple, the refactoring should generate an error...
verified fixed
39279dd
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-06-21T15:15:11Z
2005-06-20T15:06:40Z
org.eclipse.jdt.ui/core
100,846
Bug 100846 [refactoring] Change method signature does not disallow changing implementations of binary methods
3.1 RC3 Steps to reproduce: - Create compilation unit class MyList extends ArrayList { public String toString() { return super.toString(); } } - Add parameter to MyList#toString() -> CMS does not complain, causing a semantic change -> During the computation of the method ripple, the refactoring should generate an error...
verified fixed
39279dd
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-06-21T15:15:11Z
2005-06-20T15:06:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceParameterRefactoring.java
100,846
Bug 100846 [refactoring] Change method signature does not disallow changing implementations of binary methods
3.1 RC3 Steps to reproduce: - Create compilation unit class MyList extends ArrayList { public String toString() { return super.toString(); } } - Add parameter to MyList#toString() -> CMS does not complain, causing a semantic change -> During the computation of the method ripple, the refactoring should generate an error...
verified fixed
39279dd
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-06-21T15:15:11Z
2005-06-20T15:06:40Z
org.eclipse.jdt.ui/core
100,846
Bug 100846 [refactoring] Change method signature does not disallow changing implementations of binary methods
3.1 RC3 Steps to reproduce: - Create compilation unit class MyList extends ArrayList { public String toString() { return super.toString(); } } - Add parameter to MyList#toString() -> CMS does not complain, causing a semantic change -> During the computation of the method ripple, the refactoring should generate an error...
verified fixed
39279dd
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-06-21T15:15:11Z
2005-06-20T15:06:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java
82,839
Bug 82839 [misc] Breakpoint icons disappear
I am using 3.1M4 1 - Open a file and set a breakpoint. The breakpoint icon appears in the left and right margins. 2 - Close the file. 3 - Open the same file. Note the breakpoint icons no longer appear. The breakpoint is still there but the icons don't appear and you can't select them. This is a major problem because I ...
verified fixed
ed77511
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-06-21T15:38:38Z
2005-01-14T13:40:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileMarkerAnnotationModel.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...
101,029
Bug 101029 Remove log statement from JavaElementLabels
null
verified fixed
80dad0f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-06-21T15:42:01Z
2005-06-21T13:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.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...
101,174
Bug 101174 [navigation] NPE while opening the class file editor via hyperlinking
Eclipse 3.1 RC2. Walking a class inheritance tree by ctrl+clicking. I have binary-imported the o.e.jdt.ui plugin. I started at o.e.jdt.ui.internal.preferences.ImportOrganizePreferencePage, then walked up the tree of classes it extends. In PropertyAndPreferencePage, I ctrl+click PreferencePage, and then I get an error d...
verified fixed
2b884d7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-06-22T09:31:33Z
2005-06-22T00:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileDocumentProvider.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...
101,209
Bug 101209 Refactoring undo timeout should be more than 5 minutes
RC3 The refactoring undo timeout is currently set to 5 minutes. It should be 20 to 30 minutes. (When testing it I set it to 5 minutes and it seems that I released the values I used for testing).
verified fixed
89384e2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-06-22T14:59:08Z
2005-06-22T08:46:40Z
org.eclipse.jdt.ui/core
101,209
Bug 101209 Refactoring undo timeout should be more than 5 minutes
RC3 The refactoring undo timeout is currently set to 5 minutes. It should be 20 to 30 minutes. (When testing it I set it to 5 minutes and it seems that I released the values I used for testing).
verified fixed
89384e2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-06-22T14:59:08Z
2005-06-22T08:46:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/DynamicValidationStateChange.java
98,160
Bug 98160 Errors trying to install new JRE's
After installing 3.1, I noticed that I was getting an "unbound" message next to the JRE system lib in my project. I tried to go to the "Installed JRE's" tab in the Preferenes, but it gave me a "Cound Not Accept Changes: the currently displayed page contains invalid values" window. Clicking back and forth a bit would ev...
verified fixed
c8c8b23
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-06-22T17:28:35Z
2005-06-02T19:20:00Z
org.eclipse.jdt.ui/core
98,160
Bug 98160 Errors trying to install new JRE's
After installing 3.1, I noticed that I was getting an "unbound" message next to the JRE system lib in my project. I tried to go to the "Installed JRE's" tab in the Preferenes, but it gave me a "Cound Not Accept Changes: the currently displayed page contains invalid values" window. Clicking back and forth a bit would ev...
verified fixed
c8c8b23
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-06-22T17:28:35Z
2005-06-02T19:20:00Z
extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java
98,160
Bug 98160 Errors trying to install new JRE's
After installing 3.1, I noticed that I was getting an "unbound" message next to the JRE system lib in my project. I tried to go to the "Installed JRE's" tab in the Preferenes, but it gave me a "Cound Not Accept Changes: the currently displayed page contains invalid values" window. Clicking back and forth a bit would ev...
verified fixed
c8c8b23
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-06-22T17:28:35Z
2005-06-02T19:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathSupport.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...
101,625
Bug 101625 NPE when cancelling Call Hierachy search
In I20050624-0010. 1) Start a Call Hierarchy query that is likely to take a long time (for example, on SomeClass.toString()). 2) Try to cancel the search before it completes. The search is not cancelled, and the following is written to the error log: java.lang.NullPointerException at org.eclipse.ui.progress.DeferredTre...
verified fixed
9f58c62
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-06-24T16:15:26Z
2005-06-24T13:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyContentProvider.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...
101,625
Bug 101625 NPE when cancelling Call Hierachy search
In I20050624-0010. 1) Start a Call Hierarchy query that is likely to take a long time (for example, on SomeClass.toString()). 2) Try to cancel the search before it completes. The search is not cancelled, and the following is written to the error log: java.lang.NullPointerException at org.eclipse.ui.progress.DeferredTre...
verified fixed
9f58c62
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-06-24T16:15:26Z
2005-06-24T13:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.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...
101,453
Bug 101453 java.lang.UnsupportedOperationException: Operation only supported in JLS2 AST
I'm using a Code-Generator Plugin which works fine with Eclipse 3.0 but receive the Exception "java.lang.UnsupportedOperationException: Operation only supported in JLS2 AST " when doing the same generation (as works fine with Eclipse 3.0) with Eclipse 3.1M6: ava.lang.reflect.InvocationTargetException at com.jcoffee.dev...
verified fixed
f027095
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-06-27T16:25:57Z
2005-06-23T15:20:00Z
org.eclipse.jdt.ui/core
101,453
Bug 101453 java.lang.UnsupportedOperationException: Operation only supported in JLS2 AST
I'm using a Code-Generator Plugin which works fine with Eclipse 3.0 but receive the Exception "java.lang.UnsupportedOperationException: Operation only supported in JLS2 AST " when doing the same generation (as works fine with Eclipse 3.0) with Eclipse 3.1M6: ava.lang.reflect.InvocationTargetException at com.jcoffee.dev...
verified fixed
f027095
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-06-27T16:25:57Z
2005-06-23T15:20:00Z
extension/org/eclipse/jdt/internal/corext/codemanipulation/SortMembersOperation.java
94,287
Bug 94287 [JUnit] Some issues with "Add JUnit Libraries"
Version: 3.1.0 Build id: I20050509-2010 Steps to reproduce: 1.) Create a new Class Test 2.) Open Quick Fix on the class Name: Only Rename in File is shown 3.) add "implements MouseListener" to the class 4.) Open Quick Fix on the class Name: Now you got "Add JUnit Libraries" as an entry of the Quick Fix list Actual Resu...
resolved fixed
ac8aa34
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-06-29T08:45:30Z
2005-05-10T13:00:00Z
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitQuickFixProcessor.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...
101,863
Bug 101863 [refactoring] Move member type to new file: assertion failure
3.1-RC4 - have the CU I will attach - try to Refactor>Move Nested Type to New File on nested type 'Domain<T>' -> AFE: Caused by: org.eclipse.jdt.internal.corext.Assert$AssertionFailedException: null argument; at org.eclipse.jdt.internal.corext.Assert.isNotNull(Assert.java:108) at org.eclipse.jdt.internal.corext.Assert....
verified fixed
6903bcb
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-06-30T08:54:04Z
2005-06-27T13:46:40Z
org.eclipse.jdt.ui/core
101,863
Bug 101863 [refactoring] Move member type to new file: assertion failure
3.1-RC4 - have the CU I will attach - try to Refactor>Move Nested Type to New File on nested type 'Domain<T>' -> AFE: Caused by: org.eclipse.jdt.internal.corext.Assert$AssertionFailedException: null argument; at org.eclipse.jdt.internal.corext.Assert.isNotNull(Assert.java:108) at org.eclipse.jdt.internal.corext.Assert....
verified fixed
6903bcb
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-06-30T08:54:04Z
2005-06-27T13:46:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java
99,995
Bug 99995 [code assist] Code Assist for parameterized anonymous types: overridden methods for raw, not parameterized
I20050610-1757 (3.1RC2) public class Anon { void test() { new java.util.ArrayList<Integer>() } } Invoke content assist after 'ArrayList<Integer>(' and choose the anonymous. -> The methods to be overridden are constructed for a raw ArrayList (they have their 'E's replaced by 'Object' instead of 'Integer').
verified fixed
4ede2f6
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-06-30T09:42:25Z
2005-06-14T17:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AnonymousTypeCompletionProposal.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...
99,995
Bug 99995 [code assist] Code Assist for parameterized anonymous types: overridden methods for raw, not parameterized
I20050610-1757 (3.1RC2) public class Anon { void test() { new java.util.ArrayList<Integer>() } } Invoke content assist after 'ArrayList<Integer>(' and choose the anonymous. -> The methods to be overridden are constructed for a raw ArrayList (they have their 'E's replaced by 'Object' instead of 'Integer').
verified fixed
4ede2f6
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-06-30T09:42:25Z
2005-06-14T17:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalCollector.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...
101,211
Bug 101211 Generalize Type disables after cancelling Change Method Signature
null
verified fixed
a892691
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-06-30T18:12:10Z
2005-06-22T08:46:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ChangeTypeAction.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,268
Bug 82268 JUnit View: Scroll Lock does not lock list in Failure tab [JUnit]
I20050104-1600 JUnit View: Scroll Lock does not lock list in Failure tab. Only locks Hierarchy.
resolved fixed
b0595f6
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-01T08:44:45Z
2005-01-05T18:33:20Z
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/FailureTab.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...
101,953
Bug 101953 Junit truncates failure trace messages
(RC4) This came up in the newsgroup some time ago, but I can't find a bug. The junit view will truncate long trace messages, making comparisons of long assertions impossible within eclipse. If the messages are copied to the clipboard and then pasted into an editor, the full message is included. The junit view should ne...
resolved fixed
4d1fb65
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-01T09:01:32Z
2005-06-27T22:06:40Z
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/FailureTableDisplay.java
101,953
Bug 101953 Junit truncates failure trace messages
(RC4) This came up in the newsgroup some time ago, but I can't find a bug. The junit view will truncate long trace messages, making comparisons of long assertions impossible within eclipse. If the messages are copied to the clipboard and then pasted into an editor, the full message is included. The junit view should ne...
resolved fixed
4d1fb65
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-01T09:01:32Z
2005-06-27T22:06:40Z
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/FailureTrace.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...
101,953
Bug 101953 Junit truncates failure trace messages
(RC4) This came up in the newsgroup some time ago, but I can't find a bug. The junit view will truncate long trace messages, making comparisons of long assertions impossible within eclipse. If the messages are copied to the clipboard and then pasted into an editor, the full message is included. The junit view should ne...
resolved fixed
4d1fb65
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-01T09:01:32Z
2005-06-27T22:06:40Z
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/ITraceDisplay.java
101,953
Bug 101953 Junit truncates failure trace messages
(RC4) This came up in the newsgroup some time ago, but I can't find a bug. The junit view will truncate long trace messages, making comparisons of long assertions impossible within eclipse. If the messages are copied to the clipboard and then pasted into an editor, the full message is included. The junit view should ne...
resolved fixed
4d1fb65
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-01T09:01:32Z
2005-06-27T22:06:40Z
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.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...
101,953
Bug 101953 Junit truncates failure trace messages
(RC4) This came up in the newsgroup some time ago, but I can't find a bug. The junit view will truncate long trace messages, making comparisons of long assertions impossible within eclipse. If the messages are copied to the clipboard and then pasted into an editor, the full message is included. The junit view should ne...
resolved fixed
4d1fb65
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-01T09:01:32Z
2005-06-27T22:06:40Z
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TextualTrace.java
101,953
Bug 101953 Junit truncates failure trace messages
(RC4) This came up in the newsgroup some time ago, but I can't find a bug. The junit view will truncate long trace messages, making comparisons of long assertions impossible within eclipse. If the messages are copied to the clipboard and then pasted into an editor, the full message is included. The junit view should ne...
resolved fixed
4d1fb65
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-01T09:01:32Z
2005-06-27T22:06:40Z
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/junit/tests/JUnitJUnitTests.java
101,953
Bug 101953 Junit truncates failure trace messages
(RC4) This came up in the newsgroup some time ago, but I can't find a bug. The junit view will truncate long trace messages, making comparisons of long assertions impossible within eclipse. If the messages are copied to the clipboard and then pasted into an editor, the full message is included. The junit view should ne...
resolved fixed
4d1fb65
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-01T09:01:32Z
2005-06-27T22:06:40Z
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/junit/tests/WrappingSystemTest.java
101,953
Bug 101953 Junit truncates failure trace messages
(RC4) This came up in the newsgroup some time ago, but I can't find a bug. The junit view will truncate long trace messages, making comparisons of long assertions impossible within eclipse. If the messages are copied to the clipboard and then pasted into an editor, the full message is included. The junit view should ne...
resolved fixed
4d1fb65
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-01T09:01:32Z
2005-06-27T22:06:40Z
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/junit/tests/WrappingUnitTest.java
101,953
Bug 101953 Junit truncates failure trace messages
(RC4) This came up in the newsgroup some time ago, but I can't find a bug. The junit view will truncate long trace messages, making comparisons of long assertions impossible within eclipse. If the messages are copied to the clipboard and then pasted into an editor, the full message is included. The junit view should ne...
resolved fixed
4d1fb65
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-01T09:01:32Z
2005-06-27T22:06:40Z
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/AutomatedSuite.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,414
Bug 94414 Use Supertype Where Possible should sort supertypes
I20050509-2010 - run Use Supertype Where Possible on org.eclipse.pde.internal.build.FeatureWriter => The supertypes seem to be ordered randomly: PrintWriter, Flushable, Writer, XMLWriter, ... Expected: a meaningful order, e.g. alphabetical, an explainable tree traversal, ... . Best would be a tree of supertypes, like i...
resolved fixed
6f74c9e
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-01T09:08:51Z
2005-05-10T15:46:40Z
org.eclipse.jdt.ui/ui
94,414
Bug 94414 Use Supertype Where Possible should sort supertypes
I20050509-2010 - run Use Supertype Where Possible on org.eclipse.pde.internal.build.FeatureWriter => The supertypes seem to be ordered randomly: PrintWriter, Flushable, Writer, XMLWriter, ... Expected: a meaningful order, e.g. alphabetical, an explainable tree traversal, ... . Best would be a tree of supertypes, like i...
resolved fixed
6f74c9e
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-01T09:08:51Z
2005-05-10T15:46:40Z
refactoring/org/eclipse/jdt/internal/ui/refactoring/UseSupertypeWizard.java
96,580
Bug 96580 [JUnit] can create two launch configurations with the same name
Against N20050525-0010. Steps to reproduce: 1) Create a project named "directions", with a package named also named "directions". (I'll attach an example) 2) Select the project name, and Run As > JUnit Test 3) Select the package name, and Run As > JUnit Test Two launches named "directions" are created. Interestingly, i...
resolved fixed
330b194
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-01T09:19:11Z
2005-05-25T08:33:20Z
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitLaunchShortcut.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...
99,688
Bug 99688 [refactoring] Use supertype where possible puts type parameter in import
In RC2. Project attached. I'm having problems minimizing this report--it seems to be dependent on a number of factors. Import the attached project, and try to Use Supertype where Possible on TransactionList, converting it to ArrayList<E>. The only change made is to AccountantTests, where the following line gets added t...
resolved fixed
d6df66e
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-04T10:24:03Z
2005-06-13T16:26:40Z
org.eclipse.jdt.ui/core
99,688
Bug 99688 [refactoring] Use supertype where possible puts type parameter in import
In RC2. Project attached. I'm having problems minimizing this report--it seems to be dependent on a number of factors. Import the attached project, and try to Use Supertype where Possible on TransactionList, converting it to ArrayList<E>. The only change made is to AccountantTests, where the following line gets added t...
resolved fixed
d6df66e
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-04T10:24:03Z
2005-06-13T16:26:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeConstraintsCreator.java
97,279
Bug 97279 [refactoring] Generalize Type throws NPE
3.1-RC1 test pass cannot execute Refactor>Generalize Type, get an NPE anytime. Example: JUnit in src, open Protectable.java, execute refactoring. java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeTypeRefactoring.determineSelection(ChangeTypeRefactoring.java:691) at org.eclips...
resolved fixed
ba3f69b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-04T10:31:32Z
2005-05-30T16:20:00Z
org.eclipse.jdt.ui/core
97,279
Bug 97279 [refactoring] Generalize Type throws NPE
3.1-RC1 test pass cannot execute Refactor>Generalize Type, get an NPE anytime. Example: JUnit in src, open Protectable.java, execute refactoring. java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeTypeRefactoring.determineSelection(ChangeTypeRefactoring.java:691) at org.eclips...
resolved fixed
ba3f69b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-04T10:31:32Z
2005-05-30T16:20:00Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java
102,494
Bug 102494 [navigation] NPE finding occurences of static initializer
I20050627 Steps: 1) Open the type hierarchy of a source class that has a static initializer. 2) In the lower pane of the Hiearchy tab, rightclick on the static initializer and pick menu item OccurencesInFile>>Identifier. See this NPE in the Error Log: java.lang.NullPointerException at org.eclipse.jdt.ui.actions.FindOcc...
verified fixed
078d963
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-04T10:41:11Z
2005-07-01T15:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindOccurrencesInFileAction.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,709
Bug 95709 [CellEditors] [nls tooling] Strange selection behaviour in the NLS table
M7 1. open an already translated file with lots of strings in the NLS wizard, e.g. UserLibraryPreferencePage 2. select the first value so that the cell ediotor appears 3. use the scroll bar to scoll so that the (still selected) entry is not visible anymore 4. select a new entry -> the table suddendly scrolls and a diff...
verified fixed
ba8404a
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-07T15:57:31Z
2005-05-18T07:06:40Z
org.eclipse.jdt.ui/ui
95,709
Bug 95709 [CellEditors] [nls tooling] Strange selection behaviour in the NLS table
M7 1. open an already translated file with lots of strings in the NLS wizard, e.g. UserLibraryPreferencePage 2. select the first value so that the cell ediotor appears 3. use the scroll bar to scoll so that the (still selected) entry is not visible anymore 4. select a new entry -> the table suddendly scrolls and a diff...
verified fixed
ba8404a
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-07T15:57:31Z
2005-05-18T07:06:40Z
refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java
101,296
Bug 101296 [templates] only one guess available for multi-variable templates
3.1-RC2 - have the CU below - invoke code assist at the caret (|) - note the foreach template proposed - select (don't apply) the template - wait until the preview appears - apply the template Expected: when tabbing to the Iterable in the for loop, there should be a proposal popup offering 'strings' and 'ints'. Actual:...
resolved fixed
3ead5f6
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-11T08:17:12Z
2005-06-22T17:06:40Z
org.eclipse.jdt.ui/core
101,296
Bug 101296 [templates] only one guess available for multi-variable templates
3.1-RC2 - have the CU below - invoke code assist at the caret (|) - note the foreach template proposed - select (don't apply) the template - wait until the preview appears - apply the template Expected: when tabbing to the Iterable in the for loop, there should be a proposal popup offering 'strings' and 'ints'. Actual:...
resolved fixed
3ead5f6
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-11T08:17:12Z
2005-06-22T17:06:40Z
extension/org/eclipse/jdt/internal/corext/template/java/JavaContextType.java
101,261
Bug 101261 [type hierarchy] overriding a method from context menu > Source is not 5.0 aware
N20050622-0010 There's a hidden feature in the type hierarchy, that allows you to select a type XY and an inherited method, open the context menu and select Source > Override in 'XY'. This action has not been updated for 5.0 and creates a wrong method stub when generics are involved, e.g. here: public class Top<E> { pu...
resolved fixed
5eab599
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-12T08:39:23Z
2005-06-22T14:20:00Z
org.eclipse.jdt.ui/core
101,261
Bug 101261 [type hierarchy] overriding a method from context menu > Source is not 5.0 aware
N20050622-0010 There's a hidden feature in the type hierarchy, that allows you to select a type XY and an inherited method, open the context menu and select Source > Override in 'XY'. This action has not been updated for 5.0 and creates a wrong method stub when generics are involved, e.g. here: public class Top<E> { pu...
resolved fixed
5eab599
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-12T08:39:23Z
2005-06-22T14:20:00Z
extension/org/eclipse/jdt/internal/corext/codemanipulation/AddMethodStubOperation.java
101,261
Bug 101261 [type hierarchy] overriding a method from context menu > Source is not 5.0 aware
N20050622-0010 There's a hidden feature in the type hierarchy, that allows you to select a type XY and an inherited method, open the context menu and select Source > Override in 'XY'. This action has not been updated for 5.0 and creates a wrong method stub when generics are involved, e.g. here: public class Top<E> { pu...
resolved fixed
5eab599
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-12T08:39:23Z
2005-06-22T14:20:00Z
org.eclipse.jdt.ui/core
101,261
Bug 101261 [type hierarchy] overriding a method from context menu > Source is not 5.0 aware
N20050622-0010 There's a hidden feature in the type hierarchy, that allows you to select a type XY and an inherited method, open the context menu and select Source > Override in 'XY'. This action has not been updated for 5.0 and creates a wrong method stub when generics are involved, e.g. here: public class Top<E> { pu...
resolved fixed
5eab599
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-12T08:39:23Z
2005-06-22T14:20:00Z
extension/org/eclipse/jdt/internal/corext/codemanipulation/CodeGenerationMessages.java
101,261
Bug 101261 [type hierarchy] overriding a method from context menu > Source is not 5.0 aware
N20050622-0010 There's a hidden feature in the type hierarchy, that allows you to select a type XY and an inherited method, open the context menu and select Source > Override in 'XY'. This action has not been updated for 5.0 and creates a wrong method stub when generics are involved, e.g. here: public class Top<E> { pu...
resolved fixed
5eab599
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-12T08:39:23Z
2005-06-22T14:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.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...
101,261
Bug 101261 [type hierarchy] overriding a method from context menu > Source is not 5.0 aware
N20050622-0010 There's a hidden feature in the type hierarchy, that allows you to select a type XY and an inherited method, open the context menu and select Source > Override in 'XY'. This action has not been updated for 5.0 and creates a wrong method stub when generics are involved, e.g. here: public class Top<E> { pu...
resolved fixed
5eab599
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-12T08:39:23Z
2005-06-22T14:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIMessages.java
/******************************************************************************* * Copyright (c) 2000, 2005 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
101,261
Bug 101261 [type hierarchy] overriding a method from context menu > Source is not 5.0 aware
N20050622-0010 There's a hidden feature in the type hierarchy, that allows you to select a type XY and an inherited method, open the context menu and select Source > Override in 'XY'. This action has not been updated for 5.0 and creates a wrong method stub when generics are involved, e.g. here: public class Top<E> { pu...
resolved fixed
5eab599
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-12T08:39:23Z
2005-06-22T14:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/AddMethodStubAction.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...
101,261
Bug 101261 [type hierarchy] overriding a method from context menu > Source is not 5.0 aware
N20050622-0010 There's a hidden feature in the type hierarchy, that allows you to select a type XY and an inherited method, open the context menu and select Source > Override in 'XY'. This action has not been updated for 5.0 and creates a wrong method stub when generics are involved, e.g. here: public class Top<E> { pu...
resolved fixed
5eab599
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-12T08:39:23Z
2005-06-22T14:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/SelectionTransferDropAdapter.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...
101,261
Bug 101261 [type hierarchy] overriding a method from context menu > Source is not 5.0 aware
N20050622-0010 There's a hidden feature in the type hierarchy, that allows you to select a type XY and an inherited method, open the context menu and select Source > Override in 'XY'. This action has not been updated for 5.0 and creates a wrong method stub when generics are involved, e.g. here: public class Top<E> { pu...
resolved fixed
5eab599
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-12T08:39:23Z
2005-06-22T14:20:00Z
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...
102,193
Bug 102193 [Organize Imports] generic method problem
In Eclipse 3.1, if my code has the following line: Collections.<MyType>emptySet(); and I issue the Organize Imports command, MyType will be removed from the imports unless it is used elsewhere in that class.
verified fixed
e5b6281
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-12T16:01:28Z
2005-06-29T18:33:20Z
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.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...
102,193
Bug 102193 [Organize Imports] generic method problem
In Eclipse 3.1, if my code has the following line: Collections.<MyType>emptySet(); and I issue the Organize Imports command, MyType will be removed from the imports unless it is used elsewhere in that class.
verified fixed
e5b6281
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-12T16:01:28Z
2005-06-29T18:33:20Z
org.eclipse.jdt.ui/core
102,193
Bug 102193 [Organize Imports] generic method problem
In Eclipse 3.1, if my code has the following line: Collections.<MyType>emptySet(); and I issue the Organize Imports command, MyType will be removed from the imports unless it is used elsewhere in that class.
verified fixed
e5b6281
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-12T16:01:28Z
2005-06-29T18:33:20Z
extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportReferencesCollector.java
103,505
Bug 103505 [browsing] Java Browser will not enable viewing Hierarchy for package in >1 folder
1. Consider workspace/proj/src/test/com/a and workspace/proj/src/test/com/a If com.a is viwed in the PackageExplorer the View Hierarchy options works fine. If one goes the the Java Browsing perspective and selects the proj then "a" shows up in the packages, but the View Hierarchy option is unavailable. 2. In general, w...
verified fixed
8b3ca68
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-14T08:05:14Z
2005-07-12T17:40:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenTypeHierarchyAction.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...
100,551
Bug 100551 [quick fix] Wrong quick fix label: Change type to 'List<>'
null
verified fixed
28d9668
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-14T16:28:01Z
2005-06-17T09:20:00Z
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/QuickFixTest.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...
100,551
Bug 100551 [quick fix] Wrong quick fix label: Change type to 'List<>'
null
verified fixed
28d9668
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-14T16:28:01Z
2005-06-17T09:20:00Z
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UtilitiesTest.java
100,551
Bug 100551 [quick fix] Wrong quick fix label: Change type to 'List<>'
null
verified fixed
28d9668
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-14T16:28:01Z
2005-06-17T09:20:00Z
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...
100,551
Bug 100551 [quick fix] Wrong quick fix label: Change type to 'List<>'
null
verified fixed
28d9668
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-14T16:28:01Z
2005-06-17T09:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewCUCompletionUsingWizardProposal.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...
100,551
Bug 100551 [quick fix] Wrong quick fix label: Change type to 'List<>'
null
verified fixed
28d9668
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-14T16:28:01Z
2005-06-17T09:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/TypeChangeCompletionProposal.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...
100,551
Bug 100551 [quick fix] Wrong quick fix label: Change type to 'List<>'
null
verified fixed
28d9668
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-14T16:28:01Z
2005-06-17T09:20:00Z
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...
102,724
Bug 102724 Potential NPE in TextInputWizardPage [refactoring]
3.1 Method TextInputWizardPage#textModified(String) has as last statement a method invocation "setPageComplete(validateTextField(text))". validateTextField(String) is spec'd to return null if no problem occurred during validation. setPageComplete(RefactoringStatus) however does not accept a null argument.
resolved fixed
8ef6c2d
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-14T17:05:14Z
2005-07-05T10:40:00Z
org.eclipse.jdt.ui/ui
102,724
Bug 102724 Potential NPE in TextInputWizardPage [refactoring]
3.1 Method TextInputWizardPage#textModified(String) has as last statement a method invocation "setPageComplete(validateTextField(text))". validateTextField(String) is spec'd to return null if no problem occurred during validation. setPageComplete(RefactoringStatus) however does not accept a null argument.
resolved fixed
8ef6c2d
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-14T17:05:14Z
2005-07-05T10:40:00Z
refactoring/org/eclipse/jdt/internal/ui/refactoring/TextInputWizardPage.java
63,389
Bug 63389 [projection] Do we need a folding region for the top-level type?
The Java editor is currently defining a folding region for the top-level type. I couldn't find a good use of this folding region and in particular it leads to some visual instability when hovering in the vertical rule in between methods. Therefore I suggest to not add this folding region.
resolved fixed
c01b315
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-22T14:23:29Z
2004-05-21T11:46:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/folding/DefaultJavaFoldingStructureProvider.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...
103,927
Bug 103927 [build path] External jar Dialog cannot set both Javadoc Location and Java Source Attachment in one iteration
Add an external jar to the project. From the context menu of the jar select properties. Select Javadoc location, browse to the desired location. Select Java Source Attachment. Browse to an external file. Press OK. From the context menu of the jar select properties again. Javadoc location is empty. (At this point it can...
verified fixed
fd60c4f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-25T10:45:36Z
2005-07-14T22:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocLinkRef.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...
103,927
Bug 103927 [build path] External jar Dialog cannot set both Javadoc Location and Java Source Attachment in one iteration
Add an external jar to the project. From the context menu of the jar select properties. Select Javadoc location, browse to the desired location. Select Java Source Attachment. Browse to an external file. Press OK. From the context menu of the jar select properties again. Javadoc location is empty. (At this point it can...
verified fixed
fd60c4f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-25T10:45:36Z
2005-07-14T22:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationPropertyPage.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...
103,927
Bug 103927 [build path] External jar Dialog cannot set both Javadoc Location and Java Source Attachment in one iteration
Add an external jar to the project. From the context menu of the jar select properties. Select Javadoc location, browse to the desired location. Select Java Source Attachment. Browse to an external file. Press OK. From the context menu of the jar select properties again. Javadoc location is empty. (At this point it can...
verified fixed
fd60c4f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-25T10:45:36Z
2005-07-14T22:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathSupport.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...
103,927
Bug 103927 [build path] External jar Dialog cannot set both Javadoc Location and Java Source Attachment in one iteration
Add an external jar to the project. From the context menu of the jar select properties. Select Javadoc location, browse to the desired location. Select Java Source Attachment. Browse to an external file. Press OK. From the context menu of the jar select properties again. Javadoc location is empty. (At this point it can...
verified fixed
fd60c4f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-25T10:45:36Z
2005-07-14T22:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java
/******************************************************************************* * Copyright (c) 2000, 2005 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
103,927
Bug 103927 [build path] External jar Dialog cannot set both Javadoc Location and Java Source Attachment in one iteration
Add an external jar to the project. From the context menu of the jar select properties. Select Javadoc location, browse to the desired location. Select Java Source Attachment. Browse to an external file. Press OK. From the context menu of the jar select properties again. Javadoc location is empty. (At this point it can...
verified fixed
fd60c4f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-25T10:45:36Z
2005-07-14T22:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.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...
104,065
Bug 104065 [quick fix] No Quick Fixes for marker with IMarker.LINE_NUMBER and no IMarker.CHAR_START and IMarker.CHAR_END
I'm creating (problem) markers for a java file and I only have a line number available when I create the marker. I add the IMarker.LINE_NUMBER attribute to the marker attributes, but do not specify a CHAR_START or CHAR_END. The marker shows up in the file, but there are no Quick Fixes available for it (using Ctrl+1 or ...
verified fixed
edcc88a
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-25T15:23:05Z
2005-07-15T17:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionAssistant.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...
104,680
Bug 104680 [quick fix] QuickFix doesn't offer to surround exception with try/catch block.
-------------------- Bug.java ---------------------- class Bug { { Class.forName(null); } }
verified fixed
c083bd8
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-25T15:53:15Z
2005-07-21T15:33:20Z
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.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...
104,680
Bug 104680 [quick fix] QuickFix doesn't offer to surround exception with try/catch block.
-------------------- Bug.java ---------------------- class Bug { { Class.forName(null); } }
verified fixed
c083bd8
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-25T15:53:15Z
2005-07-21T15:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.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...
104,796
Bug 104796 [formatter] Indentation BREAKS if a inline class is built inside a switch-case statement
If I try to create a new class inline from an interface for examle (actionListener, Runnable, etc...) it normally works right and the indentation (highlighting everything and hitting CTRL-I) works just right like // Runnable with correct indentation new Runnable() { public void run() { // Do nothing } }; If instead I t...
resolved fixed
c87aa13
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-26T14:31:27Z
2005-07-22T13:46:40Z
org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.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...
104,796
Bug 104796 [formatter] Indentation BREAKS if a inline class is built inside a switch-case statement
If I try to create a new class inline from an interface for examle (actionListener, Runnable, etc...) it normally works right and the indentation (highlighting everything and hitting CTRL-I) works just right like // Runnable with correct indentation new Runnable() { public void run() { // Do nothing } }; If instead I t...
resolved fixed
c87aa13
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-26T14:31:27Z
2005-07-22T13:46: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...
105,034
Bug 105034 [WorkbenchParts] IWorkbenchPage#hideView(IViewPart) does not always dispose of the view any more
null
closed fixed
48281fe
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-27T12:55:44Z
2005-07-25T16:46:40Z
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/AutomatedSuite.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...
105,034
Bug 105034 [WorkbenchParts] IWorkbenchPage#hideView(IViewPart) does not always dispose of the view any more
null
closed fixed
48281fe
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-27T12:55:44Z
2005-07-25T16:46:40Z
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/browsing/MockPluginView.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...
105,034
Bug 105034 [WorkbenchParts] IWorkbenchPage#hideView(IViewPart) does not always dispose of the view any more
null
closed fixed
48281fe
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-27T12:55:44Z
2005-07-25T16:46:40Z
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/browsing/PackagesViewContentProviderTests.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...
105,034
Bug 105034 [WorkbenchParts] IWorkbenchPage#hideView(IViewPart) does not always dispose of the view any more
null
closed fixed
48281fe
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-27T12:55:44Z
2005-07-25T16:46:40Z
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/browsing/PackagesViewContentProviderTests2.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...
105,034
Bug 105034 [WorkbenchParts] IWorkbenchPage#hideView(IViewPart) does not always dispose of the view any more
null
closed fixed
48281fe
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-27T12:55:44Z
2005-07-25T16:46:40Z
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/browsing/PackagesViewDeltaTests.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...
105,034
Bug 105034 [WorkbenchParts] IWorkbenchPage#hideView(IViewPart) does not always dispose of the view any more
null
closed fixed
48281fe
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-27T12:55:44Z
2005-07-25T16:46:40Z
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/packageview/ContentProviderTests1.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...
105,034
Bug 105034 [WorkbenchParts] IWorkbenchPage#hideView(IViewPart) does not always dispose of the view any more
null
closed fixed
48281fe
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-27T12:55:44Z
2005-07-25T16:46:40Z
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/packageview/ContentProviderTests2.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...
105,034
Bug 105034 [WorkbenchParts] IWorkbenchPage#hideView(IViewPart) does not always dispose of the view any more
null
closed fixed
48281fe
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-27T12:55:44Z
2005-07-25T16:46:40Z
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/packageview/ContentProviderTests3.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...
105,034
Bug 105034 [WorkbenchParts] IWorkbenchPage#hideView(IViewPart) does not always dispose of the view any more
null
closed fixed
48281fe
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-27T12:55:44Z
2005-07-25T16:46:40Z
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/packageview/ContentProviderTests4.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...
103,089
Bug 103089 [JUnit] Running JUnit tests constrained by package takes minutes to run on jumbos
null
verified fixed
d19d38d
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-28T16:39:21Z
2005-07-07T21:00:00Z
org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/util/TestSearchEngine.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...
103,089
Bug 103089 [JUnit] Running JUnit tests constrained by package takes minutes to run on jumbos
null
verified fixed
d19d38d
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-28T16:39:21Z
2005-07-07T21:00:00Z
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/TestSearchEngine.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...
103,089
Bug 103089 [JUnit] Running JUnit tests constrained by package takes minutes to run on jumbos
null
verified fixed
d19d38d
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-28T16:39:21Z
2005-07-07T21:00:00Z
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/junit/tests/JUnitJUnitTests.java
package org.eclipse.jdt.junit.tests; import junit.framework.Test; import junit.framework.TestSuite; public class JUnitJUnitTests { public static Test suite() { TestSuite suite = new TestSuite("Test for org.eclipse.jdt.junit.tests"); //$JUnit-BEGIN$ suite.addTestSuite(WrappingSystemTest.class); suite.addTest...
103,089
Bug 103089 [JUnit] Running JUnit tests constrained by package takes minutes to run on jumbos
null
verified fixed
d19d38d
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-07-28T16:39:21Z
2005-07-07T21:00:00Z
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/junit/tests/TestTestSearchEngine.java
105,623
Bug 105623 [preferences] "restore defaults" has inconsistent behavior in project properties
On each of the JDT project property panes, "restore defaults" clears the "enable project specific settings" checkbox, disables the rest of the preference fields, and sets their displayed (greyed) contents to default. However, it evidently sets the displayed content to *factory* default. This is misleading, because if w...
verified fixed
32a3bf4
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-08-02T09:40:23Z
2005-07-29T23:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java
/******************************************************************************* * Copyright (c) 2000, 2005 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
101,210
Bug 101210 Change method signature is disabled after disallowed call
In N20050622-0010. Code: import junit.framework.TestCase; public class NewTest extends TestCase { protected void setUp() throws Exception { } } 1) Select setUp, choose Refactor > Change Method Signature. 2) You are told that setUp overrides a method in TestCase. Say 'Yes'. 3) You are told "Cannot perform operation". Sa...
verified fixed
5546a36
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-08-04T14:20:53Z
2005-06-22T08:46:40Z
org.eclipse.jdt.ui/core
101,210
Bug 101210 Change method signature is disabled after disallowed call
In N20050622-0010. Code: import junit.framework.TestCase; public class NewTest extends TestCase { protected void setUp() throws Exception { } } 1) Select setUp, choose Refactor > Change Method Signature. 2) You are told that setUp overrides a method in TestCase. Say 'Yes'. 3) You are told "Cannot perform operation". Sa...
verified fixed
5546a36
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-08-04T14:20:53Z
2005-06-22T08:46:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java
103,377
Bug 103377 [refactoring] PromoteTempToField doesn't properly set the type and the modifiers of the resulting variable declaration statement
If you change the getType() of VariableDeclarationStatement class to return double instead of int, three tests are failing in org.eclipse.jdt.ui.tests.refactoring.PromoteTempToFieldTests. They are test8, test13 and test15 (existing tests in 3.1). Three new tests are also failing. testMultiVariableDeclFragment01, testMu...
verified fixed
b4affab
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-08-04T17:28:01Z
2005-07-11T19:26:40Z
org.eclipse.jdt.ui.tests.refactoring/resources/PromoteTempToField/canPromote/A_testMultiVariableDeclFragment01_in.java
// 5, 23, 5, 23 package p; class A { void m() { double/*64*/ a= 0, b= 1, c= 2, d= 3; } }
103,377
Bug 103377 [refactoring] PromoteTempToField doesn't properly set the type and the modifiers of the resulting variable declaration statement
If you change the getType() of VariableDeclarationStatement class to return double instead of int, three tests are failing in org.eclipse.jdt.ui.tests.refactoring.PromoteTempToFieldTests. They are test8, test13 and test15 (existing tests in 3.1). Three new tests are also failing. testMultiVariableDeclFragment01, testMu...
verified fixed
b4affab
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-08-04T17:28:01Z
2005-07-11T19:26:40Z
org.eclipse.jdt.ui.tests.refactoring/resources/PromoteTempToField/canPromote/A_testMultiVariableDeclFragment01_out.java
// 5, 23, 5, 23 package p; class A { private double/*64*/ fA; void m() { fA= 0; double/*64*/ b= 1, c= 2, d= 3; } }
103,377
Bug 103377 [refactoring] PromoteTempToField doesn't properly set the type and the modifiers of the resulting variable declaration statement
If you change the getType() of VariableDeclarationStatement class to return double instead of int, three tests are failing in org.eclipse.jdt.ui.tests.refactoring.PromoteTempToFieldTests. They are test8, test13 and test15 (existing tests in 3.1). Three new tests are also failing. testMultiVariableDeclFragment01, testMu...
verified fixed
b4affab
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-08-04T17:28:01Z
2005-07-11T19:26:40Z
org.eclipse.jdt.ui.tests.refactoring/resources/PromoteTempToField/canPromote/A_testMultiVariableDeclFragment03_in.java
// 5, 35, 5, 35 package p; class A { void m() { double/*64*/ a= 0, b= 1, c= 2, d= 3; } }
103,377
Bug 103377 [refactoring] PromoteTempToField doesn't properly set the type and the modifiers of the resulting variable declaration statement
If you change the getType() of VariableDeclarationStatement class to return double instead of int, three tests are failing in org.eclipse.jdt.ui.tests.refactoring.PromoteTempToFieldTests. They are test8, test13 and test15 (existing tests in 3.1). Three new tests are also failing. testMultiVariableDeclFragment01, testMu...
verified fixed
b4affab
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-08-04T17:28:01Z
2005-07-11T19:26:40Z
org.eclipse.jdt.ui.tests.refactoring/resources/PromoteTempToField/canPromote/A_testMultiVariableDeclFragment03_out.java
// 5, 35, 5, 35 package p; class A { private double/*64*/ fC; void m() { double/*64*/ a= 0, b= 1; fC= 2; double/*64*/ d= 3; } }
103,377
Bug 103377 [refactoring] PromoteTempToField doesn't properly set the type and the modifiers of the resulting variable declaration statement
If you change the getType() of VariableDeclarationStatement class to return double instead of int, three tests are failing in org.eclipse.jdt.ui.tests.refactoring.PromoteTempToFieldTests. They are test8, test13 and test15 (existing tests in 3.1). Three new tests are also failing. testMultiVariableDeclFragment01, testMu...
verified fixed
b4affab
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-08-04T17:28:01Z
2005-07-11T19:26:40Z
org.eclipse.jdt.ui.tests.refactoring/test
103,377
Bug 103377 [refactoring] PromoteTempToField doesn't properly set the type and the modifiers of the resulting variable declaration statement
If you change the getType() of VariableDeclarationStatement class to return double instead of int, three tests are failing in org.eclipse.jdt.ui.tests.refactoring.PromoteTempToFieldTests. They are test8, test13 and test15 (existing tests in 3.1). Three new tests are also failing. testMultiVariableDeclFragment01, testMu...
verified fixed
b4affab
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-08-04T17:28:01Z
2005-07-11T19:26:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/PromoteTempToFieldTests.java
103,377
Bug 103377 [refactoring] PromoteTempToField doesn't properly set the type and the modifiers of the resulting variable declaration statement
If you change the getType() of VariableDeclarationStatement class to return double instead of int, three tests are failing in org.eclipse.jdt.ui.tests.refactoring.PromoteTempToFieldTests. They are test8, test13 and test15 (existing tests in 3.1). Three new tests are also failing. testMultiVariableDeclFragment01, testMu...
verified fixed
b4affab
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-08-04T17:28:01Z
2005-07-11T19:26:40Z
org.eclipse.jdt.ui/core