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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
97,006 | Bug 97006 [package explorer] Working set order is not restored after switching to project mode and reopening package explorer | I20050527-0010 Steps to reproduce: - Switch to workingset mode - Create several working sets - Rearrange them - Switch to project mode - Close package explorer - Reopen package explorer - Switch to workingset mode -> The working set dialog lost the order of the workingsets -> The order should be persisted either in the specialized Java workingset dialog or in the package explorer itself | resolved fixed | 6c43d3f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/GotoResourceAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackagesFrameSource.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-24T10:24:42Z" | "2005-05-27T16:06:40Z" |
183,149 | Bug 183149 [create on paste] Paste code into empty Package Explorer produces stale Java project | JDT UI Head Steps to reproduce: - Start with fresh workspace - Paste following snippet to empty Package Explorer: package test; public abstract class E {} - Note the stale project (see attached screenshot) | resolved fixed | 63ff908 | ["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 | "2007-04-24T08:53:42Z" | "2007-04-19T10:53:20Z" |
183,513 | Bug 183513 [rename] Misleading inline rename preview for static method hiding | 3.3M6 I20070323-1616 In the following code (single source file): public class X { public static void method() { } } class Y extends X { public static void method() { } } Go to either method and invoke inline rename (Alt-Shift-R). Both unrelated methods are marked for renaming. Once one is changed the false match reverts to its original name. | resolved fixed | 950846d | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/LinkedNodeFinder.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-23T16:01:55Z" | "2007-04-21T21:13:20Z" |
68,357 | Bug 68357 [spell checking][preferences] Dictionary is missing | When spell-check is enabled, every word is marked as having been misspelt. I suppose that's because the dictionary is missing (or empty). | verified fixed | 9241e49 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/SpellCheckEngine.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-23T15:02:39Z" | "2004-06-23T19:46:40Z" |
175,244 | Bug 175244 [clean up] Remove built in profile save participant | I20070222-0951 This profile is not useful anymore with the new save action story | resolved fixed | cb7bb35 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpPreferenceUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CleanUpMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-23T14:31:19Z" | "2007-02-23T11:26:40Z" |
183,617 | Bug 183617 [clean up] Clean up details section should use HTML bullet list | I20070417-0800 3.3M7 polish item. A bullet list would look much better. Also for the save actions additional actions info field. | resolved fixed | 4976ac9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpSaveParticipantPreferenceConfiguration.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CleanUpConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/DialogBrowserConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-23T13:46:29Z" | "2007-04-23T14:53:20Z" |
180,929 | Bug 180929 [clean up] sort fields should warn for semantic change | Build ID: I20070323-1616 Steps To Reproduce: 1.Create an empty class 2.Add two constants private static final int z=5; private static final int a=2*Z; 3.Sort/cleanup with sort enabled/save with automatic sorting enabled More information: I entered a new bug regarding sorting, even though there are already, because all existing ones I found have been postponed with state LATER pointing out that sorting is no refactoring action and thus is not meant to preserve semantic. This might have been ok, as long as sorting was a deliberate act by the programmer she or he had to invoke explicitly. With 3.3 one can include sorting in Clean-Up and also have sort performed automatically on save. These automatic rules make no sense at all, if sort can occasionally produce code which does not compile any more. | resolved fixed | cf72a37 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CleanUpMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CodeFormatingTabPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ModifyDialogTabPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-23T10:42:39Z" | "2007-04-04T12:33:20Z" |
178,945 | Bug 178945 [JUnit] Upgrade to JUnit 4.3 | JUnit 4.3 is released and contains several bug fixes. Eclipse ships with JUnit 4.1. | resolved fixed | 2f7dce1 | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/JUnit3TestFinder.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/JUnit4TestFinder.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/util/TestSearchEngine.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnit3TestFinder.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnit4TestFinder.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/TestSearchEngine.java", "org.eclipse.jdt.ui.tests/testresources/JUnitWorkspace/JUnit4Tests/src/pack/Failures.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/junit/tests/JUnit4TestFinderTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-23T10:38:39Z" | "2007-03-23T06:06:40Z" |
183,576 | Bug 183576 [clean up] Additional actions section enabled when it should not be | I20070417-0800 1. Open Project Properties Page Java Editor>Save Actions 2. Configure Workspace Settings 3. Perform selected actions on save 4. Additional actions 5. OK 6. Restore Defaults Is: The additional actions text field becomes enabled Should: Not be enabled | resolved fixed | 2ec03bc | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpSaveParticipantPreferenceConfiguration.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-23T09:46:28Z" | "2007-04-23T09:20:00Z" |
173,425 | Bug 173425 [clean up] CleanUpSaveParticipantPreferenceConfiguration should show workspace settings as defaults | null | resolved fixed | ee980af | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpSaveParticipantPreferenceConfiguration.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-23T09:05:41Z" | "2007-02-08T10:20:00Z" |
120,269 | Bug 120269 [refactoring] Preview filter combo: selecting an item does not update preview | null | verified fixed | cdd0a18 | ["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/PreviewWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-23T07:31:16Z" | "2005-12-11T16:53:20Z" |
149,775 | Bug 149775 [extract superclass] extract superclass refactor can cause stack overflow in refactored code | If i have these 2 classes... public class ExistingSuper { void method() { // do something } } public class Subclass extends ExistingSuper { @Override void method() { super.method(); } } ...and I extract a superclass for 'SubClass' and select the method to be moved up to superclass then I get this... public class Extracted extends ExistingSuper { public Extracted() { super(); } @Override void method() { this.method(); } } ...which has super.method() replaced with this.method() which causes a stack overflow. It should remain as super.method(). | verified fixed | 7a51de3 | ["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 | "2007-04-23T07:31:15Z" | "2006-07-06T01:40:00Z" |
182,866 | Bug 182866 [actions] The width of "New Java Class" wizard is different depending on the operation. | Build ID: I20070323-1616 Steps To Reproduce: 1. Eclipse launch in Windows Vista (Japanese) 2. Window > preference > General > Appearance > Color and Fonts "MS UI Gotic" set as the Dialog font. 3. Execute "New Java Class" wizard. More information: The width of the wizard displayed by Operation-1 and Operation-2 of the operations is different. Operation-1: - File menu > New > Other - Select "Class" Operation-2 - Click Downward triangle of (C+) button in the tool bar - Select "Class" | resolved fixed | 37b73d9 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/CreateTargetQueries.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewCUCompletionUsingWizardProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/PixelConverter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ClasspathContainerWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/CreateLinkedSourceFolderAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/CreateSourceFolderAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/EditFilterAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AbstractOpenWizardAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-20T13:44:27Z" | "2007-04-18T07:06:40Z" |
182,921 | Bug 182921 [Sync View] Missing outgoing/incoming icon in Java Model | I20070417-0800 The synchronize view has lost the incoming and outgoing icons when using the Java Workspace model. | resolved fixed | 5a41673 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationLabelProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-20T13:18:01Z" | "2007-04-18T09:53:20Z" |
182,993 | Bug 182993 Occasionally unable to refactor (by changing the name) get NullPointerException | Build ID: I20070323-1616 Steps To Reproduce: 1. Hit Refactor->Rename 2. Nothing happens (except stack trace) If I exit eclipse, and restart, all is fine again. More information: Unhandled event loop exception during blocked modal context. org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:3499) at org.eclipse.swt.SWT.error(SWT.java:3422) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3233) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2926) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:158) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:326) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:495) at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:265) at org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor.disconnectFromWorkspace(IDEWorkbenchAdvisor.java:404) at org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor.postShutdown(IDEWorkbenchAdvisor.java:321) at org.eclipse.ui.internal.Workbench.shutdown(Workbench.java:2650) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:902) at org.eclipse.ui.internal.Workbench.access$15(Workbench.java:819) at org.eclipse.ui.internal.Workbench$22.run(Workbench.java:1063) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.Workbench.close(Workbench.java:1061) at org.eclipse.ui.internal.Workbench.close(Workbench.java:1033) at org.eclipse.ui.internal.QuitAction.run(QuitAction.java:57) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1097) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3256) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2923) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2337) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2301) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2176) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:463) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:458) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:146) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:356) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:171) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:476) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:416) at org.eclipse.equinox.launcher.Main.run(Main.java:1141) Caused by: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.refactoring.reorg.RenameLinkedMode.cancel(RenameLinkedMode.java:328) at org.eclipse.jdt.internal.ui.refactoring.reorg.RenameInformationPopup$2.run(RenameInformationPopup.java:125) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) ... 44 more | verified fixed | 49964b0 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameLinkedMode.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-19T16:35:56Z" | "2007-04-18T15:26:40Z" |
154,471 | Bug 154471 WST code assumes IResource.getLocation() returns a non-null value | null | resolved fixed | 344102d | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/source/GenerateHashCodeEqualsTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/GenerateHashCodeEqualsOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-19T09:41:08Z" | "2006-08-20T16:06:40Z" |
183,142 | Bug 183142 [package explorer] [working sets] Remove from WS does not work for resource working sets | I20070417-0800 1. Create a new java project P01 2. In PkgExpl select Top Level Elements>Working Sets 3. Create new Resource Working Set RWS and add P01 to it 4. Show RWS in PE 5. Right click on P01 6. Remove From Working Set Is: Nothing happen Should: Be moved to Other Projects | resolved fixed | e4afc2b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/RemoveWorkingSetElementAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-19T09:21:30Z" | "2007-04-19T08:06:40Z" |
154,447 | Bug 154447 [pull up] Assertion failure when invoking pull up | I have received the following assertion failure for every refactor -> pull up I have tried to perform so far. Common points - in each case, I was pulling up a single method from a concrete class into an interface. One method returned void, the other returned boolean. java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:350) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:851) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.internalPerformFinish(RefactoringWizard.java:545) at org.eclipse.ltk.ui.refactoring.UserInputWizardPage.performFinish(UserInputWizardPage.java:154) at org.eclipse.jdt.internal.ui.refactoring.PullUpMemberPage.performFinish(PullUpMemberPage.java:889) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.performFinish(RefactoringWizard.java:611) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:680) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog.finishPressed(RefactoringWizardDialog.java:97) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:355) at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation$1.run(RefactoringWizardOpenOperation.java:132) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run(RefactoringWizardOpenOperation.java:145) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate(RefactoringStarter.java:40) at org.eclipse.jdt.internal.corext.refactoring.RefactoringExecutionStarter.startPullUpRefactoring(RefactoringExecutionStarter.java:355) at org.eclipse.jdt.ui.actions.PullUpAction.run(PullUpAction.java:139) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:271) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:243) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Caused by: org.eclipse.core.runtime.AssertionFailedException: assertion failed: at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109) at org.eclipse.core.runtime.Assert.isTrue(Assert.java:95) at org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoringProcessor.checkMethodReturnTypes(PullUpRefactoringProcessor.java:904) at org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoringProcessor.checkMembersInTypeAndAllSubtypes(PullUpRefactoringProcessor.java:890) at org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoringProcessor.checkFinalConditions(PullUpRefactoringProcessor.java:699) at org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring.checkFinalConditions(ProcessorBasedRefactoring.java:175) at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:83) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:118) at org.eclipse.ltk.core.refactoring.PerformChangeOperation.run(PerformChangeOperation.java:189) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Root exception: org.eclipse.core.runtime.AssertionFailedException: assertion failed: at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109) at org.eclipse.core.runtime.Assert.isTrue(Assert.java:95) at org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoringProcessor.checkMethodReturnTypes(PullUpRefactoringProcessor.java:904) at org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoringProcessor.checkMembersInTypeAndAllSubtypes(PullUpRefactoringProcessor.java:890) at org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoringProcessor.checkFinalConditions(PullUpRefactoringProcessor.java:699) at org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring.checkFinalConditions(ProcessorBasedRefactoring.java:175) at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:83) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:118) at org.eclipse.ltk.core.refactoring.PerformChangeOperation.run(PerformChangeOperation.java:189) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) | verified fixed | 5cdc450 | ["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 | "2007-04-19T09:19:20Z" | "2006-08-19T23:26:40Z" |
183,010 | Bug 183010 FilteredTypesSelectionDialog does not call TypeSelectionExtension#initialize(..) | I20070417-0800 FilteredTypesSelectionDialog does not call TypeSelectionExtension#initialize(..). This is an API break, since JavaUI.createTypeDialog(.., TypeSelectionExtension) uses the FilteredTypesSelectionDialog now, and extensions cannot trigger a refresh any more. | resolved fixed | 6e985e4 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-19T06:20:38Z" | "2007-04-18T18:13:20Z" |
58,779 | Bug 58779 [reconciling] Java reconciler should not be triggered by "normal" marker changes | I20040413 The Java reconciler listens for marker deltas and if there's one it reconciles the CU. We could be smarter and only reconcile if the delta contains a maker type that is handled by J Core. | resolved fixed | 8ba8460 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaReconciler.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-18T15:39:36Z" | "2004-04-16T07:20:00Z" |
182,520 | Bug 182520 open / close project takes 100 % of the CPU | null | resolved fixed | 39308e9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/FilterUpdater.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaViewerFilter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ProblemTreeViewer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetFilter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-18T15:28:42Z" | "2007-04-16T07:53:20Z" |
182,948 | Bug 182948 [rename] Rename in editor should save file if operation started in saved file | Rename in editor should save file if operation started in saved file. | resolved fixed | 34c1559 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameLinkedMode.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-18T14:11:33Z" | "2007-04-18T12:40:00Z" |
182,739 | Bug 182739 [quick fix] Change method to Quickfix proposes invalid array dimension | In the following code: public class ArrayTest { public void test(String[] a){ blubb(a); } private void blubb(int a[]) { } } The quickfix proposes: change method blubb(int[]) to blubb(String[]) but creates: private void blubb(String[] a[]) { } | resolved fixed | ffaf609 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedMethodsQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ASTResolving.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ChangeMethodSignatureProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-18T13:38:29Z" | "2007-04-17T11:40:00Z" |
176,502 | Bug 176502 [quick assist] convert iterable for loop removes imports which are in use | Build ID: I20070222-0951 Steps To Reproduce: Put the following code in a Java file (has dependencies on EMF): package com.castortech.iris; import java.util.Iterator; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.resource.Resource; import org.eclipse.emf.ecore.util.Diagnostician; public class BugTest { public static void main(String[] args) { Resource resource = null; for (Iterator j = resource.getContents().iterator(); j.hasNext();) { EObject eObject = (EObject)j.next(); Diagnostician.INSTANCE.validate(eObject); } } } Choose source->Clean Up, and make sure the profile has "Remove unused imports" selected. The refactoring will incorrectly try to remove the imports for EObject and Diagnostician. More information: Note that while trying to minimize the example reproducing the bug, I was unable to get rid of the dependency on EMF. Replacing resource.getContents() with a java.util.List, for example, makes the bug go away. | resolved fixed | a1ccd1b | ["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 | "2007-04-18T12:20:55Z" | "2007-03-06T16:53:20Z" |
182,923 | Bug 182923 NPE in AbstractFix#getAdditionalInfo | I20070417-0800 Given: package test1; public class E1 { public void foo(int[] is) { for (int i = 0; i < is.length; i++) { System.out.println(is[i]); } } } 1. Set caret after 'for' 2. Ctrl-1 3. Wait a sec Is: Caused by: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.fix.AbstractFix.getAdditionalInfo(AbstractFix.java:120) at org.eclipse.jdt.internal.ui.text.correction.FixCorrectionProposal.getAdditionalProposalInfo(FixCorrectionProposal.java:113) at org.eclipse.jface.text.contentassist.AdditionalInfoController$6.run(AdditionalInfoController.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) ... 23 more | resolved fixed | 37cd097 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/LinkedFix.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-18T11:02:47Z" | "2007-04-18T09:53:20Z" |
173,081 | Bug 173081 [clean up] Remove trailing whitespace should not remove space after * in doc comment | I20070206-0010 Remove trailing whitespace always removes the space at the end of line " * " in doc comments: /** * Bla. * * Blah. */ A line "<indentation>* " is effectively an empty line, so the whitespace should stay if "Ignore empty lines" is checked. This is also what the formatter does. | resolved fixed | 166edba | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CodeFormatFix.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-18T10:52:58Z" | "2007-02-06T16:40:00Z" |
79,764 | Bug 79764 [JUnit] Stop button is not disabled after tests finished in debug mode | Smoke for I20041130. Launch a JUnit test in debug mode with "Keep Junit running..." OFF. After the test run has finished, the "Stop" button is still enabled, even though the VM is already down. Pressing the button disables it. | resolved fixed | 7c82376 | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestRunSession.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/TestRunSession.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-17T17:31:07Z" | "2004-11-30T13:06:40Z" |
182,725 | Bug 182725 NPE in New Java Project wizard | HEAD Resource perspective, Package Explorer closed. Select something in the Project Explorer and try to create a new Java Project NPE: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.wizards.JavaProjectWizard.getWorkingSets(JavaProjectWizard.java:171) at org.eclipse.jdt.internal.ui.wizards.JavaProjectWizard.addPages(JavaProjectWizard.java:63) at org.eclipse.jface.wizard.WizardSelectionPage.getNextPage(WizardSelectionPage.java:113) at org.eclipse.ui.internal.dialogs.WorkbenchWizardSelectionPage.getNextPage(WorkbenchWizardSelectionPage.java:100) at org.eclipse.ui.internal.dialogs.NewWizardSelectionPage.advanceToNextPageOrFinish(NewWizardSelectionPage.java:71) at org.eclipse.ui.internal.dialogs.NewWizardNewPage$1.doubleClick(NewWizardNewPage.java:355) at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:799) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:850) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:45) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:187) at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:797) at org.eclipse.jface.viewers.AbstractTreeViewer.handleDoubleSelect(AbstractTreeViewer.java:1348) at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1168) at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:237) at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:234) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:295) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3673) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3284) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:182) at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:123) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:221) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:471) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:424) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:164) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:467) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:791) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:838) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:565) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:507) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:124) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1139) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:937) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:962) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:947) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:975) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:971) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1285) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3764) at org.eclipse.swt.widgets.Tree.WM_CHAR(Tree.java:5222) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3664) at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5218) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4355) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2255) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3282) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2365) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2329) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:359) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:174) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:474) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:414) at org.eclipse.equinox.launcher.Main.run(Main.java:1139) at org.eclipse.equinox.launcher.Main.main(Main.java:1114) | verified fixed | 30d534d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-17T10:57:12Z" | "2007-04-17T11:40:00Z" |
181,188 | Bug 181188 [type wizards] Creating a class that implements an inner interface generates incorrect code | In 3.3M6, the generated code appears to include $ symbols. Open up the 'New Class Wizard'. Type in a name for the class. Click 'Add' in the interface section and type in 'Entry'. Select java.util.Map.Entry. Click 'Finish'. Generated code: import java.util.Map$Entry; public class EntryImp implements Map$Entry { } The $ symbol causes the code to not compile out-of-the-box. | resolved fixed | 3fab17d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/SuperInterfaceSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-17T07:54:06Z" | "2007-04-05T13:33:20Z" |
178,484 | Bug 178484 [organize imports] Static method in enum declaration results in spurious import declarations | Build ID: I20070222-0951 Steps To Reproduce: 1. Create a class containing the following code package test; public enum TestEnum { SPECIFIC(1), DEFAULT(getDefaultValue()); TestEnum(int value) {} private static int getDefaultValue() { return -1; } } 2. Run organize-imports 3. Eclipse will create a spurious import for test.TestEnum.getDefaultValue(), which is unneeded, and in turn causes an error ("The import test.TestEnum.getDefaultValue cannot be resolved"). More information: This only happens if the enum is in a package. If it's in the default package, organize imports has no effect. | resolved fixed | 11553a1 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ScopeAnalyzerTest.java", "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 | "2007-04-16T13:51:21Z" | "2007-03-21T04:06:40Z" |
182,341 | Bug 182341 Show invisible characters on formatter preview | null | resolved fixed | a628b4d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CleanUpPreview.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CleanUpTabPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/BlankLinesTabPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/BracesTabPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CommentsTabPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ControlStatementsTabPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/FormatterMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/FormatterTabPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/IndentationTabPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/JavaPreview.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/NewLinesTabPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/WhiteSpaceTabPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-16T08:54:10Z" | "2007-04-13T16:00:00Z" |
182,458 | Bug 182458 stack overflow renaming public type | N20070415-0010 * Select a public top level type in editor outline * Rename the type > stack overflow java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:350) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDialog2.java:310) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.internalPerformFinish(RefactoringWizard.java:550) at org.eclipse.ltk.ui.refactoring.UserInputWizardPage.performFinish(UserInputWizardPage.java:154) at org.eclipse.jdt.internal.ui.refactoring.reorg.RenameTypeWizardInputPage.performFinish(RenameTypeWizardInputPage.java:144) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.performFinish(RefactoringWizard.java:616) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.okPressed(RefactoringWizardDialog2.java:439) at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:464) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:616) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3673) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3284) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation$1.run(RefactoringWizardOpenOperation.java:142) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run(RefactoringWizardOpenOperation.java:154) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate(RefactoringStarter.java:49) at org.eclipse.jdt.internal.ui.refactoring.UserInterfaceStarter.activate(UserInterfaceStarter.java:60) at org.eclipse.jdt.internal.ui.refactoring.reorg.RenameUserInterfaceStarter.activate(RenameUserInterfaceStarter.java:31) at org.eclipse.jdt.ui.refactoring.RenameSupport.openDialog(RenameSupport.java:156) at org.eclipse.jdt.ui.refactoring.RenameSupport.openDialog(RenameSupport.java:115) at org.eclipse.jdt.internal.corext.refactoring.RefactoringExecutionStarter.startRenameRefactoring(RefactoringExecutionStarter.java:425) at org.eclipse.jdt.internal.ui.refactoring.actions.RenameJavaElementAction.run(RenameJavaElementAction.java:194) at org.eclipse.jdt.internal.ui.refactoring.actions.RenameJavaElementAction.run(RenameJavaElementAction.java:106) at org.eclipse.jdt.ui.actions.RenameAction.run(RenameAction.java:104) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:268) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:244) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3673) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3284) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2361) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2325) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:359) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:174) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:589) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:474) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:414) at org.eclipse.equinox.launcher.Main.run(Main.java:1139) at org.eclipse.equinox.launcher.Main.main(Main.java:1114) Caused by: java.lang.StackOverflowError at org.eclipse.jdt.internal.corext.refactoring.RefactoringSearchEngine.findAffectedCompilationUnits(RefactoringSearchEngine.java:99) at org.eclipse.jdt.internal.corext.refactoring.RefactoringSearchEngine.findAffectedCompilationUnits(RefactoringSearchEngine.java:99) at org.eclipse.jdt.internal.corext.refactoring.RefactoringSearchEngine.findAffectedCompilationUnits(RefactoringSearchEngine.java:99) at org.eclipse.jdt.internal.corext.refactoring.RefactoringSearchEngine.findAffectedCompilationUnits(RefactoringSearchEngine.java:99) at | verified fixed | 6a5a662 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringSearchEngine.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-15T19:53:54Z" | "2007-04-15T15:13:20Z" |
181,941 | Bug 181941 [search] References to package filtered although all filters are disabled | I20070410-1043 Select package /org.eclipse.jdt.ui.tests/ui/org.eclipse.jdt.ui.tests.dialogs and search for references in workspace. Search view content description says: "[..] 3 references in workspace (no JRE) (3 matches filtered from view)". But when I open the filters dialog, all filters are disabled. Enabling the "Potential matches" filter in the dialog (but not from the menu!) reveals the 3 matches. | resolved fixed | 042649b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaMatchFilter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-15T14:28:26Z" | "2007-04-11T14:00:00Z" |
173,079 | Bug 173079 [clean up] remove trailing whitespace not visible in preview | I20070206-0010 Remove trailing whitespace is not visible in preview. - public void stop() { } has a space after public, but it is not removed with the "All lines" setting - there's no example for whitespace on empty lines | resolved fixed | 62ce7cc | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CodeFormatCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CommentFormatCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/SortMembersCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CleanUpPreview.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CleanUpTabPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CodeFormatingTabPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-13T15:14:31Z" | "2007-02-06T13:53:20Z" |
151,988 | Bug 151988 [surround with] Surround With menu: Sort code templates | As a part of (I believe) 135285, The Surround With... menu was created, and the proposals were removed from Quick Fix. This causes two issues: 1) users must learn another keystroke, and 2) the sort order to access the templates is completely different. Can we make this available as an option? Or, and I know this is not easy, what about making Ctrl+1 cycle in a way similar to how Ctrl+Space now works. Pat. | resolved fixed | 968592b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickTemplateProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-13T10:01:00Z" | "2006-07-27T11:33:20Z" |
97,200 | Bug 97200 [package explorer] [working sets] Enable 'New' action for working sets | If I want to create a new folder in a project, I right-click the project. If I want to create a new project in a working set, I right-click the working set... and then remember that it doesn't work that way. I suggest that "New Project" should be enabled from the working set context menu, and the new project should add itself to the working set. | verified fixed | 0bd616d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/NewWizardsActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-13T09:52:14Z" | "2005-05-30T10:46:40Z" |
178,744 | Bug 178744 [misc] Editor opened upon an out of sync resource should allow for refresh action | I20070320-0010 Scenario: - create new file test.txt in project P; - edit it; - leave Eclipse; - touch test.txt; - launch Eclipse; - answer 'No' to the 'File Changed' prompt; - you get your editor to display 'Resource is out of sync...'; - while refreshing it from the Navigator is easy, I found no means to refresh the resource from the editor itself, which I find non intuitive. Note: that behavior is somewhat general and other scenarios enable to display the file contents instead of the 'Resource is out of sync...' disclaimer, for which a contextual menu is available, but that menu has no refresh item. Checked behavior for Linux and XP. | resolved fixed | a95389a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditorActionContributor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-12T10:33:57Z" | "2007-03-22T10:40:00Z" |
181,805 | Bug 181805 [convert local] Convert local to field fails with shorthand array initializer | I20070403-1110 public class Try { void m() { final boolean[] finished= { false }; } } Convert 'finished' to field gives: Caused by: java.lang.IllegalArgumentException at org.eclipse.jdt.core.dom.ASTNode.checkNewChild(ASTNode.java:1869) at org.eclipse.jdt.core.dom.ASTNode.preReplaceChild(ASTNode.java:1931) at org.eclipse.jdt.core.dom.Assignment.setRightHandSide(Assignment.java:417) at org.eclipse.jdt.internal.corext.refactoring.code.PromoteTempToFieldRefactoring.createExpressionStatementThatInitializesField(PromoteTempToFieldRefactoring.java:749) at org.eclipse.jdt.internal.corext.refactoring.code.PromoteTempToFieldRefactoring.addLocalDeclarationSplit(PromoteTempToFieldRefactoring.java:718) at org.eclipse.jdt.internal.corext.refactoring.code.PromoteTempToFieldRefactoring.createChange(PromoteTempToFieldRefactoring.java:523) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:121) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) | resolved fixed | db5dc7d | ["org.eclipse.jdt.ui.tests.refactoring/resources/PromoteTempToField/canPromote/A_test24_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/PromoteTempToField/canPromote/A_test24_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/PromoteTempToFieldTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/PromoteTempToFieldRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-11T17:25:35Z" | "2007-04-10T18:33:20Z" |
137,114 | Bug 137114 [build path] compliance settings for new Java projects are global | When you go through the new Java Project wizard you are given the opportunity to change compiler compilance settings etc. The wizard does not however make it very clearl that these settings are the global ones and not the ones for the project that you are creating. When I went through this I thought "great, I'm making a new project and it is letting me set it all up" but that turned out not to be the case and I had to go an figure out what the old settings were. Furhter, it is unclear what would happen if I chose a project specific JRE what scope the compilance setting changes would have. That is, would I have a project-specific JRE but global compliance settings? | resolved fixed | 0c90acf | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-11T14:18:59Z" | "2006-04-18T00:26:40Z" |
135,298 | Bug 135298 [nls tooling] Duplicate entries in string externalization wizard preview | N20060405-0010 There seems to be an error in the externalize string wizard preview. (see attached picture) The tree shows 2 changes for each string being externalized. If you click on the first change, you are shown the diff as expected. The second change shows nothing. | resolved fixed | 920fd16 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSSourceModifier.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-11T13:49:48Z" | "2006-04-06T16:13:20Z" |
181,915 | Bug 181915 [rename] in-place Rename Field refactoring forces preview even if textual occurrences are not updated | I20070410-1043 The in-place Rename Field refactoring forces preview even if textual occurrences updating is not enabled. | verified fixed | 74e35ee | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameLinkedMode.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-11T12:13:24Z" | "2007-04-11T11:13:20Z" |
171,099 | Bug 171099 [Sync View] Java content provider provides wrong label for folder | When view a resource project (i.e. non-Java) in the Sync view when using compressed folder, the Java content provider is somehow asked to provide a label and only provides a single segment instead of the project relative path. This is probably related to the use of pipelining (i.e. I recall that pipelining prevented the CN framework from being able to determine the proper model to ask for the label. | resolved fixed | 5bdd565 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationLabelProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-10T17:01:48Z" | "2007-01-19T20:53:20Z" |
176,282 | Bug 176282 Link With Editor in Navigator and Project Explorer should work for IEditInput that can adapt to IFile | If I define an IEditorInput implementation that returns an IFile when asked for an IFile.class adapter, the Link With Editor capability of the Navigator or Project Explorer should work properly. But it appears that this capability is supported by doing an instanceof IFileEditorInput test instead. That's far less flexible and doesn't seem like the right way to implement it. I talked to Dani about this problem, and he said he fixed it right away for the Package Explorer, which currently has the same proble. Perhaps this isn't a big concern, but I also noticed problems with how equals is defined for FileEditorInput. It only considers itself equal to another IFileEditorInput, even though it implements IPathEditorInput too. Yet JavaFileEditorInput will consider itself equal to another IPathEditorInput with a matching path. So one could have a JavaFileEditorInput that's considers itself equal to a particular FileEditorInput but the opposite would not be true. I think that makes equals poorly defined. I also don't think the hashCode method for JavaFileEditorInput is properly defined to match the equality algorithm. I suppose this hasn't caused any real problems... | verified fixed | 0d075ca | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaFileLinkHelper.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-10T16:59:22Z" | "2007-03-03T13:53:20Z" |
133,530 | Bug 133530 [javadoc location] validating location on typing very slow | null | resolved fixed | 3f0ddf2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-10T14:49:10Z" | "2006-03-28T15:33:20Z" |
130,725 | Bug 130725 [build path] New Java project wizard should allow to set compliance for project only | I20060301-0800 The link to configure the compliance on the Java project wizard only allows to configure the workbench preference. It would make sense to hava a link to configure the project settings as well. | resolved fixed | e8f8873 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-10T14:21:18Z" | "2006-03-07T11:13:20Z" |
181,758 | Bug 181758 [clean up] CUR should use its own working copy owner | I20070403-1110 Would increase performance and lower memory footprint | resolved fixed | 01cceb4 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-10T13:33:28Z" | "2007-04-10T13:00:00Z" |
181,193 | Bug 181193 NPE in JavaEditor.isMarkingOccurrences(...) | Using I20070403-1110, I got this NPE debugging some code in java.util.zip.ZipFile. java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.isMarkingOccurrences(JavaEditor.java:2899) at org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor$3.run(ClassFileEditor.java:683) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) The guilty line is: return getPreferenceStore().getBoolean(PreferenceConstants.EDITOR_MARK_OCCURRENCES); Not sure how it is possible to get a NPE there, but I got it twice. | resolved fixed | dbbb65c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-10T11:09:34Z" | "2007-04-05T13:33:20Z" |
178,508 | Bug 178508 [clean up] performance degredation in clean up tests | null | resolved fixed | 3991c68 | ["org.eclipse.jdt.ui.tests/performance/org/eclipse/jdt/ui/tests/performance/views/CleanUpPerfTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-10T09:09:13Z" | "2007-03-21T09:40:00Z" |
177,709 | Bug 177709 [rename] Inplace Rename refactoring not consistent with dialog refactoring | I20070313-1051 The editor inplace Rename refactoring is not consistent with dialog refactoring: while the dialog refactoring forces/requires the user to look at the preview when textual matches are replace, no preview is shown when renaming inplace. So - either the preview is really a must in the textual case and then it also has to appear in the inplace mode, or it is not a must and then the user must not be forced to look at it in the dialog mode. | resolved fixed | 5f1292a | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameLinkedMode.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-05T17:35:47Z" | "2007-03-16T07:26:40Z" |
92,095 | Bug 92095 [open type] Support access to "Type Filters" preferences directly from the Open Type dialog | I find that the type filters preference is a very handy feature and useful for cutting down on the size of files in the open types dialog, as well as duplicates. But I find this feature hard to discover under the "Appearance" preferences, it seems like the preference page should not be under appearance. Also it would be really nice to have a hook from the open types dialog to set this feature (i.e. select an item in the open types dialog and choose "Ignore all members in package "javax.blah.blah" or some such support). | resolved fixed | 5d9c024 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TypeFilterPreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-05T16:27:17Z" | "2005-04-20T15:13:20Z" |
181,160 | Bug 181160 [organize import] Should use new CleanUpAction to do multi organize imports | null | resolved fixed | 1627d49 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTestCase.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ImportsFix.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CleanUpAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/MultiOrganizeImportAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/MultiSortMembersAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ImportsCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-05T14:22:56Z" | "2007-04-05T10:46:40Z" |
181,157 | Bug 181157 [organize import] NPE on cancel multi organize import | I20070327-0800 Running organize import and then pressing cancel resulted in: Caused by: java.lang.IllegalArgumentException: AST must not be null at org.eclipse.jdt.core.dom.rewrite.ImportRewrite.create(ImportRewrite.java:185) at org.eclipse.jdt.ui.CodeStyleConfiguration.createImportRewrite(CodeStyleConfiguration.java:64) at org.eclipse.jdt.internal.corext.codemanipulation.StubUtility.createImportRewrite(StubUtility.java:1502) at org.eclipse.jdt.internal.corext.codemanipulation.OrganizeImportsOperation.createTextEdit(OrganizeImportsOperation.java:420) at org.eclipse.jdt.internal.corext.codemanipulation.OrganizeImportsOperation.run(OrganizeImportsOperation.java:393) at org.eclipse.jdt.ui.actions.OrganizeImportsAction$3.run(OrganizeImportsAction.java:438) at org.eclipse.ui.internal.UILockListener.doPendingWork(UILockListener.java:155) at org.eclipse.ui.internal.UISynchronizer$2.run(UISynchronizer.java:125) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) ... 44 more | resolved fixed | 8e9b2cd | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-05T09:25:13Z" | "2007-04-05T08:00:00Z" |
60,557 | Bug 60557 Inline method: creates same AST 4 times [refactoring] | I20040430 The current implementation of InlineAction#run(ITextSelection) is rather expensive. If you set the caret to a method call and run Refactor > Inline, the same AST (with bindings) is created 4 times: 3 times for each try... method and a last time when the refactoring is finally executed. The problem is that we don't pass the AST around. | resolved fixed | 420ef98 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineTempRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/util/RefactoringASTParser.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/InlineConstantAction.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/InlineMethodAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/InlineAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/InlineTempAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-04T23:04:10Z" | "2004-04-30T13:00:00Z" |
133,277 | Bug 133277 [actions] Allow Sort Members to be performed on package and project levels | After talking to Martin A at EclipseCon, I suggested that it would be good if Sort Members could be made into an action that could be applied to projects as well as packages, like format and organise imports do. This would then enable such an action to be hooked into the Code Cleanup wizard. I'd love to help out fixing this bug. I've dug around into the code before since I had to apply my own operation to recursively process Java files, and I think that this functionality could be extracted into a superclass that could be made publically available for any others wanting to apply a recursive behaviour to Java projects. | resolved fixed | 09a5938 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpStressTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTestCase.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/AllCleanUpsAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CleanUpAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/MultiSortMembersAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-04T15:11:22Z" | "2006-03-25T20:53:20Z" |
178,730 | Bug 178730 [navigation] Fake CU must use encoding from IEncodedStorage (GB18030: DBCS) | OS: Windows Vista Language: Simplified Chinese Build Name: IES 3.3M5 JDK version: J2RE 1.5.0 IBM J9 2.3 Windows Vista x86-32 j9vmwi3223-20070318(JIT Enabled) Summary: DBCS chars displayed as garbage in Outline view. Steps to recreate problem: 1. Launch IES3.3 Workbench, set Text File encoding to UTF-8 by clicking Window ->Preferences ->General ->Workspace. 2. Create a Java Project named myProject. 3. Create a Class named with DBCS chars like [unicode 6d4b,8bd5]. 4. Open the created class with Java editor and add a main function, save the file. 5. Right click the class and select Compare With ->Local History. 6. In History View, open a state. -->Problem: DBCS chars displayed as garbage in Outline view. Expected Result: DBCS chars should displayed correctly. Remark: 1. The screencap is attached. 2. Same problem occurs on RHEL5. | closed fixed | 1fb64ff | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-04T11:45:42Z" | "2007-03-22T07:53:20Z" |
179,689 | Bug 179689 [spell checking] SpellCheckEngine needs a lot of memory | N20070327-0010 I have a user dictionary with less than 500KB contents, but SpellCheckEngine takes up more than 6MB at run time. | resolved fixed | d447410 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/AbstractSpellDictionary.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-04T11:11:33Z" | "2007-03-28T08:20:00Z" |
147,767 | Bug 147767 [build path] exception in new source folder wizard when closed project is seed selection | *Close a projects in the workspace *Select the closed project *File > New Source Folder Got the following exception, which was reported as an Internal Error in the Error Log view: org.eclipse.core.internal.resources.ResourceException: Resource /Plug-in Project is not open. at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:145) at org.eclipse.core.internal.resources.Project.hasNature(Project.java:507) at org.eclipse.jdt.internal.ui.wizards.NewSourceFolderWizardPage.updateProjectStatus(NewSourceFolderWizardPage.java:301) at org.eclipse.jdt.internal.ui.wizards.NewSourceFolderWizardPage.packRootDialogFieldChanged(NewSourceFolderWizardPage.java:272) at org.eclipse.jdt.internal.ui.wizards.NewSourceFolderWizardPage$RootFieldAdapter.dialogFieldChanged(NewSourceFolderWizardPage.java:246) at org.eclipse.jdt.internal.ui.wizards.dialogfields.DialogField.dialogFieldChanged(DialogField.java:70) at org.eclipse.jdt.internal.ui.wizards.dialogfields.StringDialogField.setText(StringDialogField.java:162) at org.eclipse.jdt.internal.ui.wizards.NewSourceFolderWizardPage.init(NewSourceFolderWizardPage.java:169) at org.eclipse.jdt.internal.ui.wizards.NewSourceFolderCreationWizard.addPages(NewSourceFolderCreationWizard.java:40) at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:499) at org.eclipse.jface.window.Window.create(Window.java:426) at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1124) at org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:102) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) | resolved fixed | 03b027e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-03T11:19:08Z" | "2006-06-19T18:00:00Z" |
180,497 | Bug 180497 [build path] Use Execution Env radio not disabled on detect | I20070327-0800 1. Go to New Java Project Wizard 2. Name: 'P0' 3. Select 'Create Project from existing source' 4. Select an existing Project Is: 'Use an execution environment JRE' is not disabled Should: be disabled | resolved fixed | b55627e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-02T15:16:54Z" | "2007-04-02T16:06:40Z" |
180,406 | Bug 180406 [Common Navigator] Patch for bugs 179179, 157314, 156357 | null | resolved fixed | 8c91964 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/CommonLayoutActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaNavigatorActionProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaNavigatorContentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaNavigatorLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaNavigatorRefactorActionProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaNavigatorViewActionProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/PackageExplorerActionProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-02T14:51:15Z" | "2007-04-02T02:13:20Z" |
165,758 | Bug 165758 [inline] Inline local in constructor with compile error does remove code | I20061121-1845 Given: package test; public class E1 { public E1(String label) {} public E1() { String s= "foo"; this(s); } } 1. Select variable 's' 2. Inline 's' (either through quick assist or through refactor menu) Is: public E1() { this(s); } Should: public E1() { this("foo"); } No exception is thrown. | resolved fixed | 440679b | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/InlineTempWizard.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-02T14:00:26Z" | "2006-11-24T09:20:00Z" |
148,313 | Bug 148313 [build path] "Configure Build Path" incorrectly appears for non-Java projects | In Eclipse 3.2RC7, if I right-click a closed project or an open non-Java project in the Package Explorer, "Build Path" incorrectly appears on the context menu, and the submenu contains the single entry "Configure Build Path". Clicking on this entry opens the Info page of the project properties. (Presumably Eclipse tries to open the Java Build Path page, but it is not present.) | resolved fixed | f40295f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/ConfigureBuildPathAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-02T13:44:19Z" | "2006-06-22T21:00:00Z" |
179,056 | Bug 179056 [compiler] Compiler gives misleading Range for invisible field | public class A { private int test; public static A a = new A(); } class B { private void foo() { A.a.test=8; } } In method foo() the small a is highlighted while the real problem is test. This leads to a wrong change visibility quickfix. (The visibility of A is "raised" to friend access) | verified fixed | 9f5f867 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-02T09:55:55Z" | "2007-03-23T17:13:20Z" |
173,438 | Bug 173438 [Contexts] ContextAuthority$1.widgetDisposed(..) does not handle case where shell is already disposed | I20070208-0010 ContextAuthority$1.widgetDisposed(..) does not handle the case where the shell is already disposed. It should check whether newShell has been disposed before calling newShell.removeDisposeListener(this). To reproduce, remove the asyncExec(..) workaround in HEAD of org.eclipse.jdt.internal.ui.refactoring.reorg.RenameInformationPopup.PopupVisibilityManager.start().new DisposeListener() {...}.widgetDisposed(DisposeEvent). org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:3478) at org.eclipse.swt.SWT.error(SWT.java:3401) at org.eclipse.swt.SWT.error(SWT.java:3372) at org.eclipse.swt.widgets.Widget.error(Widget.java:432) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:325) at org.eclipse.swt.widgets.Widget.removeDisposeListener(Widget.java:907) at org.eclipse.ui.internal.contexts.ContextAuthority$1.widgetDisposed(ContextAuthority.java:267) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:116) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:962) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:943) at org.eclipse.swt.widgets.Widget.release(Widget.java:740) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:410) at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java:441) at org.eclipse.swt.widgets.Shell.dispose(Shell.java:653) at org.eclipse.swt.widgets.Decorations.closeWidget(Decorations.java:302) at org.eclipse.swt.widgets.Shell.close(Shell.java:476) at org.eclipse.swt.widgets.Shell.traverseEscape(Shell.java:1634) at org.eclipse.swt.widgets.Control.traverse(Control.java:3197) at org.eclipse.swt.widgets.Control.translateTraversal(Control.java:3174) at org.eclipse.swt.widgets.Composite.translateTraversal(Composite.java:935) at org.eclipse.swt.widgets.Display.translateTraversal(Display.java:4012) at org.eclipse.swt.widgets.Display.filterMessage(Display.java:1021) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3100) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2264) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2228) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2103) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:457) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:452) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:146) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:476) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:416) at org.eclipse.equinox.launcher.Main.run(Main.java:1124) at org.eclipse.equinox.launcher.Main.main(Main.java:1099) | verified fixed | 25ab3d1 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInformationPopup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-29T09:31:39Z" | "2007-02-08T13:06:40Z" |
173,770 | Bug 173770 [JUnit] "Run As" menu items disappear | Build ID: I20070209-1006 Steps To Reproduce: 1. Click the Run menu 2. Drag cursor down to the "Run As" submenu 3. Wait for a sec, no submenu appears 4. Continue dragging cursor, and menu items disappear as the cursor moves over them More information: eclipse 3.3M5 on OS X 10.4.8 | resolved fixed | be6d035 | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitPropertyTester.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/JUnitPropertyTester.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-28T14:59:36Z" | "2007-02-11T05:00:00Z" |
141,517 | Bug 141517 [JUnit] High memory consumption from JUnit history | 3.2 - I20060505-1306 I am running with -Xmx512M on the command line; and noticed the heap size monitor to say 493M of 512M allocated, which is way more than in average for my self-hosting workspace (usually cruising at 240M). Using yourkit 5.5, I got a memory dump, which shows 50M are held by the JUnit history. This is not a leak per se, since I flushed history and the memory got claimed back correctly (still 50M for junit history is huge... entire JavaModel only takes 17M). | resolved fixed | 2f74baa | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/ITestSessionListener.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/JUnitModel.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestRunHandler.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestRunListenerAdapter.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestRunSession.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/ITestSessionListener.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/JUnitModel.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/TestRunHandler.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/TestRunListenerAdapter.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/TestRunSession.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.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 | "2007-03-28T14:43:42Z" | "2006-05-12T10:33:20Z" |
179,729 | Bug 179729 IAE in CompilationUnitDocumentProvider$CompilationUnitAnnotationModel.setIsActive() | I20070327-0800 !ENTRY org.eclipse.jdt.ui 4 0 2007-03-28 15:36:54.683 !MESSAGE Error in JDT Core during reconcile !STACK 0 java.lang.IllegalArgumentException: at org.eclipse.core.runtime.Assert.isLegal(Assert.java:62) at org.eclipse.core.runtime.Assert.isLegal(Assert.java:46) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider$CompilationUnitAnnotationModel.setIsActive(CompilationUnitDocumentProvider.java:726) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy$1.run(JavaReconcilingStrategy.java:90) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.reconcile(JavaReconcilingStrategy.java:82) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.reconcile(JavaReconcilingStrategy.java:149) at org.eclipse.jdt.internal.ui.text.CompositeReconcilingStrategy.reconcile(CompositeReconcilingStrategy.java:86) at org.eclipse.jdt.internal.ui.text.JavaCompositeReconcilingStrategy.reconcile(JavaCompositeReconcilingStrategy.java:96) at org.eclipse.jface.text.reconciler.MonoReconciler.process(MonoReconciler.java:75) at org.eclipse.jdt.internal.ui.text.JavaReconciler.process(JavaReconciler.java:343) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:204) | resolved fixed | 93cd1cd | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-28T13:56:35Z" | "2007-03-28T13:53:20Z" |
179,696 | Bug 179696 [decorators] Should not use new ProblemsLabelDecorator() from jdt.ui | I20070327-0800 In the jdt.ui plug-in, we have a few callers of the no-arg constructor ProblemsLabelDecorator(). I think these should all be replaced by ProblemsLabelDecorator(null), since that one reuses the Java plugin's image registry. | resolved fixed | d140688 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarManifestWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchLabelProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-28T11:01:57Z" | "2007-03-28T08:20:00Z" |
87,522 | Bug 87522 [quick fix] remove assignment without sideeffects can have side effects | When eclipse reports an unused variable and offers to remove the variable and all assignments without side effects, it can have side effects. For instance MyDialog d; d = new MyDialog(); In this case it would remove the constructor "new MyDialog()". However the constructor could be doing something useful, such as displaying itself. Thus removing it will have side effects. If it just changed it to this: new MyDialog(); it would not have side effects. | resolved fixed | 5e7475a | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/AbstractFix.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/FixMessages.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/UnusedCodeFix.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnusedCodeCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/FixCorrectionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-27T12:35:30Z" | "2005-03-09T17:40:00Z" |
179,460 | Bug 179460 No 'Run as Junit Plug-in test' on methods | 3.3 M6 1. create a test case in a PDE project 2. add some test methods 3. Open the 'Run As' context menu on the method. You only see 'Run as Junit Test', but no 'Run as Junit Plu-in Test' Problem is that <test property="org.eclipse.debug.ui.projectNature" value="org.eclipse.pde.PluginNature"/> doesn't work on IMethods as they don't adapt to IResource | resolved fixed | 9c8bc59 | ["org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/core/manipulation/JavaElementPropertyTester.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-27T09:25:12Z" | "2007-03-27T10:06:40Z" |
178,819 | Bug 178819 [misc] BIDI3.3:<HCG: function name in tool tip text window is not shown properly> | Build ID: Version 3.3 Steps To Reproduce: Note: treat Caps Lock latin letters as BiDi letters Hebrew\Arabic. 1. Run eclipse with -dir rtl flag. 2.Create a jave project. 3.Create a Java Class with BiDi name. as - EMANSSALC. 4. declare a function with 2 parameters when the method and the variables names are Bidi names. 5. Move your mouse on the function name. 6.Pay attention to the order of the function name and it's variables. Consider the function CLASS.NAME.FUNC( int VAR1, int VAR2) Actual Res: (2Var int, 1VAR int)FUNC.CLASSNAME return_type Ex_Result: return_type CLASSNAME.FUNC(int VAR1, int VAR2) More information: Note: The same problem happens with "Content Assist" on rtl. Also presented in Outline,Project Explorer view, etc'. | verified fixed | 9db710e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-27T06:28:42Z" | "2007-03-22T16:13:20Z" |
172,284 | Bug 172284 [JUnit] update JUnit4 to 4.2 | null | resolved fixed | f3d5738 | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-26T16:45:26Z" | "2007-01-31T07:53:20Z" |
179,018 | Bug 179018 [preference][hovering] 'Externalized String' hover modifier key should be same as Hyperlink modifier | I20070322-1800 'Java > Editor > Hovers > Externalized String' hover modifier key should by default be the same as the 'Editors > Text Editors > Hyperlinking > Java Property Key' modifier keys. Was: unconfigured Expected: Ctrl+Alt | resolved fixed | 3cb2cd4 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-26T10:34:11Z" | "2007-03-23T14:26:40Z" |
179,022 | Bug 179022 [nls tooling][hovering] 'Externalized String' hover modifier key does not work | I20070322-1800 The 'Externalized String' hover modifier key does not work (tooltip never shows up). Interestingly, it works as part of the Combined Hover. | resolved fixed | ecf8bfc | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/NLSStringHover.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-26T09:58:21Z" | "2007-03-23T14:26:40Z" |
172,314 | Bug 172314 [Dialogs] FilteredItemsSelectionDialog does not allow us adding camel case navigation handler | I20070130-0800 FilteredItemsSelectionDialog does not allow us adding a camel case navigation handler to the filter field. In JDT's previous Open Type implementation, the user could press Ctrl+Left, Ctrl+Right, etc. to jump into camel case words (e.g. |Array|List|). This functionality is missing in HEAD, and JDT/UI cannot add it since we don't have access to the Text widget (FilteredItemsSelectionDialog.pattern). When we have the Text field, it's just a one-liner for the Open Type dialog: TextFieldNavigationHandler.install(patternTextField); | verified fixed | 1cb5c6d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-22T15:52:08Z" | "2007-01-31T16:13:20Z" |
178,440 | Bug 178440 Finalize Experimental jdt.junit APIs | I20070320-0010 There are still APIs in jdt.junit marked as EXPERIMENTAL. This has to be finalized for M6. | resolved fixed | fd98b3d | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/TestRunListener.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/model/ITestCaseElement.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/model/ITestElement.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/model/ITestElementContainer.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/model/ITestSuiteElement.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/TestRunListener.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/model/ITestCaseElement.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/model/ITestElement.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/model/ITestElementContainer.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/model/ITestSuiteElement.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-21T09:59:49Z" | "2007-03-20T22:33:20Z" |
61,817 | Bug 61817 [api] Provide API to execute move refactorings headless [refactoring] | Since there is public API for "RenameSupport", I was wondering why there isn't similar "MoveSupport" (or is there...) to kick off Java move/refactoring. | resolved fixed | ca2e79d | ["org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/core/refactoring/descriptors/MoveDescriptor.java", "org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/internal/core/refactoring/descriptors/DescriptorMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-19T16:38:53Z" | "2004-05-11T21:13:20Z" |
82,296 | Bug 82296 [typing][preferences] Move "tabs to spaces" function from JavaEditor to TextEditor | null | resolved fixed | fd8d1d2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-19T10:45:01Z" | "2005-01-06T00:06:40Z" |
177,502 | Bug 177502 [decorators] new volatile decorator should honor common style convention | I20070313-1051 + JDT UI from HEAD I always found it practical that the decorator for 'static' and 'final' followed the common style i.e. first 'static' then 'final' and not the other way around. If possoble, the same should be honored for the new volatile decorator. Currently it is added on the left which is not common style. The common style is: static volatile .... | resolved fixed | a513bf0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementImageDescriptor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-17T20:58:49Z" | "2007-03-15T09:13:20Z" |
177,749 | Bug 177749 [api] Make AbstractReusableInformationControlCreator API | I20070313-1051 We have 4 internal copies of AbstractReusableInformationControlCreator. This is a pain to maintain and should therefore be provide as API. | resolved fixed | a098bd6 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractReusableInformationControlCreator.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaInformationProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-17T07:17:53Z" | "2007-03-16T13:00:00Z" |
170,310 | Bug 170310 [javadoc export] JAR exporter misbehaves if debug information is disabled | Build ID: M20060629-1905 Steps To Reproduce: If the option "Add source file name to generated class file" in the Project properties (in Java Compiler options) is disabled, the JAR exporter exports all classes in the project even if only some of them are selected for export. More information: | verified fixed | 04aa374 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-16T16:05:48Z" | "2007-01-12T11:06:40Z" |
130,890 | Bug 130890 [quick fix] remove generic type parameter | New quick fix suggestion: remove generic type parameter. This quick fix would be usable while fixing errors like: "The type Foo is not generic; it cannot be parameterized with arguments <Bar>" | resolved fixed | 9484a01 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/QuickFixTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/TypeParameterMismatchTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/TypeParameterMismatchSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-16T14:11:11Z" | "2006-03-08T12:13:20Z" |
177,359 | Bug 177359 [actions] Opening closed projects fails when one is corrupted | Build ID: I20061214-1445 Steps To Reproduce: 1. Group some project in working set 2. Close all projects 3. Remove .project file from one of closed project 4. From working set menu in Package Explorer choose 'Open projects' More information: It should open all except corrupted one. Instead exception is thrown: eclipse.buildId=I20061214-1445 java.version=1.5.0_10 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=pl_PL Command-line arguments: -os win32 -ws win32 -arch x86 Error Wed Mar 14 16:33:20 CET 2007 Internal Error Java Model Exception: Core Exception [code 567] The project description file (.project) for 'Literki' is missing. This file contains important information about the project. The project will not function properly until this file is restored. at org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:50) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:720) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1743) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:4075) at org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Caused by: org.eclipse.core.internal.resources.ResourceException: The project description file (.project) for 'Literki' is missing. This file contains important information about the project. The project will not function properly until this file is restored. at org.eclipse.core.internal.localstore.FileSystemResourceManager.read(FileSystemResourceManager.java:660) at org.eclipse.core.internal.resources.SaveManager.restoreMetaInfo(SaveManager.java:779) at org.eclipse.core.internal.resources.SaveManager.restore(SaveManager.java:685) at org.eclipse.core.internal.resources.Project.open(Project.java:841) at org.eclipse.core.internal.resources.Project.open(Project.java:879) at org.eclipse.jdt.internal.ui.workingsets.OpenCloseWorkingSetAction$OpenWorkingSetAction.performOperation(OpenCloseWorkingSetAction.java:96) at org.eclipse.jdt.internal.ui.workingsets.OpenCloseWorkingSetAction$1.run(OpenCloseWorkingSetAction.java:158) at org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:39) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:720) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1743) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:4075) at org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) | resolved fixed | 01ff1db | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/OpenCloseWorkingSetAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-15T16:06:56Z" | "2007-03-14T16:33:20Z" |
177,347 | Bug 177347 [build path] New Java Project Wizard throws SWTException | When creating a new Java Project via the New Java Project Wizard in a Runtime Workbench the stack trace attached below shows up in the concole of the launching eclipse workbench. Steps to reproduce: 1) Start a runtime workbench running an eclipse plugin. 2) Launch the New Java Project Wizard 3) Enter a valid project name and check the "create separate source and output folders" radio button in the Project layout group 4) Press the Finish button The exception does not occur when stepping through the whole project creation process by pressing the Next buttons and finally pressing Finish on the last WizardPage. The same behaviour can be found for eclipse 3.1.2, but there the wizard stay on top and vanishes after clicking Finish for a second time. Exception thrown in 3.2: ======================== Unhandled event loop exception during blocked modal context. org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:3374) at org.eclipse.swt.SWT.error(SWT.java:3297) at org.eclipse.swt.SWT.error(SWT.java:3268) at org.eclipse.swt.widgets.Widget.error(Widget.java:435) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:330) at org.eclipse.swt.widgets.TreeItem.getItemCount(TreeItem.java:732) at org.eclipse.jface.viewers.TreeViewer.getItemCount(TreeViewer.java:437) at org.eclipse.jface.viewers.AbstractTreeViewer.updatePlus(AbstractTreeViewer.java:2469) at org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem(AbstractTreeViewer.java:745) at org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractTreeViewer.java:722) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:696) at org.eclipse.jface.viewers.TreeViewer.createChildren(TreeViewer.java:892) at org.eclipse.jface.viewers.AbstractTreeViewer.internalExpandToLevel(AbstractTreeViewer.java:1486) at org.eclipse.jface.viewers.AbstractTreeViewer.internalExpandToLevel(AbstractTreeViewer.java:1496) at org.eclipse.jface.viewers.AbstractTreeViewer.expandToLevel(AbstractTreeViewer.java:877) at org.eclipse.jface.viewers.AbstractTreeViewer.expandToLevel(AbstractTreeViewer.java:860) at org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.DialogPackageExplorer.setInput(DialogPackageExplorer.java:412) at org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.NewSourceContainerWorkbookPage.init(NewSourceContainerWorkbookPage.java:112) at org.eclipse.jdt.internal.ui.wizards.buildpaths.BuildPathsBlock.doUpdateUI(BuildPathsBlock.java:354) at org.eclipse.jdt.internal.ui.wizards.buildpaths.BuildPathsBlock$2.run(BuildPathsBlock.java:343) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3325) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:158) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:326) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:851) at org.eclipse.jdt.internal.ui.wizards.NewElementWizard.performFinish(NewElementWizard.java:133) at org.eclipse.jdt.internal.ui.wizards.JavaProjectWizard.performFinish(JavaProjectWizard.java:66) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:680) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:355) at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:116) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Exception thrown in 3.1.2: ========================== org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2942) at org.eclipse.swt.SWT.error(SWT.java:2865) at org.eclipse.swt.SWT.error(SWT.java:2836) at org.eclipse.swt.widgets.Widget.error(Widget.java:395) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:297) at org.eclipse.swt.widgets.TreeItem.getItemCount(TreeItem.java:566) at org.eclipse.jface.viewers.TreeViewer.getItemCount(TreeViewer.java:379) at org.eclipse.jface.viewers.AbstractTreeViewer.updatePlus(AbstractTreeViewer.java:1844) at org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem(AbstractTreeViewer.java:536) at org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractTreeViewer.java:514) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:494) at org.eclipse.jface.viewers.AbstractTreeViewer.internalExpandToLevel(AbstractTreeViewer.java:1122) at org.eclipse.jface.viewers.AbstractTreeViewer.internalExpandToLevel(AbstractTreeViewer.java:1131) at org.eclipse.jface.viewers.AbstractTreeViewer.expandToLevel(AbstractTreeViewer.java:658) at org.eclipse.jface.viewers.AbstractTreeViewer.expandToLevel(AbstractTreeViewer.java:641) at org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.DialogPackageExplorer.setInput(DialogPackageExplorer.java:398) at org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.NewSourceContainerWorkbookPage.init(NewSourceContainerWorkbookPage.java:107) at org.eclipse.jdt.internal.ui.wizards.buildpaths.BuildPathsBlock.doUpdateUI(BuildPathsBlock.java:370) at org.eclipse.jdt.internal.ui.wizards.buildpaths.BuildPathsBlock$2.run(BuildPathsBlock.java:359) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3102) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2761) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:153) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:303) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:830) at org.eclipse.jdt.internal.ui.wizards.NewElementWizard.performFinish(NewElementWizard.java:133) at org.eclipse.jdt.internal.ui.wizards.JavaProjectWizard.performFinish(JavaProjectWizard.java:66) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:676) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:349) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:556) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758) at org.eclipse.jface.window.Window.runEventLoop(Window.java:809) at org.eclipse.jface.window.Window.open(Window.java:787) at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:114) at org.eclipse.jface.action.Action.runWithEvent(Action.java:996) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948) | resolved fixed | e16a7c8 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-15T15:21:55Z" | "2007-03-14T13:46:40Z" |
144,469 | Bug 144469 [open type] Allow immediate input to Open Type dialog | Build: 3.2 RC3 It frequently happens that I hit Ctrl+Shift+T to open a type, but it gets blocked either by an operation or by indexing. For example, on startup it gets blocked by "initializing java tooling". The problem is, after waiting 10-30 seconds it breaks my concentration and I forget what I was searching for. It would be nice if the dialog opened *immediately* upon hitting Ctrl+Shift+T, and allowed to start entering text right away. I don't mind if I then have to wait for indexing and background jobs before the list of matches is populated. Maybe a progress region could be incorporated directly into the bottom of the open type dialog, allowing me to type my filter text while waiting for background tasks to complete. See for example the Open Resource dialog, which never forces you to wait before entering text, even when it has not yet computed the list. | resolved fixed | 0e280ac | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-15T11:56:13Z" | "2006-05-30T14:40:00Z" |
177,339 | Bug 177339 [render] colored labels in JDT | 3.2 JDT UI plan item Use the new SWT owner draw in our views: different colors in trees and tables | verified fixed | 377f031 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestSessionLabelProvider.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestViewer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/MembersView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesViewTableViewer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesViewTreeViewer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/ProjectsView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/TypesView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaNavigatorLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/WorkingSetAwareLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ColorDecoratingLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/PostfixLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SortingLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsViewer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ColoredJavaElementLabels.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ColoredString.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/DecoratingJavaLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/IRichLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaUILabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/OwnerDrawSupport.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-14T14:33:16Z" | "2007-03-14T13:46:40Z" |
153,044 | Bug 153044 JarEntryFile does not return fully qualified path | 3.3.M1 test pass From some plugin project in the workspace 1. Expand Plug-In Dependencies 2. Expand a project 3. Open its plugin.xml Is: The editor tab hover only shows 'plugin.xml' Should: Indicate to which project the plugin.xml belongs to (Problem occures if you found this plugin.xml through a plugin search) | verified fixed | e4da697 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JarEntryEditorInput.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-13T10:27:59Z" | "2006-08-08T09:40:00Z" |
176,837 | Bug 176837 [JUnit] exception opening launch dialog on junit config | using I20070306-1200 every time I try to view a junit launch config I get the following error: java.lang.IllegalArgumentException: Path for project must have only one segment. at org.eclipse.core.runtime.Assert.isLegal(Assert.java:62) at org.eclipse.core.internal.resources.WorkspaceRoot.getProject(WorkspaceRoot.java:165) at org.eclipse.jdt.internal.core.JavaModel.getJavaProject(JavaModel.java:189) at org.eclipse.jdt.internal.junit.launcher.JUnitMigrationDelegate.getResource(JUnitMigrationDelegate.java:90) at org.eclipse.jdt.internal.junit.launcher.JUnitMigrationDelegate.mapResources(JUnitMigrationDelegate.java:68) at org.eclipse.jdt.junit.launcher.JUnitLaunchConfigurationTab.mapResources(JUnitLaunchConfigurationTab.java:475) at org.eclipse.jdt.junit.launcher.JUnitLaunchConfigurationTab.performApply(JUnitLaunchConfigurationTab.java:463) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.refresh(LaunchConfigurationTabGroupViewer.java:496) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.updateButtons(LaunchConfigurationsDialog.java:1471) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.refreshStatus(LaunchConfigurationTabGroupViewer.java:975) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.displayInstanceTabs(LaunchConfigurationTabGroupViewer.java:781) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer$7.run(LaunchConfigurationTabGroupViewer.java:642) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.inputChanged(LaunchConfigurationTabGroupViewer.java:660) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.setInput(LaunchConfigurationTabGroupViewer.java:621) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.handleLaunchConfigurationSelectionChanged(LaunchConfigurationsDialog.java:975) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$4.selectionChanged(LaunchConfigurationsDialog.java:569) at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:841) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:850) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:45) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:153) at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:839) at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1606) at org.eclipse.jface.viewers.TreeViewer.setSelection(TreeViewer.java:932) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.handleConfigurationAdded(LaunchConfigurationView.java:285) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.launchConfigurationAdded(LaunchConfigurationView.java:260) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.run(LaunchManager.java:202) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.notify(LaunchManager.java:189) at org.eclipse.debug.internal.core.LaunchManager.launchConfigurationAdded(LaunchManager.java:1999) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.writeNewFile(LaunchConfigurationWorkingCopy.java:276) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave0(LaunchConfigurationWorkingCopy.java:231) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave(LaunchConfigurationWorkingCopy.java:209) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfigurationAction.performAction(CreateLaunchConfigurationAction.java:79) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$2.run(LaunchConfigurationsDialog.java:540) at org.eclipse.debug.ui.AbstractDebugView.doubleClick(AbstractDebugView.java:729) at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:798) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:850) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:45) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:153) at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:796) at org.eclipse.jface.viewers.AbstractTreeViewer.handleDoubleSelect(AbstractTreeViewer.java:1347) at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1167) at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:237) at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:234) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:295) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3667) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3281) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.open(LaunchConfigurationsDialog.java:1133) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:387) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:391) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:333) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:81) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3667) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3281) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2306) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2270) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2145) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:460) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:455) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:146) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:476) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:416) at org.eclipse.equinox.launcher.Main.run(Main.java:1124) at org.eclipse.equinox.launcher.Main.main(Main.java:1099) | resolved fixed | 3d405b0 | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/JUnitMigrationDelegate.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitMigrationDelegate.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/launcher/JUnitLaunchConfigurationTab.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-13T09:00:38Z" | "2007-03-09T17:06:40Z" |
176,742 | Bug 176742 [infer type arguments] NPE in TypeEnvironment.cacheSubType for ParameterizedType | Build ID: I20070222-0951 Steps To Reproduce: I have not constructed an isolated test case for this problem, hopefully the exception logged will be enough to pinpoint the problem. More information: !ENTRY org.eclipse.jdt.ui 4 2 2007-03-08 11:42:42.710 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jdt.ui". !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.ParameterizedType.hashCode(ParameterizedType.java:73) at java.util.HashMap.get(HashMap.java:343) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.TypeEnvironment.cacheSubType(TypeEnvironment.java:259) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.TypeEnvironment.cacheSubTypes(TypeEnvironment.java:271) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.TypeEnvironment.createParameterizedType(TypeEnvironment.java:368) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.TypeEnvironment.create(TypeEnvironment.java:176) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.AbstractTypeVariable.initialize(AbstractTypeVariable.java:35) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.TypeVariable.initialize(TypeVariable.java:32) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.TypeEnvironment.createTypeVariable(TypeEnvironment.java:422) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.TypeEnvironment.create(TypeEnvironment.java:178) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.ParameterizedType.initialize(ParameterizedType.java:37) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.TypeEnvironment.createParameterizedType(TypeEnvironment.java:366) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.TypeEnvironment.create(TypeEnvironment.java:176) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.HierarchyType.initialize(HierarchyType.java:42) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.GenericType.initialize(GenericType.java:29) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.TypeEnvironment.createGenericType(TypeEnvironment.java:351) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.TypeEnvironment.create(TypeEnvironment.java:174) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.ParameterizedType.initialize(ParameterizedType.java:33) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.TypeEnvironment.createParameterizedType(TypeEnvironment.java:366) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.TypeEnvironment.create(TypeEnvironment.java:176) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.HierarchyType.initialize(HierarchyType.java:37) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.TypeEnvironment.createStandardType(TypeEnvironment.java:338) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.TypeEnvironment.create(TypeEnvironment.java:192) at org.eclipse.jdt.internal.corext.refactoring.generics.InferTypeArgumentsTCModel.createTType(InferTypeArgumentsTCModel.java:300) at org.eclipse.jdt.internal.corext.refactoring.generics.InferTypeArgumentsTCModel.getBoxedType(InferTypeArgumentsTCModel.java:310) at org.eclipse.jdt.internal.corext.refactoring.generics.InferTypeArgumentsTCModel.makeVariableVariable(InferTypeArgumentsTCModel.java:352) at org.eclipse.jdt.internal.corext.refactoring.generics.InferTypeArgumentsConstraintCreator.endVisit(InferTypeArgumentsConstraintCreator.java:171) at org.eclipse.jdt.core.dom.SimpleName.accept0(SimpleName.java:148) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2476) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2523) at org.eclipse.jdt.core.dom.QualifiedName.accept0(QualifiedName.java:170) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2476) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2546) at org.eclipse.jdt.core.dom.MethodInvocation.accept0(MethodInvocation.java:244) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2476) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2523) at org.eclipse.jdt.core.dom.VariableDeclarationFragment.accept0(VariableDeclarationFragment.java:224) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2476) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2546) at org.eclipse.jdt.core.dom.VariableDeclarationStatement.accept0(VariableDeclarationStatement.java:272) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2476) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2546) at org.eclipse.jdt.core.dom.Block.accept0(Block.java:135) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2476) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2523) at org.eclipse.jdt.core.dom.IfStatement.accept0(IfStatement.java:189) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2476) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2546) at org.eclipse.jdt.core.dom.Block.accept0(Block.java:135) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2476) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2523) at org.eclipse.jdt.core.dom.MethodDeclaration.accept0(MethodDeclaration.java:501) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2476) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2546) at org.eclipse.jdt.core.dom.TypeDeclaration.accept0(TypeDeclaration.java:483) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2476) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2546) at org.eclipse.jdt.core.dom.CompilationUnit.accept0(CompilationUnit.java:213) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2476) at org.eclipse.jdt.internal.corext.refactoring.generics.InferTypeArgumentsRefactoring$2.run(InferTypeArgumentsRefactoring.java:197) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.jdt.internal.corext.refactoring.generics.InferTypeArgumentsRefactoring$1.acceptAST(InferTypeArgumentsRefactoring.java:186) at org.eclipse.jdt.core.dom.CompilationUnitResolver.resolve(CompilationUnitResolver.java:712) at org.eclipse.jdt.core.dom.CompilationUnitResolver.resolve(CompilationUnitResolver.java:466) at org.eclipse.jdt.core.dom.ASTParser.createASTs(ASTParser.java:705) at org.eclipse.jdt.internal.corext.refactoring.generics.InferTypeArgumentsRefactoring.checkFinalConditions(InferTypeArgumentsRefactoring.java:182) at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:83) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:118) at org.eclipse.ltk.core.refactoring.PerformChangeOperation.run(PerformChangeOperation.java:208) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1798) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) | resolved fixed | c1b6275 | ["org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuParameterizedTypes1/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuParameterizedTypes1/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InferTypeArgumentsTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/ParameterizedType.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-09T18:26:18Z" | "2007-03-08T18:53:20Z" |
176,536 | Bug 176536 [rename] rename of a package should add imports to classes in the package for types in the same package included from jars | To reproduce: - create 2 java projects AProj and BProj - in AProj create an interface IFace in a non-default pkg - export AProj to a jar (AProj.jar) - add AProj.jar in the build path for BProj - in BProj create a new Class that implements IFace in the same pkg as IFace - in BProj rename the package - the import for IFace should be added to the implementation since the interface and the implementation are now in different packages. | resolved fixed | 0bb8671 | ["org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/test8/in/java/lang/reflect/Klass.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/test8/out/nonjava/Klass.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RenamePackageTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePackageProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-08T18:54:19Z" | "2007-03-06T22:26:40Z" |
174,327 | Bug 174327 [inline] inlining a parameterized method call may need explicit parameterization | null | resolved fixed | 50729f5 | ["org.eclipse.jdt.ui.tests.refactoring/resources/InlineConstant/canInline/test29/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineConstant/canInline/test29/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test31_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test31_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test32_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test32_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineConstantTests.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineTempTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineConstantRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineTempRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/Invocations.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-08T17:50:09Z" | "2007-02-15T17:20:00Z" |
176,210 | Bug 176210 [package explorer] Support the new IJarEntryResource | null | resolved fixed | 5986c91 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHintHelper.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/EditorUtility.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/StorageLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/StandardJavaElementContentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-08T11:08:16Z" | "2007-03-02T18:26:40Z" |
176,595 | Bug 176595 [cleanup] convert loop gets multiple iterators wrong | Build ID: I20070209-1006 Steps To Reproduce: Was trying to compare the elements in two equally-sized lists: for (Iterator<?> it1 = list1.iterator(), it2 = list2.iterator(); it1.hasNext();) { Object e1 = it1.next(), e2 = it2.next(); if (e1 == null ? e2 != null : !e1.equals(e2)) { return false; } } More information: Loop becomes this: for (Object e2 : list2) { if (e1 == null ? e2 != null : !e1.equals(e2)) { return false; } } | resolved fixed | 8d240e4 | ["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 | "2007-03-07T23:00:43Z" | "2007-03-07T12:20:00Z" |
174,405 | Bug 174405 [rename] Refactoring dialog blanks out editor | When using the new refactoring available in 3.3M5 and the dialog is displayed the editor loses it's content. Once the dialog is dismissed the editor is redrawn. | resolved fixed | 007a7bc | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameLinkedMode.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-06T14:49:56Z" | "2007-02-16T04:26:40Z" |
175,850 | Bug 175850 [open type] FilteredTypesSelectionDialog overrides given search scope | I20070227-0800 The FilteredTypesSelectionDialog always overrides the given scope with a working set scope. E.g. NewTypeWizardPage.chooseSuperClass() passes a Java project scope, but FilteredTypesSelectionDialog.restoreDialog(..) does not consider the original scope. The result is that the superclass dialog show all classes in the workspace, and not only those visible from the enclosing project. The old TypeSelectionComponent only added working set support if the scope was null. | resolved fixed | 0a0a3c5 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-06T11:19:08Z" | "2007-02-28T16:26:40Z" |
134,257 | Bug 134257 [build path] New Java Project Wizard should allow Execution Environment as JRE | I20060330-2000 The New Java Project Wizard should allow choosing an Execution Environment as JRE. Currently, the page only shows the workbench JRE and Alternate JREs -- EEs have to be configured on the Java Build Path properties page or via context menu in the Package Explorer. | resolved fixed | 68d3e87 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-05T20:47:24Z" | "2006-03-31T13:00:00Z" |
170,237 | Bug 170237 Missing 'throw' in org.eclipse.ltk.internal.core.refactoring.ContentStamps.set(IDocument, ContentStamp) | I20070109-1805 A CoreException is created but not thrown there. I guess it should be thrown. See patch. | resolved fixed | 4447fcf | ["org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/ContentStamps.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-05T14:00:12Z" | "2007-01-11T18:26:40Z" |
175,700 | Bug 175700 [JUnit] Cannot select JUnit 4 library in JUnit launch configuration | Build ID: M20070212-1330 Steps To Reproduce: 1. Click on Run -> Run... 2. Choose a JUnit launch configuration 3. Go to the classpath tab 4. Click Advanced... 5. Pick Add Library 6. Select JUnit and click Next 7. Choose JUnit 4 and observe that the Current location displayed does not change while toggling the version. If you click on finish you will notice that the JUnit 3.8.1 jar was added to the classpath, not the JUnit 4 one. More information: I can work around the problem by referencing the JUnit 4 jar via a JUNIT_HOME variable that points to C:/Program Files/eclipse/plugins/org.junit4_4.1.0.1 in my case, but I would appreciate not jumping through hoops just to pick a library. I've verified that this happens on eclipse running on both Windows and Linux. | resolved fixed | 0c5966b | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/buildpath/JUnitContainerWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-02T16:44:55Z" | "2007-02-27T15:26:40Z" |
154,667 | Bug 154667 IClassFile#getType() should not throw JavaModelException | I20060816-1200 IClassFile#getType() is a handle-only query and should therefore not throw a JavaModelException. The implementation in ClassFile already doesn't throw the JME. | verified fixed | 86c6e93 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/GenericRefactoringHandleTransplanter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OpenTypeAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OpenTypeInHierarchyAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/MembersView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/TypesView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/OpenTypeSelectionDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/OpenTypeSelectionDialog2.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/InternalClassFileEditorInput.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyLifeCycle.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/SuperInterfaceSelectionDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-02T14:26:20Z" | "2006-08-22T09:46:40Z" |
172,142 | Bug 172142 'Open Type' does not indicate that it is indexing. | 3.3 M4 and I20070123 + plug-in export I20070123-1715.from20070130_1135 'Open Type' does not indicate that it is indexing. It simply shows how much work is done but not what it is doing. This used to work in previous builds, e.g. M4. | verified fixed | 7924b4a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-01T13:48:38Z" | "2007-01-30T12:26:40Z" |
175,495 | Bug 175495 [refactoring] Do not ask to save unrelated editor when refactoring | 3.3M5 Refactorings ask to save all editors even if such an editor is unrelated to the refactoring. We need a way to tell that an editor (e.g., for a remote element) does not need to be saved prior to a refactoring. | verified fixed | 14baffd | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringSaveHelper.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-03-01T10:28:33Z" | "2007-02-26T08:53:20Z" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.