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
2,154
Bug 2154 Drag and Drop files does not check 'read-only' (1GE8MAV)
If you drag and drop a read-only files, you are not prompted to confirm the move. If you move the read-only file using the popup menu, you get an error (see: 1GE8LT7: ITPUI:WIN - Internal Error: moving read-only files) 1) create a new project 2) in the Navigator, add a file in the root directory 3) create a new directory 4) make the file read-only (right click on file, click properties, Info, click "Read Only", click OK) 5) drag and drop the file to another directory The file is moved without prompting the user. The workbench should ALWAYS verify that the user really wants to move the read-only file. NOTES: JEL (24/05/2001 12:16:06 PM) Related PR's: 1GE8MI1: ITPUI:ALL - What is "read-only" property for? Ignored by editors? 1GE8LT7: ITPUI:WIN - Internal Error: moving read-only files 1GE8MTR: ITPJUI:WIN - Package view ignores read-only property
resolved fixed
a79e40b
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/NavigatorDragAdapter.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/DeleteResourceAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/MoveResourceAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/ReadOnlyStateChecker.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ReadOnlyStateChecker.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2002-01-21T19:19:25Z"
"2001-10-11T03:13:20Z"
6,757
Bug 6757 When exiting the Eclipse workbench, UI reported error and to check log file, appears couldn't save settings on exit
When exiting the Eclipse workbench, UI reported error and to check log file, appears couldn't save settings on exit. Here is the error from the log file: Log: Mon Dec 10 14:21:14 EST 2001 2 org.eclipse.ui 2 Problems occurred when invoking code from plug-in: org.eclipse.ui. java.lang.NullPointerException at org.eclipse.ui.internal.PartTabFolder.saveState (PartTabFolder.java:700) at org.eclipse.ui.internal.RootLayoutContainer.saveState (RootLayoutContainer.java:150) at org.eclipse.ui.internal.PerspectivePresentation.saveState (PerspectivePresentation.java:1109) at org.eclipse.ui.internal.Perspective.saveState(Perspective.java:793) at org.eclipse.ui.internal.Perspective.saveState(Perspective.java:706) at org.eclipse.ui.internal.WorkbenchPage.saveState (WorkbenchPage.java:1269) at org.eclipse.ui.internal.WorkbenchWindow.saveState (WorkbenchWindow.java:828) at org.eclipse.ui.internal.Workbench.saveState(Workbench.java:704) at org.eclipse.ui.internal.Workbench.recordWorkbenchState (Workbench.java:617) at org.eclipse.ui.internal.Workbench.access$0(Workbench.java:615) at org.eclipse.ui.internal.Workbench$1.run(Workbench.java:80) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:758) at org.eclipse.core.runtime.Platform.run(Platform.java:393) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:78) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:76) at org.eclipse.ui.internal.Workbench$3.run(Workbench.java:157) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:98) at org.eclipse.ui.internal.Workbench.close(Workbench.java:155) at org.eclipse.ui.internal.WorkbenchWindow.busyClose (WorkbenchWindow.java:256) at org.eclipse.ui.internal.WorkbenchWindow.access$3 (WorkbenchWindow.java:251) at org.eclipse.ui.internal.WorkbenchWindow$1.run (WorkbenchWindow.java:291) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:98) at org.eclipse.ui.internal.WorkbenchWindow.close (WorkbenchWindow.java:289) at org.eclipse.jface.window.Window.handleShellCloseEvent (Window.java:462) at org.eclipse.jface.window.Window$2.shellClosed(Window.java:389) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:148) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:819) at org.eclipse.swt.widgets.Decorations.WM_CLOSE(Decorations.java:910) at org.eclipse.swt.widgets.Shell.WM_CLOSE(Shell.java:807) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:873) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.DefWindowProc(Native Method) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java (Compiled Code)) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:873) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.DefWindowProc(Native Method) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java (Compiled Code)) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:873) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.DispatchMessage(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1091) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:673) at org.eclipse.ui.internal.Workbench.run(Workbench.java:656) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:815) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:433) at org.eclipse.core.launcher.Main.main(Main.java:306)
resolved fixed
1d93dd3
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PartTabFolder.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2002-01-21T19:14:02Z"
"2001-12-10T18:46:40Z"
7,017
Bug 7017 New project location dialog misleading
There have been many reports of people creating new projects and specifying non default content locations getting confused and specifying the parent of the location rather than the location itself. For example, a typical user wanting to create a project Foo and have it actually live in c:\projects\foo, will uncheck the "use default location" box and then use the Browse button to get select a location. They will then navigate as far as they can (i.e., to the c:\projects dir) and say ok. On returning to the main dialog they see the selected location in the location text field and click ok. Unfortunately, this did not create Foo in c:\projects\Foo as they expect/figured. It created Foo but Foo's content area is c:\projects. Of course, they then try to delete the project and delete much more than they expected... The file browser presented when using the Browse... button is less than optimal. It does not allow users to create new folders. In this scenario the user is not presented with any alternative so the naturally figure that Eclipse will do the right thing for them and append on the project name. In addition, different wording in the dialog may help. For example, rather than talking of "Content location", perhaps using "Project root" or some such would be more specific that this is the root of the project not the parent of the root. Another alternative is to automatically append the name of the project on the end of the path selected using the Browse... option. While this may not be the actual correct string in all cases, it will be correct in many cases and it does drive home to the user that the location path is the FULL path to the root of the project not the parent of the root.
resolved fixed
2f2e6d6
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2002-01-21T18:45:27Z"
"2001-12-17T20:13:20Z"
5,707
Bug 5707 Display.setAppName() has no effect on X-Display application name
APP_NAME defaults to "SWT" which is always used, even if 'appName=Eclipse' is specified in the product.ini. The problem is that the X display is opened before display.setAppName() is applied.
resolved fixed
88569cf
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2002-01-21T16:43:56Z"
"2001-11-09T15:33:20Z"
7,785
Bug 7785 SaveAs Forgets the file type
1) Open an existing java file 2) Modify it (I moved an existing class) 3) Click the SaveAs icon, next to the Save Icon A dialog will come up. 4) Browse for a valid container location 5) Type the filename, but ignore the extension, which isn't requested. 6) Click Ok. Observe that the Navigator has added the file in the specified location, but with no file extension shown. The icon has also changed from the parent java file icon to a generic file icon. The file is for all intents and purposes now a generic file, as opening it will prove--the file is opened as text. Expected Behaviour: The file should be saved with the same extension as the original unless explicitly changed.
resolved fixed
df227a3
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/SaveAsDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2002-01-21T14:59:21Z"
"2002-01-16T16:53:20Z"
2,587
Bug 2587 DCR: When zooming in on an editor, zoom in on the whole workbook (1GKBCK5)
If I have a bunch of editors open and I double click on the tab of one editor, that editor becomes maximized but only that editor. It appears as a single tab in a tab folder. It would be better if ALL the editors in that editor workbook were maximized for the following reasons: 1) If I want to browse the code in several classes in the maximized mode I have to double click to maximize file A, double click to minimize file A, and then double click to maximize file B. That is a lot of clicking. 2) The current code actually does a lot of work. It deletes all the tabs except the active tab when you maximize the file, it remembers the order of the tabs that were deleted and then when you minimize the editor, it has to recreate the tabs in the right order. If you implement this DCR you will actually delete code to get more functionality and it will be faster and less flashy. 3) There is no saving in real-estate with the current implementation. The space to show all the tabs is the same space as to show the one tab. NOTES: CM (9/20/2001 3:59:58 PM) Concur whole-heartedly.
resolved fixed
754dce1
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorWorkbook.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PerspectivePresentation.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2002-01-18T20:21:14Z"
"2001-10-11T03:13:20Z"
7,861
Bug 7861 Multiple enabled decorators doesn't work
If you have two decorators enabled at the same time only one of them wins and gets to decorate. If you load the org.eclipse.team.* projects from dev.eclipse.org and enable both the CVS and Team Examples decorators then create a CVS project and an Example (file system provider) both decorations are never shown although both decorators are enabled.
closed fixed
ed3e471
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/DecoratorManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2002-01-17T21:14:30Z"
"2002-01-17T17:53:20Z"
2,296
Bug 2296 AddBookmarkAction should use IAdaptable to retrieve the resource (1GEN8B7)
As all other actions AddBookmarkAction should use IAdaptable to retrieve the IFile from the selection so that it can be reused in other navigators like packages view too. NOTES:
resolved fixed
f676ccb
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/AddBookmarkAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2002-01-17T20:40:32Z"
"2001-10-11T03:13:20Z"
7,752
Bug 7752 Export multiple files with same file name under different directories to zip file fails.
Steps to reproduce: 1. Launch WSWB and create two projects 2. Under each project, create a new file with the same name (such as "foo.txt") 3. From the main-menu, Select File -> Export and select Zip File to export 4. In the "Export" dialog window, Select both projects created earlier, give the zip file a name (such as test.zip) and begin export to zip file. Results: An error message box pops up: Problems were encountered during export and the detail lists the file of the same name in project2 as the problem (i.e. foo.txt in project 2). If you name foo.txt in project 2 foo2.txt there are no problems. Expected Behaviour: The zip file should be able to store files with same name under different directories.
closed fixed
3572e25
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/wizards/datatransfer/ZipFileExportOperation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2002-01-17T17:15:25Z"
"2002-01-16T16:53:20Z"
7,810
Bug 7810 Rename on collapsing a tree gives confusing error
If you rename a file inline and then collapse it's parent you get an error message that says Assertion failed; Destination should not be under resource's hierarchy.. First of all the ; should be a : and there should only be one period. Secondly this is not consistent behaviour. If you hit return the rename happens without a problem. STEPS 1) Open a folder or file with a parent 2) Select rename 3) Collapse the parent
closed fixed
6c2f3f5
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/RenameResourceAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/WorkspaceAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2002-01-17T16:19:39Z"
"2002-01-16T22:26:40Z"
7,731
Bug 7731 Page::init(IPageSite pageSite) never called on JavaOutlinePage
consequently, getSite() on JavaOutlinePage returns null, which is against API and prevents accessing things like IActionBars
resolved fixed
428bb9e
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/contentoutline/IContentOutlinePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2002-01-17T15:17:36Z"
"2002-01-16T16:53:20Z"
7,536
Bug 7536 Widget is disposed error closing properties view
Build: 20020109 Description: A widget is disposed error occurs when closing the properties view when it is a fast view. Could not replicate this consistently, but here are the steps I used: Steps: 1. open properties view in team perspective 2. drag into the fast-view bar 3. expand out of fast-view 4. close it by clicking on the 'x' 5. widget disposed error will occur Log: Mon Jan 14 10:42:46 EST 2002 1 org.eclipse.core.resources 4 Unhandled exception caught in event loop. Log: Mon Jan 14 10:42:46 EST 2002 4 org.eclipse.ui 0 Widget is disposed org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:1887) at org.eclipse.swt.SWT.error(SWT.java:1819) at org.eclipse.swt.widgets.Widget.error(Widget.java:368) at org.eclipse.swt.widgets.Control.getDisplay(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.isValidThread(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.ToolBar.getItemCount(ToolBar.java:447) at org.eclipse.jface.action.ToolBarManager.update (ToolBarManager.java:128) at org.eclipse.ui.internal.ViewPane$PaneToolBarManager.update (ViewPane.java:72) at org.eclipse.ui.internal.ViewPane.updateActionBars(ViewPane.java:527) at org.eclipse.ui.internal.ViewActionBars.updateActionBars (ViewActionBars.java:48) at org.eclipse.ui.internal.SubActionBars.updateActionBars (SubActionBars.java:250) at org.eclipse.pde.internal.editor.PDEMultiPagePropertySheet.updateActionBars (PDEMultiPagePropertySheet.java:137) at org.eclipse.pde.internal.editor.PDEMultiPagePropertySheet.dispose (PDEMultiPagePropertySheet.java:63) at org.eclipse.ui.views.properties.PropertySheet.doDestroyPage (PropertySheet.java:124) at org.eclipse.ui.part.PageBookView.removePage(PageBookView.java:593) at org.eclipse.ui.part.PageBookView.dispose(PageBookView.java:362) at org.eclipse.ui.views.properties.PropertySheet.dispose (PropertySheet.java:98) at org.eclipse.ui.internal.WorkbenchPage.hideView (WorkbenchPage.java:863) at org.eclipse.ui.internal.ViewPane.doHide(ViewPane.java:278) at org.eclipse.ui.internal.ViewPane$4.widgetSelected(ViewPane.java:147) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:85) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1408) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1200) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:815) at org.eclipse.ui.internal.Workbench.run(Workbench.java:798) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:821) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.Main.main(Main.java:362)
resolved fixed
c2174be
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/action/MenuManager.java", "bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/action/StatusLineManager.java", "bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/action/ToolBarManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2002-01-16T15:49:27Z"
"2002-01-14T17:40:00Z"
7,477
Bug 7477 Status bar isn't protected against multiline messages
Build 20011219 (win2000) If you select any task with a multiline message, then minimize the Java perspective and maximize it again, then you end up with a status bar taking half the screen to show correctly the message. Steps: - Java perspective - define the following compilation unit, this will cause the Java compiler to crash and produce a marker which messages is composed of multiple lines. - select compilation error - minimize/maximize perspective package p1; public final class TableData { public final String name; public TableData(String name) { try {} finally { this.name = name; } } }
resolved fixed
c586fd6
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/action/IStatusLineManager.java", "bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/action/StatusLine.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2002-01-15T20:49:00Z"
"2002-01-11T11:53:20Z"
7,432
Bug 7432 Error opening workspace with new build
Was using 20011219 build. Moved over to 20020109 build. Opened my workspace. Got the following walkback: 2 org.eclipse.ui 2 Problems occurred when invoking code from plug-in: org.eclipse.ui. java.lang.NullPointerException at org.eclipse.ui.part.PageBookView.partClosed(PageBookView.java:536) at org.eclipse.ui.internal.PartListenerList$3.run(PartListenerList.java:77) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:821 ) at org.eclipse.core.runtime.Platform.run(Platform.java:395) at org.eclipse.ui.internal.PartListenerList.firePartClosed(PartListenerList.java:75 ) at org.eclipse.ui.internal.WorkbenchPage.firePartClosed(WorkbenchPage.java:651) at org.eclipse.ui.internal.WorkbenchPage.dispose(WorkbenchPage.java:559) at org.eclipse.ui.internal.WorkbenchWindow.closePage(WorkbenchWindow.java:353) at org.eclipse.ui.internal.WorkbenchWindow$6.widgetSelected(WorkbenchWindow.java:91 1) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:85) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1408) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1200) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:815) at org.eclipse.ui.internal.Workbench.run(Workbench.java:798) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:82 1) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.Main.main(Main.java:362)
resolved fixed
3173084
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/part/PageBookView.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2002-01-15T20:47:52Z"
"2002-01-10T16:26:40Z"
7,575
Bug 7575 Perpective > Show View sub menu not ordered...
(build 2002-01-09) The list of views in the Perspective > Show View sub-menu is not ordered. It should be ordered alphabetically just like the Perspective > Open menu. Otherwise, it is a real pain scanning the list for a particular view.
resolved fixed
1254c27
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ShowViewMenu.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2002-01-15T19:21:44Z"
"2002-01-14T23:13:20Z"
7,430
Bug 7430 Debug perspective not reused
Build 20020109 1. Open Debug perspective 2. Put a breakpoint in an HelloWorld main class 3. Run it under debug Observe: When the breakpoint is hit, a second Debug perspective is opened. My preferences are as follows: plugins\.metadata\.plugins\org.eclipse.ui\pref_store.ini #Thu Jan 10 15:59:10 CET 2002 ALTERNATE_OPEN_NEW_PERSPECTIVE=OPEN_PERSPECTIVE_WINDOW WELCOME_DIALOG=false VERSION_2_PERSPECTIVES=false org.eclipse.jface.textfont=1|Courier|10|0|WINDOWS|1|- 13|0|0|0|400|0|0|0|0|1|2|1|49|Courier; org.eclipse.jface.bannerfont=1|MS Sans Serif|8|1|WINDOWS|1|- 11|0|0|0|700|0|0|0|1|0|0|0|0|MS Sans Serif; LINK_NAVIGATOR_TO_EDITOR=false REUSE_PERSPECTIVES=true OPEN_NEW_PERSPECTIVE=OPEN_PERSPECTIVE_WINDOW org.eclipse.jface.headerfont=1|MS Sans Serif|12|1|WINDOWS|1|- 16|0|0|0|700|0|0|0|1|0|0|0|0|MS Sans Serif; REUSE_OPEN_EDITORS=1 REUSE_EDITORS=true SHIFT_OPEN_NEW_PERSPECTIVE=OPEN_PERSPECTIVE_WINDOW plugins\.metadata\.plugins\org.eclipse.debug.ui\pref_store.ini: #Thu Jan 10 15:59:10 CET 2002 org.eclipse.debug.ui.auto_show_process_view=false org.eclipse.debug.ui.auto_show_debug_view=false Variables.detail.orientation=Variables.detail.orientation.right
verified fixed
394c1b0
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWorkbench.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/OpenPerspectiveMenu.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2002-01-15T16:45:40Z"
"2002-01-10T16:26:40Z"
5,629
Bug 5629 Outliner does not automatically open when selecting a search result
Build 207 (20011101) When performing a search action in the Java perspective, and having multiple search results available; if I double-click on a search match, then it opens fine in the Java editor, but the outliner does not show me anything until I click inside the editor.
resolved fixed
243753e
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2002-01-14T21:39:18Z"
"2001-11-07T16:20:00Z"
7,539
Bug 7539 Recursive loop if TitleAreaDialog.setMessage is overridden to call setErrorMessage
null
resolved fixed
60c3cfb
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/dialogs/TitleAreaDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2002-01-14T16:34:42Z"
"2002-01-14T17:40:00Z"
5,894
Bug 5894 error ticks not updated on editor tab
TestCase: 1) Produce a compile error in a file. 2) Save, compile and close the file. 3) Reopen the file using the package viewer. Observe that the editor tab does not have an error marker. Editing the file will update the tab and display the error marker again. Occured on Windows and Linux, build 20011113.
resolved fixed
d01eb1d
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorWorkbook.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2002-01-14T16:17:01Z"
"2001-11-14T15:00:00Z"
7,357
Bug 7357 TableViewer.getElementAt does not behave as documented
org.eclipse.jface.viewers.TableViewer.getElementAt(int index) is documented (in JavaDoc) to return null if the index is out of bounds. But in practice it throws an IllegalArgumentException. (I realize that this method is internal to the framework, but either the implementation or the doc should be corrected)
resolved fixed
e3ec16a
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/viewers/TableViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2002-01-09T19:48:34Z"
"2002-01-08T20:00:00Z"
7,367
Bug 7367 exception in file system import wizard page
Using eclipse stable build 20011219 1. File-> Import 2. Choose file system; Next 3. Click Browse button next to Directory field. Choose a directory (e.g d:/) 4. Type a letter in the Folder field (as long as there is no project with the name of that one letter). You get a Null pointer exception. Easy to fix. In WizardFileSystemResourceImportPage1#sourceConflictsWithDestination add the following check before the return statement: if (getSpecifiedContainer() == null) return false;
closed fixed
310656c
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemResourceImportPage1.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2002-01-09T19:02:00Z"
"2002-01-08T22:46:40Z"
7,389
Bug 7389 PropertyDescriptor's documentation indicates there is a CheckboxPropertyDescriptor
From eclipse corner: According to PropertyDescriptor's documentation, there is a class called CheckBoxPropertyDescriptor. However, I didn't find it in org.eclipse.ui.views.properties, and not anywhere else. Is this a bug? I'm using Eclipse 1.0. Here is the what PropertyDescriptor says: * There are several concrete subclasses provided in this package that cover * the most common cases: * <ul> * <li><code>TextPropertyDescriptor</code> - edits with a * <code>TextCellEditor</code></li> * <li><code>CheckboxPropertyDescriptor - edits with a * <code>CheckboxCellEditor</code></code></li> * <li><code>ComboBoxPropertyDescriptor - edits with a * <code>ComboBoxCellEditor</code></code></li> * <li><code>ColorPropertyDescriptor - edits with a * <code>ColorCellEditor</code></code></li>
resolved fixed
b3c9ad0
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/properties/PropertyDescriptor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2002-01-09T15:58:25Z"
"2002-01-09T15:26:40Z"
2,741
Bug 2741 [JFace] TableViewer: MapElement problem (1GITISX)
MA (21.08.2001 19:00:55) I was setting the input of a tableviewer two times with the same input. The first time, mapElement was called for each element, the second time for none of them. 'setInput()' always unmaps all elements. So after the second setInput the map is empty. I think this is the problematic code: (StructuredViewer) protected void associate(Object element, Item item) { Object data = item.getData(); if (data == element) return; << returns without mapElement if (data != null) disassociate(item); item.setData(element); mapElement(element, item); } NOTES: MA (28.08.2001 20:32:18) Other experiment: 1. Open the package viewer, create java project proj, package 'pack' and CU 'A.java' 2. set breakpoints on mapElement and unmapElement 3. create a cu pack.B.java 4. Even A.java stays the same, is is mappes and unmapped several times. 5. set breakpoints on assiciate and disassociate 6. A.java is disassociated and assiciated again (several times)
resolved fixed
8262ba1
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/viewers/AbstractTreeViewer.java", "bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/viewers/ListViewer.java", "bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/viewers/StructuredViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2002-01-07T15:58:13Z"
"2001-10-11T03:13:20Z"
6,902
Bug 6902 Perps ext. to add new view fails because of folders.
This is using build 2001-12-04 on Windows 2000 Using the perspectiveExtension extension point, a view may not be added properly if the referenced view is inside a tab folder. For example, in the Debug perspective, if I want to add a view to the left to the Properties view, it will fail because the Properties view is inside a tab folder with the view Outline. Looking at the code, in PerspectiveExtension.processView, it calls PageLayout.addView, which calls PageLayout.getRefPart. This getRefPart method returns null cause the ref part id for the Properties view is not in the map (only the part tab folder containing the Properties view is in the map). Asking the developer to specify the part tab folder id instead of the view id is not recommended as that is internal code to the perspective. Best if PageLayout was capable of finding the part inside the part tab folder. Below is a plugin.xml file and view source code. Simply create a Java project with the name com.company.myplugin and set the classpath (core, swt, ui, etc) --------- plugin.xml <?xml version="1.0" encoding="UTF-8"?> <!-- File written by PDE 1.0 --> <plugin id="com.company.myplugin" name="My Plugin" version="1.0.0" provider-name="COMPANY"> <requires> <import plugin="org.eclipse.core.runtime"/> <import plugin="org.eclipse.core.resources"/> <import plugin="org.eclipse.ui"/> <import plugin="org.eclipse.swt"/> <import plugin="org.eclipse.core.boot"/> </requires> <runtime> <library name="myplugin.jar"/> </runtime> <extension point="org.eclipse.ui.perspectiveExtensions"> <perspectiveExtension targetID="org.eclipse.debug.ui.DebugPerspective"> <view id="com.company.myplugin.MyView" relative="org.eclipse.ui.views.PropertySheet" relationship="right" ratio="0.5"> </view> <viewShortcut id="com.company.myplugin.MyView"> </viewShortcut> </perspectiveExtension> </extension> <extension point="org.eclipse.ui.views"> <view id="com.company.myplugin.MyView" name="My Plugin" class="com.company.myplugin.MyViewClass" category="org.eclipse.debug.ui"> </view> </extension> </plugin> ---------plugin.xml **************************************** **************************************** -------source code package com.company.myplugin; import org.eclipse.swt.widgets.*; import org.eclipse.ui.part.ViewPart; public class MyViewClass extends ViewPart { private Label label; public MyViewClass() { super(); } public void setFocus() { label.setFocus(); } public void createPartControl(Composite parent) { label = new Label(parent, 0); label.setText("Hello World"); } } -------- source code
resolved fixed
c0af154
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/FolderLayout.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PageLayout.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2002-01-07T15:52:49Z"
"2001-12-13T19:00:00Z"
6,623
Bug 6623 Threading problems on plugin startup
Plugin-startup can be called in the UI-thread, but AbstractUIPlugin.refreshPluginActions then fails. org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:1887) at org.eclipse.swt.SWT.error(SWT.java:1819) at org.eclipse.swt.widgets.Widget.error(Widget.java:366) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Tree.getSelection(Tree.java(Compiled Code)) at org.eclipse.jface.viewers.TreeViewer.getSelection (TreeViewer.java:158) at org.eclipse.jface.viewers.AbstractTreeViewer.getSelectionFromWidget (AbstractTreeViewer.java:586) at org.eclipse.jface.viewers.StructuredViewer.getSelection (StructuredViewer.java:365) at org.eclipse.ui.internal.SelectionService.getSelection (SelectionService.java:64) at org.eclipse.ui.internal.WWinPluginAction.refreshSelection (WWinPluginAction.java:128) at org.eclipse.ui.internal.WWinPluginAction.refreshActionList (WWinPluginAction.java:52) at org.eclipse.ui.internal.Workbench.refreshPluginActions (Workbench.java:978) at org.eclipse.ui.plugin.AbstractUIPlugin.refreshPluginActions (AbstractUIPlugin.java:382) at org.eclipse.ui.plugin.AbstractUIPlugin.startup (AbstractUIPlugin.java:421) at org.eclipse.pde.selfhosting.internal.SelfHostingPlugin.startup (SelfHostingPlugin.java:176) at org.eclipse.core.internal.plugins.PluginDescriptor$1.run (PluginDescriptor.java:643) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:818) at org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation (PluginDescriptor.java:655) at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation (PluginDescriptor.java:135) at org.eclipse.core.internal.plugins.PluginClassLoader.activatePlugin (PluginClassLoader.java:52) at org.eclipse.core.internal.plugins.PluginClassLoader.findClassParentsSelf (PluginClassLoader.java(Compiled Code)) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass (DelegatingURLClassLoader.java(Compiled Code)) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass (DelegatingURLClassLoader.java(Compiled Code)) at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code)) at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension (PluginDescriptor.java:79) at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension (PluginDescriptor.java:116) at org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtension (ConfigurationElement.java:96) at org.eclipse.debug.internal.core.Launcher.getDelegate (Launcher.java:92) at org.eclipse.debug.internal.ui.LaunchHistoryElement.getLaunchElement (LaunchHistoryElement.java:111) at org.eclipse.debug.internal.ui.DebugUIPlugin.removeDeletedHistories (DebugUIPlugin.java:1352) at org.eclipse.debug.internal.ui.DebugUIPlugin.removeDeletedHistories (DebugUIPlugin.java:1340) at org.eclipse.debug.internal.ui.DebugUIPlugin$ResourceDeletedVisitor.visit (DebugUIPlugin.java:202) at org.eclipse.core.internal.events.ResourceDelta.accept (ResourceDelta.java(Compiled Code)) at org.eclipse.core.internal.events.ResourceDelta.accept (ResourceDelta.java(Compiled Code)) at org.eclipse.core.internal.events.ResourceDelta.accept (ResourceDelta.java(Compiled Code)) at org.eclipse.core.internal.events.ResourceDelta.accept (ResourceDelta.java(Compiled Code)) at org.eclipse.core.internal.events.ResourceDelta.accept (ResourceDelta.java(Compiled Code)) at org.eclipse.core.internal.events.ResourceDelta.accept (ResourceDelta.java(Compiled Code)) at org.eclipse.core.internal.events.ResourceDelta.accept (ResourceDelta.java(Compiled Code)) at org.eclipse.core.internal.events.ResourceDelta.accept (ResourceDelta.java(Compiled Code)) at org.eclipse.core.internal.events.ResourceDelta.accept (ResourceDelta.java(Compiled Code)) at org.eclipse.core.internal.events.ResourceDelta.accept (ResourceDelta.java(Compiled Code)) at org.eclipse.debug.internal.ui.DebugUIPlugin.resourceChanged (DebugUIPlugin.java:1178) at org.eclipse.core.internal.events.NotificationManager$1.run (NotificationManager.java:125) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:818) at org.eclipse.core.runtime.Platform.run(Platform.java:395) at org.eclipse.core.internal.events.NotificationManager.notify (NotificationManager.java:140) at org.eclipse.core.internal.events.NotificationManager.broadcastChanges (NotificationManager.java:43) at org.eclipse.core.internal.events.NotificationManager.broadcastChanges (NotificationManager.java:64) at org.eclipse.core.internal.resources.Workspace.broadcastChanges (Workspace.java:110) at org.eclipse.core.internal.resources.Workspace.endOperation (Workspace.java(Compiled Code)) at org.eclipse.core.internal.resources.Workspace.build (Workspace.java:122) at org.eclipse.debug.internal.ui.DebugUIPlugin$9.run (DebugUIPlugin.java:1677) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run (ModalContext.java:98)
resolved fixed
484aa4b
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/plugin/AbstractUIPlugin.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2001-12-21T17:26:53Z"
"2001-12-06T09:13:20Z"
6,794
Bug 6794 ProgressMonitorPart.setTaskName should update text label as ProgressMonitorDialog does
The ProgressMonitorDialog updates the task label if the method setTaskName is called. ProgressMonitorPart doesn't do so. As a consequence progress reporting looks different if an operation in executed in a wizard or using a progress monitor dialog. I think, they should behave the same.
resolved fixed
eaf8777
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/wizard/ProgressMonitorPart.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2001-12-21T16:56:54Z"
"2001-12-11T17:00:00Z"
7,117
Bug 7117 NPE in PageBookView restarting workbench
20011218 1. Open the workbench and open a .java file 2. Select something in the outline 3. Close the workbench 4. Reopen the workbench 5. The editor will not be created From the log Log: Wed Dec 19 15:34:30 EST 2001 2 org.eclipse.ui 2 Problems occurred when invoking code from plug-in: org.eclipse.ui. java.lang.NullPointerException at org.eclipse.ui.part.PageBookView$SelectionProvider.getSelection (PageBookView.java:199) at org.eclipse.jdt.internal.debug.ui.display.EvaluateAction.getExpressionText (EvaluateAction.java:248) at org.eclipse.jdt.internal.debug.ui.display.EvaluateAction.update (EvaluateAction.java:227) at org.eclipse.jdt.internal.debug.ui.display.EvaluateAction.setActiveEditor (EvaluateAction.java:538) at org.eclipse.ui.internal.EditorPluginAction.initDelegate (EditorPluginAction.java:34) at org.eclipse.ui.internal.PluginAction.createDelegate (PluginAction.java:84) at org.eclipse.ui.internal.PluginAction.selectionChanged (PluginAction.java:211) at org.eclipse.ui.internal.PluginAction.<init>(PluginAction.java:73) at org.eclipse.ui.internal.PartPluginAction.<init> (PartPluginAction.java:23) at org.eclipse.ui.internal.EditorPluginAction.<init> (EditorPluginAction.java:20) at org.eclipse.ui.internal.ActionDescriptor.createAction (ActionDescriptor.java:150) at org.eclipse.ui.internal.ActionDescriptor.<init> (ActionDescriptor.java:111) at org.eclipse.ui.internal.ViewerActionBuilder.createActionDescriptor (ViewerActionBuilder.java:33) at org.eclipse.ui.internal.PluginActionBuilder.readElement (PluginActionBuilder.java:295) at org.eclipse.ui.internal.registry.RegistryReader.readElements (RegistryReader.java:119) at org.eclipse.ui.internal.registry.RegistryReader.readElementChildren (RegistryReader.java:109) at org.eclipse.ui.internal.PluginActionBuilder.readElement (PluginActionBuilder.java:301) at org.eclipse.ui.internal.registry.RegistryReader.readElements (RegistryReader.java:119) at org.eclipse.ui.internal.registry.RegistryReader.readExtension (RegistryReader.java:128) at org.eclipse.ui.internal.registry.RegistryReader.readRegistry (RegistryReader.java:140) at org.eclipse.ui.internal.PluginActionBuilder.readContributions (PluginActionBuilder.java:268) at org.eclipse.ui.internal.ViewerActionBuilder.readViewerContributions (ViewerActionBuilder.java:53) at org.eclipse.ui.internal.PopupMenuExtender.readStaticActions (PopupMenuExtender.java:76) at org.eclipse.ui.internal.PopupMenuExtender.<init> (PopupMenuExtender.java:39) at org.eclipse.ui.internal.PartSite.registerContextMenu (PartSite.java:151) at org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl (AbstractTextEditor.java:945) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.createPartControl (CompilationUnitEditor.java:953) at org.eclipse.ui.internal.PartPane$2.run(PartPane.java:60) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:821) at org.eclipse.core.runtime.Platform.run(Platform.java:395) at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:58) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:100) at org.eclipse.ui.internal.EditorWorkbook.createPage (EditorWorkbook.java:214) at org.eclipse.ui.internal.EditorWorkbook.createControl (EditorWorkbook.java:179) at org.eclipse.ui.internal.PartSashContainer.createControl (PartSashContainer.java:172) at org.eclipse.ui.internal.PartSashContainer.createControl (PartSashContainer.java:172) at org.eclipse.ui.internal.PerspectivePresentation.activate (PerspectivePresentation.java:80) at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:509) at org.eclipse.ui.internal.WorkbenchPage.onActivate (WorkbenchPage.java:1021) at org.eclipse.ui.internal.WorkbenchWindow$5.run (WorkbenchWindow.java:869) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:56) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage (WorkbenchWindow.java:857) at org.eclipse.ui.internal.WorkbenchWindow.restoreState (WorkbenchWindow.java:770) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:774) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:542) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:821) at org.eclipse.core.runtime.Platform.run(Platform.java:395) at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState (Workbench.java:526) at org.eclipse.ui.internal.Workbench.openWindows(Workbench.java:583) at org.eclipse.ui.internal.Workbench.init(Workbench.java:426) at org.eclipse.ui.internal.Workbench.run(Workbench.java:794) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:821) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.Main.main(Main.java:362)
resolved fixed
eca7d72
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/part/PageBookView.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2001-12-19T22:29:34Z"
"2001-12-19T19:26:40Z"
6,331
Bug 6331 NPE using Advanced Tracing in PDE preference page.
Open Advanced Tracing in PDE preference page. Select one of the true/false values in the page and try to change its value by opening the cell editor and typing "true" of "false". Log: Mon Nov 26 17:03:03 EST 2001 4 org.eclipse.core.runtime 0 Unhandled exception caught in event loop. java.lang.NullPointerException at org.eclipse.ui.views.properties.PropertySheetEntry.refreshChildEntries (PropertySheetEntry.java:425) at org.eclipse.ui.views.properties.PropertySheetEntry.refreshFromRoot (PropertySheetEntry.java:467) at org.eclipse.ui.views.properties.PropertySheetEntry.refreshFromRoot (PropertySheetEntry.java:469) at org.eclipse.ui.views.properties.PropertySheetEntry.setValue (PropertySheetEntry.java:575) at org.eclipse.ui.views.properties.PropertySheetEntry.applyEditorValue (PropertySheetEntry.java:111) at org.eclipse.ui.views.properties.PropertySheetViewer.applyEditorValue (PropertySheetViewer.java:194) at org.eclipse.ui.views.properties.PropertySheetViewer.handleSelect (PropertySheetViewer.java:527) at org.eclipse.ui.views.properties.PropertySheetViewer.access$6 (PropertySheetViewer.java:524) at org.eclipse.ui.views.properties.PropertySheetViewer$3.widgetSelected (PropertySheetViewer.java:601) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.custom.TableTree.onSelection(TableTree.java:416) at org.eclipse.swt.custom.TableTree$2.handleEvent(TableTree.java:75) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.jface.window.Window.runEventLoop(Window.java(Compiled Code)) at org.eclipse.jface.window.Window.open(Window.java:523) at org.eclipse.ui.internal.OpenPreferencesAction.run (OpenPreferencesAction.java:47) at org.eclipse.jface.action.Action.runWithEvent(Action.java:452) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:758) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:820) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.Main.main(Main.java:362)
resolved fixed
e68f1fb
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/properties/PropertySheetEntry.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2001-12-11T18:34:14Z"
"2001-11-26T21:26:40Z"
2,781
Bug 2781 EC: Control keys not handled by in-place rename (1GJBZ7S)
EC post "Navigator rename: cut/copy/paste/undo control keys broken" by RM on Aug 30, 2001. Looks like the control keys don't work in the Navigator. The interesting part is that they seem to work if the Navigator view is un-docked and free-floating. Anyone know whats going on here? For example, Right-click on item in the Navigator, choose rename. Change the name. Press control-Z to undo. Nothing happens Now undock the Navigator and try scenario again. It works! NOTES: NE (8/31/01 12:12:56 PM) When docked, the control-keys are probably being stolen by the accelerators in the edit menu (or other menus), which are directed to the current view (the navigator in this case), not the edit field for the rename. When undocked, these aren't there, so the key goes to the edit field. Thanks for pointing out the distinction. I've filed a PR for this: 1GJBZ7S: ITPUI:WIN2000 - EC: Control keys not handled by in-place rename KH (9/19/2001 12:01:08 PM) Pls find me. I know about this one.
resolved fixed
1a60084
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/RefactorActionFactory.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/ResourceNavigatorActionFactory.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/TextActionHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2001-12-10T21:54:54Z"
"2001-10-11T03:13:20Z"
5,675
Bug 5675 TVT: Export of multiple projects to Zip file fails while processing .vcm_meta file
Steps to recreate: 1. Create simple project "a" 2. Create simple project "b" 3. Create file "aaa" in project a. 4. Create file "bbb" in project b. 5. Release the two projects to the repository with "Synchronize with Stream" 6. Step 5 creates a .vcm_meta file for each project. Now select File > Export. 7. Select "Zip File", and Finish (see image1). 8. Error message is displayed "Error exporting /b/.vcm_meta" (see image2). FWIW, it would be nice to have a more informative error message. 2.
closed fixed
ab6223c
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/wizards/datatransfer/FileSystemExportOperation.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/wizards/datatransfer/ZipFileExportOperation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2001-12-10T16:33:14Z"
"2001-11-08T20:06:40Z"
6,350
Bug 6350 Import Wizard Select Types Operation Too Slow
1. Open the Import Wizard. Select File System. 2. Specify a directory that has a lot of files. I used my Eclipse SWT workspace. 3. Check and uncheck the top level directory. Response is fine. 4. Now go to the Select Types dialog and select a file types that are in the directory. I chose *.java and *.gif. Approximately 1300 files for my directory. 5. The operation takes about 8 seconds. Compare the same operation to the Find operation in Windows Explorer (takes 1 second). 6. Check and uncheck the top level directory. Notice that response is about 5 times slower than it was in Step 3. That's pretty odd... FEATURE REQUESTS: - progress bar - label with number of files selected
closed fixed
ebfe09a
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemResourceImportPage1.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ResourceTreeAndListGroup.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2001-12-10T14:40:44Z"
"2001-11-27T16:53:20Z"
6,657
Bug 6657 Project rename error message has a strange chars in the front
Found in V1.0 (R10 driver), and re-tested on v2.0 (Build 20011204). Problem exists in both places. Tested on Windows 2000. STEPS: Create a simple project called Simple1. Create a simple project called Simple2 In the resource perspective, rename Simple1 to Simple 2 from the Navigator. RESULTS: You will see the message "P/Simple2 exists. Doyou wish to overwrite?" EXPECTED RESULTS: See the message "Simple2 exists. Doyou wish to overwrite?" without the P/ in the front. NOTE: This does not happen in the Java Perspective (it brings up a dialog instead of allowing renaming in-line). PJCCMVC191629
closed fixed
f9aac98
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/RenameResourceAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2001-12-07T15:20:38Z"
"2001-12-06T20:20:00Z"
6,479
Bug 6479 NPE in a detached view with right mouse click
In the debug perspective, click the Open a Type in the Editor toolbar action. Type in Runtime Ensure that Show in Type Hierarchy is checked Hit OK Detach this realized hierarchy view Right click with the mouse over the top sash of the detached view 4 org.eclipse.ui 0 java.lang.NullPointerException java.lang.NullPointerException at org.eclipse.ui.internal.ViewPane.findSashes(ViewPane.java:422) at org.eclipse.ui.internal.PartPane.addSizeItems(PartPane.java:394) at org.eclipse.ui.internal.PartPane.showPaneMenu(PartPane.java:310) at org.eclipse.ui.internal.ViewPane$6.mouseDown(ViewPane.java:245) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:124) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:54) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:635) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1368) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1170) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:781) at org.eclipse.ui.internal.Workbench.run(Workbench.java:764) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:820) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.Main.main(Main.java:362)
resolved fixed
1f06d67
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2001-12-03T20:33:00Z"
"2001-11-30T17:06:40Z"
6,309
Bug 6309 Goto type dialog (in the navigator) should trim entered value
Leading and trailing spaces should be ignored in the input field of this dialog
resolved fixed
51df9a2
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/GotoResourceDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2001-12-03T19:48:12Z"
"2001-11-26T13:06:40Z"
6,362
Bug 6362 Widget disposed exception on tree collapse of Nav view
Build: 2001-11-16 Open the Navigator view Expand the org.eclipse.ui project Expand Eclipse UI folder Expand org folder Expand eclipse folder Expand ui folder Select IActionBars.java file Select rename from the context menu Press esc key to cancel editing Collapse the tree at org.eclipse.ui project level You should get an internal error message about a widget being disposed. I've included the .log content below. It seems the editor is being sent setVisible but it is already disposed. ------------------- Log: Tue Nov 27 13:49:34 EST 2001 1 org.eclipse.core.resources 4 Unhandled exception caught in event loop. Log: Tue Nov 27 13:49:34 EST 2001 4 org.eclipse.ui 0 Widget is disposed org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:1877) at org.eclipse.swt.SWT.error(SWT.java:1809) at org.eclipse.swt.widgets.Widget.error(Widget.java:366) at org.eclipse.swt.widgets.Control.getDisplay(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.isValidThread(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Control.setVisible(Control.java(Compiled Code)) at org.eclipse.swt.custom.TreeEditor$1.treeCollapsed(TreeEditor.java:78) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Tree.wmNotifyChild(Tree.java(Compiled Code)) at org.eclipse.swt.widgets.Control.WM_NOTIFY(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Composite.WM_NOTIFY(Composite.java(Compiled Code)) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.widgets.Tree.WM_LBUTTONDOWN(Tree.java(Compiled Code)) at org.eclipse.swt.widgets.Tree.WM_LBUTTONDOWN(Tree.java(Compiled Code)) at org.eclipse.swt.widgets.Tree.WM_LBUTTONDOWN(Tree.java(Compiled Code)) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:712) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:820) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.Main.main(Main.java:362)
closed fixed
2e83332
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/RenameResourceAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2001-11-30T20:39:14Z"
"2001-11-27T19:40:00Z"
2,778
Bug 2778 ViewsPreferencePage slams parents data (1GJ6K5U)
The method createButtonGroup(Composite composite)slams the layout of the parent. This second from last line should read buttonComposite. Composite buttonComposite = new Composite(composite, SWT.LEFT); GridLayout layout = new GridLayout(); layout.numColumns = 2; buttonComposite.setLayout(layout); GridData data = new GridData(GridData.HORIZONTAL_ALIGN_BEGINNING | GridData.GRAB_HORIZONTAL); composite.setData(data); return buttonComposite; } NOTES:
resolved fixed
1be2053
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ViewsPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2001-11-26T14:47:50Z"
"2001-10-11T03:13:20Z"
5,961
Bug 5961 Build order pref page should show default list
Build 20011112. - Window / Preferences / Build Order - notice that the list is empty - clear the 'Use Defaults' check box - projects appear in the list - select the check box again - the list is still shown The dialog should open in this way, ensuring that the list shown is actually the default order (apparently it's a random order currently).
resolved fixed
69fa024
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/BuildOrderPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2001-11-23T22:14:34Z"
"2001-11-15T16:00:00Z"
6,258
Bug 6258 Can't get "Triangle" menu
Eclipse 20011122 Windows 2000 Open a navigator view. Click on the triangle menu in the top right corner. Nothing happens. Same is true in packages view.
resolved fixed
1573864
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2001-11-23T17:02:32Z"
"2001-11-23T15:40:00Z"
5,983
Bug 5983 Recursive ArrayStoreException when internal editor not found
Reported by Brian Thomson org.eclipse.ui.internal.EditorManager.openInternalEditor tries to load an editor, and if an exception occurs it tries to store the Throwable into an array of java.lang.Exceptions. The problem is that org.eclipse.core.internal.runtime.InternalPlatform.run can call the handleException method with either an Exception or a LinkageError. Since a LinkageError is not an Exception, the attempt to store it in ex[0] generates an ArrayStoreException which is unhandled.
resolved fixed
ad26abb
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2001-11-22T20:56:06Z"
"2001-11-15T21:33:20Z"
5,433
Bug 5433 TVT1: Hardcoded String - Export Error Message
null
verified fixed
5bec4fc
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/WizardExportResourcesPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2001-11-21T20:20:11Z"
"2001-11-01T21:26:40Z"
6,157
Bug 6157 NPE launching Eclipse
Eclipse 20011120 Windows 2000 Was running 20011116. Installed 20011120. Opened the same workspace. Got the following exception and lost all my perspective configuration: 2 org.eclipse.ui 2 Problems occurred when invoking code from plug-in: org.eclipse.ui. java.lang.NullPointerException at org.eclipse.ui.internal.Perspective.restoreState (Perspective.java:616) at org.eclipse.ui.internal.WorkbenchPage.restoreState (WorkbenchPage.java:1264) at org.eclipse.ui.internal.WorkbenchPage.<init>(WorkbenchPage.java:84) at org.eclipse.ui.internal.WorkbenchWindow.restoreState (WorkbenchWindow.java:753) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:688) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:518) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:812) at org.eclipse.core.runtime.Platform.run(Platform.java:395) at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState (Workbench.java:502) at org.eclipse.ui.internal.Workbench.openWindows(Workbench.java:559) at org.eclipse.ui.internal.Workbench.init(Workbench.java:412) at org.eclipse.ui.internal.Workbench.run(Workbench.java:708) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:820) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.Main.main(Main.java:362)
resolved fixed
f64d3ca
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2001-11-21T19:24:15Z"
"2001-11-21T13:40:00Z"
5,296
Bug 5296 TVT1: Hardcoded string "System Editor"
Select a java file and bring up the context menu, select "Open With". "System Editor" is still in English.
resolved fixed
6ca8ff7
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/EditorDescriptor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2001-11-21T19:22:37Z"
"2001-10-26T18:13:20Z"
6,030
Bug 6030 Need to allow filenames with no extensions when registering editors
Currently we do not allow you to enter a file name with no extension in the file editor preference page. We allow it in the editors extension point but add a trailing "." so the lookup does not work
resolved fixed
3b408f1
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FileEditorsPreferencePage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FileExtensionDialog.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/EditorRegistry.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/FileEditorMapping.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2001-11-20T17:17:28Z"
"2001-11-16T22:33:20Z"
2,074
Bug 2074 PropertySheet should expand categories by default (1GE36VQ)
PRODUCT VERSION: Eclipse 107 The property sheet should expand categories when displaying categories. Currently, they are collapsed, and if I expand them, expansion is just temporary should they dissappear and come back. This makes using the category feature frustating, to the point where the user will always turn off "show categories". The fix would be to expand categories by default.
resolved fixed
661f255
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/properties/PropertySheetCategory.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/properties/PropertySheetViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2001-11-15T15:06:25Z"
"2001-10-11T03:13:20Z"
5,721
Bug 5721 Welcome not disabled
null
resolved fixed
16eec34
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/QuickStartAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2001-11-09T20:24:12Z"
"2001-11-09T18:20:00Z"
2,694
Bug 2694 Editor Selection Dialog: UI suggestions (1GI6RPE)
MA (09.08.2001 12:04:06) 1. in the preference page go to Workbench -> File Editors 2. press Add for the associated editors. a. No selection but OK is enabled b. Multiple selection could be enabled c. Without selecting something from the 'Internal Editors' go to 'External Editors' and select an entry. Switch back to Internal: (Still no selection), press OK -> This adds you the selected external editor. 'Add' should not add a hidden entry. d. Entries already existing in the associated editors should not be available for selection e. The default entry in the associated editors list could be marked (default) (see perspectives) NOTES: KLM (10/10/2001 1:54:57 PM) Also: f. Need a width hint for the dialog g. Why does the File editors Pref page grow in height when it is selected, but no other pages do the same? I currently have fixes for a, c, f Need to release KLM (10/10/2001 5:58:58 PM) released fixes for a, c, f, g
resolved fixed
74a0be9
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/EditorSelectionDialog.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FileEditorsPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2001-10-16T17:03:18Z"
"2001-10-11T03:13:20Z"
2,682
Bug 2682 [UI] EC: Can't contribute submenu items (1GI3XO6)
EC post "Menus and submenus" by GB on Aug 2, 2001: I am trying to create a cascading menu under my own menu. MyMenu Menu1->Submenu1 Submenu2 I cannot get this to work. I can, using the same technique as outlined in the help, add the submenu to the Window menu, and it works. Window Menu1->Submenu1 Submenu2 But when I try to add the submenu to my menu, the menu shows up but it is grayed and none of the Submenu items are available. MyMenu Menu1 (grayed) The log reports 1 org.eclipse.core.resources 4 Invalid Menu Extension (Path is invalid): SubMenu1Id Here is the sample I based the code on. This is from the Eclipse documentation. <extension point = "org.eclipse.ui.actionSets"> <actionSet id="org_eclipse_ui_examples_readmetool_actionSet" label="ReadMe Actions" visible="true"> <menu id="org_eclipse_ui_examples_readmetool" label="Readme &File Editor" path="window/additions"> <separator name="slot1"/> <separator name="slot2"/> <separator name="slot3"/> </menu> <action id="org_eclipse_ui_examples_readmetool_readmeAction" menubarPath="window/org_eclipse_ui_examples_readmetool/slot1" toolbarPath="readme" label="&Open Readme Browser@Ctrl+R" tooltip="Open Readme Browser" helpContextId="org.eclipse.ui.examples.readmetool.open_browser_action_context" icon="icons/basic/ctool16/openbrwsr.gif" class="org.eclipse.ui.examples.readmetool.WindowActionDelegate" enablesFor="1"> <selection class="org.eclipse.core.resources.IFile" name="*.readme"> </selection> Here is a version that I got to work in my own application. <actionSet id="com.rational.test.ft.wswplugin.TestActionSet" visible="true" label="MyMenu"> <menu id = "MyMenuId" label = "&MyMenu"> <separator name = "Menu1Slot" /> </menu> <menu id="Menu1Id" label = "&Menu1" path ="window/additions"> <separator name="slot1" /> <separator name="slot2" /> <separator name="slot3" /> </menu> <action id = "SubMenu1Id" menubarPath = "window/Menu1Id/slot1" label = "&SubMenu1" class = "com.rational.test.ft.wswplugin.x"> </action> Here is a version that fails in my application. The only difference is that instead of window, I use MyMenu and instead of additions, I use MyMenu1Slot. I tried variations on ids and slots, but nothing changed. <actionSet id="com.rational.test.ft.wswplugin.TestActionSet" visible="true" label="MyMenu"> <menu id = "MyMenuId" label = "&MyMenu"> <separator name = "Menu1Slot" /> </menu> <menu id="Menu1Id" label = "&Menu1" path ="MyMenuId/Menu1Slot"> <separator name="slot1" /> <separator name="slot2" /> <separator name="slot3" /> </menu> <action id = "SubMenu1Id" menubarPath = "MyMenuId/Menu1Id/slot1" label = "&SubMenu1" class = "com.rational.test.ft.wswplugin.x"> </action> NOTES: NE (8/7/01 5:25:18 PM) Reproduced both success case and fail case. Problem is that the call to parent.findMenuUsingPath(mpath) in PlugActionSetBuilder.contributeMenuAction() returns null when mpath has multiple segments. This is because SubMenuManager.findUsingPath calls findUsingPath on the parentMgr, and MenuManager.findUsingPath tests whether the parent menu is an IMenuManager, which it is not in this case. It was wrapped in an ActionSetContributionItem (subclass of SubContributionItem). Should change SubMenuManager.findUsingPath to recurse itself, unwrapping at each stage. NE (08/07/01 6:01:14 PM) Suggested fix: Change SubContributionManager.find() to unwrap (it doesn't currently, but should): public IContributionItem find(String id) { IContributionItem item = parentMgr.find(id); if (item instanceof SubContributionItem) { return ((SubContributionItem)item).getInnerItem(); } else { return item; } } Change SubMenuManager.getWrapper(IMenuManager) to always create wrapper (as spec'ed). Also added @param tag: /** * Returns the menu wrapper for a menu manager. * <p> * The sub menus within this menu are wrapped within a <code>SubMenuManager</code> to * monitor additions and removals. If the visibility of this menu is modified * the visibility of the sub menus is also modified. * <p> * * @param menu the menu manager to wrap * @return the menu wrapper */ private IMenuManager getWrapper(IMenuManager menu) { if (mapMenuToWrapper == null) { mapMenuToWrapper = new HashMap(4); } SubMenuManager wrapper = (SubMenuManager) mapMenuToWrapper.get(menu); if (wrapper == null) { wrapper = wrapMenu(menu); mapMenuToWrapper.put(menu, wrapper); } return wrapper; } Change SubMenuManager.findMenuUsingPath to just call getWrapper() rather than getWrapper then putWrapper if null: public IMenuManager findMenuUsingPath(String path) { IContributionItem item = findUsingPath(path); if (item instanceof IMenuManager) { IMenuManager menu = (IMenuManager)item; return getWrapper(menu); } return null; } Change SubMenuManager.findUsingPath to use same algorithm as MenuManager.findUsingPath, but wrapping submenus along the way: public IContributionItem findUsingPath(String path) { String id = path; String rest = null; int separator = path.indexOf('/'); if (separator != -1) { id = path.substring(0, separator); rest = path.substring(separator + 1); } IContributionItem item = find(id); // unwraps item if (rest != null && item instanceof IMenuManager) { IMenuManager menu = (IMenuManager) item; // wrap menu, just like findMenuUsingPath IMenuManager wrapper = getWrapper(menu); return wrapper.findUsingPath(rest); } return item; } Delete SubMenuManager.putWrapper -- it's no longer needed.
resolved fixed
cec14bf
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/action/SubContributionManager.java", "bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/action/SubMenuManager.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ActionSetMenuManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2001-10-15T16:19:08Z"
"2001-10-11T03:13:20Z"
2,558
Bug 2558 [UI] Unzoom can cause view to move tab folder (1GFOGFE)
- Open the resource perspective and reset it - Open the properties view and then d&d onto the outline - Click on the outline tab - Double click on the outline title area to zoom it - Double click on the outline title area to unzoom it by doing it this way > make sure your mouse pointer is just at the bottom of the outline title area > at the end of the double click move your mouse down a little If you've timed this properly on the double click unzoom, the outline will unzoom but appear in the nav/repo tab folder. Looks like a D&D was started. I noticed this as sometimes my mouse moves when I double click. Ok, so I have bad nerves ;-) NOTES:
resolved fixed
254977b
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PartDragDrop.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2001-10-12T20:16:53Z"
"2001-10-11T03:13:20Z"
2,318
Bug 2318 [UI] Type Hierarchy View resize (1GENYR4)
jkca (6/1/2001 5:44:46 PM) jre-sdk 116 To duplicate: 1. Start eclipse 2. Open java perspective 3. New java project 4. New java class, MyClass 5. In outline click on class and open in hierarchy 6. Double click view title bar to make it fill the entire desktop 7. Click MyClass, the view shrinks back to it's original size/location. Note: This only happens if you select the class you have added to the hierarchy view. (try switching order) EG (6/4/2001 12:14:22 AM) still a problem in 118 not critical MA (07.08.2001 15:52:58) Problem comes from revealing the element in the (already open) editor Same problem in the package view and the navigator. Move to desktop
resolved fixed
8fe046d
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
"2001-10-11T18:20:40Z"
"2001-10-11T03:13:20Z"
424,772
Bug 424772 [typing] Correct Indentation for '{' is wrong when declaration isn't on a single line
null
resolved fixed
8d013d0
["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/IndentActionTest.java", "org.eclipse.jdt.text.tests/testResources/indentation/bug424772/Before.java", "org.eclipse.jdt.text.tests/testResources/indentation/bug424772/Modified.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
"2014-01-14T15:19:36Z"
"2013-12-31T08:53:20Z"
424,852
Bug 424852 [create on paste] Respect line delimiter preference when creating new CU
Respect the line delimiter preference when creating a new CU by pasting to the Package Explorer. Currently, we use the line delimiter from the clipboard, which may not be the same as the project preference.
resolved fixed
a9f59f5
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/PasteAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2014-01-03T17:03:09Z"
"2014-01-03T17:26:40Z"
404,471
Bug 404471 [move method] Annotation error in applying move-refactoring to inherited methods
Class A is super-class of class B. Method m of B is inherited from A. public class A { public void m(C c) { } } public class B extends A { @Override public void m(C c) { } } When method m of B is moved to class C (making delegate of m), "@Override" annotation is also moved to C. public class C { @Override //error public void m() { } }
resolved fixed
217b71b
["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test65/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test65/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/MoveInstanceMethodTests.java", "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
"2013-12-19T11:55:07Z"
"2013-03-27T16:00:00Z"
423,689
Bug 423689 [quick fix] Create 'for' loop for int array creates duplicate local variable
package com.test; public class C1 { private int[] nums; private void foo() { nums } } ------------------------------------------ In the above example, hover over 'nums' in foo() and apply the quick fix "Create 'for' loop". It results in the following code: for (int i = 0; i < nums.length; i++) { int i = nums[i]; } The local variable 'i' is duplicate and has compilation error.
verified fixed
2c9803e
["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/IProposalRelevance.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/GenerateForLoopAssistProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-12-11T17:58:54Z"
"2013-12-10T12:53:20Z"
409,707
Bug 409707 PropertiesFileQuickAssistTest.testRemoveProperty3 and testRemoveProperty4 failed
null
resolved fixed
e0bbf75
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileEditor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-12-10T19:31:00Z"
"2013-06-03T09:00:00Z"
410,371
Bug 410371 [generalize type] Generalize Type adds import that changes semantics of existing simple names
null
resolved fixed
db27665
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/ContextSensitiveImportRewriteContext.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-12-05T19:26:46Z"
"2013-06-10T18:46:40Z"
408,334
Bug 408334 [extract interface] AFE on selecting next change in refactoring Preview
public class Test { } Right click and select 'Refactor > Extract Interface' for the above class. Give some name for interface and click "Preview". Use down arrow button i.e. "Select Next Change". It expands the 1st change node and "Add super interface" is selected. No input in the details page. Error is logged in the Error Log view: org.eclipse.core.runtime.AssertionFailedException: assertion failed: at org.eclipse.core.runtime.Assert.isTrue(Assert.java:110) at org.eclipse.core.runtime.Assert.isTrue(Assert.java:96) at org.eclipse.ltk.core.refactoring.TextChange.getCurrentContent(TextChange.java:334) at org.eclipse.ltk.internal.ui.refactoring.TextEditChangePreviewViewer.setInput(TextEditChangePreviewViewer.java:192) ...
resolved fixed
c100afc
["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/structure/PullUpRefactoringProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-12-05T19:20:56Z"
"2013-05-17T11:26:40Z"
420,188
Bug 420188 Bindings.containsTypeVariables(ITypeBinding type) contains unused code
org.eclipse.jdt.internal.corext.dom.Bindings.containsTypeVariables(ITypeBinding type) This method consists of 6 if statements in a row. The 1st and 5th if statement are the same. Therefore the 5th one is never going to get executed because the first on returns.
resolved fixed
fa654b9
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/Bindings.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-12-05T14:26:42Z"
"2013-10-23T14:53:20Z"
417,765
Bug 417765 ImageDescriptorRegistry.hookDisplay() causes SWT Invalid thread access
Eclipse Kepler There appears to be a case where NewJavaProjectWizardPageTwo causes an SWT Invalid Thread Access when using Bndtools. This problem has been reproduced by others. To reproduce, create a new workspace, switch to the Bndtools perspective, create a new Bndtools OSGi project. You should get the Invalid Thread Access. The workaround is to delete the project you just created and create it again. I believe the key here is that you have a brand new workspace. Here is the stack trace. org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:4397) at org.eclipse.swt.SWT.error(SWT.java:4312) at org.eclipse.swt.SWT.error(SWT.java:4283) at org.eclipse.swt.widgets.Display.error(Display.java:1204) at org.eclipse.swt.widgets.Display.checkDevice(Display.java:759) at org.eclipse.swt.widgets.Display.disposeExec(Display.java:1181) at org.eclipse.jdt.internal.ui.viewsupport.ImageDescriptorRegistry.hookDisplay(ImageDescriptorRegistry.java:77) at org.eclipse.jdt.internal.ui.viewsupport.ImageDescriptorRegistry.<init>(ImageDescriptorRegistry.java:40) at org.eclipse.jdt.internal.ui.JavaPlugin.internalGetImageDescriptorRegistry(JavaPlugin.java:954) at org.eclipse.jdt.internal.ui.JavaPlugin.getImageDescriptorRegistry(JavaPlugin.java:347) at org.eclipse.jdt.internal.ui.wizards.buildpaths.CPListLabelProvider.<init>(CPListLabelProvider.java:68) at org.eclipse.jdt.internal.ui.wizards.buildpaths.BuildPathsBlock.<init>(BuildPathsBlock.java:189) at org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage.getBuildPathsBlock(JavaCapabilityConfigurationPage.java:95) at org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage.init(JavaCapabilityConfigurationPage.java:151) at org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageTwo.initializeBuildPath(NewJavaProjectWizardPageTwo.java:318) at bndtools.wizards.project.NewBndProjectWizardPageTwo.initializeBuildPath(NewBndProjectWizardPageTwo.java:106) at org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageTwo.updateProject(NewJavaProjectWizardPageTwo.java:252) at org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageTwo.performFinish(NewJavaProjectWizardPageTwo.java:484) at org.eclipse.jdt.internal.ui.wizards.JavaProjectWizard.finishPage(JavaProjectWizard.java:82) at org.eclipse.jdt.internal.ui.wizards.NewElementWizard$2.run(NewElementWizard.java:118) at org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:39) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:728) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2345) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:5331) at org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:106) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
resolved fixed
4295c63
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ImageDescriptorRegistry.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-12-05T13:36:53Z"
"2013-09-21T19:00:00Z"
422,792
Bug 422792 [quick assist] "Convert to 'for' loop using Iterator" on raw collection
"Convert to 'for' loop using Iterator" should also work on a raw collection.
resolved fixed
05486ed
["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
"2013-11-28T18:17:52Z"
"2013-11-28T17:33:20Z"
421,506
Bug 421506 Suggestion to align "Additional Save actions" with the desired code Eclipse contribution guidelines
null
resolved fixed
21be882
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpConstants.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-11-19T11:48:19Z"
"2013-11-12T09:53:20Z"
251,824
Bug 251824 [save actions][clean up] Correct Indentation blocks Remove trailing whitespace from working in comments
null
resolved fixed
d3b4131
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CodeFormatFix.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-11-12T15:17:39Z"
"2008-10-23T11:06:40Z"
421,040
Bug 421040 [dom] TypeBinding.getDeclaredModifiers simply delegates to getModifiers()
Per Javadoc, ITypeBinding.getDeclaredModifiers() is supposed to return "the modifiers ... as specified in the original source declaration of the class or interface". In the present implementation, it simply delegates to getModifiers() which is wrong.
verified fixed
fc5db86
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractClassRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ParameterObjectFactory.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-11-08T11:26:37Z"
"2013-11-05T05:40:00Z"
421,160
Bug 421160 [content assist] Make constructor of ParameterGuessingProposal public
null
verified fixed
e947b2d
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuessingProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-11-06T15:57:05Z"
"2013-11-06T15:00:00Z"
385,237
Bug 385237 [move member type] Moving a member interface to its own file adds the host's type parameters to it
Build Identifier: I20120608 - 1400 Interfaces are inherently static, therefore interfaces that are members of an enclosing type do not inherit type parameters from their hosts. The Eclipse compiler knows this. For example, given this code class Foo<T> { interface Bar { T baz(); } } the compiler reports an error "Cannot make a static reference to the non-static type T". Perfect. The refactoring engine seems to be confused on this issue, however. If we correct the above code to class Foo<T> { interface Bar { void baz(); } } and then attempt to refactor it to a top-level type via Refactor > Move Type to New File, then the original host class's type parameter(s) are added to the resulting top-level interface: interface Bar<T> { void baz(); } The original, unparametrized interface is erroneously transformed into a parametrized one. At least the refactoring engine is (maddeningly) consistent in that it adds the new type parameter to all declarations involving the moved interface type. What a mess! For comparison, the refactoring engine gets it right with static classes: the host's type parameters do not get tagged onto a static member class when it is moved to top level. In particular, if the example interface is changed to a pure abstract class then it does not get an added type parameter when it is moved. I am inclined to rate the severity of this issue as "Major", as it can do quite a lot of damage, but I leave it as "Normal" instead mainly because I suspect that this kind of refactoring is relatively uncommon. Reproducible: Always Steps to Reproduce: 1. Create a parametrized class with a member interface 2. In the Java editor, right-click the name of the member interface and select "Refactor" > "Move Type to New File..." from the context menus 3. Click "Ok" on the confirmation dialog
resolved fixed
3095abc
["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test_static_context_0/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test_static_context_0/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test_static_context_0/out/Inner.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/MoveInnerToTopLevelTests.java", "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
"2013-11-06T09:06:33Z"
"2012-07-16T20:20:00Z"
395,989
Bug 395989 [generalize type] Generalize Declared Type does not consider use of variable in throw statement, which yields compilation error
Steps to reproduce: 1. See the instructions in code below 2. The resulting code does not compile ("No exception of type Object can be thrown; an exception type must be a subclass of Throwable") class GeneralizeDeclaredTypeBug3 { void f() throws Exception { // Invoke "Generalize Declared Type" on "Exception" // and select "Object" as new type Exception e = new Exception(); throw e; } } (Thanks to Yilong Li for helping with the bug report.)
resolved fixed
19163c4
["org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testThrowableSubtype_in.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ChangeTypeRefactoringTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/FullConstraintCreator.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-11-06T06:17:15Z"
"2012-12-06T21:40:00Z"
419,692
Bug 419692 Java Type Indicator decorator causes image leak
null
verified fixed
a5ed672
["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
"2013-10-30T15:45:48Z"
"2013-10-17T11:40:00Z"
394,030
Bug 394030 [extract method] Extracting expression of parameterized type that is passed as argument to this constructor yields compilation error
Steps to reproduce: 1. Invoke "Extract Method" refactoring on "c.size()" expression in the example below. 2. Resulting file does not compile ("Cannot make a static reference to the non-static type V"). The problem is that the extracted method must be static because it is used as argument to "this" and at the same time it needs type parameter "V" which is non-static. public class ExtractMethodBug<V> { public ExtractMethodBug(Map<?, ? extends V> c) { // Invoke "Extract Method" on "c.size()" this(c.size()); } public ExtractMethodBug(int size) { } } (Thanks to Anirudh Balagopal for helping with this bug report.)
resolved fixed
ba5280d
["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/generics_in/A_test1121.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/generics_in/A_test1122.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/generics_out/A_test1121.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/generics_out/A_test1122.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-10-17T03:30:19Z"
"2012-11-10T15:06:40Z"
393,098
Bug 393098 [extract method] Extracted method should be declared static if extracted expression is also used in another static method
Extracted method should be declared static if extracted expression is also used in another static method. Steps to reproduce: 1. In the example below invoke "Extract Method" on "shared()" expression in non-static method (nsm). 2. New method will not be declared as static. 3. There will be a compilation error because non-static method is invoked from static context. Note: Originally the bug was encountered when extracting "getTestConstructor(theClass)" on line 136 in junit.framework.TestSuite, JUnit commit e8b91fa9f797dfe16aff66ed6ad5d6104e5133fe. public class ExtractMethodBug { public static void sm() { // Compilation error will be on the next line shared(); } public void nsm() { // Invoke Extract Method refactoring on the "shared()" expression shared(); } public static void shared() { } }
resolved fixed
c34f9c7
["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/duplicates_in/A_test988.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/duplicates_in/A_test989.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/duplicates_out/A_test988.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/duplicates_out/A_test989.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SnippetFinder.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/code/ExtractMethodInputPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-10-14T05:24:57Z"
"2012-10-29T19:46:40Z"
418,692
Bug 418692 [extract method] Does not replace duplicates that span the whole method body
null
resolved fixed
baf1e0e
["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/error_in/A_test804.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/error_out/A_test800.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/error_out/A_test804.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/nested_out/A_test652.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SnippetFinder.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-10-11T05:28:44Z"
"2013-10-04T15:20:00Z"
395,558
Bug 395558 [introduce parameter object] Introduce Parameter Object introduce use of non-static type in static context
null
resolved fixed
d14c050
["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractClass/testTypeParameter/in/TypeParameter.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractClass/testTypeParameter/out/TypeParameter.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testMethodTypeParamArgs/in/TestMethodTypeParamArgs.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testMethodTypeParamArgs/out/TestMethodTypeParamArgs.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testMethodTypeParamArgsTopLevel/in/TestMethodTypeParamArgsTopLevel.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testMethodTypeParamArgsTopLevel/out/FooParameter.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testMethodTypeParamArgsTopLevel/out/TestMethodTypeParamArgsTopLevel.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractClassTests.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceParameterObjectTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ParameterObjectFactory.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-10-08T07:10:50Z"
"2012-12-02T17:40:00Z"
218,431
Bug 218431 [inline] problem with fields from generic types
Build ID: M20071023-1652 Steps To Reproduce: 1. Select identifier 'driver' on LINE 26. 2. Try to inline that occurence of that constant. The resulting source code is illegal. --------------------- Bug.java ----------------------- import static java.util.Arrays.asList; class Bug { private static abstract class Newby<Type extends Number>{} private static abstract class Way<Type extends Number>{ static final String STATE="State"; abstract Newby<Type>scrape(); } private static class Finger extends Way<Integer>{ @Override Newby<Integer>scrape(){ return new Newby<Integer>(){}; } } private static final Finger driver=new Finger(){ void make(){asList(STATE,"License");} }; { abstract class ArtifactPage<Type extends Integer>{ { asList(Way.STATE,driver); //// LINE 26 //// } } } } More information:
resolved fixed
232462f
["org.eclipse.jdt.ui.tests.refactoring/resources/InlineConstant/canInline/test38/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineConstant/canInline/test38/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineConstant/canInline/test39/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineConstant/canInline/test39/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineConstantTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineConstantRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-10-03T13:57:53Z"
"2008-02-09T20:46:40Z"
418,384
Bug 418384 [ltk] junit.framework.ComparisonFailure: Unexpected failure
null
resolved fixed
446f309
["org.eclipse.ltk.core.refactoring.tests/src/org/eclipse/ltk/core/refactoring/tests/history/MockRefactoringDescriptor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-10-03T12:46:08Z"
"2013-09-30T22:26:40Z"
417,012
Bug 417012 [quick fix] @SuppressWarnings Quick Fix availability detection wrong when problem reported as Error
null
verified fixed
a6170fa
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SuppressWarningsSubProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-09-18T11:17:27Z"
"2013-09-11T14:33:20Z"
416,401
Bug 416401 [preferences] Incorrect enablement of 'Inline finally blocks' preference option
Found that 'Inline finally blocks' option is enabled incorrectly: 1. In the compiler preference page, select 'Configure Project Specific Settings' and choose a Java 1.4 project. Select the 'Java Build Path' and modify the EE to J2SE-1.5. Use the back button or directly click on the Java Compiler to come back to the previous page where the project specific setting was being modified. See that the 'Inline finally blocks' is enabled for Java-1.5, which is wrong. 2. In the compiler preference page, select 1.4 compliance level. Now uncheck 'Inline finally blocks' option. Now change the compliance level to 1.5 and then change to 1.6 and now change it back to 1.4, the checkbox is now checked. This also looks wrong.
resolved fixed
f55c097
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-09-10T14:42:19Z"
"2013-09-03T09:20:00Z"
416,022
Bug 416022 Clean Up Refactoring should report which file caused the exception (was: Eclipse code formatter crashes with exception in handling Cp1252 character encoding)
Performed code formatting at project level containing more than 100 Java files. Expected: The code must be formatted as per the template. Actual: The formatter threw exception saying: Some characters cannot be mapped using "Cp1252" character encoding. Either change the encoding or remove the characters which are not supported by the "Cp1252" character encoding. There are two problems here: 1) The root cause for the exception 2) The exception details are not enough - it doesn't state in which file the exception occurred. Now I have to dig through all the files one by one. -- Configuration Details -- Product: Eclipse 2.0.0.20130613-0530 (org.eclipse.epp.package.jee.product) Installed Features: org.eclipse.jdt 3.9.0.v20130605-2000
resolved fixed
76dc891
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/FixMessages.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-09-02T10:59:53Z"
"2013-08-28T08:53:20Z"
217,753
Bug 217753 [move method] Move method with static imported method calls introduces compiler error
null
resolved fixed
7acac94
["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test58/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test58/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test58/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test58/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test59/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test59/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test59/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test59/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test60/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test60/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test61/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test61/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test62/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test62/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test62/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test62/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test63/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test63/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/MoveInstanceMethodTests.java", "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
"2013-08-28T07:58:56Z"
"2008-02-04T21:20:00Z"
356,687
Bug 356687 [move method] super method invocation does not compile after refactoring
Build Identifier: 20110615-0604 Applying the move method refactoring introduces a compilation error Reproducible: Always Steps to Reproduce: 1. Create the classes public class A { public B b; private long m(long l) { return 0; } public long m(int i) { return 1; } } public class B extends A { public long test() { return super.m(2); } } 2. Apply the move method refactoring to move m to B public class A { public B b; private long m(long l) { return 0; } } public class B extends A { public long test() { return super.m(2); } public long m(int i) { return 1; } } 3. The resulting program does not compile: The method m from the type A is not visible
resolved fixed
bd8e706
["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test49/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test49/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test50/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test50/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test51/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test51/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test52/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test52/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test53/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test53/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test54/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test54/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test55/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test55/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test56/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test56/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test57/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test57/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/MoveInstanceMethodTests.java", "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
"2013-08-27T08:56:04Z"
"2011-09-04T21:00:00Z"
411,529
Bug 411529 [move method refactoring] reference to protected method
package p; public class A { protected void m(){} } package p; public class B { public void n(q.C c, A a) { a.m(); } } package q; public class C { } When p.B.n(q.C, A) is moved to q.C, Eclipse move-refactoring pops up a warning message: "The visibility of method `p.A.m()' will be changed to public." When I click the `continue' button to finish the refactoring, p.A.m() is still `protected' (no changes). That is an error.
resolved fixed
8426c3b
["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test48/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test48/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test48/in/C.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test48/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test48/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test48/out/C.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/MoveInstanceMethodTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MemberVisibilityAdjustor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-08-21T10:01:47Z"
"2013-06-24T18:53:20Z"
411,636
Bug 411636 Save is very slow (burns cycles in the Package and Project Explorer)
null
verified fixed
d1f7ad2
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/packageview/ContentProviderTests6.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-08-20T14:29:12Z"
"2013-06-25T19:53:20Z"
414,960
Bug 414960 [content assist] completing with semicolon (;) leaves content assist in linked mode
In Kepler there's a new feature, that also completes the trailing semicolon for method calls without parameters. That's nice. The caret jumps behind the trailing semicolon. Then for a short moment the enter key is blocked. That's not nice, because I used the enter key for code completion and now want to proceed to the next line. Could you remove the enter key from blocked keys for this feature?
resolved fixed
dd68408
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-08-20T04:16:14Z"
"2013-08-13T13:20:00Z"
159,917
Bug 159917 [convert anonymous] Convert Anonymous to nested generates wrong code
Eclipse 3.1.1 If you convert the anonymous class to nested in the following example the generated code doesn't compile: ---------------------------------------------------- import java.awt.Point; public class Sup { interface ISup { void m(); } public Sup(ISup isup) { } } class Sub extends Sup { public Sub(final Point p) { super(new ISup() {//convert here final int x = p.x; final int y = p.y; public void m() { System.out.println(x + y); } }); } } ---------------------------------------------------------------- There are 2 things that go wrong: 1. The generate inner class should be static. 2. the generated fields should be assigned properly.
resolved fixed
c8bde6a
["org.eclipse.jdt.ui.tests.refactoring/resources/ConvertAnonymousToNested/canConvert/A_test34_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ConvertAnonymousToNested/canConvert/A_test34_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ConvertAnonymousToNested/canConvert/A_test35_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ConvertAnonymousToNested/canConvert/A_test35_out.java", "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/code/ConvertAnonymousToNestedRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-08-16T05:40:26Z"
"2006-10-05T17:40:00Z"
269,401
Bug 269401 [inline] Anonymous class using final parameter breaks method inlining.
Build ID: I20090313-0100 (3.5M6) Please try to inline the method foo() and see the result is illegal. class Bug { { int y=4; foo(y); } void foo(final int x){ new Runnable(){ public void run(){ System.out.println(x); }}; } }
resolved fixed
158c786
["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_in/TestFinalParameter1.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_in/TestFinalParameter2.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_in/TestFinalParameter3.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_out/TestFinalParameter1.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_out/TestFinalParameter2.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_out/TestFinalParameter3.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ParameterData.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-08-14T06:06:19Z"
"2009-03-19T16:26:40Z"
394,547
Bug 394547 [extract class] Extract class refactoring on a field in an inner non-static class yields compilation error
Steps to reproduce: 1. Invoke "Extract Class..." on "m" in code below 2. Specify "Nested Class in 'C' 3. There is a compilation error in the resulting file ("cannot be declared static") class ExtractClassBug { class C { // Invoke "Extract Class..." on "m" (and specify "Nested Class in 'C'" int m; } } (Thanks to Yilong Li for helping with the bug report.)
resolved fixed
7d8aced
["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractClass/testNested1/in/Nested1.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractClass/testNested1/out/Nested1.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractClass/testNested2/in/Nested2.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractClass/testNested2/out/Nested2.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractClassTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractClassRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-08-12T06:22:10Z"
"2012-11-19T01:53:20Z"
409,520
Bug 409520 [1.8][quick fix] "Add unimplemented methods" should not create stubs for default methods
BETA_JAVA8 and master The "Add unimplemented methods" quick fix should not create stubs for default methods. public class MyString implements CharSequence { } => When compiling against a 1.8 JRE, the quick fix also adds stubs for chars() and codePoints(), which are new default methods in CharSequence. "Source > Override/Implement Methods" already looks good (only selects abstract methods).
verified fixed
100ddaa
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-07-24T13:37:16Z"
"2013-05-30T16:06:40Z"
411,794
Bug 411794 [JUnit] Add a monospace font option for the Junit view
null
verified fixed
d0add17
["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/FailureTrace.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-07-24T09:05:54Z"
"2013-06-27T16:20:00Z"
411,841
Bug 411841 Rerunning a test from JUnit results view is launching the test on UI thread.
When I rerun a test by selecting "Run" from the JUnit test results view context menu the test launch is happening on the UI thread. When build before launch is enabled the project build is invoked on UI thread on Eclipse is frozen during the test launch process. I am working on a patch to avoid it by delegating the rerun config launching to DebugUITools.launch() and will attach it to the bug soon. A sample stack trace captured during the freeze is ... java.io.UnixFileSystem.createDirectory(Native Method) java.io.File.mkdir(File.java:1239) java.io.File.mkdirs(File.java:1266) org.eclipse.core.internal.filesystem.local.LocalFile.mkdir(LocalFile.java:286) org.eclipse.core.internal.localstore.FileSystemResourceManager.write(FileSystemResourceManager.java:1132) org.eclipse.core.internal.resources.Folder.internalCreate(Folder.java:180) org.eclipse.core.internal.resources.Folder.create(Folder.java:107) org.eclipse.jdt.internal.core.builder.AbstractImageBuilder.createFolder(AbstractImageBuilder.java:470) org.eclipse.jdt.internal.core.builder.AbstractImageBuilder$1.visit(AbstractImageBuilder.java:254) org.eclipse.core.internal.resources.Resource$1.visitElement(Resource.java:85) org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:82) org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:86) org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:86) org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:86) org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:86) org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:86) org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:86) org.eclipse.core.internal.watson.ElementTreeIterator.iterate(ElementTreeIterator.java:127) org.eclipse.core.internal.resources.Resource.accept(Resource.java:95) org.eclipse.core.internal.resources.Resource.accept(Resource.java:52) org.eclipse.jdt.internal.core.builder.AbstractImageBuilder.addAllSourceFiles(AbstractImageBuilder.java:219) org.eclipse.jdt.internal.core.builder.BatchImageBuilder.build(BatchImageBuilder.java:51) org.eclipse.jdt.internal.core.builder.JavaBuilder.buildAll(JavaBuilder.java:254) org.eclipse.jdt.internal.core.builder.JavaBuilder.build(JavaBuilder.java:184) org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:728) org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:199) org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:239) org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:292) org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:295) org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:256) org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:394) org.eclipse.core.internal.resources.Project$1.run(Project.java:618) org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344) org.eclipse.core.internal.resources.Project.internalBuild(Project.java:597) org.eclipse.core.internal.resources.Project.build(Project.java:114) org.eclipse.debug.core.model.LaunchConfigurationDelegate$1.run(LaunchConfigurationDelegate.java:423) org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344) org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2326) org.eclipse.debug.core.model.LaunchConfigurationDelegate.buildProjects(LaunchConfigurationDelegate.java:430) org.eclipse.debug.core.model.LaunchConfigurationDelegate.buildForLaunch(LaunchConfigurationDelegate.java:126) org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:823) org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:704) org.eclipse.jdt.internal.junit.model.TestRunSession.rerunTest(TestRunSession.java:485) org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart.rerunTest(TestRunnerViewPart.java:2062) org.eclipse.jdt.internal.junit.ui.RerunAction.run(RerunAction.java:52) org.eclipse.jface.action.Action.runWithEvent(Action.java:498) org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1276) org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3554) org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3179)
resolved fixed
a81ceba
["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestRunSession.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-07-02T14:04:58Z"
"2013-06-27T21:53:20Z"
411,588
Bug 411588 "Convert for loops to enhanced" may mess up program logic when dealing with Iterable
With the save action "Convert 'for' loops to enhanced 'for' loops" enabled, the conversion to enhanced loop might introduce a logical error. Lets suppose you have an object "s" with a class implementing java.lang.Iterable and this class has also another method named "iterator", also with an "Iterator" return type, BUT with a __non empty signature__. for (Iterator<Object> it = s.iterator(42) ; it.hasNext(); ) { Object obj = it.next(); // ... } The save action will convert it to an enhanced loop assuming the use of "s.iterator()" instead of "s.iterator(42)" ! for (Object obj : s) { // ... } (The bug exists also in 3.7.2 and probably in all releases until Kepler)
verified fixed
a8d9f12
["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
"2013-07-02T14:04:54Z"
"2013-06-25T11:33:20Z"
411,641
Bug 411641 [content assist] Unnecessary content assist popup after decimal
If you are typing a floating point number say 3.14 then content assist window pops up after typing '.', e.g. in this situation below void bar() { System.out.println(3.); } Tried this with 4.3 RC4. (Likely a consequence of changes for showing Template and keyword proposals without prefix)
verified fixed
25f6fa1
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-06-26T09:26:10Z"
"2013-06-25T22:40:00Z"
411,585
Bug 411585 [mark occurrence][search] Mark occurrences reports 0 based line numbers but the actual line numbers in the line number rulers starts with 1
If i do ctrl-shift-u on a identifier i get a list of lines in the search view where those are found. But the line numbers that are reported are 1 off. It does jump to the right line but it is funny to see that the search view reports "203:" and the actual code is according to the line of the ruler is on 204 It seems that the search view reports 0 based but the line number ruler starts with 1 Eclipse SDK Version: 4.3.0 Build id: I20130605-2000
resolved fixed
b5d624f
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaElementLine.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/OccurrencesSearchLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/OccurrencesSearchResultPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-06-25T11:57:51Z"
"2013-06-25T11:33:20Z"
408,072
Bug 408072 [nls tooling] Interface is flagged as missing NLS key
Version: 4.3.0 Build id: I20130513-2000 While scanning org.eclipse.jface I got the following during the search: Undefined keys in: MenuManager.java - org.eclipse.jface.action (2 matches) One of the matches is: ExternalActionManager.ICallback callback = ExternalActionManager.getInstance().getCallback(); with ExternalActionManager.ICallback highlighted. There are 17 of these flagged for all of jface.
resolved fixed
9a7c42a
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultRequestor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-06-20T13:20:37Z"
"2013-05-15T01:06:40Z"
410,830
Bug 410830 [syntax highlighting] Argument of {@code *}/{@literal *} in Javadoc should not use HTML markup coloring
In Java source editors, the argument of an {@code *} or {@literal *} tag in Javadoc should not use "HTML markup" coloring. E.g. "<String>" is not an HTML tag and should be rendered the same as "Set" here: * {@code Set<String>}
resolved fixed
48580ac
["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
"2013-06-20T13:09:37Z"
"2013-06-14T14:26:40Z"
104,379
Bug 104379 [syntax highlighting] {@link} tag syntax coloring does not work when on two lines
Set a color for {@link} tags from the preferences page. When you have a link tag that is on two lines, the part of it that is on the second line is not colored properly.
resolved fixed
2d19131
["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
"2013-06-20T13:05:38Z"
"2005-07-19T19:06:40Z"
408,060
Bug 408060 Bug in NLSSearchQuery
null
resolved fixed
3969b41
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchQuery.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-06-20T12:52:48Z"
"2013-05-14T19:33:20Z"
410,569
Bug 410569 Remove 'org.eclipse.releng.tools' from the list of not loaded plug-ins
4.3 RC4.
verified fixed
16ee663
["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/PluginsNotLoadedTest.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-06-20T07:23:47Z"
"2013-06-12T09:40:00Z"
409,705
Bug 409705 IntroduceIndirectionTests.test31 fails with an error while deleting resources
null
verified fixed
0ac85d5
["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceIndirectionTests.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-06-03T14:03:02Z"
"2013-06-03T09:00:00Z"
409,704
Bug 409704 MoveInnerToTopLevelTests.test25 throws error during tearDown
null
verified fixed
8029c94
["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RefactoringTest.java", "org.eclipse.jdt.ui.tests/test", "plugin/org/eclipse/jdt/testplugin/JavaProjectHelper.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-06-03T13:58:51Z"
"2013-06-03T09:00:00Z"
408,555
Bug 408555 DeleteTest.testDeleteInternalJAR fails sporadically
http://download.eclipse.org/eclipse/downloads/drops4/I20130518-1500/testresults/html/org.eclipse.jdt.ui.tests.refactoring_win32.win32.x86_7.0.html
verified fixed
4fc272a
["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RefactoringTest.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ccp/DeleteTest.java", "org.eclipse.jdt.ui.tests/test", "plugin/org/eclipse/jdt/testplugin/JavaProjectHelper.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-05-29T14:12:51Z"
"2013-05-21T09:53:20Z"
408,124
Bug 408124 [refactoring] CCE with Extract Class refactoring on a class with comment
Perform Refactor > Extract Class... on the following example: // comment public class Test { int i; } We get this exception: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:421) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDialog2.java:331) ... Caused by: java.lang.ClassCastException: org.eclipse.jdt.core.dom.CompilationUnit cannot be cast to org.eclipse.jdt.core.dom.TypeDeclaration at org.eclipse.jdt.internal.corext.refactoring.structure.ExtractClassRefactoring.createParameterObject(ExtractClassRefactoring.java:479)
verified fixed
c880487
["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractClass/testComment/in/Comment.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractClass/testComment/out/Comment.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractClassTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractClassRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2013-05-21T15:06:50Z"
"2013-05-15T12:13:20Z"
408,330
Bug 408330 Java Model Exception from Javadoc view if element is deleted
Select foo() in the following example and open the Javadoc view: public class Test { private void foo() {} } Now, delete the method: private void foo() {} An error is logged in the Error Log view on deletion: Java Model Exception: Java Model Status [foo() [in Test [in [Working copy] Test.java [in test.bugs.var [in src [in com.bugs.test]]]]] does not exist] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(JavaElement.java:498) at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:532) ... at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContentFromSource(JavadocContentAccess2.java:600) at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:495) at org.eclipse.jdt.internal.ui.infoviews.JavadocView.getJavadocHtml(JavadocView.java:1097) at org.eclipse.jdt.internal.ui.infoviews.JavadocView.computeInput(JavadocView.java:908)
verified fixed
a0f013e
["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
"2013-05-21T15:01:45Z"
"2013-05-17T11:26:40Z"
407,434
Bug 407434 [BiDi][templates] Wrong BTD in templates [BiDi 2013]
null
verified fixed
6836a99
["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
"2013-05-14T15:32:12Z"
"2013-05-07T15:20:00Z"