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
updated_files
stringlengths
29
34.1k
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
unknown
report_datetime
unknown
120,894
Bug 120894 [content assist] remove workaround for bug 120542
null
verified fixed
74c95db
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaMethodCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-23T12:07:30Z"
"2005-12-14T17:06:40Z"
127,780
Bug 127780 [package explorer] Open project menu item appears when it shouldn't
I20060214-0800 This only happens with java projects in package explorer which is why I open on JDT. - Start with fresh workspace - Create new java project in package explorer - Delete the project - Right click in package explorer - Bug: I see an "Open Project" menu item This item wasn't there if I right clicked before creating the project.
resolved fixed
2be1516
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-23T11:56:37Z"
"2006-02-14T18:00:00Z"
132,931
Bug 132931 Extract Local Variable incorrectly moves local variable outside non-delimited loop.
Given the method: private void test(Collection c) { for (Object o : c) System.out.println(o.toString()); } If you attempt to extract "o.toString()" as a local variable, it is placed outside the for loop. The refactoring should create braces for the for loop and place the local variable inside.
resolved fixed
8c33af8
["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test98_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test98_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractTempTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-23T11:40:50Z"
"2006-03-23T02:13:20Z"
132,660
Bug 132660 [nls tooling] Find Broken NLS Keys should be enabled for packages and editors that edit a Java property file
I20060315-1200 The Source > Find Broken NLS Keys action should be enabled for editors that edit a Java property file i.e. editor's who's editor input has "org.eclipse.jdt.core.javaProperties" content type.
resolved fixed
71a957f
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/FindBrokenNLSKeysAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateActionGroup.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-23T11:21:20Z"
"2006-03-21T11:20:00Z"
132,869
Bug 132869 NPE in JavaOutlineInformationControl.toggleShowInheritedMembers
HEAD In a java editor, press Ctrl+O twice -> NPE in log: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text.JavaOutlineInformationControl.toggleShowInheritedMembers(JavaOutlineInformationControl.java:640) at org.eclipse.jdt.internal.ui.text.JavaOutlineInformationControl$3.keyPressed(JavaOutlineInformationControl.java:617) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:122) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:949) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:934) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:962) at org.eclipse.swt.widgets.Text.sendKeyEvent(Text.java:1213) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:958) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1272) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3346) at org.eclipse.swt.widgets.Text.WM_CHAR(Text.java:1843) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3246) at org.eclipse.swt.widgets.Text.windowProc(Text.java:1838) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4023) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1879) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2964) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1909) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1873) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:418) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:107) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
resolved fixed
d92b6dc
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-22T17:33:19Z"
"2006-03-22T17:53:20Z"
103,306
Bug 103306 Failure when importing a WSDL file in another WSDL for WTP > M4
I have a WSDL file that references another WSDL file. Both are located in the same dirctory. Under WTP 1.0 M4 all is fine and dandy and the WSDL file validate Under WTP 1.0 M5 the same file does not validate and eclipse complains that : The 'messages-0.2.wsdl' document could not be imported. Check that the document exists and that the location is correct. bindings-0.2.wsdl SPP/wsdl line 11 11 juillet 2005 13:29:38 I have both versions of WTP installed in parallel so I can confirm this is a regression, not some wsdl that changed between the checks
closed fixed
5bbef3a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BrowserInformationControl.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-22T16:05:23Z"
"2005-07-11T11:06:40Z"
99,346
Bug 99346 [refactoring] Move member type to new file adds enclosing type's type variables to static inner type.
I20050610-0010 - Have the code below - move member type to new file -> B2 is changed from a non-generic type to a generic type Expected: this should only happen if the inner type is non-static, as the inner type really does not have a reference to the outer's type parameter. Enhancement: even if the inner type was non-static, the reference could be made optional if there are not references from the inner type (similar to the optional 'enclosing instance field' name).
resolved fixed
c87f346
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-22T11:26:51Z"
"2005-06-10T13:26:40Z"
99,329
Bug 99329 [syntax highlighting] Syntax highlighting for Javadoc Tags also underlines space after tag
I20050610-0010 Enable 'Syntax Coloring > Javadoc > Tags' and enable option 'Underline'. In this example, the spaces after @author and @deprecated are also underlined: /** * @author myself * @deprecated use something else */ Javadoc > Tags is the only element I found where leading or trailing spaces are underlined.
resolved fixed
0e6351e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocScanner.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-22T11:17:04Z"
"2005-06-10T10:40:00Z"
98,093
Bug 98093 [implementation] Make JavaPairMatcher final, hide protected fields
3.1-RC2 There is no reason for JavaPairMatcher to be non-final.
resolved fixed
f96fc07
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaPairMatcher.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-22T11:13:26Z"
"2005-06-02T13:46:40Z"
132,715
Bug 132715 Java synchronization always has an empty org package
The Java synchronization always has an empty org package. I will attach a patch that fixes this.
resolved fixed
c5607fd
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-22T08:45:19Z"
"2006-03-21T16:53:20Z"
132,752
Bug 132752 [misc] @sine tag is kept in generated documentation
In javadoc documentaion generation tag @since is not expanded to 'Since': but is kept as '@since' (in javadoc view for example).
resolved fixed
36cda4f
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocMessages.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-22T07:30:52Z"
"2006-03-21T22:26:40Z"
57,903
Bug 57903 [implementation] BufferedDocumentScanner.read is broken for partial documents
3.0M8 Possible fix: Replace line 3 below with if (fBufferOffset + fBufferLength == fRangeOffset+fRangeLength) I am writing a colorizer for jsp pages. As part of this effort, I am using the FastJavaPartitioner to partition the scriptlet code into the correct java chunks. So the crux of the problem is that I am only partitioning part of a document. In doing so, I ran into a problem in BufferedDocumentScanner.read() that does not correctly test for end of partitioning range and ends up throwing an ArrayIndexOutOfBounds exception (in some cases, depending on the exact data). I've included my test program and the code from BufferedDocumentScanner. The problem appears to be that on line 3 the test is done against the length of the document instead of fRangeOffset+fRangeLength. This means that instead of returning EOF, updateBuffer() is called and fOffset is set to 0 and fBuffer [0] is returned without checking to make sure that the range is not ended. The next time through read, fOffset is 1, fBufferLength is 0, and garbage is returned until the end of the array is reached. This doesn't cause the exception all the time (although garbage data is still returned), because of vagaries with the FastJavaPartitioner state machine. Exception trace: java.lang.ArrayIndexOutOfBoundsException: 1000 at org.eclipse.jdt.internal.ui.text.BufferedDocumentScanner.read (BufferedDocumentScanner.java:115) at org.eclipse.jdt.internal.ui.text.FastJavaPartitionScanner.nextToken (FastJavaPartitionScanner.java:101) at FastPartitionScannerTest.main(FastPartitionScannerTest.java:34) Program demonstrating bug: import org.eclipse.jdt.internal.ui.javaeditor.PartiallySynchronizedDocument; import org.eclipse.jdt.internal.ui.text.FastJavaPartitionScanner; import org.eclipse.jface.text.rules.Token; public class FastPartitionScannerTest { public static void main(String[] args) { FastJavaPartitionScanner scanner=new FastJavaPartitionScanner (); PartiallySynchronizedDocument document=new PartiallySynchronizedDocument(); document.set("<%/**f%>"); scanner.setRange(document,2,4); Token t=(Token) scanner.nextToken(); System.out.println(t.toString()); } } BufferedDocumentScanner.read(): 1 public final int read() { 2 if (fOffset == fBufferLength) { 3*** if (fBufferOffset + fBufferLength == fDocument.getLength()) 4 return EOF; 5 else { 6 updateBuffer(fBufferOffset + fBufferLength); 7*** fOffset= 0; 8 } 9 } 10 return fBuffer[fOffset++]; 11 }
resolved fixed
b99f8f7
["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/PartitionTokenScannerTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/BufferedDocumentScanner.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-21T17:37:00Z"
"2004-04-08T16:00:00Z"
99,330
Bug 99330 [implementation] Don't swallow IllegalStateException in ASTprovider
null
resolved fixed
ce9101d
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-21T16:13:26Z"
"2005-06-10T10:40:00Z"
111,653
Bug 111653 [misc] Dialogs remembering last location will help them open on correct monitor
null
resolved fixed
f4e1b3a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-21T14:52:37Z"
"2005-10-05T16:33:20Z"
123,229
Bug 123229 [navigation] "Show In > Outline" does not work (always beeps)
I20060105-0800 "Show In > Outline" does not work (always beeps) when invoked from a java editor. The problem is that JavaEditor.getAdapter(IShowInSource.class) now sets a StructuredSelection, but JavaOutlinePage.getShowInTarget() expects an ITextSelection.
resolved fixed
de69cf0
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-21T14:04:29Z"
"2006-01-10T10:46:40Z"
48,231
Bug 48231 extract local variable could be smarter and introduce a block [refactoring] [extract local]
In the folowing code code snippet extract the expression a[i] public void testFoo() { int a[]= new int[20]; for (int i= 0; i < a.length; i++) System.out.println(a[i]); } You get the error message that i cannot be resolved (this message is confusing). Then when I say proceed, incorrect code is generated: public void testFoo() { int a[]= new int[20]; int j= a[i]; for (int i= 0; i < a.length; i++) System.out.println(j); } The code I would have expected is: public void testFoo() { int a[]= new int[20]; for (int i= 0; i < a.length; i++) { int j= a[i]; System.out.println(j); } } This means the refactoring should be smart enough to introduce the local variable in the correct scope and to also introduce a new block.
verified fixed
8f54401
["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test14_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test15_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test16_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test62_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test63_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test64_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test95_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test95_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test96_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test96_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test97_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test97_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractTempTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-21T09:45:37Z"
"2003-12-07T15:13:20Z"
125,486
Bug 125486 [refactoring] Delete subpackages of default package should not be available
I20060125-0800 Delete subpackages of default package should not be available. Also check special case in JavaElementUtil#getPackageAndSubpackages().
resolved fixed
0cd02eb
["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/reorg/DeleteTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/DeleteModifications.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/JavaDeleteProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/util/JavaElementUtil.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-20T19:42:13Z"
"2006-01-27T16:40:00Z"
130,027
Bug 130027 Changing "Show members in Package Explorer" causes error
Using 3.2 M5 Checking or unchecking Java > Appearance > "Show members in Package Explorer" gives the following error and log entry. It also kills the Package Explorer view menu button. "Error notifying a preference change listener. Check the log for details." ----- !ENTRY org.eclipse.ui.workbench 4 2 2006-03-01 14:24:58.695 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". !STACK 0 java.lang.IllegalArgumentException: Group not found: working_set_action_group at org.eclipse.jface.action.ContributionManager.addToGroup(ContributionManager.java:124) at org.eclipse.jface.action.ContributionManager.appendToGroup(ContributionManager.java:138) at org.eclipse.jdt.internal.ui.workingsets.WorkingSetShowActionGroup.addAction(WorkingSetShowActionGroup.java:71) at org.eclipse.jdt.internal.ui.workingsets.WorkingSetShowActionGroup.fillViewMenu(WorkingSetShowActionGroup.java:59) at org.eclipse.jdt.internal.ui.workingsets.WorkingSetShowActionGroup.fillActionBars(WorkingSetShowActionGroup.java:52) at org.eclipse.jdt.internal.ui.workingsets.ViewActionGroup.fillActionBars(ViewActionGroup.java:85) at org.eclipse.jdt.internal.ui.actions.CompositeActionGroup.fillActionBars(CompositeActionGroup.java:68) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.fillActionBars(PackageExplorerActionGroup.java:171) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.updateActionBars(PackageExplorerActionGroup.java:180) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.propertyChange(PackageExplorerPart.java:1451) at org.eclipse.ui.preferences.ScopedPreferenceStore$3.run(ScopedPreferenceStore.java:361) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.ui.preferences.ScopedPreferenceStore.firePropertyChangeEvent(ScopedPreferenceStore.java:358) at org.eclipse.ui.preferences.ScopedPreferenceStore.setValue(ScopedPreferenceStore.java:769) at org.eclipse.jdt.internal.ui.preferences.AppearancePreferencePage.performOk(AppearancePreferencePage.java:207) at org.eclipse.jface.preference.PreferenceDialog$11.run(PreferenceDialog.java:854) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:816) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148) at org.eclipse.jface.preference.PreferenceDialog.okPressed(PreferenceDialog.java:834) at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.okPressed(FilteredPreferenceDialog.java:370) at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.okPressed(WorkbenchPreferenceDialog.java:164) at org.eclipse.jface.preference.PreferenceDialog.buttonPressed(PreferenceDialog.java:222) at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:645) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2907) at org.eclipse.jface.window.Window.runEventLoop(Window.java:811) at org.eclipse.jface.window.Window.open(Window.java:789) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:65) at org.eclipse.jface.action.Action.runWithEvent(Action.java:492) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2907) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1899) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1863) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:417) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:99) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
resolved fixed
48ce200
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ViewActionGroup.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-20T17:41:13Z"
"2006-03-01T21:53:20Z"
130,764
Bug 130764 [refactoring] rename refactoring updates non-matching FQN
Class foo.Transient Class foo.TransientProperty Refactor rename Transient -> TransientEquipment with 'update fully qualified name in ....' will change <class name="foo.TransientProperty"> to <class name="foo.TransientEquipmentProperty"> <-- incorrect and <class name="foo.Transient"> to <class name="foo.TransientEquipment">
verified fixed
0c01155
["org.eclipse.jdt.ui.tests.refactoring/resources/RenameType/testQualifiedName2/in/Transient.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenameType/testQualifiedName2/out/TransientEquipment.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RenamePackageTests.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RenameTypeTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/util/QualifiedNameFinder.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-20T16:55:56Z"
"2006-03-07T19:33:20Z"
101,626
Bug 101626 [5.0][navigation] Javadoc view does not show method parameter types
I20050624-0010 The Javadoc view should show complete information about the current element. For methods, it should show at least parameter types and type parameters. For types, it should show type parameters. In fact, it should show the same information as the javadoc hover shows: parameter names, parameter types, type parameters. Here's an example where every called method is not clearly identifiable in the Javadoc view: ArrayList<Integer> al= new ArrayList<Integer>(); al.add(12); al.add(12, 13); Collections.sort(al);
resolved fixed
521b7af
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/AbstractInfoView.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-20T16:43:38Z"
"2005-06-24T13:33:20Z"
132,254
Bug 132254 cancelling dialog should not result in file I/O
If I cancel the TypeSelection2Dialog, a call to org.eclipse.jdt.internal.corext.util.History.save() is made unnecessarily - this action causes file I/O to occur. This could cause a noticeable delay in closing the dialog if the user is running a workspace on the network. Steps: Open preferences dialog Go to Java > JUnit page Select Add Class button Cancel the dialog that comes up
resolved fixed
d446fcd
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog2.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-20T15:21:13Z"
"2006-03-16T23:00:00Z"
132,303
Bug 132303 [build path] Java Model Exception when 'Clear all changes' in new project wizard
I20060309-1000 1. Open New Java Project Wizard 2. Type in a name 3. click next Is: -> 'Clear all Changes' is enabled Should: -> be disabled 4. Click 'Clear all Changes' -> Now it should realy be disabled 5. Click 'Clear all Changes' -> Java Model Exception: Java Model Status [Operation requires a path] at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:775) at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:3007) at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:2972) at org.eclipse.jdt.internal.corext.buildpath.ResetAllOperation.run(ResetAllOperation.java:60) at org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.ClasspathModifierAction.run(ClasspathModifierAction.java:56) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:441) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3340) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2960) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:116) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3340) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2960) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1924) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1888) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:107) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
resolved fixed
b661876
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifierOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/buildpath/ResetAllOperation.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/ClasspathModifierAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-20T15:03:18Z"
"2006-03-17T10:06:40Z"
132,494
Bug 132494 JavaModelException opening up class file in non java project
Version: 3.2.0 Build id: I20060223-1656 1. Create a new simple project 2. Copy a class file into the project 3. Attempt to open the class file 4. Observe: A dialog box should pop up and the following shoudl appear in the log The editor looks ok, but the source attachment section is empty (which is as much as you would expect to get) Java Model Exception: Java Model Status [Reports does not exist] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(JavaElement.java:483) at org.eclipse.jdt.internal.core.JavaModelManager.getPerProjectInfoCheckExistence(JavaModelManager.java:1406) at org.eclipse.jdt.internal.core.JavaProject.getPerProjectInfo(JavaProject.java:1902) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2040) at org.eclipse.jdt.internal.core.PackageFragmentRoot.getRawClasspathEntry(PackageFragmentRoot.java:587) at org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor$SourceAttachmentForm.createSourceAttachmentControls(ClassFileEditor.java:222) at org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor$SourceAttachmentForm.createControl(ClassFileEditor.java:197) at org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor.verifyInput(ClassFileEditor.java:700) at org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor.createPartControl(ClassFileEditor.java:657) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:591) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:367) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:555) at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:212) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2392) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2325) at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPage.java:2317) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2303) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2298) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2283) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:384) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:347) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:275) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:139) at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:181) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:165) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:267) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:243) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:296) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:650) at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:780) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:816) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:778) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1009) at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1108) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:244) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:239) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:278) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2907) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1899) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1863) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:417) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:99) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
verified fixed
84a0e6c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-20T14:55:33Z"
"2006-03-20T04:46:40Z"
122,650
Bug 122650 ASTParser.createBindings(IJavaElement[]) returns wrong element
When invoking createBindings() with an IMethod of a generic method inside a class file in a jar with or without attached source, a type binding instead of a method binding is returned, for example in the following case for foo: ---------- package gTest; public class Test4 { <E> void foo(E e) { } } ---------- For non-generic methods or methods which only use their declaring types' type parameters, the correct method binding is returned.
verified fixed
30040bd
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceIndirectionRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-20T12:14:15Z"
"2006-01-04T18:40:00Z"
129,991
Bug 129991 [refactoring] Rename sourcefolder fails with JME
I20060228-1207 Steps to reproduce: - Create new Java project, default settings - Create new source folder, check to update exclusion filters in other source folders - Invoke rename refactoring on source folder -> JME because of a wrong classpath (renamed source folder is incorrectly nested in the new classpath)
verified fixed
7a10c9b
["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RenameSourceFolderChangeTests.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-20T11:23:25Z"
"2006-03-01T16:20:00Z"
132,518
Bug 132518 [build path] Build path error when renaming sub folder
I20060309-1000 1. New Java Project with seperate source and output folder 2. Build Path->New Source Folder... 3. Create src/sub source folder 4. Configure Build Path... 5. Source Tab 6. Select src/sub 7. Edit... 8. Change src/sub to src2 -> src excluds an empty path 9. OK -> Build Path Error: The project is missing required source folder src2
resolved fixed
6e9ac4e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SetFilterWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-20T10:34:30Z"
"2006-03-20T10:20:00Z"
127,065
Bug 127065 missing Select/Deselect All buttons in Push Down/Pull Up dialog
Version: 3.2.0 Build id: I20060208-0848 Open Refactoring -> Push Down or Refactoring -> Pull Up Select All and Deselect All buttons are IMHO missing.
resolved fixed
2d2a580
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/PushDownWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-20T10:03:49Z"
"2006-02-09T13:00:00Z"
127,678
Bug 127678 [build path] checkboxes on 'new source folder wizard'
20050214-0010 1. create a new Java project, enter a name and press next 2. on the configure build path page click on 'add source folder' the 'New Source Folder' wizard has two checkboxes. It seems to me that a radio would be better: - fix with adding exclusion filter - or remove them all - fix later A 'detail' link should could show all conflicting folders. A checkbox list could allow the user to apply the change (add excludion or remove) only to a few of them. If a new source folder can be added without problem, none of the radios should be shown (made invisible)
resolved fixed
64d8a2f
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CreateMultipleSourceFoldersDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/EditFilterWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/GenerateBuildPathActionGroup.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-20T09:44:46Z"
"2006-02-14T12:26:40Z"
129,366
Bug 129366 Update the JDT wizard images to use the PNG format
null
resolved fixed
61cacaa
["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringPluginImages.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/scripting/ApplyRefactoringScriptWizard.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/scripting/CreateRefactoringScriptWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-20T08:39:08Z"
"2006-02-24T16:53:20Z"
132,408
Bug 132408 [Model Sync] Modify action provider to show open on compilation units
The Java action provider doesn't contribute an Open and Open with to compilation units. The menu items are contributed by the SynchronizationActionProvider superclass but the Java action provider is not enabled for ICompilationUnit. The same holds true for any file that is included in a Java project.
resolved fixed
fa81ad4
["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/model/RefactoringSynchronizationActionProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-20T08:18:01Z"
"2006-03-17T21:13:20Z"
125,677
Bug 125677 [navigation] @category not standing out enough in outliner
Version: 3.2.0 Build id: I20060125-0800 I find the the @category tag not standing out enough in outline view. e.g. SomeType +- method1() : int +- method2() : int +- method3() : int +- accessor - getX() : int +- accessor - getY() : int +- SOME_CONSTANT : String Visually, the grouping doesn't appear much. - Could it be emphasized, maybe offering some grouping ? (with intermediate node?) - Maybe the sorting button should offer a mode where it is combining items in same categories together (at least sorting them next to each other). - Maybe using a bullet with a custom colour for a category ? (items in same category get a bullet of same colour?).
resolved fixed
1c233af
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-17T13:38:39Z"
"2006-01-30T08:33:20Z"
127,639
Bug 127639 [build path] order of details pane entries
20050214-0010 1. create a new Java project, enter a name and press next 2. the detail pane starts with 'remove project from...' That's a complicated option, better start with 'Create new source folder' and we should also have a 'Link additional source..'
resolved fixed
edc0675
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/HintTextGroup.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-17T09:55:17Z"
"2006-02-14T09:40:00Z"
118,063
Bug 118063 Duplicate public modifier on refactor move method
Build id: I20051122-0800 1) Start with these two CUs in different packages: package p1; class C { } package p2; public class A { protected static void foo(int args) {} protected static void foo(int args, int moreArgs) {} private void bar() { foo(5); foo(5, 5); } } 2) Select the two "foo" methods in the content outline, and choose Refactor > Move 3) Select p1.C as the destination 4) Click Finish on the refactoring. -> The resulting code in C.java has compile errors: package p1; class C { public static void foo(int args) {} public public static void foo(int args, int moreArgs) {} } "Duplicate modifier for the method foo in type C"
resolved fixed
4ebfc42
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembersProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-16T19:11:32Z"
"2005-11-25T14:46:40Z"
128,763
Bug 128763 [build path] Can no longer add multiple folders via Java Build properties 'Source' tab
3.2 M5 1. select a Java project 2. context menu 'Build Path' > 'Configure Build Path...' 3. select 'Source' tab 4. click 'Add Folder...' Observe: can no longer add multiple folders This used to work since day one up to 3.2 M4 and is now broken. Workaround: select the folders in the Package Explorer and then from the context menu: 'Build Path' > 'Use As Source Folder'.
resolved fixed
10834a5
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathBasePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CreateMultipleSourceFoldersDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/MultipleFolderSelectionDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-16T17:28:55Z"
"2006-02-21T08:20:00Z"
131,713
Bug 131713 JavaElementResourceMapping should implement contains
The JavaElementResourceMapping should implement that contains method. Without this, the java model doesn't have children when used in the Synchronize wizard. I will attach a patch.
resolved fixed
380841b
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaElementResourceMapping.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-16T16:53:16Z"
"2006-03-14T15:26:40Z"
131,768
Bug 131768 [refactoring] API additions for Replace Invocations
I need some API additions for the new "Replace Invocations" refactoring: org.eclipse.jdt.ui.actions: + constant IJavaEditorActionDefinitionIds.REPLACE_INVOCATIONS + constant JdtActionConstants.REPLACE_INVOCATIONS + ReplaceInvocationsAction.java org.eclipse.jdt.ui/plugin.xml: + action and command definitions Erich, could you please give PMC approval?
resolved fixed
3aec335
["org.eclipse.jdt.ui.tests.refactoring/resources/ReplaceInvocationsWorkspace/ReplaceInvocations/rewrite_in/TestClassFile.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ReplaceInvocationsWorkspace/ReplaceInvocations/rewrite_in/TestMultiple.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ReplaceInvocationsWorkspace/ReplaceInvocations/rewrite_in/TestSwitchParameters.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ReplaceInvocationsWorkspace/ReplaceInvocations/rewrite_out/TestClassFile.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ReplaceInvocationsWorkspace/ReplaceInvocations/rewrite_out/TestMultiple.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ReplaceInvocationsWorkspace/ReplaceInvocations/rewrite_out/TestSwitchParameters.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RewriteMethodInvocationsWorkspace/RewriteMethodInvocations/rewrite_in/TestClassFile.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RewriteMethodInvocationsWorkspace/RewriteMethodInvocations/rewrite_in/TestMultiple.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RewriteMethodInvocationsWorkspace/RewriteMethodInvocations/rewrite_in/TestSwitchParameters.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RewriteMethodInvocationsWorkspace/RewriteMethodInvocations/rewrite_out/TestClassFile.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RewriteMethodInvocationsWorkspace/RewriteMethodInvocations/rewrite_out/TestMultiple.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RewriteMethodInvocationsWorkspace/RewriteMethodInvocations/rewrite_out/TestSwitchParameters.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/AllRefactoringTests.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ReplaceInvocationsTests.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RewriteMethodInvocationsTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ReplaceInvocationsRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/RewriteMethodInvocationsRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceProvider.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/TargetProvider.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringMessages.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/code/ReplaceInvocationsInputPage.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/code/ReplaceInvocationsWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/IJavaEditorActionDefinitionIds.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/JdtActionConstants.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefactorActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ReplaceInvocationsAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-15T19:25:34Z"
"2006-03-14T18:13:20Z"
127,668
Bug 127668 Refactorings with wizard based user interface have bad dialog sizes
I20060214-0010 (old problem of Pull Up, became more apparent with Clean Up Wizard) Refactorings with RefactoringWizard#WIZARD_BASED_USER_INTERFACE ('Clean Up' and 'Pull Up') always remember just one dialog size. They should make the input page as compact as possible and remember the preview pages size like the dialog based user interface already does. I think the problem is that RefactoringWizardDialog misses some important tweaks of RefactoringWizardDialog2.
resolved fixed
aa6763f
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringWizardDialog.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-15T16:56:10Z"
"2006-02-14T12:26:40Z"
131,545
Bug 131545 [clean up] better progress monitor for clean up
20060313 - create a clean-up for all of the jdt-ui sources observe: - the progress monitor increases the number of elements to process - the wizard stays a long time at 100% Suggestion: Only advance a step when the CU has completly been processed Also keep the number of steps show stable (do not increase the number)
resolved fixed
182641a
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-15T14:30:53Z"
"2006-03-13T17:13:20Z"
131,279
Bug 131279 [refactoring] Introduce indirection should use delegate comment for method stub
I20060307-1315 The generated method is not an overriding method, but rather a static delegate.
resolved fixed
8169c0f
["org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test01/out/Foo.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test02/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test03/out/Bar.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test04/out/Foo.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test05/out/Foo.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test06/out/Foo.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test07/out/E1.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test09/out/Foo.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test10/out/Foo.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test11/out/Foo.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test13/out/Foo.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test14/out/Bar.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test15/out/Bar.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test16/out/Bar.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test17/out/Foo.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test18/out/Foo.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test19/out/Foo.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test20/out/Foo.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test21/out/Foo.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test22/out/Foo.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test23/out/Foo.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test24/out/Foo.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test25/out/Bar.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test26/out/Foo.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test27/out/Bar.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test28/out/Foo.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test29/out/Other.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test30/out/MultiGenerics.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-15T13:55:57Z"
"2006-03-10T08:40:00Z"
131,679
Bug 131679 [nls] changing a label touches Messages.java without change
20060314 1. open the NLS wizard on an already translated file, e.g. DelegateUIHelper 2. change a label, e.g. 'Mark as ...' to 'mark as' 3. press next: Two files have changes, but 'RefactoringMessage.java' is a no-op
resolved fixed
da98ef7
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/AccessorClassModifier.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-15T10:27:31Z"
"2006-03-14T09:53:20Z"
40,306
Bug 40306 [misc] Javadoc view: Should always update to latest element
null
resolved fixed
93b5e8a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/SourceView.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-14T10:26:00Z"
"2003-07-17T11:06:40Z"
69,623
Bug 69623 [hovering] Show why there's no Javadoc
Javadocs for methods, etc within the JRE display propery in the Javadoc View and in the code window after appropriate delay; the external browser menu also works. User libraries don't work in the first two cases, only the external browser works... (this confirms that the javadoc path is correct)
verified fixed
d71873c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/InfoViewMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaHoverMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-14T10:00:49Z"
"2004-07-08T15:20:00Z"
45,408
Bug 45408 Enable assertions during unit tests [JUnit]
As I understand it, Java 1.4 assertions are disabled by default unless the vm argument "-ea" exists. I would like very much for Eclipse to have an option to always enable assertions while running my unit tests from the "run as... JUnit test" menu item. I realize that I can define a runtime configuration and specify the parameters there, but if this were the "default", that would be very helpful.
verified fixed
084adaf
["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitMessages.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitPreferencesConstants.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JunitPreferenceInitializer.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/AssertionVMArg.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitLaunchShortcut.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitTabGroup.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitMessages.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPreferencePage.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPreferencesConstants.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JunitPreferenceInitializer.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/junit/tests/JUnitJUnitTests.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/junit/tests/TestEnableAssertions.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-13T20:59:55Z"
"2003-10-22T19:13:20Z"
131,544
Bug 131544 [ltk][refactoring] add busy cursor for 'filter changes'
20060313 - create a clean-up for all of the jdt-ui sources - in the preview page enable some filter view this takes several seconds. We should use a busy cursor here
resolved fixed
967ae7f
["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/PreviewWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-13T17:57:42Z"
"2006-03-13T17:13:20Z"
130,909
Bug 130909 [api][text edit] Need API on TextEditGroup to remove edits
null
resolved fixed
1a9905d
["org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/TextChange.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-13T17:31:02Z"
"2006-03-08T15:00:00Z"
130,896
Bug 130896 [misc] Internal error when showing Javadoc hover
I20060307-1315 Editing a java file, I get an 'Internal Error' popup. The stack trace is: !ENTRY org.eclipse.ui 4 0 2006-03-08 14:43:46.738 !MESSAGE No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)] !STACK 0 org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)] at org.eclipse.swt.SWT.error(SWT.java:3384) at org.eclipse.swt.browser.Browser.<init>(Browser.java:131) at org.eclipse.jdt.internal.ui.text.java.hover.BrowserInformationControl.<init>(BrowserInformationControl.java:198) at org.eclipse.jdt.internal.ui.text.java.hover.JavadocHover$2.doCreateInformationControl(JavadocHover.java:112) at org.eclipse.jdt.internal.ui.text.java.hover.AbstractReusableInformationControlCreator.createInformationControl(AbstractReusableInformationControlCreator.java:35) at org.eclipse.jface.text.AbstractInformationControlManager.getInformationControl(AbstractInformationControlManager.java:619) at org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:850) at org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:836) at org.eclipse.jface.text.AbstractHoverInformationControlManager.presentInformation(AbstractHoverInformationControlManager.java:502) at org.eclipse.jface.text.TextViewerHoverManager.doPresentInformation(TextViewerHoverManager.java:231) at org.eclipse.jface.text.TextViewerHoverManager$5.run(TextViewerHoverManager.java:221) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3135) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2841) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1924) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1888) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:107) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) I could not isolate a precise scenario in which this occurs, but it happened multiple times today. Does not happen with I20060228-1207 (same platform, same workspace).
resolved fixed
b561e0c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-13T12:30:55Z"
"2006-03-08T15:00:00Z"
96,799
Bug 96799 Textual move cannot be undone [refactoring]
N20050526-0010 + ZRH plugin export Steps to reproduce: - Create JUnit project - Open class junit.awtui.ProgressBar - Show class in outline (with no filters) - Invoke Refactor / Move on the java.awt.* import declaration - Move import declaration to another cu - Try to undo textual move -> No undo menu entry for this refactoring
resolved fixed
821eea6
["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/reorg/MoveTest.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/reorg/MultiMoveTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/JavaMoveProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-10T18:01:06Z"
"2005-05-26T15:06:40Z"
101,987
Bug 101987 Convert anonymous: does not add comments
In I20050627-1435. Convert anonymous to nested does not add comments to the new field if specified in the preferences. I would expect comments on: - The new type - Any generated constructor - Any generated field
resolved fixed
2327f68
["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ConvertAnonymousToNestedTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ConvertAnonymousToNestedRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/scripting/ConvertAnonymousRefactoringContribution.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-10T17:58:07Z"
"2005-06-28T09:13:20Z"
131,348
Bug 131348 Pull up refactoring allows pulling fields into an interface
I20060307-1315 Start with these two CUs: public interface I { } public class C implements I { boolean value; } Select the "value" field, and run the "Pull Up" refactoring. Select "I" as the destination of the refactoring. No warnings are presented, but of course a non-final field doesn't make sense in an interface. After the refactoring there is a compile error in "I". The refactoring shouldn't allow non-final fields to be pulled up (or at least warn against it).
resolved fixed
b878306
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-10T17:17:02Z"
"2006-03-10T17:00:00Z"
129,157
Bug 129157 [clean up] should open a dialog on target without CU
I20060221-1300 Source > Clean Up... currently does nothing if started on a project / source folder / package that does not contain any compilation units. It should show a dialog telling the user that the selection contains no files to clean up.
resolved fixed
0896d98
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CleanUpAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FormatAllAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-10T17:09:44Z"
"2006-02-23T13:06:40Z"
99,960
Bug 99960 Convert to enhanced for loop does not appear on 'this'
I20050610-1757 (3.1RC2) The 'Convert to enhanced for loop' proposal does not appear here: class FilteredCollection<E> extends AbstractCollection<E> { @Override public Iterator<E> iterator() { return null; } @Override public int size() { int result= 0; for (Iterator<E> iter = iterator(); iter.hasNext();) { E element = iter.next(); result++; } return result; } } It also doesn't appear when I write ... for (Iterator<E> iter = this.iterator(); iter.hasNext();) { ..., but it appears on when used like this ... FilteredCollection<E> coll = this; for (Iterator<E> iter = coll.iterator(); iter.hasNext();) {
resolved fixed
76d3463
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertIterableLoopOperation.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-10T15:38:51Z"
"2005-06-14T14:40:00Z"
131,309
Bug 131309 Multiple entries for 'add deprecation info'
20060310 - rename method TestDecorator.countTestCases() and mark delegate as deprecated - open preview: multiple entries 'create deprecation info' Either this is a bug, or maybe one is created per overriding method: add this to the label 'create deprecation info for xy()'
resolved fixed
0c35834
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-10T14:03:48Z"
"2006-03-10T11:26:40Z"
131,288
Bug 131288 [nls tooling] Sort order of fields in eclipse style NLS class is wrong
I20060307-1315 Given: public class E3 { String s1= Messages.E3_b; String s2= Messages.E3_y; String s3= "a"; String s4= "h"; String s5= "x"; } And: public class Messages extends NLS { private static final String BUNDLE_NAME = "test3.messages";//$NON-NLS-1$ public static String E3_b; public static String E3_y; static {NLS.initializeMessages(BUNDLE_NAME, Messages.class);} } 1. Open 'Externalize Strings...' on E3 2. Externalize all strings, give them names E3_a, E3_h, and E3_x 3. Click finish Result: public class Messages extends NLS { private static final String BUNDLE_NAME = "test3.messages";//$NON-NLS-1$ public static String E3_a; public static String E3_b; public static String E3_x; public static String E3_h; public static String E3_y; static {NLS.initializeMessages(BUNDLE_NAME, Messages.class);} } Expected: public class Messages extends NLS { private static final String BUNDLE_NAME = "test3.messages";//$NON-NLS-1$ public static String E3_a; public static String E3_b; public static String E3_h; public static String E3_y; public static String E3_x; static {NLS.initializeMessages(BUNDLE_NAME, Messages.class);} } Or (same order as in property file): public class Messages extends NLS { private static final String BUNDLE_NAME = "test3.messages";//$NON-NLS-1$ public static String E3_b; public static String E3_y; public static String E3_a; public static String E3_h; public static String E3_x; static {NLS.initializeMessages(BUNDLE_NAME, Messages.class);} }
resolved fixed
279f52c
["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/nls/NLSSourceModifierTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/AccessorClassModifier.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-10T10:22:50Z"
"2006-03-10T08:40:00Z"
130,895
Bug 130895 Closed Projects Filter in Package Explorer no longer removes expansion symbol from empty working sets
This is more of an annoyance than anything. I'm running M5 and the first thing I noticed was that the Closed Projects filter no longer removes the expansion symbol from my working sets when all the projects in that working set are closed. I use the Show->Working Sets option of Package Explorer and in previous version (M4 for example) when you filtered out the closed projects if all the projects in a working set were closed that node in the tree would loose the expansion (plus) symbol. This was really handy. Now I have to click on the expansion symbol for each working set to see if all the projects are closed. I'm not entirely sure what caused this issue, it may be a change to the tree view widget but the Closed Projects filter is now useless to me.
resolved fixed
05d781a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/WorkingSetAwareContentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ProblemTreeViewer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-10T09:25:37Z"
"2006-03-08T12:13:20Z"
131,106
Bug 131106 [nls tooling] Externalized to Igonored does not add nls tag
I20060307-1315 With eclipse style nlsed strings. Given an externalized string and package test2; public class E2 { String s1= Messages.E2_0; } Run source->Externalize Strings... on the above cu Change to 'Ignore' Finish the wizard Result is: package test2; public class E2 { String s1= "string"; } Expected: package test2; public class E2 { String s1= "string"; //$NON-NLS-1$ }
resolved fixed
0e3bc70
["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/nls/NLSSourceModifierTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSSourceModifier.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-09T16:43:21Z"
"2006-03-09T16:00:00Z"
95,708
Bug 95708 [nls tooling] Wizard for Eclipse NLS doesn't handle duplicated keys
M7 1. with the new NLS scheme (fields), translate the following file and give both fields the same key "hello_key", First problem: Messages file gets duplicated key: Remove the dup key. 2. Open the NLS wizard again, change the second key to "hello_key2" Second problem: A new key-value pair is added to the properties file, but no new field is created. class A { String lab1= "Hello"; String lab2= "Hello"; }
resolved fixed
3ee562a
["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/nls/NLSSourceModifierTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/AccessorClassCreator.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/AccessorClassModifier.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSPropertyFileModifier.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-09T16:31:57Z"
"2005-05-18T07:06:40Z"
130,317
Bug 130317 ASTParser with IClassFile as source creates type bindings that are not isEqualTo(..) binary bindings
I20060301-0800 Create an AST from an IClassFile with source attachment, e.g. java.lang.Integer -> was: the ITypeBinding for Integer answers true for isFromSource() -> expected: false On the other hand, when I create an AST for a compilation unit that refers to Integer and resolve a type binding for Integer there, the binding is not a source binding (as expected). Comparing these two different kinds of type bindings with isEqualsTo(..) returns false, although their keys are equal.
verified fixed
275430b
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/TargetProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-09T15:36:43Z"
"2006-03-03T15:33:20Z"
131,069
Bug 131069 OutOfMemoryError running refactoring tests
I20060307-1315 Run e.g. InlineTempTests with a fresh (default) launch configuration. On my machine, I get the OOME in InlineTempTests.test19(). The problem is the StringBuffer buffer in RefactoringHistoryManager.addIndexEntry(IFileStore, RefactoringDescriptor, IProgressMonitor) line: 147 which is > 15MB (and then converted to a String and a byte[]). Without looking too deep into the code, 2 questions arise: 1) Why is the buffer that big? 2) If the buffer has to be that big, could it be avoided by processing streams in a pipeline? Thread [main] (Suspended (exception OutOfMemoryError)) StringCoding$CharsetSE.encode(char[], int, int) line: 334 StringCoding.encode(String, char[], int, int) line: 378 String.getBytes(String) line: 812 RefactoringHistoryManager.addIndexEntry(IFileStore, RefactoringDescriptor, IProgressMonitor) line: 147 RefactoringHistoryManager.addRefactoringDescriptor(RefactoringDescriptor, boolean, IProgressMonitor) line: 760 RefactoringHistorySerializer.processHistoryNotification(IFileStore, RefactoringHistoryEvent, String) line: 114 RefactoringHistorySerializer.historyNotification(RefactoringHistoryEvent) line: 76 RefactoringHistoryService$3.run() line: 240 SafeRunner.run(ISafeRunnable) line: 37 RefactoringHistoryService$RefactoringDescriptorStack.push(RefactoringDescriptor) line: 233 RefactoringHistoryService$RefactoringDescriptorStack.access$0(RefactoringHistoryService$RefactoringDescriptorStack, RefactoringDescriptor) line: 225 RefactoringHistoryService$RefactoringOperationHistoryListener.historyNotification(OperationHistoryEvent) line: 401 DefaultOperationHistory.notifyListeners(OperationHistoryEvent) line: 879 DefaultOperationHistory.notifyDone(IUndoableOperation) line: 943 DefaultOperationHistory.closeOperation(boolean, boolean, int) line: 1338 UndoManager2.changePerformed(Change, boolean) line: 149 PerformChangeOperation$1.run(IProgressMonitor) line: 239 Workspace.run(IWorkspaceRunnable, ISchedulingRule, int, IProgressMonitor) line: 1736 Workspace.run(IWorkspaceRunnable, IProgressMonitor) line: 1718 PerformChangeOperation.executeChange(IProgressMonitor) line: 280 PerformChangeOperation.run(IProgressMonitor) line: 192 Workspace.run(IWorkspaceRunnable, ISchedulingRule, int, IProgressMonitor) line: 1736 Workspace.run(IWorkspaceRunnable, IProgressMonitor) line: 1718 InlineTempTests(RefactoringTest).executePerformOperation(PerformChangeOperation, IWorkspace) line: 221 InlineTempTests(RefactoringTest).performRefactoring(Refactoring, boolean) line: 204 InlineTempTests(RefactoringTest).performRefactoring(Refactoring) line: 174 InlineTempTests.helper1(ICompilationUnit, ISourceRange) line: 78 InlineTempTests.helper1(int, int, int, int) line: 91 InlineTempTests.test19() line: 204 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39 DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25 Method.invoke(Object, Object...) line: 585 InlineTempTests(TestCase).runTest() line: 154 InlineTempTests(TestCase).runBare() line: 127 TestResult$1.protect() line: 106 TestResult.runProtected(Test, Protectable) line: 124 TestResult.run(TestCase) line: 109 InlineTempTests(TestCase).run(TestResult) line: 118 TestSuite.runTest(Test, TestResult) line: 208 TestSuite.run(TestResult) line: 203 RefactoringTestSetup(TestDecorator).basicRun(TestResult) line: 22 TestSetup$1.protect() line: 19 TestResult.runProtected(Test, Protectable) line: 124 RefactoringTestSetup(TestSetup).run(TestResult) line: 23 RemotePluginTestRunner(RemoteTestRunner).runTests(String[], String) line: 478 RemotePluginTestRunner(RemoteTestRunner).run() line: 344 RemotePluginTestRunner.main(String[]) line: 57 UITestApplication$1.run() line: 105 RunnableLock.run() line: 35 UISynchronizer(Synchronizer).runAsyncMessages(boolean) line: 123 Display.runAsyncMessages(boolean) line: 3317 Display.readAndDispatch() line: 2963 Workbench.runEventLoop(Window$IExceptionHandler, Display) line: 1924 Workbench.runUI() line: 1888 Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 422 PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 143 IDEApplication.run(Object) line: 107 UITestApplication.run(Object) line: 45 PlatformActivator$1.run(Object) line: 78 EclipseAppLauncher.runApplication(Object) line: 92 EclipseAppLauncher.start(Object) line: 68 EclipseStarter.run(Object) line: 374 EclipseStarter.run(String[], Runnable) line: 169 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39 DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25 Method.invoke(Object, Object...) line: 585 Main.invokeFramework(String[], URL[]) line: 338 Main.basicRun(String[]) line: 282 Main.run(String[]) line: 977 Main.main(String[]) line: 952
verified fixed
ede67c7
["org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/history/RefactoringHistoryManager.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-09T12:27:43Z"
"2006-03-09T13:13:20Z"
130,829
Bug 130829 [hovering] Empty yellow box over imports
Build: I-20060307-1315 Put the mouse pointer over an import statement in the Java editor, and you will get a empty yellow box. Screenshot to follow.
resolved fixed
e0238ec
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-08T17:47:33Z"
"2006-03-07T22:20:00Z"
130,469
Bug 130469 [typing] 'Correct Identation' strange behaviour
For this code 'Source' -> 'Correct Identation' result is ugly and not the same as using 'Source' -> 'Format': // comment JButton button = new JButton("test"); button.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { doSomething(); } });
resolved fixed
de265e8
["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-08T17:38:42Z"
"2006-03-05T14:46:40Z"
94,950
Bug 94950 [nls tooling] Switching to Eclipse mechanism should automatically convert keys
N20050512-0010 Steps to reproduce: - Create cu with unexternalized string which has NO reference to message bundles (both eclipse and non-eclipse approach) - Invoke Externalize String refactoring - Proposed key names have format <Class>.n - Check 'Use Eclipse's string externalization mechanism' -> The proposed key names are invalid with the Eclipse approach -> Wizard should regenerate keys which do not yet exist
resolved fixed
21438a7
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-08T17:10:15Z"
"2005-05-12T12:13:20Z"
130,925
Bug 130925 [ltk][refactoring] UndoableOperation2ChangeAdapter
I20060307-1315 UndoableOperation2ChangeAdapter does not follow the spec of IUndoableOperation#addContext(IUndoContext context), which makes JDT UI's UndoManagerTests#test9 fail. The current implementation inserts the specified context in a list, regardless whether the context is already there. This violates the contract of IUndoableOperation#addContext which states that the same context object must not be added twice.
resolved fixed
f8ae937
["org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/UndoableOperation2ChangeAdapter.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-08T16:20:13Z"
"2006-03-08T15:00:00Z"
111,972
Bug 111972 [nls tooling] Duplicate keys created in Externalize Strings Wizard
To reproduce: 1) Create your own Messages class without a BUNDLE_NAME constant. 2) Go to the class you want to externalize and run the externalization wizard. 3) Point the externalization wizard to your custom Messages class. 4) Finish the wizard. 5) Add some new strings to the class you externalized in step 2, and run the externalization wizard on the class again. 6) Although the wizard points the same messages.properties file and Messages class, the new strings will be assigned the same keys as the string externalized in step 2. Cause: The externalization wizard looks for the BUNDLE_NAME constant in the Messages class (the default Messages class has a private BUNDLE_NAME constant). If the constant doesn't exist, the wizard starts the keys from 0. If it does exist but doesn't point at the correct messages.properties file, the wizard will produce errors on any keys not in the BUNDLE_NAME constants messages.properties file (even if the wizard is pointed at the correct messages.properties file). Solution: The wizard should check the keys from the messages.properties file pointed to by the wizard, not by the messages.properties file pointed to by the BUNDLE_NAME constant in the Messages class.
resolved fixed
b9833ad
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHintHelper.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-08T14:18:21Z"
"2005-10-07T18:33:20Z"
101,025
Bug 101025 [nls tooling] externalize strings doesn't generate correct code
if you externalize strings on the following code: --------------------------------------------------- package p; public class A { public static void main(String[] args) { System.out.println("hello world!"); } } ------------------------------------------------------ then this is the "Message.java" that gets created: -------------------------------------------------------- package p; import java.util.MissingResourceException; import java.util.ResourceBundle; public class Messages { private static final String BUNDLE_NAME = "p.messages"; //$NON-NLS-1$ private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.getBundle(BUNDLE_NAME); private Messages() { } public static String getString(String key) { throw new UnsupportedOperationException(); } } --------------------------------------------------- as you can see getString() is wrong. It seems to be set by the "Method Body" Code Template. Which I specify using -pluginCustomization command line parameter.
resolved fixed
bd8e1b9
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/AccessorClassCreator.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-08T10:19:07Z"
"2005-06-21T13:20:00Z"
87,492
Bug 87492 JUnit view: can't open some stack trace entries
I20050308-1510 (but have seen it in earlier releases as well) Some of the entries could not be opened - reported by a dialog: Title: Cannot Open Editor Message: Test class not found in selected project It works when I first open the editor, no matter in which workbench window (!). When I copy the stack trace into the Console and click there the editor gets correctly opened. This is the stack trace that failed: java.lang.Error: Unresolved compilation problems: The method rewriteTypeOccurrence(CompilationUnitRange, CompilationUnitRewrite, CompilationUnit, Set, TextEditGroup) in the type SuperTypeRefactoringProcessor is not applicable for the arguments (CompilationUnitRange, ASTRewrite, CompilationUnit, CompilationUnit, Set, TextEditGroup) The method rewriteTypeOccurrence(CompilationUnitRange, CompilationUnitRewrite, CompilationUnit, Set, TextEditGroup) in the type SuperTypeRefactoringProcessor is not applicable for the arguments (CompilationUnitRange, ASTRewrite, CompilationUnit, CompilationUnit, Set, TextEditGroup) at org.eclipse.jdt.internal.corext.refactoring.structure.ExtractInterfaceProcessor.createTypeOccurrencesReplacements(ExtractInterfaceProcessor.java:755) at org.eclipse.jdt.internal.corext.refactoring.structure.ExtractInterfaceProcessor.createChangeManager(ExtractInterfaceProcessor.java:381) at org.eclipse.jdt.internal.corext.refactoring.structure.ExtractInterfaceProcessor.checkFinalConditions(ExtractInterfaceProcessor.java:248) at org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring.checkFinalConditions(ProcessorBasedRefactoring.java:165) at org.eclipse.ltk.core.refactoring.Refactoring.checkAllConditions(Refactoring.java:126) at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:80) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:114) at org.eclipse.ltk.core.refactoring.PerformChangeOperation.run(PerformChangeOperation.java:188) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1702) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1722) at org.eclipse.jdt.ui.tests.refactoring.RefactoringTest.performRefactoring(RefactoringTest.java:177) at org.eclipse.jdt.ui.tests.refactoring.RefactoringTest.performRefactoring(RefactoringTest.java:166) at org.eclipse.jdt.ui.tests.refactoring.ExtractInterfaceTests.validatePassingTest(ExtractInterfaceTests.java:137) at org.eclipse.jdt.ui.tests.refactoring.ExtractInterfaceTests.test12(ExtractInterfaceTests.java:215) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) at junit.extensions.TestSetup$1.protect(TestSetup.java:19) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.extensions.TestSetup.run(TestSetup.java:23) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) at junit.extensions.TestSetup$1.protect(TestSetup.java:19) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.extensions.TestSetup.run(TestSetup.java:23) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:474) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:342) at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:36) at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run(UITestApplication.java:110) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:118) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2885) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2544) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1484) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1450) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:288) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102) at org.eclipse.pde.internal.junit.runtime.UITestApplication.run(UITestApplication.java:39) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:228) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:338) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:151) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:268) at org.eclipse.core.launcher.Main.basicRun(Main.java:260) at org.eclipse.core.launcher.Main.run(Main.java:887) at org.eclipse.core.launcher.Main.main(Main.java:871)
resolved fixed
7e3840f
["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/OpenEditorAction.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/OpenEditorAtLineAction.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/OpenTestAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-07T15:50:27Z"
"2005-03-09T14:53:20Z"
130,718
Bug 130718 [api][ltk][refactoring] Add new event type ADDED to RefactoringHistoryEvent
null
resolved fixed
2a0a46a
["org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/history/RefactoringHistoryEvent.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-07T10:32:44Z"
"2006-03-07T11:13:20Z"
129,508
Bug 129508 [quick assist] convert to enhanced for should not be applicable sometimes
3.2M5 convert should not be applicable here for (Iterator<Integer> iter = removed.iterator(); iter.hasNext();) { Integer id = iter.next(); //do stuff iter.remove(); //after convert this is broken } or here for (Iterator<Integer> iter = removed.iterator(); iter.hasNext();) { Integer id = iter.next(); //do stuff boolean x= iter.hasNext(); //after convert this is broken } in general, whenever the iterator is used for anything else than the next() call, the conversion should be disabled. It's quite annoying to have to go back and fix those problems (revert to old code) after I just did clean up.
resolved fixed
681a461
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertIterableLoopQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertIterableLoopOperation.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-07T10:30:38Z"
"2006-02-27T00:26:40Z"
129,730
Bug 129730 [java perspective] add progress view to view shortcuts
20060228 As sson as platform ui added the new constant we will add it to the default views (in the view menu only) layout.addShowViewShortcut(IPageLayout.ID_PROGRESS_VIEW);
resolved fixed
2ad2c2e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaHierarchyPerspectiveFactory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPerspectiveFactory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPerspectiveFactory.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-07T09:31:16Z"
"2006-02-28T09:46:40Z"
127,727
Bug 127727 refactoring: replace with new jar must remember last location
null
resolved fixed
dc18174
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/RefactoringLocationControl.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-06T18:26:07Z"
"2006-02-14T15:13:20Z"
130,542
Bug 130542 [painting] Erroneous bulb icon in left ruler
Build 3.2M5 Having the following source in Java editor, I noticed an unexpected bulb icon in the left ruler. It seems to imply a quickfix is available though none is actually. (in 1.5 source mode) public class X { void foo(Object... os) {} public static void main(String[] args) { new X().foo(args); } }
resolved fixed
c1233b9
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaAnnotationImageProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-06T16:09:48Z"
"2006-03-06T13:00:00Z"
130,396
Bug 130396 CopyToClipboardAction chokes with non-local file system
For a project that is based on a non-local file system, IResource#getLocation() will return null. CopyToClipboardAction#addFileName(Set, IResource) will try to handle that, but ends up storing URIs in a collection that is only expected to contain strings. This causes a failure later on when #copyToClipboard() tries to copy the collection contents into a string array. !ENTRY org.eclipse.ui 4 0 2006-03-03 16:36:01.906 !MESSAGE java.net.URI !STACK 0 java.lang.ArrayStoreException: java.net.URI at java.util.AbstractCollection.toArray(Unknown Source) at org.eclipse.jdt.internal.ui.refactoring.reorg.CopyToClipboardAction$ClipboardCopier.copyToClipboard(CopyToClipboardAction.java:186) at org.eclipse.jdt.internal.ui.refactoring.reorg.CopyToClipboardAction.doRun(CopyToClipboardAction.java:132) at org.eclipse.jdt.internal.ui.refactoring.reorg.CopyToClipboardAction.run(CopyToClipboardAction.java:125) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:267) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:243) at org.eclipse.jface.action.Action.runWithEvent(Action.java:492) at org.eclipse.ui.actions.RetargetAction.runWithEvent(RetargetAction.java:222) at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:117) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:460) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:421) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:160) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:466) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:798) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:845) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:563) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:506) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:122) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:978) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:924) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:949) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:934) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:962) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:958) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1272) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3336) at org.eclipse.swt.widgets.Tree.WM_CHAR(Tree.java:3555) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3236) at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:3551) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3965) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1799) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2905) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1899) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1863) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:417) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:99) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
resolved fixed
73dcd35
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/CopyToClipboardAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-06T13:39:43Z"
"2006-03-03T21:06:40Z"
130,350
Bug 130350 NPE in AbstractReusableInformationControlCreator#canReplace(..)
HEAD My runtime workbench has written this to the console: Exception in thread "Text Viewer Hover Presenter" java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text.java.hover.AbstractReusableInformationControlCreator.canReplace(AbstractReusableInformationControlCreator.java:65) at org.eclipse.jface.text.AbstractInformationControlManager.setCustomInformationControlCreator(AbstractInformationControlManager.java:424) at org.eclipse.jface.text.TextViewerHoverManager$4.run(TextViewerHoverManager.java:171)
resolved fixed
5aa28d9
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractReusableInformationControlCreator.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-06T09:56:04Z"
"2006-03-03T18:20:00Z"
127,645
Bug 127645 [cleanup][infrastructure] Use change filters in the preview
I20060214-0010 Cleanup potentially creates a lot of changes, which are difficult to spot in the refactoring preview. using change filters whould make the preview much more usable.
resolved fixed
927f727
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/AbstractFix.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/AbstractSerialVersionOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CodeStyleFix.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertForLoopOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertIterableLoopOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/FixMessages.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/Java50Fix.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/StringFix.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/UnusedCodeFix.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/VariableDeclarationFix.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-03T16:52:13Z"
"2006-02-14T09:40:00Z"
129,236
Bug 129236 [hovering] Focus javadoc hover shows blank popup window
If I hover over a class to get its javadoc hover, and hit F2 to give it focus, the focused javadoc window is blank. eclipse 3.2M5 on PPC OSX 10.4.5
resolved fixed
27eb767
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BrowserInformationControl.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-03T14:28:27Z"
"2006-02-23T21:26:40Z"
94,586
Bug 94586 [code manipulation] Overriding methods and delegates should have separate comment and code templates
It would be extremely helpful if overriding methods and delegates would have separate comment and code templates. Each of these cases needs a different comment, and also the needs for the method body are different. E.g. an overriding method needs a TODO-comment, while in a delegate, it will be a pain in the neck to manually delete each of these TODO-comments.
verified fixed
069e91c
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/CodeCompletionTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/TemplateStoreTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/JavadocQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/CodeTemplateContextType.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/JavaTemplateMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/CodeGeneration.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddDelegateMethodsAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-03T13:40:51Z"
"2005-05-11T00:06:40Z"
97,521
Bug 97521 [refactoring] [move] Move method to generic type
In RC1, given code: public class A { <T> void foo(B<T> b) { } } class B<T> { } Select "foo", and "move method". b is offered as a target, but if selected, the user is told: "This method could not be moved to the specified target, since the target is a generic entity". Ideally, the move would be allowed, since the type parameters on the method and class match. Failing that, would it be possible to not offer b in the first place?
resolved fixed
bde5cdd
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-03T11:23:10Z"
"2005-05-31T14:33:20Z"
130,293
Bug 130293 [quick assist] Convert to enhanced for loop not applicable for field accesses
I20060301-0800 Given: package test; public class E { private int[] arr; public void foo() { for (int i = 0; i < this.arr.length; i++) { System.out.println(this.arr[i]); } } } or: package test; public class E { private class E1Sub { public int[] array; } private E1Sub e1sub; public void foo() { for (int i = 0; i < this.e1sub.array.length; i++) { System.out.println(this.e1sub.array[i]); } } } Convert to enhanced for loop should be applicable and generate: for (int element : this.arr) { System.out.println(element); } and: for (int element : this.e1sub.array) { System.out.println(element); }
resolved fixed
42e6c69
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertForLoopQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertForLoopOperation.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-03T11:11:05Z"
"2006-03-03T10:00:00Z"
130,284
Bug 130284 [quick assist] Remove curly braces / parenthesis QA accessability
3.2M5 The "remove curly brackets" (and "change 'if' block to statement") Quick Assists are difficult to access, because they are not available when the caret is to the right or left side of the brackets. It would make sense to have them available when the caret is on the right side of the bracket, which would be symmetrical to the matching bracket indicatior. The "remove parenthesis" Quick Assist is available when the caret is on the left of the opening or on the right side of the closing parenthesis, the former is not symmetrical to the matching bracket indicator.
resolved fixed
260edca
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-03T10:17:43Z"
"2006-03-03T10:00:00Z"
130,139
Bug 130139 [clean up] Convert for loops to enhanced may mess up program logic in some cases
After applying the cleanup wizard on our sources, we noticed some parts of our program failing to work properly, although they compiled well. Our program processes command line output of a console application to display it in a GUI. The following test class reproduces the problem: public class Testcase { public static void main(String[] args) { String[] test = "See also:\n www.google.de\n www.wikipedia.org\n\nSome additional text here".split("\n"); System.out.println("You may also look at these sites:"); for(int i = 0; i < test.length; i++) { if(test[i].contains("See also:")) { for(int x = i + 1; x < test.length; x++) { if(!test[x].startsWith(" ")) break; System.out.println(test[x].trim()); } } } } } After applying the cleanup wizard, the code looks as follows: public class Testcase { public static void main(String[] args) { String[] test = "See also:\n www.google.de\n www.wikipedia.org\n\nSome additional text here".split("\n"); System.out.println("You may also look at these sites:"); for(int i = 0; i < test.length; i++) { if(test[i].contains("See also:")) { for(String element : test) { if(!element.startsWith(" ")) break; System.out.println(element.trim()); } } } } } The first for-loop is kept (I think as the wizard realizes that the loop variable is used), but the inner loop is altered. The cleanup wizard should pay attention for such cases, as those logical errors are hard to find, especially as the affected class worked properly since a few months.
resolved fixed
ce01e2b
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertForLoopQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertForLoopOperation.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-03T09:36:56Z"
"2006-03-02T17:20:00Z"
129,912
Bug 129912 [clean up] no brackets only for 'return' and 'throws'
20060301 We should offer a third option where brackets in control stataments are only removed when the statement is a 'return' or 'throws'. This is a common code pattern for early exits or argument checking. if (type == null) throw new InvalidArgumentException("type must not be null");
resolved fixed
cf32ac4
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ControlStatementsCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MultiFixMessages.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-01T17:20:17Z"
"2006-03-01T10:46:40Z"
129,971
Bug 129971 [build path] CCE in NewSourceContainerWorkbookPage.setSelection(..)
I20060228-1207 Found this in the log: !ENTRY org.eclipse.ui 4 0 2006-03-01 12:13:33.142 !MESSAGE org.eclipse.jdt.internal.ui.wizards.buildpaths.CPListElementAttribute !STACK 0 java.lang.ClassCastException: org.eclipse.jdt.internal.ui.wizards.buildpaths.CPListElementAttribute at org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.NewSourceContainerWorkbookPage.setSelection(NewSourceContainerWorkbookPage.jav a:318) at org.eclipse.jdt.internal.ui.wizards.buildpaths.BuildPathsBlock.tabChanged(BuildPathsBlock.java:907) at org.eclipse.jdt.internal.ui.wizards.buildpaths.BuildPathsBlock.access$2(BuildPathsBlock.java:900) at org.eclipse.jdt.internal.ui.wizards.buildpaths.BuildPathsBlock$1.widgetSelected(BuildPathsBlock.java:277) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3328) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2948) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:116) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3328) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2948) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1927) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1891) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:423) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:107) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:99) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
resolved fixed
884f189
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/NewSourceContainerWorkbookPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-01T17:12:28Z"
"2006-03-01T16:20:00Z"
129,876
Bug 129876 [quick fix] Light bulb on unneccessary else statement suggests "surround with runnable"
When a statement is unnessarily nested within an else clause, quick fix suggests to "surround with runnable". Which is of course incorrect. I'm using 3.2m5, check the quick fix on the else. (Java->Compiler->Errors/Warnings->Unnessary else statement = Warning) package demo; public class TestElse { public void main(String args[]) { if (true) { return; } else { return; } } }
resolved fixed
9f81fed
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-01T15:03:49Z"
"2006-03-01T05:13:20Z"
129,807
Bug 129807 [cleanup] Add final cleanup should only add keyword on methods with body
I20060223-1656 + ZRH plugin export The final keyword should only be added on methods with body. In particular, final should be omitted for interface methods and abstract methods.
resolved fixed
dadcbf5
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/VariableDeclarationFix.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-01T14:06:33Z"
"2006-02-28T18:06:40Z"
129,141
Bug 129141 Attempt to import a named method-scoped class when using auto-complete
Eclipse will attempt to import a named method-scoped class, which is an error.
verified fixed
142dbed
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyJavaTypeCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-01T13:17:43Z"
"2006-02-23T13:06:40Z"
129,799
Bug 129799 type decorations issues
20060228 - also for class files - look at refresh problems: - decorators turned on - change in editor: class to interface
resolved fixed
20060af
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/InterfaceIndicatorLabelDecorator.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-03-01T12:15:29Z"
"2006-02-28T15:20:00Z"
127,203
Bug 127203 AssertionFailedException double-clicking on test failure in JUnit view
build I20060208-0848 - running the performance tests, one of the tests had an error - double-clicked on the item in the JUnit view - it did not open (source for the test was in my workspace) - log got: org.eclipse.jdt.internal.core.Assert$AssertionFailedException: Assertion failed; at org.eclipse.jdt.internal.core.Assert.isTrue(Assert.java:89) at org.eclipse.jdt.internal.core.Assert.isTrue(Assert.java:76) at org.eclipse.jdt.internal.core.SourceMethod.<init>(SourceMethod.java:33) at org.eclipse.jdt.internal.core.SourceType.getMethod(SourceType.java:368) at org.eclipse.jdt.internal.junit.ui.OpenTestAction.findMethod(OpenTestAction.java:82) at org.eclipse.jdt.internal.junit.ui.OpenTestAction.findElement(OpenTestAction.java:61) at org.eclipse.jdt.internal.junit.ui.OpenEditorAction.run(OpenEditorAction.java:56) at org.eclipse.jdt.internal.junit.ui.FailureTab.handleDefaultSelected(FailureTab.java:305) at org.eclipse.jdt.internal.junit.ui.FailureTab$2.widgetDefaultSelected(FailureTab.java:283) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:97) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2907) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1793) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1757) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:402) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
resolved fixed
77db3a4
["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/OpenTestAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-02-28T18:53:53Z"
"2006-02-10T00:06:40Z"
129,530
Bug 129530 [quick fix] remove curly brackets should have least relevance
20060227 Using quick fix on the 'for' of public class A { void f(List<? extends Number> x){ for (Iterator<? extends Number> iter = x.iterator(); iter.hasNext();) { Number num = iter.next(); //do stuff }} } has 'remove curly brackets' as first option. It should always be last (or second last in this example)
resolved fixed
e9eee30
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-02-28T11:18:05Z"
"2006-02-27T08:46:40Z"
111,885
Bug 111885 [decorators] info if class or interface is in file
Currently the package explorer (and other widgets showing file lists) show a small 'J' icon for java files. It would be useful if this was one symbol for classes, and another for interfaces. The choice would be made based on the public class/interface in the file. I frequently have a class and interface of the same name in different packages, and it's hard to tell the difference.
resolved fixed
f99bd62
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/InterfaceIndicatorLabelDecorator.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-02-28T09:39:26Z"
"2005-10-07T10:13:20Z"
5,174
Bug 5174 Goto package: Dialog shows META-INF
1. package view, select CU 2. Go to - package... 3. List contains resource folders (incl META-INF)
resolved fixed
8f97edd
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/PackageSelectionDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/GotoPackageAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-02-27T18:14:55Z"
"2001-10-23T15:13:20Z"
127,275
Bug 127275 [compiler] Generalize ProblemReporter#localSourceEnd
null
verified fixed
de0ac6d
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-02-27T14:44:42Z"
"2006-02-10T16:46:40Z"
44,964
Bug 44964 Rename doesn't work if there are any compilation errors
Type in the following code: int abc = 0; if (true) { System.out.println(abc) } Try to rename abc. It will fail because system.out.println doesn't have a semicolon. I should be allowed to rename even if there are comilation errors.
resolved fixed
244e40e
["org.eclipse.jdt.ui.tests.refactoring/resources/RenameTemp/canRename/A_test61_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenameTemp/canRename/A_test61_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RenameTempTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameAnalyzeUtil.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameLocalVariableProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameTypeProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/CompilationUnitRewrite.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/util/RefactoringASTParser.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-02-27T10:21:44Z"
"2003-10-15T23:20:00Z"
129,165
Bug 129165 [quick fix] 'Change modifier to final' changes order of variable decl fragments
I20060221-1300 Given: int i= 1, j= i + 1, h= j + 1; Serializable ser= new Serializable() { void foo() { System.out.println(j); } }; Then make j final with quick fix 'Change modifier of 'j' to final' Result: int i= 1, h= j + 1; final int j= i + 1; Serializable ser= new Serializable() { void foo() { System.out.println(j); } }; Expected: int i= 1; final int j= i + 1; int h= j + 1; Serializable ser= new Serializable() { void foo() { System.out.println(j); } }; The order of the declarations must be preserved.
resolved fixed
6e82f06
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ModifierCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierChangeCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-02-27T10:17:59Z"
"2006-02-23T15:53:20Z"
129,467
Bug 129467 [implementation] CompilationUnitDocumentProvider#createFakeCompiltationUnit should check for null path
Version: 3.2.0 Build id: I20060217-1115 The annotate view in subclipse was broken by the addition of fake working copies in the comilation unit editor. Our implementation of IStorage#getFullPath was always returning null (as is allowed by the spec). Would it be possible to update CompilationUnitDocumentProvider#createFakeCompiltationUnit to return null if the full path of the IStorage is null? We are also going to update our IStorage implementation to return a valid path to take advantage of the fake working copies. org.eclipse.jface.text.Assert$AssertionFailedException: null argument; at org.eclipse.jface.text.Assert.isNotNull(Assert.java:157) at org.eclipse.jface.text.Assert.isNotNull(Assert.java:133) at org.eclipse.core.internal.filebuffers.TextFileBufferManager.connect(TextFileBufferManager.java:93) at org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter.initialize(DocumentAdapter.java:187) at org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter.<init>(DocumentAdapter.java:169) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider$2.createBuffer(CompilationUnitDocumentProvider.java:964) at org.eclipse.jdt.internal.core.CompilationUnit.openBuffer(CompilationUnit.java:1010) at org.eclipse.jdt.internal.core.CompilationUnit.buildStructure(CompilationUnit.java:87) at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:229) at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:503) at org.eclipse.jdt.internal.core.BecomeWorkingCopyOperation.executeOperation(BecomeWorkingCopyOperation.java:38) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:720) at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:779) at org.eclipse.jdt.internal.core.CompilationUnit.becomeWorkingCopy(CompilationUnit.java:66) at org.eclipse.jdt.core.WorkingCopyOwner.newWorkingCopy(WorkingCopyOwner.java:104) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider.createFakeCompiltationUnit(CompilationUnitDocumentProvider.java:976) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider.connect(CompilationUnitDocumentProvider.java:1061) at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:3064) at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:173) at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecoratedTextEditor.java:1463) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.internalDoSetInput(JavaEditor.java:2236) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.doSetInput(JavaEditor.java:2209) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.doSetInput(CompilationUnitEditor.java:1483) at org.eclipse.ui.texteditor.AbstractTextEditor$17.run(AbstractTextEditor.java:2397) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:360) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:305) at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:739) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:736) at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2215) at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:2415) at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:2442) at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:825) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:578) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:367) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:555) at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:212) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2392) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2325) at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPage.java:2317) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2303) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2298) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2275) at org.tigris.subversion.subclipse.ui.annotations.AnnotateView.openEditor(AnnotateView.java:356) at org.tigris.subversion.subclipse.ui.annotations.AnnotateView.showAnnotations(AnnotateView.java:161) at org.tigris.subversion.subclipse.ui.annotations.AnnotateView.showAnnotations(AnnotateView.java:122) at org.tigris.subversion.subclipse.ui.operations.ShowAnnotationOperation$1.run(ShowAnnotationOperation.java:88) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3264) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2910) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1899) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1863) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:417) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:99) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
resolved fixed
17e259e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-02-27T09:58:43Z"
"2006-02-25T23:26:40Z"
129,504
Bug 129504 convert to enhanced for loop breaks on wildcards
3.2M5 public class A { void f(List<? extends Number> x){ for (Iterator<? extends Number> iter = x.iterator(); iter.hasNext();) { Number num = iter.next(); //do stuff }} } This gets converted to something that does not compile. Expected: void f(List<? extends Number> x){ for (Number number:x){ Number num = number; //do stuff }} cleanup has the same problem
resolved fixed
5970d61
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertIterableLoopQuickFixTest.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-02-27T09:23:54Z"
"2006-02-26T21:40:00Z"
129,427
Bug 129427 Default Preferences can't be used to set Java Formatter Profile
I am attempting to use the default preferences mechanism (via the -pluginCustomization switch) to establish default values for the Java Code Formatter profile to be used (among a whole range of other preference defaults). This allows developers to create new workspaces without having to reimport/reselect the corporate standard - the defaults carry across to the new workspaces. Under 3.1.1, it half worked. I could define a default value for org.eclipse.jdt.ui/org.eclipse.jdt.ui.formatterprofiles and it would appear in the list of available profiles, but the selecting of this profile via org.eclipse.jdt.ui/formatter_profile did not work (I did add the underscore to indicate a custom profile). Looking at the code, org.eclipse.jdt.internal.ui.preferences.formatter.ProfileStore was fetching the custom profiles via PreferenceConstants.getPreferenceStore().getString() which eventually searched both the instance and default scopes. However, org.eclipse.jdt.internal.ui.preferences.formatter.ProfileManager, which establishes the active profile calls InstanceScope.getNode().get() which only checks the Instance scope and does not include the default scope. In 3.2M5, ProfileStore has now been altered to use InstanceScope.... The net effect is that now the profile doesn't even appear in the list. From my perspective, the default preference mechanism is very useful to establish a standard environment for all our developers, and having the ability to set all preference defaults this way is vital in doing this. At a minimum, I believe this case needs to be fixed so the default scope is checked as well for all the preferences associated with setting the formatter profile. More generally, default preferences need to work consistently across all preferences.
resolved fixed
6a3ce41
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CodeFormatterConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileManager.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileStore.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-02-27T08:22:23Z"
"2006-02-25T06:46:40Z"
129,169
Bug 129169 Allow toggle method breakpoint in call hierarchy view
R32M5 since the results from using the call hierarchy view are methods, it would make sense that I would be able to toggle breakpoints on the methods.
resolved fixed
f718c02
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-02-24T18:11:55Z"
"2006-02-23T15:53:20Z"
123,946
Bug 123946 [quick assist] "Add keyword 'final' to all unchanged variables and properties"
This function can be provide with the "Format" function
resolved fixed
556a90e
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/FixMessages.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/VariableDeclarationFix.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/VariableDeclarationRewrite.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MultiFixMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/VariableDeclarationCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-02-24T18:08:09Z"
"2006-01-16T11:13:20Z"
127,723
Bug 127723 refactoring history: warn when replacing a jar with an older version
null
resolved fixed
6d2938e
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/binary/StubRefactoringHistoryWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportData.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-02-24T16:31:58Z"
"2006-02-14T15:13:20Z"
129,354
Bug 129354 Keybinding for 'focus javadoc' only present for editor
If i'm in the Java persepective with the editor having focus, and I hover to get a javadoc popup, it says "Press 'F2' for focus." However, if my focus is in some other view, annd I hover over the same element to get its javadoc, it says "Press '' for focus.", and I can't get the javadoc to take focus with F2. eclipse 3.2M5 on OSX 10.4.5
resolved fixed
471d8ac
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractJavaEditorTextHover.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-02-24T16:08:42Z"
"2006-02-24T16:53:20Z"
121,034
Bug 121034 [jar import] Cancel should undo all already executed refactorings
3.2 M4
resolved fixed
fc8992d
["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringUIMessages.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/history/RefactoringHistoryWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-02-24T15:44:36Z"
"2005-12-15T09:46:40Z"