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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
175,827 | Bug 175827 [clean up] ASTRewriteAnalyzer produces MalformedTreeException on convert loop clean up | null | resolved fixed | e570f9f | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertForLoopQuickFixTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/util/TightSourceRangeComputer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-02-28T17:28:14Z" | "2007-02-28T13:40:00Z" |
175,498 | Bug 175498 [organize imports] Organize imports adds useless static imports | package sample; public class Test<T> { public static enum TestEnum { V1, V2 } public void test(final TestEnum value) { switch (value) { case V1: case V2: } } } The following imports are added by 'Organize imports': import static sample.Test.TestEnum.V1; import static sample.Test.TestEnum.V2; These imports are useless, they are correctly reported as unused, but they get added anyway. Moreover, they are static imports and I was told that no static imports should be added by 'Organize imports' (#165069). I have observed that this issue is triggered by the combination of: - the case clauses of switch statement, - the fact that the TestEnum enum is embedded, - the fact that the Test class is generic. | resolved fixed | 495fa00 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/ScopeAnalyzer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-02-28T12:03:07Z" | "2007-02-26T08:53:20Z" |
175,710 | Bug 175710 [refactoring scripts] NL Questions needinf clarification | Build ID: eclipse-JDT-SDK-3.3Meh.zip Steps To Reproduce: 1.tct 15: Question needing clarification filename: eclipse\plugins\org.eclipse.jdt.core.manipulation\org\jdt\internal\core\refactoring\descriptors\DescriptorMessage.properties sentence: Qualified name updating enabled implies a non-empty patterns string. Q: What does the word "implies" here mean? Would you pls reword this sentence? Thank you. More information: | closed fixed | e61008d | ["org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/core/refactoring/descriptors/RenameJavaElementDescriptor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-02-28T11:07:16Z" | "2007-02-27T15:26:40Z" |
153,407 | Bug 153407 [working sets] Package Explorer hides PDE Container if working set is used | R3.2 and I20060810-0010 If a working set is applied to the Package Explorer then the PDE Container goes away. Steps: 1. have JDT UI and Text plug-ins in source 2. create a working set with just the text plug-ins 3. set the Package Explorer to show projects as top level elements 3. use the working set in the Package Explorer ==> PDE Container is gone even for org.eclipse.ui.editors whose PDE Container also contains other text plug-ins. | verified fixed | d9b15ed | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/ClassPathContainer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/LibraryContainer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageFragmentRootContainer.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-02-28T10:37:31Z" | "2006-08-10T08:53:20Z" |
175,699 | Bug 175699 "Javadoc could not be found" message if source file exists but member has no Javadoc | null | resolved fixed | 072a143 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/InfoViewMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaHoverMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-02-27T18:25:06Z" | "2007-02-27T12:40:00Z" |
175,575 | Bug 175575 [refactoring] Refactoring history property page leaks four images | Build: I20070220 Each time the refactoring history property page is opened on a project, four images are leaked. Sample sleak trace: java.lang.Error at java.lang.Throwable.<init>(Throwable.java:58) at org.eclipse.swt.graphics.Device.new_Object(Device.java:786) at org.eclipse.swt.graphics.Image.<init>(Image.java:491) at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:289) at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:227) at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:205) at org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryLabelProvider.<init>(RefactoringHistoryLabelProvider.java:96) at org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryControlConfiguration.getLabelProvider(RefactoringHistoryControlConfiguration.java:113) at org.eclipse.ltk.internal.ui.refactoring.history.BrowseRefactoringHistoryLabelProvider.<init>(BrowseRefactoringHistoryLabelProvider.java:48) at org.eclipse.ltk.internal.ui.refactoring.history.SortableRefactoringHistoryControl.getLabelProvider(SortableRefactoringHistoryControl.java:277) at org.eclipse.ltk.internal.ui.refactoring.history.RefactoringHistoryControl.createControl(RefactoringHistoryControl.java:390) at org.eclipse.ltk.internal.ui.refactoring.history.SortableRefactoringHistoryControl.createControl(SortableRefactoringHistoryControl.java:153) at org.eclipse.ltk.internal.ui.refactoring.history.ShowRefactoringHistoryControl.createControl(ShowRefactoringHistoryControl.java:73) at org.eclipse.ltk.internal.ui.refactoring.history.RefactoringPropertyPage.createContents(RefactoringPropertyPage.java:156) at org.eclipse.jface.preference.PreferencePage.createControl(PreferencePage.java:233) at org.eclipse.jface.preference.PreferenceDialog.createPageControl(PreferenceDialog.java:1407) at org.eclipse.jface.preference.PreferenceDialog$12.run(PreferenceDialog.java:1166) 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:52) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:153) at org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:1160) at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.showPage(FilteredPreferenceDialog.java:433) at org.eclipse.jface.preference.PreferenceDialog$8.selectionChanged(PreferenceDialog.java:665) 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:52) 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.preference.PreferenceDialog.selectSavedItem(PreferenceDialog.java:962) at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.selectSavedItem(FilteredPreferenceDialog.java:476) at org.eclipse.jface.preference.PreferenceDialog$3.run(PreferenceDialog.java:349) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.jface.preference.PreferenceDialog.createContents(PreferenceDialog.java:345) at org.eclipse.jface.window.Window.create(Window.java:426) at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1135) at org.eclipse.ui.internal.dialogs.PropertyDialog.createDialogOn(PropertyDialog.java:81) at org.eclipse.ui.dialogs.PropertyDialogAction.createDialog(PropertyDialogAction.java:175) at org.eclipse.ui.dialogs.PropertyDialogAction.run(PropertyDialogAction.java:154) 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:3507) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3121) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2286) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2250) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2125) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:459) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:454) 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:85) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) 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 | 0e355f8 | ["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/history/BrowseRefactoringHistoryLabelProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-02-27T10:24:07Z" | "2007-02-26T20:00:00Z" |
175,534 | Bug 175534 ScrolledPageContent leaks three colors | Build: I20070220 1) Capture Sleak snapshot 2) File > New > Project 3) Select Java project, click Next 4) Hit Esc to close dialog 5) Capture Sleak diff Three colors are leaked each time the Java project wizard is opened. Two copies of the "form title color", and one copy of the form background color. These all originate from use of FormColors class without calling FormColors.dispose. Sample Sleak output: va.lang.Error at java.lang.Throwable.<init>(Throwable.java:58) at org.eclipse.swt.graphics.Device.new_Object(Device.java:786) at org.eclipse.swt.graphics.Color.<init>(Color.java:80) at org.eclipse.ui.forms.FormColors.createColor(FormColors.java:257) at org.eclipse.ui.forms.FormColors.createColor(FormColors.java:213) at org.eclipse.ui.forms.FormColors.createTitleColor(FormColors.java:524) at org.eclipse.ui.forms.FormColors.initializeColorTable(FormColors.java:148) at org.eclipse.ui.forms.FormColors.initialize(FormColors.java:138) at org.eclipse.ui.forms.FormColors.<init>(FormColors.java:116) at org.eclipse.jdt.internal.ui.preferences.ScrolledPageContent.<init>(ScrolledPageContent.java:35) at org.eclipse.jdt.internal.ui.preferences.ScrolledPageContent.<init>(ScrolledPageContent.java:27) at org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.NewSourceContainerWorkbookPage.getControl(NewSourceContainerWorkbookPage.java:180) at org.eclipse.jdt.internal.ui.wizards.buildpaths.BuildPathsBlock.createControl(BuildPathsBlock.java:232) at org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage.createControl(JavaCapabilityConfigurationPage.java:156) at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:259) at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:629) at org.eclipse.jface.wizard.WizardDialog.setWizard(WizardDialog.java:1028) at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1080) at org.eclipse.jface.wizard.WizardDialog.access$2(WizardDialog.java:1077) at org.eclipse.jface.wizard.WizardDialog$4.run(WizardDialog.java:1067) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1065) 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: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:52) 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:3507) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3121) 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: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:3507) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3121) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2286) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2250) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2125) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:459) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:454) 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:85) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) 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 | c774119 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ScrolledPageContent.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-02-27T09:19:05Z" | "2007-02-26T14:26:40Z" |
175,496 | Bug 175496 [preferences] Separate "null dereference" and "null reference" compiler options | null | resolved fixed | a1623db | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-02-26T17:43:36Z" | "2007-02-26T08:53:20Z" |
175,459 | Bug 175459 [hovering] JavaDoc view may display a warning message when document is missing in attached javadoc archive | When I attach javadoc archive to the jar file from the buildpath, Eclipse 3.3M5 is not picking it up even so validation in javadoc attachment dialog is saying that everything is ok. | resolved fixed | 2d7706f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/InfoViewMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaHoverMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-02-26T15:33:29Z" | "2007-02-25T19:00:00Z" |
171,797 | Bug 171797 improve FilteredItemsSelectionDialog.ItemsFilter.equalsFilter(ItemsFilter) | I20070123-1715 The Javadoc of FilteredItemsSelectionDialog.ItemsFilter#equalsFilter(ItemsFilter) does not tell how this method is used. It should - tell whether the method is symmetric like Object#equals(..) - or even better: tell that subclasses of FilteredItemsSelectionDialog can be sure that the arguments to equalsFilter(ItemsFilter) are only filters returned from their createFilter() method (=> clients can avoid instanceof checks then) Furthermore, current implementations of that method are questionable: - FilteredItemsSelectionDialog.ItemsFilter.equalsFilter(ItemsFilter) checks for "iFilter != null", although the constract does not allow iFilter to be null - FilteredResourcesSelectionDialog.ResourceFilter.equalsFilter(ItemsFilter) and FilteredTypesSelectionDialog.TypeItemsFilter.equalsFilter(ItemsFilter) call "super.equals(iFilter)". Should be "super.equalsFilter(iFilter)" | verified fixed | 7ba07b6 | ["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-02-26T14:07:48Z" | "2007-01-26T14:00:00Z" |
175,180 | Bug 175180 Resource mapping for JUnit configs should be file instead of project | null | resolved fixed | 46869bd | ["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", "org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/launcher/JUnitLaunchShortcut.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-02-23T09:46:18Z" | "2007-02-22T18:46:40Z" |
164,677 | Bug 164677 [EditorMgmt] can we remove IURIEditorInput? | URI cannot be resolved to a type org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui IURIEditorInput.java line 39 1163611136718 748662 This is API that was added in 3.3. Since URI is not part of J2ME Foundation 1.0, can we do without this API? | verified fixed | cd796ad | ["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-02-21T10:17:22Z" | "2006-11-15T17:00:00Z" |
150,244 | Bug 150244 [API] Add getBytes() on IClassFile | R3.2 | verified fixed | b748cda | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-02-19T11:46:22Z" | "2006-07-11T12:13:20Z" |
174,579 | Bug 174579 [type wizards] annotations in new file template not used | The at symbol behaves oddly in java code templates (Preferences -> Java Code Style -> Code Templates). All text after the "at symbol" does not appear when the code template is instantiated. Specifically I attempted to use the "New Java Files" code template with the following body, to annotate the class with it's CVS revision. ${filecomment} ${package_declaration} import xxx.Revision; ${typecomment} @Revision(value = "$$Revision$$") ${type_declaration} When creating a new java file, the line @Revision simply does not appear at all. The characters '$', '\' and '@' are all ineffective at escaping the at symbol, some explanation or workaround would be appreciated. | resolved fixed | 3f4d707 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-02-19T10:47:22Z" | "2007-02-18T17:33:20Z" |
83,706 | Bug 83706 [javadoc location] a jar file inside a workspace | When indicating the "Javadoc location" for a JAR file (a library), it will interesting to give Eclipse a location inside the workspace, when exactly the same logic that "Java Source Attachement" (give either a folder or a zip file). | resolved fixed | edb51d7 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/javadoc/JavaDocLocations.java", "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-02-15T16:53:56Z" | "2005-01-26T14:33:20Z" |
173,053 | Bug 173053 [rename] Rename popup: Actions should be disabled initially | I20070206-0010. 1. start refactoring in Java editor 2. add a space to the name ==> some options are disabled in the popup [OK] 3. press Ctrl+Z ==> options still disabled | resolved fixed | ba976a9 | ["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-02-13T22:55:39Z" | "2007-02-06T13:53:20Z" |
173,020 | Bug 173020 [rename] Minimize Refactor popup should set focus back to editor | I20070206-0010. Minimize Refactor popup should set focus back to editor | resolved fixed | f225508 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInformationPopup.java", "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-02-13T17:42:56Z" | "2007-02-06T11:06:40Z" |
173,492 | Bug 173492 [JUnit] JUnit Launch wizard does not check for invalid test class | I20070208-0010. Create a new or edit an existing JUnit launch config: it reports invalid project names but does not do so for invalid test class. | resolved fixed | 8bf461a | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitMessages.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitMessages.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-02-13T16:21:42Z" | "2007-02-08T15:53:20Z" |
173,018 | Bug 173018 [getter setter] GetterSetter dialog: wrong checked state | I20070206-0010. 1. open the GetterSetters dialog on a final field 2. check the 'Allow setters for..." ==> parent is white-checked but there are unchecked children Side Note: when a user checks that option you can probably assume that he wants to generate the setters and hence you could simply check them for the user. Other Test Case: 1. open the GetterSetters dialog on a final field 2. check the 'Allow setters for..." 3. generate some setters 4. open the GetterSetters dialog on another final field 5. observe: setters there - everything checked 6. uncheck the 'Allow setters for..." 7. check the 'Allow setters for..." ==> state from step 5 lost: setter(s) will no longer be generated | resolved fixed | 1f271a2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-02-13T14:50:25Z" | "2007-02-06T11:06:40Z" |
173,012 | Bug 173012 [build path] Edit 'Source Attachment for cp variable' dialog too big | I20070206-0010 1. Open Java Build Path Properties page 2. On Libraries tab add a variable 3. Select Variable 4. Edit... Is: Shown dialog is death ugly (see screenshot). It has twice the size it needs, and it is resizable. | resolved fixed | 584c2a5 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-02-13T14:09:33Z" | "2007-02-06T11:06:40Z" |
172,944 | Bug 172944 [package explorer] refreshes whole project when single compilation unit saved | 3.3 M4 - had many projects loaded, with many errors due to missing prerequisites - made an innocuous change to one file (adding a void foo() method) - this led to various notifications, the end result of which was that the Package Explorer did a complete refresh of the containing project and a downstream project, which also caused a label update event for every visible element in these projects (I had expanded all packages, so there were a lot of these) - this occurred despite the resource delta indicating that there were only changes to the affected file's content - all other changes were either to binary files or to markers The stack for the refresh of one of the projects looks like: Thread [Worker-51] (Suspended (entry into method postRefresh in PackageExplorerContentProvider)) PackageExplorerContentProvider.postRefresh(List, boolean) line: 650 PackageExplorerContentProvider.postRefresh(Object, int, Object) line: 634 PackageExplorerContentProvider.processResourceDeltas(IResourceDelta[], Object) line: 614 PackageExplorerContentProvider.processDelta(IJavaElementDelta) line: 457 PackageExplorerContentProvider.processAffectedChildren(IJavaElementDelta[]) line: 497 PackageExplorerContentProvider.handleAffectedChildren(IJavaElementDelta, IJavaElement) line: 492 PackageExplorerContentProvider.processDelta(IJavaElementDelta) line: 460 PackageExplorerContentProvider.elementChanged(ElementChangedEvent) line: 107 DeltaProcessor$3.run() line: 1531 SafeRunner.run(ISafeRunnable) line: 37 DeltaProcessor.notifyListeners(IJavaElementDelta, int, IElementChangedListener[], int[], int) line: 1521 DeltaProcessor.firePostChangeDelta(IJavaElementDelta, IElementChangedListener[], int[], int) line: 1356 DeltaProcessor.fire(IJavaElementDelta, int) line: 1335 DeltaProcessor.resourceChanged(IResourceChangeEvent) line: 1895 DeltaProcessingState.resourceChanged(IResourceChangeEvent) line: 369 NotificationManager$2.run() line: 282 SafeRunner.run(ISafeRunnable) line: 37 NotificationManager.notify(ResourceChangeListenerList$ListenerEntry[], IResourceChangeEvent, boolean) line: 276 NotificationManager.broadcastChanges(ElementTree, ResourceChangeEvent, boolean) line: 148 Workspace.broadcastPostChange() line: 257 Workspace.endOperation(ISchedulingRule, boolean, IProgressMonitor) line: 964 AutoBuildJob.doBuild(IProgressMonitor) line: 169 AutoBuildJob.run(IProgressMonitor) line: 222 Worker.run() line: 58 Tracing backwards: - In PackageExplorerContentProvider.processResourceDeltas(IResourceDelta[], Object), it fired the postRefresh because deltas.length > 1. Here, the model element is the project, and the child deltas are for META-INF and plugin.xml. The changes here are to markers only, so no structural changes to the viewer should be necessary. - In DeltaProcessor.resourceChanged(IResourceChangeEvent), the optimization check isAffectedBy(delta) returned true because some binary files had been added. All changes outside of bin were only to markers. I'd expect isAffectedBy to ignore binary/derived files (I'm assuming the Java model is only computed from source files). | resolved fixed | b891e25 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-02-12T17:09:58Z" | "2007-02-05T21:13:20Z" |
173,767 | Bug 173767 [content assist] no template proposals if no whitespace in front | 3.3M5 I20070209-1006 Some examples I've spotted of when content assist offers too few suggestions. In the following | represents the cursor at the point when Ctrl-Alt-SHIFT is pressed. Main template not proposed: public class Two{m|} (works if a space is inserted before 'm') Sysout template not proposed: public class Two{void m(){int a=1;syso|}} (works if a space is inserted before 'syso') No proposals: public class Two{void m(){|}} public class Two{String s="s";void m(){|}} (works in both cases if a space is inserted before the cursor) | resolved fixed | 1fa2d36 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-02-12T08:52:55Z" | "2007-02-11T02:13:20Z" |
173,295 | Bug 173295 [rename] Rename popup: Esc should quit rename mode | I20070206-0800. When I press the 'Alt' and then 'Esc' it is still in rename mode but it should not. | verified fixed | a146ced | ["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-02-08T13:31:44Z" | "2007-02-07T17:40:00Z" |
173,421 | Bug 173421 [implementation] The class file editor does not restore the caret location | I20070208-0010. The class file editor does not restore the caret location. | verified fixed | f2a18ab | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-02-08T09:57:20Z" | "2007-02-08T10:20:00Z" |
173,031 | Bug 173031 [package explorer] AFE null argument when restoring state of WorkingSetModel | I20070206-0010 1. Start Eclipse on a fresh workspace 2. Restart Eclipse 3. In pkg explorer select 'Top Level Elements'>'Working Sets' Is: !ENTRY org.eclipse.jdt.ui 4 2 2007-02-06 12:30:37.322 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jdt.ui". !STACK 0 org.eclipse.core.runtime.AssertionFailedException: null argument: at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:84) at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:72) at org.eclipse.ui.internal.LocalWorkingSetManager.restoreState(LocalWorkingSetManager.java:52) at org.eclipse.jdt.internal.ui.workingsets.WorkingSetModel.restoreState(WorkingSetModel.java:392) at org.eclipse.jdt.internal.ui.workingsets.WorkingSetModel.<init>(WorkingSetModel.java:252) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$10.run(PackageExplorerPart.java:1519) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.createWorkingSetModel(PackageExplorerPart.java:1516) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.rootModeChanged(PackageExplorerPart.java:1481) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.doWorkingSetChanged(PackageExplorerActionGroup.java:337) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.access$0(PackageExplorerActionGroup.java:335) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup$1.propertyChange(PackageExplorerActionGroup.java:116) at org.eclipse.jdt.internal.ui.workingsets.ViewActionGroup.setMode(ViewActionGroup.java:130) at org.eclipse.jdt.internal.ui.workingsets.ViewAction.run(ViewAction.java:34) 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:3490) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3104) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2257) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2221) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2096) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:456) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:451) 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:585) 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 | ff54d51 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetModel.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-02-07T20:48:55Z" | "2007-02-06T11:06:40Z" |
173,043 | Bug 173043 [rename] Rename popup: Alt should not commit during move | I20070206-0010. When I press the 'Alt' key while moving the Rename popup it places the shell to the closest target and ends the move operation. I would expect that 'Alt' has no special meaning. | verified fixed | dbc1bed | ["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-02-07T11:53:48Z" | "2007-02-06T13:53:20Z" |
173,021 | Bug 173021 [rename] Weird behavior upon right mouse click in Refactor popup | I20070206-0010. Weird behavior upon right mouse click in Refactor popup: It goes into 'move' mode and adds an item to my Windows task bar while moving. | verified fixed | eeda8ce | ["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-02-07T11:23:32Z" | "2007-02-06T11:06:40Z" |
173,055 | Bug 173055 [clean up] Widget disposed exception in CleanUpSaveParticipantPreferenceConfiguration | I20070206-0010. 1. open project specific settings 2. select Java Editor > 'Save Actions' 3. click 'Configure Workspace Settings...' 4. press 'OK' 5. on press 'Restore Defaults' ==> eclipse.buildId=I20070206-0010 java.version=1.5.0_10 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_CH Framework arguments: -update -keyring c:\eclipse\.keyring -application org.eclipse.ui.ide.application.workbench -showlocation Command-line arguments: -update -keyring c:\eclipse\.keyring -application org.eclipse.ui.ide.application.workbench -showlocation -data c:\eclipse\workspaces\tmp Error Tue Feb 06 15:21:16 CET 2007 Unhandled event loop exception 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.Button.setSelection(Button.java:872) at org.eclipse.jdt.internal.ui.fix.CleanUpSaveParticipantPreferenceConfiguration.settingsChanged(CleanUpSaveParticipantPreferenceConfiguration.java:282) at org.eclipse.jdt.internal.ui.fix.CleanUpSaveParticipantPreferenceConfiguration.performDefaults(CleanUpSaveParticipantPreferenceConfiguration.java:219) at org.eclipse.jdt.internal.ui.preferences.SaveParticipantConfigurationBlock$4.run(SaveParticipantConfigurationBlock.java:125) at org.eclipse.jdt.internal.ui.preferences.SaveParticipantConfigurationBlock.delegateToPreferenceConfiguration(SaveParticipantConfigurationBlock.java:169) at org.eclipse.jdt.internal.ui.preferences.SaveParticipantConfigurationBlock.performDefaults(SaveParticipantConfigurationBlock.java:123) at org.eclipse.jdt.internal.ui.preferences.AbstractConfigurationBlockPreferenceAndPropertyPage.performDefaults(AbstractConfigurationBlockPreferenceAndPropertyPage.java:114) at org.eclipse.jface.preference.PreferencePage$1.widgetSelected(PreferencePage.java:268) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:215) 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:3490) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3104) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ui.dialogs.PropertyDialogAction.run(PropertyDialogAction.java:156) 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:3490) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3104) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2257) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2221) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2096) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:456) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:451) 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:585) 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) at org.eclipse.core.launcher.Main.main(Main.java:23) | verified fixed | b10e133 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/saveparticipant/SaveParticipantDescriptor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/saveparticipant/SaveParticipantRegistry.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SaveParticipantConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-02-07T10:47:20Z" | "2007-02-06T13:53:20Z" |
173,014 | Bug 173014 [clean up] NPE on remove unused local types | null | verified fixed | ede91d9 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/UnusedCodeFix.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-02-07T09:46:13Z" | "2007-02-06T11:06:40Z" |
92,322 | Bug 92322 [refactoring] refactoring without modal window | null | resolved wontfix | 5b56127 | ["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-02-05T19:38:26Z" | "2005-04-22T03:20:00Z" |
172,516 | Bug 172516 use the new 'deprecated' and 'read-only' classpath variables | null | verified fixed | 8b14d87 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPVariableElement.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-02-05T15:18:52Z" | "2007-02-01T17:13:20Z" |
163,347 | Bug 163347 [clean up] Clean up doesn't follow formatter options | 3.3 M3 I enabled Clean up on save, and used the default save participant profile. When I started using it, I noticed that it was formatting my comments, even though my active formatter profile says comments should not be formatted. When I investigated I noticed that the clean up profile has a separate check box for "format comments". Why have a separate option for this when it is already part of the general formatter profile? The expected behaviour is that my formatter settings will always be obeyed... | resolved fixed | f0cbb4b | ["org.eclipse.jdt.ui.tests/performance/org/eclipse/jdt/ui/tests/performance/views/CleanUpPerfTest.java", "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/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpConstants.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/CommentFormatFix.java", "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"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-02-02T15:58:27Z" | "2006-11-03T16:06:40Z" |
49,412 | Bug 49412 [formatting] Offer comment formatting options per comment type | Is it possible to avoid formating simple comments, not JavaDoc? I often comment big pieces of code using /* */ pair, but when I format code, it breaks structure of code inside of comments. :-( In same time, I would like to have JavaDoc comments formated, because they start with /**. Is it possible to have additional switch for this? Or, if it is already exists, please point on it. ;-) | verified fixed | 8fa3926 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CommentFormatFix.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/FormatterMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileVersioner.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/CommentFormattingContext.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-02-02T14:48:01Z" | "2003-12-30T04:53:20Z" |
110,599 | Bug 110599 [quick assist] 'convert to enhanced for loop' removes comment | M20050923-1430 The 'convert to enhanced for loop' quick assist removes comments before the loop. It shouldn't. void m(String[] strings) { //comment stays //comment will be removed for (int i = 0; i < strings.length; i++) { System.out.println(strings[i]); } //comment stays } | resolved fixed | 483ad93 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertForLoopQuickFixTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertIterableLoopQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertForLoopOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertIterableLoopOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-02-02T10:48:01Z" | "2005-09-26T15:53:20Z" |
170,061 | Bug 170061 Use ResourceDescription API from IDE | null | resolved fixed | 5029e2a | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/DeleteFileChange.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/DeleteFolderChange.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/DeletePackageFragmentRootChange.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/DeleteSourceManipulationChange.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/UndoDeleteResourceChange.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/UndoablePackageDeleteChange.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/undo/ContainerDescription.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/undo/FileDescription.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/undo/FolderDescription.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/undo/IFileContentDescription.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/undo/MarkerDescription.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/undo/ProjectDescription.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/undo/ResourceDescription.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/undo/UndoMessages.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/undo/WorkspaceUndoMonitor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-02-01T16:37:24Z" | "2007-01-10T09:06:40Z" |
171,049 | Bug 171049 [build path] use the new 'deprecated' and 'read-only' classpath variables | null | verified fixed | b1fc099 | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitMessages.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/buildpath/ClasspathVariableMarkerResolutionGenerator.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ClasspathVariablesPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathSupport.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPVariableElement.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPVariableElementLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/EditVariableEntryDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/NewVariableEntryDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/VariableBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/VariableCreationDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-02-01T15:41:40Z" | "2007-01-19T15:20:00Z" |
170,885 | Bug 170885 [open type] sort prefix matches before camel case matches | I20070116-1510 see screenshot: When looking for IType, the dialog first shows camelcase matches, with the full match very late. Prefix matches should better be sorted first (after the history). | verified fixed | cdded9b | ["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-02-01T11:25:21Z" | "2007-01-18T11:33:20Z" |
170,884 | Bug 170884 [open type] problem with incomplete results | 20070118 It seems that sometimes no search matches are shown, only the history entries. - Open the dialog on a larger workspace - Quickly enter two characters and then remove the second one with backspace - You can see that the search is interrrupted at 60% and doesn't start again after the backspace - the result only contains history entries | verified fixed | e9da233 | ["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-01-31T18:45:37Z" | "2007-01-18T11:33:20Z" |
171,525 | Bug 171525 [open type] package filters don't work any more | I20070123-1715 In 3.3M4, the user could enter "java.util.*" or "java.util." as pattern in the Open Type dialog, and the found matches were all types in that package. In HEAD, it looks like all types from the workspace are shown. Hint: FilteredTypesSelectionDialog.TypeItemsFilter.fPackageMatcher is never set. | verified fixed | 2ae1c8e | ["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-01-31T16:11:56Z" | "2007-01-24T12:00:00Z" |
171,058 | Bug 171058 [package explorer] use FilteredResourcesSelectionDialog in 'Go To > Resource...' | Build ID: I20061214-1445 Steps To Reproduce: 1.Select a resource 2.Click Navigate in menu 3.Click Go to 4.Click Resource More information: 'Go to resource' dialog uses old dialog class. Now it extends ResourceListSelectionDialog. It should use new class - FilteredResourcesSelectionDialog. | verified fixed | 0e38587 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/GotoResourceAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-26T14:20:16Z" | "2007-01-19T15:20:00Z" |
157,479 | Bug 157479 [refactoring scripts] Internal error in refactoring history | Using I20060912-0800, no idea how to reproduce it. eclipse.buildId=I20060912-0800 java.version=1.5.0_09-ea java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_CA Framework arguments: -showlocation Command-line arguments: -os win32 -ws win32 -arch x86 -debug -consolelog -console -showlocation Here is the stacktrace: org.eclipse.core.runtime.CoreException: The argument map contains an argument empty with key/value at org.eclipse.ltk.internal.core.refactoring.history.RefactoringHistoryManager.checkArgument(RefactoringHistoryManager.java:114) at org.eclipse.ltk.internal.core.refactoring.history.RefactoringHistoryManager.checkArgumentMap(RefactoringHistoryManager.java:142) at org.eclipse.ltk.internal.core.refactoring.history.RefactoringHistoryService$RefactoringDescriptorStack.checkDescriptor(RefactoringHistoryService.java:174) at org.eclipse.ltk.internal.core.refactoring.history.RefactoringHistoryService$RefactoringDescriptorStack.push(RefactoringHistoryService.java:279) at org.eclipse.ltk.internal.core.refactoring.history.RefactoringHistoryService$RefactoringDescriptorStack.access$0(RefactoringHistoryService.java:277) at org.eclipse.ltk.internal.core.refactoring.history.RefactoringHistoryService$RefactoringOperationHistoryListener.historyNotification(RefactoringHistoryService.java:434) at org.eclipse.core.commands.operations.DefaultOperationHistory.notifyListeners(DefaultOperationHistory.java:879) at org.eclipse.core.commands.operations.DefaultOperationHistory.notifyDone(DefaultOperationHistory.java:943) at org.eclipse.core.commands.operations.DefaultOperationHistory.closeOperation(DefaultOperationHistory.java:1338) at org.eclipse.ltk.internal.core.refactoring.UndoManager2.changePerformed(UndoManager2.java:149) at org.eclipse.ltk.core.refactoring.PerformChangeOperation$1.run(PerformChangeOperation.java:239) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1719) at org.eclipse.ltk.core.refactoring.PerformChangeOperation.executeChange(PerformChangeOperation.java:280) at org.eclipse.ltk.internal.ui.refactoring.UIPerformChangeOperation.executeChange(UIPerformChangeOperation.java:109) at org.eclipse.ltk.core.refactoring.PerformChangeOperation.run(PerformChangeOperation.java:197) at org.eclipse.jdt.internal.ui.refactoring.RefactoringExecutionHelper$Operation.run(RefactoringExecutionHelper.java:82) 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:1737) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:4022) at org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:479) at org.eclipse.jdt.internal.ui.refactoring.RefactoringExecutionHelper.perform(RefactoringExecutionHelper.java:131) at org.eclipse.jdt.internal.ui.refactoring.reorg.ReorgMoveStarter.run(ReorgMoveStarter.java:82) at org.eclipse.jdt.internal.ui.packageview.SelectionTransferDropAdapter.handleDropMove(SelectionTransferDropAdapter.java:205) at org.eclipse.jdt.internal.ui.packageview.SelectionTransferDropAdapter.drop(SelectionTransferDropAdapter.java:136) at org.eclipse.jdt.internal.ui.dnd.JdtViewerDropAdapter.drop(JdtViewerDropAdapter.java:131) at org.eclipse.jdt.internal.ui.dnd.DelegatingDropAdapter$3.run(DelegatingDropAdapter.java:134) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.jdt.internal.ui.dnd.DelegatingDropAdapter.drop(DelegatingDropAdapter.java:132) at org.eclipse.swt.dnd.DNDListener.handleEvent(DNDListener.java:65) 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.Widget.sendEvent(Widget.java:952) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:937) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:709) at org.eclipse.swt.dnd.DropTarget.Drop(DropTarget.java:423) at org.eclipse.swt.dnd.DropTarget$3.method6(DropTarget.java:238) at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:117) at org.eclipse.swt.internal.ole.win32.COM.DoDragDrop(Native Method) at org.eclipse.swt.dnd.DragSource.drag(DragSource.java:306) at org.eclipse.swt.dnd.DragSource.access$0(DragSource.java:277) at org.eclipse.swt.dnd.DragSource$1.handleEvent(DragSource.java:164) 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:3390) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3009) 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:104) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:348) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) 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:341) at org.eclipse.core.launcher.Main.basicRun(Main.java:285) at org.eclipse.core.launcher.Main.run(Main.java:987) at org.eclipse.core.launcher.Main.main(Main.java:962) | verified fixed | 5723232 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-24T11:41:21Z" | "2006-09-15T14:20:00Z" |
171,359 | Bug 171359 'Open Type' brings error dialog when filtering | I20070116-1510 + plug-in export I20070116-1510.from20070122_1159. Not reproducible with all patterns. In my dev workspace I type "s" into the filter field and get an error dialog (see attached picture) and the following .log entry: !ENTRY org.eclipse.core.jobs 4 2 2007-01-23 09:46:34.843 !MESSAGE An internal error occurred during: "Items filtering". !STACK 0 java.lang.StringIndexOutOfBoundsException: String index out of range: 0 at java.lang.String.charAt(String.java:558) at org.eclipse.jdt.internal.ui.dialogs.FilteredTypesSelectionDialog$TypeItemsComparator.compareName(FilteredTypesSelectionDialog.java:1271) at org.eclipse.jdt.internal.ui.dialogs.FilteredTypesSelectionDialog$TypeItemsComparator.compare(FilteredTypesSelectionDialog.java:1251) at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$HistoryComparator.compare(FilteredItemsSelectionDialog.java:3152) at java.util.Arrays.mergeSort(Arrays.java:1307) at java.util.Arrays.mergeSort(Arrays.java:1296) at java.util.Arrays.mergeSort(Arrays.java:1295) at java.util.Arrays.sort(Arrays.java:1223) at java.util.Collections.sort(Collections.java:159) at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$ContentProvider.getItems(FilteredItemsSelectionDialog.java:2697) at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$ContentProvider.rememberResult(FilteredItemsSelectionDialog.java:2711) at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$FilterJob.filterContent(FilteredItemsSelectionDialog.java:2040) at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$AbstractFilterJob.internalRun(FilteredItemsSelectionDialog.java:1915) at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$AbstractFilterJob.doRun(FilteredItemsSelectionDialog.java:1876) at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$AbstractFilterJob.run(FilteredItemsSelectionDialog.java:1856) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) | verified fixed | d0971c5 | ["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-01-23T10:23:18Z" | "2007-01-23T08:13:20Z" |
171,073 | Bug 171073 Remove information dialog when there are not enough members in type to sort | When a selected compilation unit only has one field, or one method, choosing Source > Sort Members... results in the following dialog: Title: Sort Members Icon: Information Prompt: There are not enough members in this type to sort. Please remove this dialog, since it does not add anything that the user cares to know about. The fact that there is only one member means that the compilation unit is already sorted. A dialog is not displayed when the members of a compilation are already sorted, and therefore one should not be displayed when there is only one member. This dialog reduces the usability of Eclipse and annoys the user. | resolved fixed | 75cbb86 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/SortMembersAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-22T18:22:06Z" | "2007-01-19T18:06:40Z" |
170,717 | Bug 170717 [content assist] Content assist fails to work | I have build I20070116-1510 and am working in org.eclipse.ui.tests in ArbitraryPropertyTest (which should be submitted soon :-) basically, I have: IViewReference ref = page.findViewReference(VIEW_ID); PropListener refListener = new PropListener(); ref.addPartPropertyListener(refListener); /// later I type "ref.removePro<CTRL+SPACE>" and it lets me select the removePartPropertyListener method and puts my cursor in the insertion point. The I type "refLi<CTRL+SPACE>" and it instead complains about a syntax error ';' in the status line and will not show me completions. PW | verified fixed | 6d9c4f9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalLabelProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-18T18:12:19Z" | "2007-01-17T02:13:20Z" |
170,819 | Bug 170819 AssertionFailedException from JavaElementImageProvider | Build ID: M20060921-0945 Steps To Reproduce: I have the following scenario: I have a Rich Client application and as part of this application I launch the Java Project creation wizard. I specify the name of the project in the first page and click finish. After that I get a pop up with the following error "An error has ocuured. See log for more details" AND the following stack in the log file. The project itself gets created properly. Also, I can create WEB and EJB projects without any errors !ENTRY org.eclipse.jface 4 2 2007-01-17 12:11:59.968 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". !STACK 0 org.eclipse.jface.util.Assert$AssertionFailedException: null argument; at org.eclipse.jface.util.Assert.isNotNull(Assert.java:150) at org.eclipse.jface.util.Assert.isNotNull(Assert.java:126) at org.eclipse.jdt.ui.JavaElementImageDescriptor.<init>(JavaElementImageDescriptor.java:88) at org.eclipse.jdt.internal.ui.viewsupport.JavaElementImageProvider.getJavaImageDescriptor(JavaElementImageProvider.java:153) at org.eclipse.jdt.internal.ui.viewsupport.JavaElementImageProvider.computeDescriptor(JavaElementImageProvider.java:113) at org.eclipse.jdt.internal.ui.viewsupport.JavaElementImageProvider.getImageLabel(JavaElementImageProvider.java:94) at org.eclipse.jdt.internal.ui.viewsupport.JavaUILabelProvider.getImage(JavaUILabelProvider.java:138) at org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.DialogPackageExplorer$PackageLabelProvider.getImage(DialogPackageExplorer.java:222) at org.eclipse.jface.viewers.DecoratingLabelProvider.getImage(DecoratingLabelProvider.java:85) at org.eclipse.jface.viewers.DecoratingLabelProvider.updateLabel(DecoratingLabelProvider.java:356) at org.eclipse.jface.viewers.StructuredViewer.buildLabel(StructuredViewer.java:2077) at org.eclipse.jface.viewers.TreeViewer.doUpdateItem(TreeViewer.java:252) at org.eclipse.jface.viewers.AbstractTreeViewer$UpdateItemSafeRunnable.run(AbstractTreeViewer.java:95) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:843) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149) at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:849) at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:465) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:843) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149) at org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:1955) at org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem(AbstractTreeViewer.java:753) at org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractTreeViewer.java:731) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:705) at org.eclipse.jface.viewers.TreeViewer.createChildren(TreeViewer.java:892) at org.eclipse.jface.viewers.AbstractTreeViewer$5.run(AbstractTreeViewer.java:1288) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1323) at org.eclipse.jface.viewers.AbstractTreeViewer.inputChanged(AbstractTreeViewer.java:1277) at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:250) at org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:1542) at org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.DialogPackageExplorer.setInput(DialogPackageExplorer.java:409) at org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.NewSourceContainerWorkbookPage.init(NewSourceContainerWorkbookPage.java:122) at org.eclipse.jdt.internal.ui.wizards.buildpaths.BuildPathsBlock.doUpdateUI(BuildPathsBlock.java:354) at org.eclipse.jdt.internal.ui.wizards.buildpaths.BuildPathsBlock.updateUI(BuildPathsBlock.java:336) at org.eclipse.jdt.internal.ui.wizards.buildpaths.BuildPathsBlock.configureJavaProject(BuildPathsBlock.java:675) at org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage.configureJavaProject(JavaCapabilityConfigurationPage.java:254) at org.eclipse.jdt.internal.ui.wizards.JavaProjectWizardSecondPage.performFinish(JavaProjectWizardSecondPage.java:359) at org.eclipse.jdt.internal.ui.wizards.JavaProjectWizard.finishPage(JavaProjectWizard.java:59) at org.eclipse.jdt.internal.ui.wizards.NewElementWizard$2.run(NewElementWizard.java:117) 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:1737) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:4024) at org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313) 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 com.ibm.propertygroup.ui.internal.utilities.PropertyUIHelper.createProject(PropertyUIHelper.java:730) at com.ibm.propertygroup.ui.internal.widgets.PropertyUIWidgetText.performCreateProject(PropertyUIWidgetText.java:337) at com.ibm.propertygroup.ui.internal.widgets.PropertyUIWidgetText.handleEvent(PropertyUIWidgetText.java:226) 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 com.ibm.j2c.rcp.ApplicationWorkbenchWindowAdvisor.postWindowOpen(ApplicationWorkbenchWindowAdvisor.java:62) at org.eclipse.ui.internal.WorkbenchWindow.fireWindowOpened(WorkbenchWindow.java:1128) at org.eclipse.ui.internal.WorkbenchWindow.open(WorkbenchWindow.java:685) at org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow(Workbench.java:803) at org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow(Workbench.java:1437) at org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbench.java:1388) at org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWindow(WorkbenchConfigurer.java:190) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:708) at org.eclipse.ui.internal.Workbench.init(Workbench.java:1085) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1847) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at com.ibm.j2c.rcp.Application.run(Application.java:18) 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:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.eclipse.core.launcher.Main.invokeFramework(Main.java: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) More information: | resolved fixed | d59a22e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementImageProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-18T16:27:09Z" | "2007-01-17T18:53:20Z" |
129,973 | Bug 129973 [JUnit] Leaking TestCaseElements | I20060228 After removing all terminated test runs (and none was running), I still had 19384 instances of TestCaseElement (counting for 775 360 bytes). | resolved fixed | 0985bac | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/HistoryDropDownAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-16T18:48:08Z" | "2006-03-01T16:20:00Z" |
170,629 | Bug 170629 [Dialogs] PopupDialog - Quick Type Hierarchy does not properly support dialog fonts | I20070110-1600 - the 'Type hierarchy of...' label does not use the dialog font - the filter field uses the dialog font but does not resize vertically and thus clips text with larger fonts | verified fixed | a360b8d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-16T15:52:15Z" | "2007-01-16T15:06:40Z" |
170,552 | Bug 170552 [navigation] Outline no longer working (NullPointerException) | Eclipse 3.3 M4 I have no idea what I did, but suddenly Outline/Quick Outline stopped working for me for some projects (not all!). I tried restarting, cleaning, closing project, but nothing helped so far. Here is the exception: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditorInputFactory.createElement(ClassFileEditorInputFactory.java:58) at org.eclipse.ui.internal.NavigationHistoryEditorInfo.restoreEditor(NavigationHistoryEditorInfo.java:79) at org.eclipse.ui.internal.NavigationHistory.addEntry(NavigationHistory.java:327) at org.eclipse.ui.internal.NavigationHistory.markLocation(NavigationHistory.java:192) at org.eclipse.ui.texteditor.AbstractTextEditor.markInNavigationHistory(AbstractTextEditor.java:5300) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.setSelection(JavaEditor.java:2078) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.setSelection(JavaEditor.java:2207) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.revealInEditor(EditorUtility.java:183) at org.eclipse.jdt.internal.ui.text.AbstractInformationControl.gotoSelectedElement(AbstractInformationControl.java:452) at org.eclipse.jdt.internal.ui.text.AbstractInformationControl.access$0(AbstractInformationControl.java:445) at org.eclipse.jdt.internal.ui.text.AbstractInformationControl$5.keyPressed(AbstractInformationControl.java:340) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:122) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:937) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:965) at org.eclipse.swt.widgets.Text.sendKeyEvent(Text.java:1247) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:961) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1275) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3472) at org.eclipse.swt.widgets.Text.WM_CHAR(Text.java:1902) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3372) at org.eclipse.swt.widgets.Text.windowProc(Text.java:1897) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4134) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2176) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3077) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1945) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1909) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:425) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) 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.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:522) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:147) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:170) 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.core.launcher.Main.invokeFramework(Main.java:339) at org.eclipse.core.launcher.Main.basicRun(Main.java:283) at org.eclipse.core.launcher.Main.run(Main.java:984) at org.eclipse.core.launcher.Main.main(Main.java:959) Also, I appreciate any hint on how I get Eclipse working again. Ben | resolved fixed | 5a30402 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditorInputFactory.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-16T08:18:37Z" | "2007-01-15T22:26:40Z" |
157,798 | Bug 157798 [clean up] NPE in preview | 20060919 - create the folloing two CUs package a; public class B{ void foo() { if (true) return; } } ----- package a; public class A { } - select the two CUs and invoke 'Clean Up' - on the wizard page, click on the 'Configure Clean Ups' link and create a new profile based on the built-in but with 'Convert control statement bodies to block' and 'Code formatting enabled' - press next. On the preview page expand the node for B/java and click on the type node !ENTRY org.eclipse.ltk.core.refactoring 4 10000 2006-09-19 14:49:21.569 !MESSAGE Could not find the original of the copied text edit {ReplaceEdit} [2296,0] << !ENTRY org.eclipse.ltk.core.refactoring 4 10000 2006-09-19 14:49:21.569 !MESSAGE Could not find the original of the copied text edit {ReplaceEdit} [2139,3] << !ENTRY org.eclipse.ltk.core.refactoring 4 10000 2006-09-19 14:49:21.569 !MESSAGE Could not find the original of the copied text edit {ReplaceEdit} [2103,0] << !ENTRY org.eclipse.ltk.core.refactoring 4 10000 2006-09-19 14:49:21.579 !MESSAGE Could not find the original of the copied text edit {ReplaceEdit} [16713,4] << !ENTRY org.eclipse.jface 4 2 2006-09-19 14:49:21.579 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". !STACK 0 org.eclipse.core.runtime.AssertionFailedException: null argument: at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:84) at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:72) at org.eclipse.ltk.core.refactoring.MultiStateTextFileChange$ComposableUndoEdit.setGroup(MultiStateTextFileChange.java:189) at org.eclipse.ltk.core.refactoring.MultiStateTextFileChange$ComposableUndoEdit.access$1(MultiStateTextFileChange.java:188) at org.eclipse.ltk.core.refactoring.MultiStateTextFileChange$2.documentAboutToBeChanged(MultiStateTextFileChange.java:525) at org.eclipse.jface.text.AbstractDocument.fireDocumentAboutToBeChanged(AbstractDocument.java:606) at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1072) at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1091) at org.eclipse.text.edits.ReplaceEdit.performDocumentUpdating(ReplaceEdit.java:82) at org.eclipse.text.edits.TextEdit.traverseDocumentUpdating(TextEdit.java:896) at org.eclipse.text.edits.TextEdit.traverseDocumentUpdating(TextEdit.java:889) at org.eclipse.text.edits.TextEditProcessor.executeDo(TextEditProcessor.java:186) at org.eclipse.text.edits.TextEdit.dispatchPerformEdits(TextEdit.java:736) at org.eclipse.text.edits.TextEditProcessor.performEdits(TextEditProcessor.java:154) at org.eclipse.ltk.core.refactoring.MultiStateTextFileChange.getPreviewContent(MultiStateTextFileChange.java:540) at org.eclipse.ltk.internal.ui.refactoring.TextEditChangePreviewViewer.setInput(TextEditChangePreviewViewer.java:202) at org.eclipse.ltk.internal.ui.refactoring.InternalLanguageElementNode.feedInput(InternalLanguageElementNode.java:53) at org.eclipse.ltk.internal.ui.refactoring.PreviewWizardPage.showPreview(PreviewWizardPage.java:553) at org.eclipse.ltk.internal.ui.refactoring.PreviewWizardPage.access$3(PreviewWizardPage.java:532) at org.eclipse.ltk.internal.ui.refactoring.PreviewWizardPage$5.selectionChanged(PreviewWizardPage.java:523) at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162) 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:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160) at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:1998) at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1131) at org.eclipse.jface.viewers.CheckboxTreeViewer.handleSelect(CheckboxTreeViewer.java:271) at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1157) at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:213) at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:207) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:374) 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:3390) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3009) 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.startCleanupRefactoring(RefactoringExecutionStarter.java:266) at org.eclipse.jdt.internal.ui.actions.CleanUpAction.runOnMultiple(CleanUpAction.java:188) at org.eclipse.jdt.internal.ui.actions.CleanUpAction.run(CleanUpAction.java:94) 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: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:3390) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3009) 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:104) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:348) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) 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:341) at org.eclipse.core.launcher.Main.basicRun(Main.java:285) at org.eclipse.core.launcher.Main.run(Main.java:987) at org.eclipse.core.launcher.Main.main(Main.java:962) | resolved fixed | 86782f3 | ["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-01-15T15:36:03Z" | "2006-09-19T12:46:40Z" |
163,806 | Bug 163806 [misc] "Clean Up on save, Undo" should leave file uncleaned, but saved | I20061107-0800 "Clean Up on Save" is a global setting, but sometimes, I edit a file and I do not want to clean it up. Currently, I have to - undo all applied clean ups individually, - hunt for the preference page, - disable the save participant, - save, - enable the preference again. I think a good way to streamline this use case would be to combine the Clean Up on Save changes in a single undo operation. The undo should revert all Clean Ups and leave the file saved. | resolved fixed | a78b777 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpPostSaveListener.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/FixMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-11T17:49:30Z" | "2006-11-08T12:46:40Z" |
170,124 | Bug 170124 Remove dependancy on runtime.compatibility | build i20070109 The org.eclipse.jdt.ui bundle has a dependancy on the org.eclipse.runtime.compatiibility bundle. Is this still required? I don't believe so, so I will attach a patch removing this dependancy. | resolved fixed | 0c1d0a7 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-11T13:58:14Z" | "2007-01-10T20:13:20Z" |
169,984 | Bug 169984 [JUnit] IAE when comparing text results from test failure | I20061219-1300 Given a TestCase with multiple text comparison failures (?or whatever you call this) 1. Go to one failure 2. Select 'Compare actual with expected test result' 3. Select another failure Is: java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:3434) at org.eclipse.swt.SWT.error(SWT.java:3373) at org.eclipse.swt.SWT.error(SWT.java:3344) at org.eclipse.swt.custom.StyledText.setStyleRanges(StyledText.java:7724) at org.eclipse.swt.custom.StyledText.setStyleRanges(StyledText.java:7820) at org.eclipse.jface.text.TextViewer.applyTextPresentation(TextViewer.java:4411) at org.eclipse.jface.text.TextViewer.changeTextPresentation(TextViewer.java:4463) at org.eclipse.jface.text.presentation.PresentationReconciler.applyTextRegionCollection(PresentationReconciler.java:578) at org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:567) at org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:563) at org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.inputDocumentChanged(PresentationReconciler.java:119) at org.eclipse.jface.text.TextViewer.fireInputDocumentChanged(TextViewer.java:2652) at org.eclipse.jface.text.TextViewer.setDocument(TextViewer.java:2701) at org.eclipse.jface.text.source.SourceViewer.setDocument(SourceViewer.java:518) at org.eclipse.jface.text.source.SourceViewer.setDocument(SourceViewer.java:459) at org.eclipse.compare.contentmergeviewer.TextMergeViewer$ContributorInfo.updateViewerDocument(TextMergeViewer.java:462) at org.eclipse.compare.contentmergeviewer.TextMergeViewer$ContributorInfo.internalSetDocument(TextMergeViewer.java:413) at org.eclipse.compare.contentmergeviewer.TextMergeViewer$ContributorInfo.setDocument(TextMergeViewer.java:336) at org.eclipse.compare.contentmergeviewer.TextMergeViewer.updateContent(TextMergeViewer.java:2317) at org.eclipse.compare.contentmergeviewer.ContentMergeViewer.internalRefresh(ContentMergeViewer.java:703) at org.eclipse.compare.contentmergeviewer.ContentMergeViewer.inputChanged(ContentMergeViewer.java:603) at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:251) at org.eclipse.jdt.internal.junit.ui.CompareResultDialog.setCompareViewerInput(CompareResultDialog.java:251) at org.eclipse.jdt.internal.junit.ui.CompareResultDialog.setInput(CompareResultDialog.java:256) at org.eclipse.jdt.internal.junit.ui.CompareResultsAction.updateOpenDialog(CompareResultsAction.java:65) at org.eclipse.jdt.internal.junit.ui.FailureTrace.updateEnablement(FailureTrace.java:172) at org.eclipse.jdt.internal.junit.ui.FailureTrace.showFailure(FailureTrace.java:159) at org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart$10.run(TestRunnerViewPart.java:1539) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:152) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:28) at org.eclipse.swt.widgets.Display.syncExec(Display.java:3880) at org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart.postSyncRunnable(TestRunnerViewPart.java:1202) at org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart.showFailure(TestRunnerViewPart.java:1536) at org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart.handleTestSelected(TestRunnerViewPart.java:1531) at org.eclipse.jdt.internal.junit.ui.TestViewer.handleSelected(TestViewer.java:303) at org.eclipse.jdt.internal.junit.ui.TestViewer.access$0(TestViewer.java:297) at org.eclipse.jdt.internal.junit.ui.TestViewer$TestSelectionListener.selectionChanged(TestViewer.java:73) at org.eclipse.jdt.internal.ui.viewsupport.SelectionProviderMediator.fireSelectionChanged(SelectionProviderMediator.java:131) at org.eclipse.jdt.internal.ui.viewsupport.SelectionProviderMediator.doSelectionChanged(SelectionProviderMediator.java:112) at org.eclipse.jdt.internal.ui.viewsupport.SelectionProviderMediator$InternalListener.selectionChanged(SelectionProviderMediator.java:40) at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162) 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.Viewer.fireSelectionChanged(Viewer.java:160) at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2004) at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1137) at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1163) at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:227) at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:221) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:388) 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:3465) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3079) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1945) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1909) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:425) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) 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.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:522) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:147) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:170) 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:473) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:417) at org.eclipse.equinox.launcher.Main.run(Main.java:1121) at org.eclipse.equinox.launcher.Main.main(Main.java:1096) at org.eclipse.core.launcher.Main.main(Main.java:23) I guess this is due to the fact that this dialog is non modal anymore... | resolved fixed | c1f7b63 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/CompareResultDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-11T11:51:31Z" | "2007-01-09T16:26:40Z" |
170,192 | Bug 170192 [implementation] IllegalStateException when reading spelling dictionary | I20070110-1600 and M20070110-1900 !ENTRY org.eclipse.ui.workbench.texteditor 4 2 2007-01-11 11:07:00.628 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench.texteditor". !STACK 0 java.lang.IllegalStateException: Current state = CODING_END, new state = CODING at java.nio.charset.CharsetDecoder.throwIllegalStateException(CharsetDecoder.java:784) at java.nio.charset.CharsetDecoder.decode(CharsetDecoder.java:474) at sun.nio.cs.StreamDecoder$CharsetSD.implRead(StreamDecoder.java:478) at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:223) at java.io.InputStreamReader.read(InputStreamReader.java:208) at java.io.BufferedReader.fill(BufferedReader.java:153) at java.io.BufferedReader.readLine(BufferedReader.java(Compiled Code)) at java.io.BufferedReader.readLine(BufferedReader.java(Compiled Code)) at org.eclipse.jdt.internal.ui.text.spelling.engine.AbstractSpellDictionary.load(AbstractSpellDictionary.java:460) at org.eclipse.jdt.internal.ui.text.spelling.engine.AbstractSpellDictionary.isCorrect(AbstractSpellDictionary.java:370) at org.eclipse.jdt.internal.ui.text.spelling.engine.DefaultSpellChecker.isCorrect(DefaultSpellChecker.java:350) at org.eclipse.jdt.internal.ui.text.spelling.engine.DefaultSpellChecker.execute(DefaultSpellChecker.java:264) at org.eclipse.jdt.internal.ui.text.spelling.JavaSpellingEngine.check(JavaSpellingEngine.java:54) at org.eclipse.jdt.internal.ui.text.spelling.SpellingEngine.check(SpellingEngine.java:77) at org.eclipse.jdt.internal.ui.text.spelling.DefaultSpellingEngine.check(DefaultSpellingEngine.java:75) at org.eclipse.ui.texteditor.spelling.SpellingService$1.run(SpellingService.java:103) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:108) at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:80) at org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(SpellingReconcileStrategy.java:179) at org.eclipse.jdt.internal.ui.text.spelling.JavaSpellingReconcileStrategy.reconcile(JavaSpellingReconcileStrategy.java:125) at org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.initialReconcile(SpellingReconcileStrategy.java:162) at org.eclipse.jdt.internal.ui.text.CompositeReconcilingStrategy.initialReconcile(CompositeReconcilingStrategy.java:114) at org.eclipse.jdt.internal.ui.text.JavaCompositeReconcilingStrategy.initialReconcile(JavaCompositeReconcilingStrategy.java:122) at org.eclipse.jface.text.reconciler.MonoReconciler.initialProcess(MonoReconciler.java:103) at org.eclipse.jdt.internal.ui.text.JavaReconciler.initialProcess(JavaReconciler.java:332) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:170) | verified fixed | ee60239 | ["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-01-11T11:23:22Z" | "2007-01-11T10:06:40Z" |
170,197 | Bug 170197 [model] JavaCore.newLibraryEntry(.., IClasspathAttribute[], ..) should check for null | I20070109-1805 JavaCore.newLibraryEntry(.., IClasspathAttribute[], ..) should throw an exception if the given IClasspathAttribute[] is not null. Currently, null is silently accepted and leads to NPEs when the extra attributes are accessed later. Although unspecified, passing null for accessRules is currently accepted (and explicitly handled). Therefore, it's maybe better to continue allowing null for accessRules. Even jdt.core code currently relies on this behavior, see ClasspathEntry.decodeAccessRules(NodeList). I just fixed a broken invocation in our class BuildPathSupport, but such problems may be hard to find in general since creation and usage are quite separated. | verified fixed | 1949134 | ["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-01-11T10:46:47Z" | "2007-01-11T10:06:40Z" |
170,191 | Bug 170191 [clean up] On save clean up should leverage ICleanUps requrieAST | I20070109-1805 If format on save is the only clean up it is not required to create an AST, but at the moment CUPSL does not use the requiresAST query on ICleanUp and therefor creates an unnecessary AST in this corner case. | resolved fixed | 886f3dc | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpPostSaveListener.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AbstractCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CodeStyleCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ControlStatementsCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ConvertLoopCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ExpressionsCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ImportsCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/Java50CleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PotentialProgrammingProblemsCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StringCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnnecessaryCodeCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnusedCodeCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/VariableDeclarationCleanUp.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-11T10:08:49Z" | "2007-01-11T10:06:40Z" |
163,443 | Bug 163443 [clean up] private constructor with parameter flagged as unnecessary | When invoking clean up with "Remove unused private member - constructor" enabled on the example class from the clean up preference page, the constructor is not being removed. class Example { private Example() {} public void bar() { int i= 10; } } | verified fixed | 020c7cf | ["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-01-11T09:55:43Z" | "2006-11-04T14:20:00Z" |
164,831 | Bug 164831 [preferences] Content Assist preference page: should indent checkboxes for access restrictions | I20061114-1636 Content Assist preference page: should indent checkboxes after "Proposals with access restrictions:". "Show camel case matches" has nothing to do with access restrictions, so it should be left-aligned with the "Proposals with..." label, and the "Hide..." checkboxes should be indented. I'm not sure about "Hide deprectaed references", but it should probably also be indented. | verified fixed | 3333185 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeAssistConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-10T18:06:06Z" | "2006-11-16T18:00:00Z" |
169,365 | Bug 169365 [Compare] Adopt improved element compare support | There have been some improvements to the API to support element comparisons. I will attach a patch to JDT/UI that adopts these changes. | resolved fixed | a687647 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaElementAdapterFactory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/CompareMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaCompareWithEditionActionImpl.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaElementHistoryPageSource.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaHistoryActionImpl.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaReplaceWithEditionActionImpl.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaStructureCreator.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-10T16:41:10Z" | "2007-01-02T20:33:20Z" |
157,784 | Bug 157784 [rename] Linked mode should be left immediately on external updates | null | resolved fixed | c4d1e04 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInformationPopup.java", "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-01-10T15:22:58Z" | "2006-09-19T10:00:00Z" |
169,932 | Bug 169932 [generalize type] InvocationTargetException on array declaration | Build ID: M20060921-0945 Steps To Reproduce: If the generalize declared type refactoring is run on an array declaration like the one of the parameter args: public static void main(String args[]) {...} the refactoring throws an AssertionFailedException. More information: !ENTRY org.eclipse.jdt.ui 4 10001 2007-01-09 08:08:31.218 !MESSAGE Internal Error !STACK 0 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:304) at org.eclipse.jdt.internal.ui.refactoring.ChangeTypeWizard$ChangeTypeInputPage$ValidTypesTask.run(ChangeTypeWizard.java:207) 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.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.startChangeTypeRefactoring(RefactoringExecutionStarter.java:212) at org.eclipse.jdt.ui.actions.ChangeTypeAction.run(ChangeTypeAction.java:156) 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(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) Caused by: org.eclipse.core.runtime.AssertionFailedException: assertion failed: No constraint variable matches the selected ASTNode. at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109) at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeTypeRefactoring.findConstraintVariableForSelectedNode(ChangeTypeRefactoring.java:937) at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeTypeRefactoring.computeValidTypes(ChangeTypeRefactoring.java:418) at org.eclipse.jdt.internal.ui.refactoring.ChangeTypeWizard$1.run(ChangeTypeWizard.java:198) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Root exception: org.eclipse.core.runtime.AssertionFailedException: assertion failed: No constraint variable matches the selected ASTNode. at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109) at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeTypeRefactoring.findConstraintVariableForSelectedNode(ChangeTypeRefactoring.java:937) at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeTypeRefactoring.computeValidTypes(ChangeTypeRefactoring.java:418) at org.eclipse.jdt.internal.ui.refactoring.ChangeTypeWizard$1.run(ChangeTypeWizard.java:198) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) | resolved fixed | 690301c | ["org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testArray2_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testArray_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testBogusSelection_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testEnum_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testFieldOfLocalType_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testInvalidSelection_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testMultiDeclaration_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testObjectReturnType_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testOverriddenBinaryMethod_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testPrimitive_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testQualifiedFieldRef_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testTypeParameter_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testUpdateNotPossible_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ChangeTypeRefactoringTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-10T14:54:27Z" | "2007-01-09T08:06:40Z" |
163,789 | Bug 163789 [clean up] Use modifier 'final' where possible: error for private field | I20061107-0800 The Clean Up "Use modifier 'final' where possible > Private field" erroneously adds 'final' when the field is assigned again in a constructor calling this(): public class Try { private int fField; public Try() { fField= 12; } public Try(int val) { this(); fField= val; } } | resolved fixed | 2ea7ca3 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/VariableDeclarationFix.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-09T17:26:57Z" | "2006-11-08T12:46:40Z" |
169,608 | Bug 169608 [Use supertype] refactoring causes infinite loop with self-referential generic types | Build ID: M20060921-0945 Steps To Reproduce: 1. Create A.java with body public class A<T extends A<T>> {} 2. Create B.java with body public class B<T extends B<T>> extends A<B<T>> {} 3. Create C.java with body: public class C extends B<C> {} 4. While in C.java, attempt the "Use supertype where possible" refactoring, and select B<T> as the "supertype to use instead of C". A dialog box pops up informing that "An unexpected exception occurred while performing the refactoring. See the error log for more details". More information: The error log shows a java.lang.reflect.InvocationTargetException with a root cause of java.lang.StackOverflowError. The stack overflow stems from an infinite loop of the following seven stack frames: at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.TypeEnvironment.createParameterizedType(TypeEnvironment.java:365) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.TypeEnvironment.create(TypeEnvironment.java:182) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.HierarchyType.initialize(HierarchyType.java:37) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.ParameterizedType.initialize(ParameterizedType.java:31) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.TypeEnvironment.createParameterizedType(TypeEnvironment.java:365) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.TypeEnvironment.create(TypeEnvironment.java:182) at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.ParameterizedType.initialize(ParameterizedType.java:37) Placing a breakpoint at org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types.TypeEnvironment [line: 365] - createParameterizedType(ITypeBinding), and displaying the value of the binding variable, I see it toggling between B<C> and A<B<C>>. It appears that the jdt is getting tripped up because B<C> extends A<B<C>>, which in turn is parameterized by B<C>. | verified fixed | ceaf11b | ["org.eclipse.jdt.ui.tests.refactoring/resources/UseSupertypeWherePossible/testNew39/in/C.java", "org.eclipse.jdt.ui.tests.refactoring/resources/UseSupertypeWherePossible/testNew39/out/C.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/UseSupertypeWherePossibleTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TType.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TypeEnvironment.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-09T17:10:00Z" | "2007-01-04T22:33:20Z" |
162,540 | Bug 162540 [clean up] clean up for editor must not create additional AST | I20061024-1200 If clean up is executed on the active editor then it must use the editor's AST (via ASTProvider) and not create a second one. | resolved fixed | 6923624 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpPostSaveListener.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-08T16:10:30Z" | "2006-10-27T09:06:40Z" |
169,840 | Bug 169840 [clean up] Ok button on profile modify dialog should not be disabled | I20061219-1300 1. Open the clean up (or formatter) profile dialog Is: The OK button is disabled Should: Not be disabled 2. Change the profile 3. Click Apply Is: The OK button becomes disabled Should: Not be disabled Disabling the OK button although everything is ok with the settings is confusing. | resolved fixed | 77511cd | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ModifyDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-08T15:11:28Z" | "2007-01-08T15:26:40Z" |
158,041 | Bug 158041 [clean up] Clean up requires two passes to add 'final' | When cleanup changes legacy for loops to use the new foreach format (i.e.: "for (Type x : collection_of_x) ..."), it does not add the initial 'final' keyword unless a second pass is made, changing the code to "for (final Type x : collection_of_x) ..." | resolved fixed | 4cf498e | ["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/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertForLoopOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertIterableLoopOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertLoopFix.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ConvertLoopCleanUp.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-08T14:49:51Z" | "2006-09-20T19:20:00Z" |
162,573 | Bug 162573 [clean up] Clean up wizard too small / does not restore to default size | I20061024-1200 + ZRH-plugins from 20061027_1543 The Source > Clean Up wizard always opens with the last used size, and restoring the original size does not work. This is especially bad for users who used the wizard with an older build. Steps: - new workspace with I20061017-0800 - create project, open clean up wizard, close without doing anything - start same workspace with HEAD - open clean up wizard => wizard is too small / contents are cut => doubleclicking below the cancel button not restore a default size that shows all contents | resolved fixed | 202a1d9 | ["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringWizardDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-08T14:07:36Z" | "2006-10-27T14:40:00Z" |
154,787 | Bug 154787 [clean up][member access] 'Change accesses through subtypes' does not check if supertype is visible | Version 3.3M1. If you have the following two types and you do a "Clean Up" with "Change access to static using declaring type." enabled, you will not be able to compile the results. This example is a simplification based on our production code. SomeClass.java: package test; public class SomeClass implements SomeConstants { } ---- SomeConstants.java: package test; interface SomeConstants { String FOO = "FOO"; } ---- package test2; import test.SomeClass; public class SomeSubclass { public String getIt() { return SomeClass.FOO; } } ---- Select "SomeSubclass" and do a "Clean Up", results in: Severity and Description Path Resource Location Creation Time Id SomeConstants cannot be resolved Test Java 1.5/src/test2 SomeSubclass.java line 21 1156293250127 16790299 The type test.SomeConstants is not visible Test Java 1.5/src/test2 SomeSubclass.java line 12 1156293250127 16790297 | resolved fixed | 21df5f8 | ["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-01-08T13:42:57Z" | "2006-08-22T23:40:00Z" |
169,831 | Bug 169831 [clean up] Share project specific profiles does not work | I20061219-1300 Given a project from CVS: 1. Go to project property page Java Code Style>Clean Up 2. Enable project specific settings 3. Edit eclipse built in 4. Rename to 'foo' 5. Enable 'Use blocks'/'Always' 6. Ok 7. Ok 8. Synchronize with reprository -> Outgoing changes 9. Commit 10. In another workspace load the same project from CVS 11. Go to the property page Is: Unmanaged profile 'foo' (correct) 12. Edit Is: Settings are correct 13. Source>Clean Up Is: Eclipse [built-in] is project profile Should: 'foo' should be project profile 14. Next Is: Error: Could not retrieve profile for project 'E01' | verified fixed | a0564ec | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpPreferenceUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MultiFixMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileManager.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-08T11:52:59Z" | "2007-01-08T09:53:20Z" |
168,847 | Bug 168847 [surround with] SurroundWithActionGroup waits for AST when building editor context menu | I20061219-1300 SurroundWithActionGroup waits for AST when building editor context menu. We must not wait for the AST while building the main editor context menu. "main" prio=6 tid=0x00036340 nid=0xda0 in Object.wait() [0x0007e000..0x0007fc40] at java.lang.Object.wait(Native Method) - waiting on <0x12d4dda0> (a java.lang.Object) at java.lang.Object.wait(Object.java:474) at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.getAST(ASTProvider.java:490) - locked <0x12d4dda0> (a java.lang.Object) at org.eclipse.jdt.internal.ui.text.correction.AssistContext.getASTRoot(AssistContext.java:70) at org.eclipse.jdt.internal.ui.text.correction.SurroundWith.getSelectedStatements(SurroundWith.java:170) at org.eclipse.jdt.internal.ui.text.correction.QuickTemplateProcessor.getAssists(QuickTemplateProcessor.java:120) at org.eclipse.jdt.internal.ui.actions.SurroundWithTemplateMenuAction.getTemplateActions(SurroundWithTemplateMenuAction.java:3 at org.eclipse.jdt.internal.ui.actions.SurroundWithTemplateMenuAction.fillMenu(SurroundWithTemplateMenuAction.java:162) at org.eclipse.jdt.internal.ui.actions.SurroundWithActionGroup.fillContextMenu(SurroundWithActionGroup.java:60) at org.eclipse.jdt.internal.ui.actions.CompositeActionGroup.fillContextMenu(CompositeActionGroup.java:78) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.editorContextMenuAboutToShow(CompilationUnitEditor.java:1336) at org.eclipse.ui.texteditor.AbstractTextEditor$13.menuAboutToShow(AbstractTextEditor.java:2486) at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:289) at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:394) at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:390) at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:416) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:117) 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.Widget.sendEvent(Widget.java:952) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:933) at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:3681) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3398) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1554) at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:1728) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4134) at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method) at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:227) at org.eclipse.swt.widgets.Display.runPopups(Display.java:3491) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3073) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1945) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1909) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:425) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) 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.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:522) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:147) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:170) 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:473) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:417) at org.eclipse.equinox.launcher.Main.run(Main.java:1121) at org.eclipse.equinox.launcher.Main.main(Main.java:1096) | verified fixed | 15f3cdc | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/SurroundWithActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/SurroundWithTemplateMenuAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickTemplateProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SurroundWith.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-08T10:14:02Z" | "2006-12-21T14:06:40Z" |
162,882 | Bug 162882 [preferences] [clean up] Clean Up and Code Formatter preference pages: combo should have label | I20061030-1704 The combo to select the current profile on the Clean Up and Code Formatter preference pages should have label, e.g. Clean Up profile: [profile combo] [edit] [remove] | resolved fixed | 36f7fd2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CleanUpPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeFormatterPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-08T10:10:20Z" | "2006-10-31T13:06:40Z" |
152,176 | Bug 152176 [quick fix] Request to recognize J9 executable as Java executable | This problem came up when using jclDesktop J9 JRE as the default JRE and try to do a quickfix to generate serialversionUID. The code that obtains the java executable in org.eclipse.jdt.internal.ui.text.correction.SerialVersionLaunchConfigurationDelegate.getJavaExecutable() fails to recognize that j9.exe (or j9) is a valid java executable. It is hard coded in method findJavaExecutable() to look only for java or javaw executable. The IJavaLaunchConfigurationConstants.ATTR_JAVA_COMMAND is set by the SerialVersionLaunchConfigurationDelegate which has no knowledge of the J9. We currently have no hooks into the SerialVersion with respect to J9. So the request is to make j9 and j9w as valid recognizable java executables in the string array "fgExecutableLocations". To reproduce the problem the following was done: 1. Install any J9 JRE (as part of Lotus Expeditor/WED toolkit team we used jclDesktop JRE). 2. Make jclDesktop JRE the default JRE. 3. Create a project with a class that implements java.io.Serializable but does not contain serialVersionUID. This will generate a warning. 4. Use the quickfix option and select add generated serial version ID. 5. That will generate a error dialog. Note: This will not fail if a J2SE JRE is chosen. Debugging this problem showed the problem in the JDT code at the above described location. | verified fixed | 27dd8a5 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SerialVersionLaunchConfigurationDelegate.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-08T10:07:31Z" | "2006-07-28T18:06:40Z" |
99,738 | Bug 99738 [formatting] each format shifts code inside <pre> one space to the right | null | verified fixed | 63e251c | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpStressTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-08T09:02:37Z" | "2005-06-13T16:26:40Z" |
169,331 | Bug 169331 [inline] else branch captured after method inlining | Build ID: M20060921-0945 Consider the code snippet void a(boolean x) { if( x ) System.out.println("in a: x is true"); } void b(boolean x, boolean y) { if( y ) a(x); else System.out.println("in b: y is false"); } When I use the "inline" refactorization on a(boolean) I end up with void b(boolean x, boolean y) { if( y ) if( x ) System.out.println("in a: x is true"); else System.out.println("in b: y is false"); } which has the wrong semantics; it parses as void b(boolean x, boolean y) { if( y ) { if( x ) System.out.println("in a: x is true"); else System.out.println("in b: y is false"); } } The refactorization should insert a level of braces in such cases to prevent the else being captured. | resolved fixed | 35734e4 | ["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/controlStatement_in/TestDanglingIf.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/controlStatement_out/TestDanglingIf.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-04T23:42:55Z" | "2007-01-02T15:00:00Z" |
125,504 | Bug 125504 [API] common supertype for ICompilationUnit and IClassFile | 20060127 I know this is a classic, but this would help really a lot: introduce a common supertype for ICompilationUnit and IClassFile We currently often pass around IJavaElement, that can only be an IClassFile or ICompilationUnit. This can be swallowed for internal code, but is bad for API. Example: Input for the ASTParser when creating an AST Name suggestion: ITypeContainerUnit Alternative name suggestions: IJavaFile, ISourceUnit, ISourceRoot public interface ITypeContainerUnit extends IJavaElement, IParent, IOpenable, ISourceReference, ICodeAssist { IJavaElement getElementAt(int position) throws JavaModelException; IType findPrimaryType(); } -> ICompilationUnit extends ITypeContainerUnit -> IClassFile extends ITypeContainerUnit ASTParser.setSource(ITypeContainerUnit) CompilationUnit.getSourceUnit() : ITypeContainerUnit IMember.getTypeContainerUnit : ITypeContainerUnit | verified fixed | 2d1f4d0 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/NodeFinder.java", "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/RefactoringExecutionStarter.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/base/JavaStatusContext.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ReplaceInvocationsRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceAnalyzer.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceProvider.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/util/RefactoringASTParser.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/InlineMethodAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/SelectionConverter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/InlineAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ReplaceInvocationsAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-04T17:23:55Z" | "2006-01-27T16:40:00Z" |
153,055 | Bug 153055 [create on paste] Pasting illegal clipboard content gives crypted error message | I20060807-2000 Paste this into an empty Package Explorer: public MyClass( int param1, String param2, long param3 ) { } ==> you get a strange error message talking about selected elements. | resolved fixed | 148e31f | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringMessages.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/PasteAction.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-04T13:51:30Z" | "2006-08-08T09:40:00Z" |
169,446 | Bug 169446 [quick fix] @SuppressWarnings should use full qualifier to attribute class | The quickfix @SuppressWarnings currently only adds an unqualified reference to the SuppressWarnings attribute instead of a fully qualified reference to java.lang.SuppressWarnings. When there is already a reference to another annotation with the same name in the same file, (e.g., edu.umd.cs.findbugs.annotations.SuppressWarnings) then the quickfix references the wrong annotation class. E.g., use the small test file import edu.umd.cs.findbugs.annotations.SuppressWarnings; @SuppressWarnings("BC") public class Test { public static void fromStream(final InputStream stream) throws IOException { List lines = IOUtils.readLines(stream); } } and use the quickfix Add Suppress Warnings then the following attribute is generated: @SuppressWarnings("unchecked") public static void fromStream(final InputStream stream) throws IOException { List lines = IOUtils.readLines(stream); } But, actually the follwing output is correct: @java.lang.SuppressWarnings("unchecked") public static void fromStream(final InputStream stream) throws IOException { List lines = IOUtils.readLines(stream); } | resolved fixed | 16b93ed | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ModifierCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SuppressWarningsSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-04T11:14:24Z" | "2007-01-03T16:00:00Z" |
169,166 | Bug 169166 [JUnit] JUnit does not report failure when a test fails if the exception thrown by the test fails itself in getMessage() | Build ID: M20060629-1905 Steps To Reproduce: In the following example, JUnit reports no failures, doesn't finish properly (progress information is not updated to show that the test has concluded) and doesn't continue processing tests. import org.junit.Test; public class Sample { @Test public void testSomething() { throw new RuntimeException() { public String getMessage() { throw new IllegalArgumentException("whatever"); } }; } } More information: | resolved fixed | 20cde58 | ["org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/junit3/JUnit3Listener.java", "org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/junit3/JUnit3TestReference.java", "org.eclipse.jdt.junit4.runtime/src/org/eclipse/jdt/internal/junit4/runner/JUnit4TestListener.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-03T17:08:30Z" | "2006-12-28T07:13:20Z" |
168,691 | Bug 168691 [create on paste] Source paste cannot handle simple syntax errors | 3.3 M4 I often have snippets in bug reports that do not compile. In such situations the pasting source feature simply gives up with an error dialog. It should handle such scenarios gracefully. Try this: ------------%<-------------- class Test { /** !!! this line breaks it !!! void foo() { doSomething(); } } ------------%<-------------- | resolved fixed | da76a97 | ["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-01-03T15:28:14Z" | "2006-12-20T15:53:20Z" |
169,362 | Bug 169362 [key binding] Ctrl+O during code assist disables key bindings | Build ID: I20060810-1230 Steps To Reproduce: 1. Open some existing Java file in a Java editor, and trigger an autocomplete popup, for example, by typing "return get", and pressing CTRL-SPACE, to see a list of getters. 2. While the pop-up is still being displayed, press CTRL-O to attempt to open the quick-outline. The quick-outline does not actually show up. 3. Dismiss the autocomplete popup by clicking somewhere else. 4. Try the shortcuts CTRL-O for quickoutline, CTRL-SHIFT-F to format the code, etc. They will no longer work. 5. Close and reopen the Java file (doesn't matter whether you save the changes). The shortcut keys CTRL-O and CTRL-SHIFT-F will work again. More information: | resolved fixed | b10caa9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-03T15:14:00Z" | "2007-01-02T20:33:20Z" |
167,826 | Bug 167826 [rename] Rename field does not allow refactoring to an existing name | Build ID: 3.2.0 Previous I could refactor a name to an existing name and I would receive an warning that there was a nameclash. That clash could I then deal with after the refactoring. In 3.2.0 I am not even allowed to do the refactoring. A simplyfied example. I have a static class like public class CONST { public static final int TIMEOUT_1 = 1000; public static final int TIMEOUT_2 = 2000; } At some point I realize that I do not need the TIMEOUT_2. I would then refactor TIMEOUT_2 to TIMEOUT_1, and remove one of the declarations in the class. This feature is something that I use really often. | resolved fixed | ec2d5cb | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameFieldProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-01-03T13:17:22Z" | "2006-12-13T11:40:00Z" |
168,834 | Bug 168834 [getter setter] should remove final field modifier | I20061219-1300 Given: package test; public class E { private final int field; public E() { field= -1; } } 1. Source>Generate Getters and Setters... 2. Check 'field' (why is it not already checked?) 3. OK Is: Dialog is asking me if I want to skip the generation of the setter (due to final modifier of field) Should: What I want is that the action removes the final modifier. There is code which can do that: VariableDeclarationRewrite | resolved fixed | b761de5 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/source/GenerateGettersSettersTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/AddGetterSetterOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/CodeGenerationMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2006-12-22T15:54:26Z" | "2006-12-21T08:33:20Z" |
163,121 | Bug 163121 [quick assist] "Convert to enhanced for loop" proposes existing name "element" | I20061101-0800 "Convert to enhanced for loop" proposes existing name "element", causing compile errors: void foo(Object[] x, Object[] y) { for (int i= 0; i < y.length; i++) for (int j= 0; j < x.length; j++) System.out.println(y[i]); } - convert outer for - convert inner for => result: void foo(Object[] x, Object[] y) { for (Object element : y) for (Object element : x) System.out.println(element); } | resolved fixed | 251bcef | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertForLoopQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertForLoopOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertLoopFix.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2006-12-22T10:47:01Z" | "2006-11-01T19:40:00Z" |
168,032 | Bug 168032 [package explorer] cannot reveal resources in closed working sets | 3.3 M3 - make sure to have the Package Explorer in working sets mode - open any file - collapse the working set containing that file - in the editor do a "Show in > Package Explorer" from the context menu Observe: you hear a beep, but the file is not revealed in the Package Explorer - expand working set, try again Observe: not it works | verified fixed | be100df | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetModel.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2006-12-21T17:46:23Z" | "2006-12-14T09:53:20Z" |
168,007 | Bug 168007 [build path] Removing an attribute removes selection | I20061214-0010 1. expand rt.jar on the 'Libraries' build path page 2. click 'Remove' ==> the entry is update but the selection is lost EXPTECTED: the entry is still gray selected (because the list does not have the focus) | resolved fixed | ca9722e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/ListDialogField.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/TreeListDialogField.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2006-12-21T11:08:34Z" | "2006-12-14T07:06:40Z" |
168,209 | Bug 168209 [actions] Javadoc Attachments do not open on Shift-F2 when target folder contains spaces and plug-in is not jarD | Build ID: M20060629-1905 Steps To Reproduce: 1. Switch Target Platform to a one that contains spaces in path 2. Put a plug-in that implements the extension-point 'org.eclipse.pde.core.javadoc' and is *not* jarD up into the this Target Platform 3. Within the ide create a class that references a class that's described by the Javadoc Attachment plug-in. Try to open the Javadoc Attachment from within the ide using Shift-F2 --> An error dialog shows up, denoting that the file could not be found If the plug-in (not the documentation itself) is jarD it does work. Also the javadoc that does show up on hover. The cause for this is that the path is percent encoded and the file exists check fails. It brings up the error dialog, although the url is valid and the OpenBrowserUtil would open this file. Due to this check is only executed if protocol is "file", this does not occur when the plug-in is jarD. See: org.eclipse.jdt.ui.actions.OpenExternalJavadocAction.run(IJavaElement element) line 191 if ("file".equals(baseURL.getProtocol())) { //$NON-NLS-1$ URL noRefURL= JavaUI.getJavadocLocation(element, false); if (!(new File(noRefURL.getFile())).isFile()) { String message= ActionMessages.OpenExternalJavadocAction_no_entry; showMessage(shell, Messages.format(message, new String[] { labelName, noRefURL.toExternalForm() }), false); return; } } More information: | resolved fixed | 3bbd22e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenExternalJavadocAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2006-12-19T16:31:09Z" | "2006-12-15T13:40:00Z" |
164,626 | Bug 164626 [actions] Add 'Show in...' to context menu of any Java view, not just editor | Add the ALT+Shift+W (Show in...) on the right click menu on any file, not just the java ones. Note that the keyboard shortcut already exists on any type of file, it's just not mapped onto the right-click menu. | resolved fixed | ae29476 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/NewSearchViewActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenViewActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2006-12-19T15:34:28Z" | "2006-11-15T11:26:40Z" |
167,682 | Bug 167682 [package explorer] 'Referenced Libraries' node stays when all libraries filtered | I20061212-0010 The 'Referenced Libraries' node stays in the Package Explorer when all libraries are filtered (enable filters 'Libraries from external' and 'Libraries from project'). This is inconsistent with the 'Plug-in Dependencies' node which is removed as soon as the 'Libraries from external' filter is active. | resolved fixed | a5ee9bb | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/LogicalPackage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesViewTreeViewer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/LibraryFilter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/LayoutActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ProblemTreeViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2006-12-19T10:36:30Z" | "2006-12-12T16:13:20Z" |
75,843 | Bug 75843 Deadlock arised when calling JDIDebugModel.createMethodEntryBreakpoint | We are now having quite a few cases where a deadlock occurred when we were trying to created an internal breakpoint by calling JDIDebugModel.createMethodEntryBreakpoint. The deadlock will freeze the entire UI. The situation can be summarized into the following: 1. The UI thread (main thread) is in the process of displaying a GUI component, e.g. a dialog 2. The processing of the UI component triggers our debugger to call JDIDebugModel.createMethodEntryBreakpoint to set an internal breakpoint. 3. The process of creating the method entry breakpoint results in the WorkbenchContentProvider.resourceChanged(IResourceChangeEvent) to be executed, which calls Display.syncExec(Runnable). 4. And we have a deadlock. Since I have already discussed this issue with folks from both the JDT team and UI team, I just want to reemphasize a few points: 1. Delay the displaying of the GUI component is not a valid solution, because it is the displaying of the GUI component that triggers the rest of the reaction chain. 2. The process of displaying the GUI component is pending because the information required by the GUI component cannot be completed due to the breakpoint creation. I am including the thread snapshots when the deadlock is occurred: The main thread shows: Thread [main] (Suspended) OS.DispatchMessageW(MSG) line: not available [native method] OS.DispatchMessage(MSG) line: 1467 Display.readAndDispatch() line: 2429 Workbench.runEventLoop(Window$IExceptionHandler, Display) line: 1377 Workbench.runUI() line: 1348 Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 254 PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 141 IDEApplication.run(Object) line: 96 PlatformActivator$1.run(Object) line: 335 EclipseStarter.run(Object) line: 273 EclipseStarter.run(String[], Runnable) line: 129 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: 85 NativeMethodAccessorImpl.invoke(Method, Object, Object[]) line: 58 DelegatingMethodAccessorImpl.invoke(Method, Object, Object[]) line: 60 Method.invoke(Object, Object[]) line: 391 Main.basicRun(String[]) line: 185 Main.run(String[]) line: 684 Main.main(String[]) line: 668 The thread that is responsible for the creation of the java method entry breakpoint shows: Thread [org.eclipse.jdt.debug: JDI Event Dispatcher] (Suspended) Semaphore(Object).wait(long, int) line: not available [native method] Semaphore(Object).wait(long) line: 223 Semaphore.acquire(long) line: 37 UISynchronizer.syncExec(Runnable) line: 42 Display.syncExec(Runnable) line: 3096 WorkbenchContentProvider.resourceChanged(IResourceChangeEvent) line: 107 NotificationManager$2.run() line: 283 InternalPlatform.run(ISafeRunnable) line: 615 Platform.run(ISafeRunnable) line: 747 NotificationManager.notify(ResourceChangeListenerList$ListenerEntry[], IResourceChangeEvent, boolean) line: 277 NotificationManager.broadcastChanges(ElementTree, int, boolean) line: 151 Workspace.broadcastChanges(int, boolean) line: 172 Workspace.endOperation(ISchedulingRule, boolean, IProgressMonitor) line: 900 Workspace.run(IWorkspaceRunnable, ISchedulingRule, int, IProgressMonitor) line: 1682 JavaMethodEntryBreakpoint(JavaBreakpoint).run(ISchedulingRule, IWorkspaceRunnable) line: 769 JavaMethodEntryBreakpoint.<init>(IResource, String, String, String, int, int, int, int, boolean, Map) line: 87 JDIDebugModel.createMethodEntryBreakpoint(IResource, String, String, String, int, int, int, int, boolean, Map) line: 553 WSAJavaMethodEntryBreakpoint.setBreakpoint(IResource, IDebugTarget) line: 35 WSAJavaMethodEntryBreakpoint (WSAJavaMethodBreakpoint).setTemporaryBreakpoint(IResource, IDebugTarget) line: 35 WSABreakpointManager.setMethodEntryBreakpoint(String, String, String) line: 893 WSAJavaThread.handleBreakpointHit(IBreakpoint) line: 468 WSAJavaThread.handleDebugEvents(DebugEvent[]) line: 255 WSAJavaDebugTarget.filterJavaEvents(DebugEvent[]) line: 731 WSAJavaDebugTarget.filterDebugEvents(DebugEvent[]) line: 705 DebugPlugin$EventNotifier.run() line: 936 InternalPlatform.run(ISafeRunnable) line: 615 Platform.run(ISafeRunnable) line: 747 DebugPlugin$EventNotifier.dispatch(DebugEvent[]) line: 960 DebugPlugin.fireDebugEventSet(DebugEvent[]) line: 337 EventDispatcher.fireEvents() line: 296 EventDispatcher.dispatch(EventSet) line: 181 EventDispatcher.run() line: 221 Thread.run() line: 813 | verified fixed | 69fdb44 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2006-12-18T16:42:10Z" | "2004-10-07T20:13:20Z" |
168,412 | Bug 168412 [navigation] CTRL+O tree should expand first level items when editor opened on nested class | I have EMF in my classpath. I open a nested, top-level class (EcoreUtil$Copier). When I invoke CTRL+O, I see the outline with only the class name shown. Expectation is that the top-level treeitems should be expanded initially. Maybe it is being calculated as 2nd-level because of the filtered outer class. | resolved fixed | bb07862 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2006-12-18T16:11:06Z" | "2006-12-18T13:53:20Z" |
139,805 | Bug 139805 [preferences] Java Editor preference page cut off in High Contrast | RC2 1) Change your window resolution to 1152x768 2) Select Use High Contrast from the Accessibility options 3) Restart when prompted 4) Open the preference dialog 5) Select java - > Editor | resolved fixed | 5f16fd2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorHoverConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaTemplatePreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2006-12-18T15:21:47Z" | "2006-05-02T20:00:00Z" |
168,104 | Bug 168104 [preferences] Make configurable errors non-fatal preference option more prominent | If I want to mark Unused Imports as errors in my files, I should be able to do so without preventing that CU from being compiled successfully. My desire is to see a Red X in the decorators for Tasks View, Synchronize View, etc., not to prevent the file from compiling. Some teams allow warnings to be present in their files. For example, a reference to a deprecated class cannot be hidden without compiling with Java 5. In this use case, there are more severe levels of hygiene errors that should be displayed as red X's, but should not cause compile problems that prevent running and hot-swapping. | resolved fixed | 6371524 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBuildConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2006-12-18T10:11:10Z" | "2006-12-14T18:13:20Z" |
167,706 | Bug 167706 [preferences] Selecting 5.0 compliance with 6.0 JRE should not warn | I20061212-0010 In a project with a 6.0 JRE on the build path, go to project properties > Java Compiler and set compiler compliance to 5.0 => the "make sure you have a 5.0 JRE" warning makes no sense | resolved fixed | 25d7e20 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2006-12-18T08:42:31Z" | "2006-12-12T19:00:00Z" |
167,714 | Bug 167714 [quick assist] add commands for refactoring quick fixes to support keybindings | I20061212-0010 Add commands for the new refactoring quick fixes to support keybindings: Extract local, extract constant, inline local, convert local to field, convert anonymous to member type. | resolved fixed | e7ddac4 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2006-12-15T21:06:32Z" | "2006-12-12T19:00:00Z" |
167,663 | Bug 167663 rename does not fully reveal renamed type | 20061212-0010 1. create type A 2. Select the type name 'A' in the editor and invoke 'Rename' from the context menu 3. Dialog shows up, enter A1 as new name 4. After the rename, the selection is still on 'A', should be 'A1' | resolved fixed | 8d9c6ce | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameLinkedMode.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/refactoring/RenameSupport.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2006-12-15T16:45:46Z" | "2006-12-12T16:13:20Z" |
167,646 | Bug 167646 [package explorer] Source generation actions still enabled after delete | 20061212-0010 - select a java file on the package explorer - press 'Delete' and confirm to delete - after the delete open the 'Source' global menu > 'Generate Getter' and other source generation menues are still enabled | resolved fixed | 1a03e00 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ProblemTreeViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2006-12-15T11:57:04Z" | "2006-12-12T16:13:20Z" |
167,616 | Bug 167616 [build path] Java project gets into weird state when .classpath is gone | I20061212-0010 1. create a Java project P 2. delete the .classpath file 3. close P 4. open P 5. open the build path dialog ==> shows a JRE system library 6. press OK ==> P still doesn't shows a JRE 7. create class C ==> errors are reported | resolved fixed | da6022a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/BuildPathsPropertyPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2006-12-15T09:26:24Z" | "2006-12-12T13:26:40Z" |
167,554 | Bug 167554 [package explorer] Double-clicking on a closed project should open it | null | resolved fixed | c39a7cc | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ProjectActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2006-12-14T16:55:39Z" | "2006-12-12T07:53:20Z" |
167,644 | Bug 167644 [build path] no feedback when removing source attachement | I20061212-0010 1. expand rt.jar on the 'Libraries' build path page 2. click 'Remove' ==> the entry is not update (still shows the source location) If you den select the entry again, the button is grayed out. Also, when hitting 'Edit...' no location is shown. Look like an update problem of the entry text and the 'Remove' button. | verified fixed | 90a90c1 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2006-12-13T15:23:07Z" | "2006-12-12T16:13:20Z" |
167,634 | Bug 167634 [JUnit] println in TestElement | When running plugin tests I am getting prints to the console. It looks like a println in org.eclipse.jdt.internal.junit.model.TestElement.setStatus(*) PW | verified fixed | 01ef0d7 | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestElement.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/TestElement.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2006-12-13T15:16:12Z" | "2006-12-12T13:26:40Z" |
167,570 | Bug 167570 [quick assist] Convert local variable to field misses references | I20061212-0010 Have: public class Bug { void foo() { Bug i = new Bug(); i.foo(); } } Use the 'Convert local variable to field' quick assist on i (after 'Bug i') ==> the 'i' on 'i.foo()' is not linked and hence not updated. | verified fixed | 90f0d5d | ["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 | "2006-12-13T14:40:11Z" | "2006-12-12T10:40:00Z" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.