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
80,393
Bug 80393 NPE in AllTypesCache.getTypes()
reported by Christof Marti: running performance tests on 3.0 resulted in the following NPE. It seems that AllTypesCache.getAllTypes can return null and that AllTypesCache.getTypes() doesn't check for this. java.lang.NullPointerException at org.eclipse.jdt.internal.corext.util.AllTypesCache.getTypes(AllTypesCache.java:246) at org.eclipse.jdt.text.tests.performance.EditorTestHelper.joinBackgroundActivities(EditorTestHelper.java: 243) at org.eclipse.jdt.text.tests.performance.PerformanceTestSetup.setUp(PerformanceTestSetup.java:76) at junit.extensions.TestSetup$1.protect(TestSetup.java:18) at junit.extensions.TestSetup.run(TestSetup.java:23) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) at junit.extensions.TestDecorator.run(TestDecorator.java:28) at org.eclipse.jdt.text.tests.performance.CloseWorkbenchDecorator.run(CloseWorkbenchDecorator.java: 31) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:320) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:196) at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:188) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2749) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2434) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:131) at org.eclipse.test.UITestApplication.run(UITestApplication.java:58) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at org.eclipse.core.launcher.Main.basicRun(Main.java:183) at org.eclipse.core.launcher.Main.run(Main.java:644) at org.eclipse.core.launcher.Main.main(Main.java:628)
resolved fixed
6514fd5
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/AllTypesCache.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-12-08T11:22:55Z"
"2004-12-07T17:20:00Z"
80,349
Bug 80349 Extract Local Variable refactoring does not remember final state [refactoring]
I always use final for variables, which are not modified after initialization. When I use Extract Local Variable, I always need to toggle the switch, Eclipse just forgets my previous toggling.
resolved fixed
c762167
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractTempWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-12-07T15:19:02Z"
"2004-12-07T09:00:00Z"
78,053
Bug 78053 Package Explorer shouldn't fetch any children on startup. [package explorer]
We have a custom classpath container that reads a properties file in a workspace project. A typical workspace has around 50 projects in it. When Eclipse is started it takes a long time to come up with such a workspace on a ClearCase dynamic view. It is slightly better with snapshot views. During debugging/tracing I noticed that initializing the classpath containers in all projects takes an significant amount of time and that this operation is performed in the main thread which prevents the workbench window from coming up. Thread [main] (Suspended) RequiredCartridgeClassPathContainer(CartridgeClassPathContainer).getClasspathEntries() line: 121 ClasspathEntry.validateClasspathEntry(IJavaProject,IClasspathEntry, boolean, boolean) line: 1022 JavaProject.getResolvedClasspath(IClasspathEntry[], IPath, boolean, boolean, Map) line: 1861 DeltaProcessingState$ProjectUpdateInfo.updateProjectReferencesIfNecessary() line: 98 DeltaProcessingState.performClasspathResourceChange(JavaProject, IClasspathEntry[], IClasspathEntry[], IClasspathEntry[], boolean) line: 223 SetClasspathOperation.updateProjectReferencesIfNecessary() line: 771 SetClasspathOperation.executeOperation() line: 246 SetClasspathOperation(JavaModelOperation).run(IProgressMonitor) line: 700 Workspace.run(IWorkspaceRunnable, ISchedulingRule, int, IProgressMonitor) line: 1673 SetClasspathOperation(JavaModelOperation).runOperation(IProgressMonitor) line: 744 JavaProject.setRawClasspath(IClasspathEntry[], IPath, IProgressMonitor, boolean, IClasspathEntry[], boolean, boolean) line: 2658 JavaCore$3.run(IProgressMonitor) line: 3433 BatchOperation.executeOperation() line: 34 BatchOperation(JavaModelOperation).run(IProgressMonitor) line: 700 Workspace.run(IWorkspaceRunnable, ISchedulingRule, int, IProgressMonitor) line: 1673 JavaCore.run(IWorkspaceRunnable, ISchedulingRule, IProgressMonitor) line: 3246 JavaCore.setClasspathContainer(IPath, IJavaProject[], IClasspathContainer[], IProgressMonitor) line: 3416 BeehiveClassPathInitializer.initialize(IPath, IJavaProject) line: 57 JavaModelManager.initializeContainer(IJavaProject, IPath) line: 1261 JavaModelManager.initializeAllContainers(IJavaProject, IPath) line: 1226 JavaModelManager.getClasspathContainer(IPath, IJavaProject) line: 833 JavaCore.getClasspathContainer(IPath, IJavaProject) line: 1184 JavaProject.getResolvedClasspath(IClasspathEntry[], IPath, boolean, boolean, Map) line: 1889 JavaProject.getResolvedClasspath(boolean, boolean, boolean) line: 1799 PackageFragmentRoot.isOnClasspath() line: 805 PackageFragmentRoot.exists() line: 356 PackageFragmentProvider.getChildren(Object) line: 75 PackageExplorerContentProvider.getChildren(Object) line: 127 PackageExplorerPart$PackageExplorerProblemTreeViewer.isExpandable(Object ) line: 260 PackageExplorerPart$PackageExplorerProblemTreeViewer(AbstractTreeViewer) .updatePlus(Item, Object) line: 1587 PackageExplorerPart$PackageExplorerProblemTreeViewer(AbstractTreeViewer) .createTreeItem(Widget, Object, int) line: 382 AbstractTreeViewer$1.run() line: 361 BusyIndicator.showWhile(Display, Runnable) line: 69 PackageExplorerPart$PackageExplorerProblemTreeViewer(AbstractTreeViewer) .createChildren(Widget) line: 342 AbstractTreeViewer$5.run() line: 787 PackageExplorerPart$PackageExplorerProblemTreeViewer(StructuredViewer).p reservingSelection(Runnable) line: 862 PackageExplorerPart$PackageExplorerProblemTreeViewer(AbstractTreeViewer) .inputChanged(Object, Object) line: 777 PackageExplorerPart$PackageExplorerProblemTreeViewer(ContentViewer).setI nput(Object) line: 238 PackageExplorerPart$PackageExplorerProblemTreeViewer(StructuredViewer).s etInput(Object) line: 1059 PackageExplorerPart.createPartControl(Composite) line: 475 PartPane$2.run() line: 137 InternalPlatform.run(ISafeRunnable) line: 616 Platform.run(ISafeRunnable) line: 747 ViewPane(PartPane).createChildControl() line: 133 ViewPane.createChildControl() line: 135 ViewFactory$1.run() line: 351 InternalPlatform.run(ISafeRunnable) line: 616 Platform.run(ISafeRunnable) line: 747 ViewFactory.busyRestoreView(IViewReference) line: 273 ViewFactory$2.run() line: 530 BusyIndicator.showWhile(Display, Runnable) line: 69 ViewFactory.restoreView(IViewReference) line: 528 ViewFactory$ViewReference.getPart(boolean) line: 102 WorkbenchPage$1.propertyChange(PropertyChangeEvent) line: 132 ViewPane(LayoutPart).setVisible(boolean) line: 268 ViewPane(PartPane).setVisible(boolean) line: 317 ViewPane.setVisible(boolean) line: 568 PresentablePart.setVisible(boolean) line: 122 DefaultViewPresentation(DefaultPartPresentation).selectPart(IPresentable Part) line: 1116 ViewStack(PartStack).refreshPresentationSelection() line: 946 ViewStack(PartStack).createControl(Composite, StackPresentation) line: 467 ViewStack(PartStack).createControl(Composite) line: 367 ViewSashContainer(PartSashContainer).createControl(Composite) line: 432 PerspectiveHelper.activate(Composite) line: 155 Perspective.onActivate() line: 732 WorkbenchPage.onActivate() line: 2063 WorkbenchWindow$4.run() line: 1858 BusyIndicator.showWhile(Display, Runnable) line: 69 WorkbenchWindow.setActivePage(IWorkbenchPage) line: 1845 WorkbenchWindow.restoreState(IMemento, IPerspectiveDescriptor) line: 1409 Workbench.restoreState(IMemento) line: 1224 Workbench.access$10(Workbench, IMemento) line: 1185 Workbench$13.run() line: 1096 InternalPlatform.run(ISafeRunnable) line: 616 Platform.run(ISafeRunnable) line: 747 Workbench.restoreState() line: 1029 WorkbenchConfigurer.restoreState() line: 167 IDEWorkbenchAdvisor(WorkbenchAdvisor).openWindows() line: 652 Workbench.init(Display) line: 819 Workbench.runUI() line: 1325 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: 39 DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25 Method.invoke(Object, Object[]) line: 324 Main.basicRun(String[]) line: 185 Main.run(String[]) line: 704 Main.main(String[]) line: 688
verified fixed
40d89ad
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-12-06T17:29:28Z"
"2004-11-08T10:33:20Z"
79,905
Bug 79905 Move inner to top failed for enums
public class A { enum E { } } - try moving E to top java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(Unknown Source) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(Unknown Source) at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(Unknown Source) at org.eclipse.ui.internal.progress.ProgressManager$3.run(Unknown Source) at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source) at org.eclipse.ui.internal.progress.ProgressManager.busyCursorWhile(Unknown Source) at org.eclipse.ui.internal.progress.ProgressManager.busyCursorWhile(Unknown Source) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.checkInitialConditions(Unknown Source) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.access$0(Unknown Source) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation$1.run(Unknown Source) at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run(Unknown Source) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate(Unknown Source) at org.eclipse.jdt.ui.actions.ConvertNestedToTopAction.startRefactoring(Unknown Source) at org.eclipse.jdt.ui.actions.ConvertNestedToTopAction.run(Unknown Source) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(Unknown Source) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(Unknown Source) at org.eclipse.jface.action.Action.runWithEvent(Unknown Source) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Unknown Source) at org.eclipse.jface.action.ActionContributionItem.access$2(Unknown Source) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(Unknown Source) at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source) at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source) at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source) at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source) at org.eclipse.jdt.internal.ui.actions.QuickMenuAction.run(Unknown Source) at org.eclipse.jface.action.Action.runWithEvent(Unknown Source) at org.eclipse.ui.commands.ActionHandler.execute(Unknown Source) at org.eclipse.ui.internal.commands.Command.execute(Unknown Source) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(Unknown Source) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(Unknown Source) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(Unknown Source) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(Unknown Source) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$2(Unknown Source) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent(Unknown Source) at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source) at org.eclipse.swt.widgets.Display.filterEvent(Unknown Source) at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source) at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source) at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source) at org.eclipse.swt.widgets.Control.traverse(Unknown Source) at org.eclipse.swt.widgets.Control.translateMnemonic(Unknown Source) at org.eclipse.swt.widgets.Composite.translateMnemonic(Unknown Source) at org.eclipse.swt.widgets.Control.translateMnemonic(Unknown Source) at org.eclipse.swt.widgets.Display.translateMnemonic(Unknown Source) at org.eclipse.swt.widgets.Display.filterMessage(Unknown Source) at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source) at org.eclipse.ui.internal.Workbench.runEventLoop(Unknown Source) at org.eclipse.ui.internal.Workbench.runUI(Unknown Source) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Unknown Source) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(Unknown Source) at org.eclipse.ui.internal.ide.IDEApplication.run(Unknown Source) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Unknown Source) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129) 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.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:684) at org.eclipse.core.launcher.Main.main(Main.java:668) Caused by: org.eclipse.jdt.internal.corext.Assert$AssertionFailedException: null argument; at org.eclipse.jdt.internal.corext.Assert.isNotNull(Unknown Source) at org.eclipse.jdt.internal.corext.Assert.isNotNull(Unknown Source) at org.eclipse.jdt.internal.corext.refactoring.structure.MoveInnerToTopRefactoring.findTypeDeclaration(Unknown Source) at org.eclipse.jdt.internal.corext.refactoring.structure.MoveInnerToTopRefactoring.isInstanceFieldCreationMandatory(Unknown Source) at org.eclipse.jdt.internal.corext.refactoring.structure.MoveInnerToTopRefactoring.checkInitialConditions(Unknown Source) at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(Unknown Source) at org.eclipse.core.internal.resources.Workspace.run(Unknown Source) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(Unknown Source) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(Unknown Source) Root exception: org.eclipse.jdt.internal.corext.Assert$AssertionFailedException: null argument; at org.eclipse.jdt.internal.corext.Assert.isNotNull(Unknown Source) at org.eclipse.jdt.internal.corext.Assert.isNotNull(Unknown Source) at org.eclipse.jdt.internal.corext.refactoring.structure.MoveInnerToTopRefactoring.findTypeDeclaration(Unknown Source) at org.eclipse.jdt.internal.corext.refactoring.structure.MoveInnerToTopRefactoring.isInstanceFieldCreationMandatory(Unknown Source) at org.eclipse.jdt.internal.corext.refactoring.structure.MoveInnerToTopRefactoring.checkInitialConditions(Unknown Source) at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(Unknown Source) at org.eclipse.core.internal.resources.Workspace.run(Unknown Source) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(Unknown Source) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(Unknown Source)
resolved fixed
6cdb86d
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-12-06T16:59:53Z"
"2004-12-01T19:40:00Z"
80,251
Bug 80251 AssertionFailedException while creating RefactoringStatusEntry
I200412011139 with ZRH plugin-export from 20041203_0932 I tried to 'Move Member Type to New File'. There was a potential match on the type to be moved to a new file in another CU from another package. After using Organize Import in that CU, such that the type reference resolved, the problem was gone. Reproducible with the following two CUs from different packages by invoking 'Move Member Type To New File' on B: package test; public class A { public static class B { } } package test2; public class C { public void foo() { B b= null; } } java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:303) at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.ja va:624) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java :621) at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:1919 ) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.createChange(Refacto ringWizard.java:565) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.computeUserInputSucc essorPage(RefactoringWizard.java:410) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.getStartingPage(Refa ctoringWizard.java:391) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.crea teContents(RefactoringWizardDialog2.java:523) at org.eclipse.jface.window.Window.create(Window.java:375) at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:983) at org.eclipse.jface.window.Window.open(Window.java:685) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation$1.run(R efactoringWizardOpenOperation.java:125) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run(Ref actoringWizardOpenOperation.java:138) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.ac tivate(RefactoringStarter.java:40) at org.eclipse.jdt.ui.actions.ConvertNestedToTopAction.startRefactoring( ConvertNestedToTopAction.java:210) at org.eclipse.jdt.ui.actions.ConvertNestedToTopAction.run(ConvertNested ToTopAction.java:166) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(Select ionDispatchAction.java:216) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispa tchAction.java:188) at org.eclipse.jface.action.Action.runWithEvent(Action.java:989) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:555) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContri butionItem.java:505) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionC ontributionItem.java:419) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:814) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2803) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2448) at org.eclipse.jdt.internal.ui.actions.QuickMenuAction.run(QuickMenuActi on.java:77) at org.eclipse.jface.action.Action.runWithEvent(Action.java:989) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:188) at org.eclipse.ui.internal.commands.Command.execute(Command.java:130) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(Workben chKeyboard.java:445) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboar d.java:724) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(Workbe nchKeyboard.java:767) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindi ngs(WorkbenchKeyboard.java:536) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$2(WorkbenchKeyb oard.java:479) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent(Workbenc hKeyboard.java:221) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:752) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:813) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:838) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:823) at org.eclipse.swt.widgets.Control.traverse(Control.java:2734) at org.eclipse.swt.widgets.Control.translateMnemonic(Control.java:2575) at org.eclipse.swt.widgets.Composite.translateMnemonic(Composite.java:78 6) at org.eclipse.swt.widgets.Control.translateMnemonic(Control.java:2593) at org.eclipse.swt.widgets.Display.translateMnemonic(Display.java:3223) at org.eclipse.swt.widgets.Display.filterMessage(Display.java:766) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2444) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1579) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1550) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.jav a:282) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:10 2) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformAct ivator.java:220) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:129) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:710) at org.eclipse.core.launcher.Main.main(Main.java:694) Caused by: org.eclipse.ltk.internal.core.refactoring.AssertionFailedException: a ssertion failed: at org.eclipse.ltk.internal.core.refactoring.Assert.isTrue(Assert.java:1 02) at org.eclipse.ltk.internal.core.refactoring.Assert.isTrue(Assert.java:8 9) at org.eclipse.ltk.core.refactoring.RefactoringStatusEntry.<init>(Refact oringStatusEntry.java:108) at org.eclipse.ltk.core.refactoring.RefactoringStatusEntry.<init>(Refact oringStatusEntry.java:93) at org.eclipse.ltk.core.refactoring.RefactoringStatus.addEntry(Refactori ngStatus.java:533) at org.eclipse.jdt.internal.corext.refactoring.RefactoringSearchEngine2$ RefactoringSearchCollector.acceptSearchMatch(RefactoringSearchEngine2.java:93) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.report(Mat chLocator.java:1319) at org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator.ma tchReportReference(TypeReferenceLocator.java:232) at org.eclipse.jdt.internal.core.search.matching.OrLocator.matchReportRe ference(OrLocator.java:195) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.reportMatc hing(MatchLocator.java:1588) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.reportMatc hing(MatchLocator.java:1797) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.reportMatc hing(MatchLocator.java:1655) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.process(Ma tchLocator.java:1253) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatc hes(MatchLocator.java:830) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatc hes(MatchLocator.java:869) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatc hes(MatchLocator.java:971) at org.eclipse.jdt.internal.core.search.JavaSearchParticipant.locateMatc hes(JavaSearchParticipant.java:94) at org.eclipse.jdt.internal.core.search.SearchBasicEngine.findMatches(Se archBasicEngine.java:196) at org.eclipse.jdt.internal.core.search.SearchBasicEngine.search(SearchB asicEngine.java:382) at org.eclipse.jdt.core.search.SearchEngine.search(SearchEngine.java:512 ) at org.eclipse.jdt.internal.corext.refactoring.RefactoringSearchEngine2. searchPattern(RefactoringSearchEngine2.java:311) at org.eclipse.jdt.internal.corext.refactoring.structure.MoveInnerToTopR efactoring.createTypeReferencesMapping(MoveInnerToTopRefactoring.java:671) at org.eclipse.jdt.internal.corext.refactoring.structure.MoveInnerToTopR efactoring.createChangeManager(MoveInnerToTopRefactoring.java:347) at org.eclipse.jdt.internal.corext.refactoring.structure.MoveInnerToTopR efactoring.checkFinalConditions(MoveInnerToTopRefactoring.java:276) at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckCo nditionsOperation.java:84) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChan geOperation.java:114) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1676 ) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run( WorkbenchRunnableAdapter.java:58) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(Modal Context.java:105) Root exception: org.eclipse.ltk.internal.core.refactoring.AssertionFailedException: assertion fa iled: at org.eclipse.ltk.internal.core.refactoring.Assert.isTrue(Assert.java:1 02) at org.eclipse.ltk.internal.core.refactoring.Assert.isTrue(Assert.java:8 9) at org.eclipse.ltk.core.refactoring.RefactoringStatusEntry.<init>(Refact oringStatusEntry.java:108) at org.eclipse.ltk.core.refactoring.RefactoringStatusEntry.<init>(Refact oringStatusEntry.java:93) at org.eclipse.ltk.core.refactoring.RefactoringStatus.addEntry(Refactori ngStatus.java:533) at org.eclipse.jdt.internal.corext.refactoring.RefactoringSearchEngine2$ RefactoringSearchCollector.acceptSearchMatch(RefactoringSearchEngine2.java:93) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.report(Mat chLocator.java:1319) at org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator.ma tchReportReference(TypeReferenceLocator.java:232) at org.eclipse.jdt.internal.core.search.matching.OrLocator.matchReportRe ference(OrLocator.java:195) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.reportMatc hing(MatchLocator.java:1588) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.reportMatc hing(MatchLocator.java:1797) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.reportMatc hing(MatchLocator.java:1655) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.process(Ma tchLocator.java:1253) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatc hes(MatchLocator.java:830) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatc hes(MatchLocator.java:869) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatc hes(MatchLocator.java:971) at org.eclipse.jdt.internal.core.search.JavaSearchParticipant.locateMatc hes(JavaSearchParticipant.java:94) at org.eclipse.jdt.internal.core.search.SearchBasicEngine.findMatches(Se archBasicEngine.java:196) at org.eclipse.jdt.internal.core.search.SearchBasicEngine.search(SearchB asicEngine.java:382) at org.eclipse.jdt.core.search.SearchEngine.search(SearchEngine.java:512 ) at org.eclipse.jdt.internal.corext.refactoring.RefactoringSearchEngine2. searchPattern(RefactoringSearchEngine2.java:311) at org.eclipse.jdt.internal.corext.refactoring.structure.MoveInnerToTopR efactoring.createTypeReferencesMapping(MoveInnerToTopRefactoring.java:671) at org.eclipse.jdt.internal.corext.refactoring.structure.MoveInnerToTopR efactoring.createChangeManager(MoveInnerToTopRefactoring.java:347) at org.eclipse.jdt.internal.corext.refactoring.structure.MoveInnerToTopR efactoring.checkFinalConditions(MoveInnerToTopRefactoring.java:276) at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckCo nditionsOperation.java:84) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChan geOperation.java:114) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1676 ) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run( WorkbenchRunnableAdapter.java:58) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(Modal Context.java:105)
resolved fixed
eaf2d65
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringSearchEngine2.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-12-06T15:28:56Z"
"2004-12-06T10:46:40Z"
79,809
Bug 79809 [1.5][dom][javadoc] Need better support for type parameter Javadoc tags
20041130 To document a type parameter, the normal @param tag is used, but with angle brackets. /** * @param <X> */ <X> void foo() { } The AST currently just returns a TagElement with a sigle children Name 'X' and is currently not distinguishable from a normal parameter. Either text elements '<' and '>' are inserted or we use a SimpleType node instead of the SimpleName. The first suggestion would make the accessing of tag names more complicated. The drawback of the second suggestion is that it does not include the source ranges for the open and closing angle brackets, but users can use the scanner as soon as they see the SimpleType instead of the SimpleName. The deluxe solution would be a new node type that includes the bracket and has a simple name.
verified fixed
9cca44b
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/JavadocQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavadocTagsSubProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-12-06T15:04:17Z"
"2004-11-30T18:40:00Z"
56,909
Bug 56909 [implementation] Method EditorUtitliy.revealInEditor checks for JavaEditor
In my plugin I have a MultiPageEditor that embeds a Java Editor on one of its pages. When a navigation to a Java method within the scope of my MPE is triggered the editor is correctly opened and switched to the source page, but no navigation to the method is triggered. Instead the cursor is positioned in the first row of the source code. This is due to the instanceOf check in the method EditorUtility.revealInEditor (IEditorPart part, IJavaElement element). It should be replaced by a check for the IGotoMarker interface. That would enable Java source navigation to quite a bunch of editors that have no chance to implement JavaEditor themselfes.
resolved fixed
fe8af7c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/EditorUtility.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-12-06T14:34:12Z"
"2004-03-31T16:20:00Z"
79,277
Bug 79277 Extract local variable does not handle nested types [refactoring]
200411170800: Steps to reproduce: - Create assignment "Modifier.ModifierKeyword keyword= Modifier.ModifierKeyword.PUBLIC_KEYWORD" - Select rhs expression ->Resulting type is unqualified by enclosing instance
resolved fixed
bea3767
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-12-06T13:46:38Z"
"2004-11-23T14:26:40Z"
79,279
Bug 79279 Extract Interface should be disabled on annotations [refactoring]
Title says it all...
resolved fixed
7efb468
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-12-06T12:02:28Z"
"2004-11-23T14:26:40Z"
77,596
Bug 77596 Refactor: moving a method with vararg parameter changes to a string array parameter
Example: public void bar(String... string) { } Moving this method into another class changes the vararg parameter into a string[]: public void bar(String[] string) { }
resolved fixed
1d05c8a
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-12-06T11:57:06Z"
"2004-11-03T11:06:40Z"
77,056
Bug 77056 [1.5] Parameterized collection field creation fails. [quick fix]
null
resolved fixed
48a59e5
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedVariablesQuickFixTest.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-12-05T20:43:28Z"
"2004-10-26T19:46:40Z"
79,989
Bug 79989 Should show members of annotation types as public
I20041201 With the following annotation type: public @interface X { int foo(); int bar(); } the members foo() and bar() don't appear public, wherease with the following interface: public interface I { int foo(); int bar(); } the methods foo() and bar() appear public. JavaElementImageProvider#getMethodImageDescriptor(...) checks if the type is an interface. It should also check if the type is an annotation type.
resolved fixed
2f6243f
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaTypeCompletionProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MembersOrderPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LinkedCorrectionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ResultCollector.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyLabelProvider.java", "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
"2004-12-03T16:31:47Z"
"2004-12-02T12:20:00Z"
79,806
Bug 79806 "Create field" QuickFix in Enum constructor throws "Node does not have this property"
I20041130-0800: "Create field" QuickFix in Enum constructor throws "Node does not have this property". package p; enum A { ONE(1); public A(int num) { fNum= num; // Ctrl+1 here } } Error Nov 30, 2004 20:07:01.837 Node does not have this property java.lang.RuntimeException: Node does not have this property at org.eclipse.jdt.core.dom.ASTNode.internalGetChildListProperty(ASTNode.java:1667) at org.eclipse.jdt.core.dom.EnumDeclaration.internalGetChildListProperty(EnumDeclaration.java:204) at org.eclipse.jdt.core.dom.ASTNode.getStructuralProperty(ASTNode.java:1514) at org.eclipse.jdt.internal.ui.text.correction.NewVariableCompletionProposal.doAddField(NewVariableCompletionProposal.java:320) at org.eclipse.jdt.internal.ui.text.correction.NewVariableCompletionProposal.getRewrite(NewVariableCompletionProposal.java:65) at org.eclipse.jdt.internal.ui.text.correction.ASTRewriteCorrectionProposal.addEdits(ASTRewriteCorrectionProposal.java:61) at org.eclipse.jdt.internal.ui.text.correction.CUCorrectionProposal.initializeTextChange(CUCorrectionProposal.java:135) at org.eclipse.jdt.internal.ui.text.correction.CUCorrectionProposal.getAdditionalProposalInfo(CUCorrectionProposal.java:181) at org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:221) at org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:761) at org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:751) at org.eclipse.jface.text.contentassist.AdditionalInfoController$1.run(AdditionalInfoController.java:173) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:118) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2780) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2451) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1579) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1550) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:282) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:220) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129) 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.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:710) at org.eclipse.core.launcher.Main.main(Main.java:694)
resolved fixed
83d50dc
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AbstractMethodCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AssignToVariableAssistProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewVariableCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnimplementedMethodsCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-12-01T14:57:50Z"
"2004-11-30T18:40:00Z"
79,793
Bug 79793 Deadlock in JavaWorkingSetUpdater
null
verified fixed
75e9244
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetUpdater.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-12-01T08:38:13Z"
"2004-11-30T18:40:00Z"
79,784
Bug 79784 [preferences] syntax coloring preference page does not reflect configured settings
I20041130-0800-gtk - open the java syntax coloring preference page - note that the real settings are not reflected, neither on the preview nor in the Java editor.
resolved fixed
8410830
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-30T16:12:04Z"
"2004-11-30T15:53:20Z"
79,087
Bug 79087 CME on startup in JavaWorkingSetUpdater.elementChanged()
I200411170800 with ZRH plugin export 20041119_1119 Found the following exception after startup. Show -> Working Sets is enabled in the Package Explorer but I do not remember having opened the Package Explorer before the exception occured. Two editors were opened from the previous sesssion. Error 2004-11-19 17:43:35.407 Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:448) at java.util.AbstractList$Itr.next(AbstractList.java:419) at org.eclipse.jdt.internal.ui.workingsets.JavaWorkingSetUpdater.elementChanged(JavaWorkingSetUpdater.java:117) at org.eclipse.jdt.internal.core.DeltaProcessor$2.run(DeltaProcessor.java:1426) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616) at org.eclipse.core.runtime.Platform.run(Platform.java:747) at org.eclipse.jdt.internal.core.DeltaProcessor.notifyListeners(DeltaProcessor.java:1421) at org.eclipse.jdt.internal.core.DeltaProcessor.firePostChangeDelta(DeltaProcessor.java:1269) at org.eclipse.jdt.internal.core.DeltaProcessor.fire(DeltaProcessor.java:1248) at org.eclipse.jdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:1791) at org.eclipse.jdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:414) at org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:283) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616) at org.eclipse.core.runtime.Platform.run(Platform.java:747) at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:277) at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:188) at org.eclipse.core.internal.resources.SavedState.processResourceChangeEvents(SavedState.java:75) at org.eclipse.jdt.core.JavaCore$7.run(JavaCore.java:4115) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1676) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1696) at org.eclipse.jdt.core.JavaCore$6.run(JavaCore.java:4107) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
resolved fixed
f6f9217
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetUpdater.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-30T09:12:39Z"
"2004-11-19T16:00:00Z"
79,253
Bug 79253 extract generics interface 3.1M3
tried to refactor by extracting interface, and failed to produce correct interface. class was like: "public class GenericOutput<K extends Serializable, V extends Serializable> { " and when i extracted interface, i got: "public class GenericOutput<K extends Serializable, V extends Serializable> implements MyGenericOutput {" ... should have been: "public class GenericOutput<K extends Serializable, V extends Serializable> implements MyGenericOutput<K extends Serializable, V extends Serializable> {" thus, generic interface methods in MyGenericOutput immediately threw compiler errors (generics were stripped out, leaving types like 'K', 'V') thanks! 3.1M3 seems better than 3.1M2... keep up the good work!
resolved fixed
b0dae5e
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-29T17:14:17Z"
"2004-11-23T03:20:00Z"
20,544
Bug 20544 [typing] Auto-indent doesn't work for simple IF statements
if (value == null)<<ENTER_KEY>> should cause the indent level to increase. then I could type: if (value == null) return;
resolved fixed
f41ef87
["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-29T14:46:20Z"
"2002-06-18T17:06:40Z"
78,387
Bug 78387 [search] Missing API to specify scope in search engine
Currently, there is no way to pass a search scope to the following methods in SearchEngine: - searchDeclarationsOfAccessedFields - searchDeclarationsOfReferencedTypes - searchDeclarationsOfSentMessages In order to handle visibility issues during refactoring, we must search for all referenced members, but are not interested in occurrences in system libraries. We must be able to either provide an include mask or the search scope itself.
resolved wontfix
023f4f7
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MemberVisibilityAdjustor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-29T12:06:53Z"
"2004-11-11T13:33:20Z"
79,411
Bug 79411 M3: move instance method fails with particular for loop
null
resolved fixed
1904829
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-29T12:03:38Z"
"2004-11-24T18:13:20Z"
79,584
Bug 79584 [5.0] JavaModel: Method parameter type is not marked as type variable
20041126 - Create the folloing code in a selfhosting workspace and open it in the editor - set a break point in JavaElementLabels.getMethodLabel where the parameter types are printed (change the method name to force a refresh) - The signature of the type parameter is 'QT;' which marks the type as an unresolved type. Should it be a type variable 'TT;'? public interface Test<T> { void foo(T t); }
resolved wontfix
ea18895
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/Bindings.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-28T15:25:21Z"
"2004-11-26T17:26:40Z"
79,516
Bug 79516 InlineMethodTests#testUseInLocalClass(): source does not compile with 1.5
InlineMethodTests#testUseInLocalClass() uses .../import_in/Provider.java, which does not compile with 1.5 due to this declaration: public void useInLocalClass() { class Local extends File implements Comparable { public Local(String s) { super(s); } public void foo(Map map) { } public int compareTo(Object o) { return 0; } } } Class 'File' already implements 'Comparable<File>', which leads to an error when 'Comparable' is also declared as superinterface. I disabled the test in the migration to running tests with 1.5 level. Dirk, please decide whether you want to adapt the test, and/or leave the original version in an 1.3/1.4 project.
resolved fixed
aa727eb
["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-25T20:19:45Z"
"2004-11-25T19:13:20Z"
79,415
Bug 79415 Failing testcase RefactoringScannerTests#testQualifier
null
resolved fixed
47ff0c9
["org.eclipse.jdt.ui.tests.refactoring/resources/RefactoringScanner/C.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RefactoringScannerTests.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/infra/TextRangeUtil.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-25T10:38:22Z"
"2004-11-24T18:13:20Z"
79,321
Bug 79321 Compiler preference page: disabling default compliance settings should leave 'disallow' combos disabled
I200411230838 and before: - Preferences > Java > Compiler: set compiler compliance level to 5.0 and check 'Use default compliance settings'. - Uncheck it again => the two 'Disallow identifiers...' combos become enabled - they should stay disabled with setting 'Error'. - Set source compatibility to 1.4 and back to 5.0 => 'Disallow ...' are OK now.
resolved fixed
3268ff1
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-24T11:09:59Z"
"2004-11-23T17:13:20Z"
79,236
Bug 79236 Move Member Type to New File: Wizard should come up with OK enabled
I200411170800 I have a nonstatic inner class which calls an instance method of the enclosing top-level class. 'Refactor > Move Member Type to New File' presents a wizard which asks for an enclosing instance field name. The name is prefilled. The OK button is disabled, although user input is complete. Workaround: change and then revert the proposed name.
resolved fixed
048bdfc
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveInnerToTopWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-23T15:35:00Z"
"2004-11-22T19:00:00Z"
79,166
Bug 79166 Pasting multiple fields inserts in wrong order
jdt.ui from HEAD, likely caused by conversion of PasteAction to new ast rewrite: public class X { int a= 1, b= a; int e= 1; int f= 2; } class Y { int y= 17; } - select fields a and b in the outline - copy - select y in the outline - paste => order of inserted fields is wrong (a should be first) => same problem when copy-pasting e and f onto y.
resolved fixed
b3c3577
["org.eclipse.jdt.ui.tests.refactoring/resources/Paste/testPastingTypedResources3/out/A.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/PasteAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-23T15:26:34Z"
"2004-11-22T10:40:00Z"
78,618
Bug 78618 JUnit 'Failures' list has items with wrong label
200411111200 The JUnit 'Failures' list has items with a wrong label. I'll attach a screenshot.
verified fixed
a0911b1
["org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/RemoteTestRunner.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-23T14:17:45Z"
"2004-11-15T14:46:40Z"
77,621
Bug 77621 Mark implement occurrences sometimes not working
20041103 - Open 'java.awt.ProgressBar' - Select super class 'Canvas' - highlighted is 'paint' Shouldn't 'setBounds' also be highlighted? It is inherited and part of by Canvas. (Defined in Component)
resolved fixed
d6bd5f3
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ImplementOccurrencesFinder.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-22T17:08:51Z"
"2004-11-03T13:53:20Z"
78,051
Bug 78051 [nls tooling] Properties Editor has no 'Show-In'
20041108 It would be nice if the Properties Editor also would offer a 'Show-In' (Package Explorer and Navigator)
resolved fixed
9235eea
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileEditor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-22T15:23:30Z"
"2004-11-08T10:33:20Z"
79,130
Bug 79130 SerialID Tests commented out after N20041120
null
resolved fixed
0e82098
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/QuickFixTest.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-20T16:20:45Z"
"2004-11-20T17:00:00Z"
77,950
Bug 77950 Move Instance Method: should adapt Javadocs [refactoring] [move method]
I200411042000 References in Javadocs should be updated when a method is moved. Given: package p; class C { public void caller() { method(new Other()); } /** * Doku * @see #caller() */ public void method(Other arg) { arg.toString(); } } class Other { } - Move method(..) to parameter arg => The MethodRef #caller() must be qualified by C or p.C - From original code, move method(..) to parameter arg, creating a delegate => The MethodRef #caller() in the new method's Javadoc must be qualified by C or p.C. Should also think about whether the javadoc should really be duplicated.
resolved fixed
eb00416
["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test0/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test0/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test0/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test1/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test1/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test1/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test10/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test10/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test10/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test11/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test11/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test11/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test12/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test12/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test12/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test13/in/TR.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test13/out/TC.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test13/out/TR.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test14/in/TR.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test14/out/TC.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test14/out/TR.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test15/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test15/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test16/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test16/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test17/in/Shape.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test17/out/Rectangle.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test17/out/Shape.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test18/in/Shape.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test18/out/Rectangle.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test18/out/Shape.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test19/in/Shape.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test19/out/Rectangle.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test19/out/Shape.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test2/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test2/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test2/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test20/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test20/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test20/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test21/out/Second.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test22/out/Second.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test23/out/Second.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test24/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test25/out/TC.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test26/in/TR.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test26/out/TC.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test26/out/TR.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test27/in/P.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test27/in/TC.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test27/in/TR.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test27/out/P.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test27/out/TC.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test27/out/TR.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test28/in/P.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test28/in/TC.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test28/in/TR.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test28/out/P.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test28/out/TC.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test28/out/TR.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test29/in/P.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test29/in/TC.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test29/in/TR.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test29/out/P.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test29/out/TC.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test29/out/TR.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test3/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test4/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test5/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test6/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test7/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test8/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test8/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test8/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test9/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/cannotMove/testFail13/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/cannotMove/testFail13/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/MoveInstanceMethodTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-19T11:44:37Z"
"2004-11-05T15:53:20Z"
70,891
Bug 70891 [1.5][javadoc] Compiler should accept new 1.5 syntax for @param
null
verified fixed
63fe097
["org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testAll59_out.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-18T19:02:29Z"
"2004-07-27T12:06:40Z"
78,901
Bug 78901 Restore defaults does not work on Java > Compiler preference page [preferences] [compiler]
I200411170800. I want to go back to default compiler settings, but the "Restore Defaults" button doesn't appear to do anything.
resolved fixed
7c4af9c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TodoTaskPreferencePage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-18T17:02:19Z"
"2004-11-17T22:20:00Z"
77,622
Bug 77622 Invalid problem report when renaming statically imported field [refactoring] [rename]
I200411022000 Using the following 2 CUs: package test; import static test1.B.PI; public class A { public void foo() { double pi= PI; } } package test1; public class B { public static final double PI= Math.PI; } when renaming the field PI (from decl. and ref.) 2 problems in the refactored source are reported in the dialog before the refactoring is applied. The resulting source does not have these problems.
resolved fixed
98c7c94
["org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/testEnumConst/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/testEnumConst/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/testEnumConst/in/C.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/testEnumConst/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/testEnumConst/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/testEnumConst/out/C.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/testStaticImport/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/testStaticImport/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/testStaticImport/in/C.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/testStaticImport/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/testStaticImport/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/testStaticImport/out/C.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RenameNonPrivateFieldTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameEnumConstProcessor.java", "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
"2004-11-18T16:32:25Z"
"2004-11-03T13:53:20Z"
78,867
Bug 78867 Using new registry API
Following some rework of the registry, please apply this patch to make use of the new method called getNamespace() on IConfigurationElement. This patch will convert most occurrences of: configurationElement.getDeclaringExtension().getNamespace() into configurationElement.getNamespace()
resolved fixed
7f92b97
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/FilterDescriptor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaEditorTextHoverDescriptor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/CoreUtility.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/OpenTypeWizardAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-18T14:08:07Z"
"2004-11-17T19:33:20Z"
78,821
Bug 78821 'Add generated serial version ID' shows "error" message
I200411111200 Edit JRE settings and set 'Default VM Arguments' to "-showversion". Activate an 'Add generated serial version ID' quick fix. => An error dialow appears, saying: "The following problem occurred: " + <output_of_-showversion> Maybe the vm should be started without default vm args.
resolved fixed
d1d816b
["org.eclipse.jdt.ui/serial", "support/org/eclipse/jdt/internal/ui/text/correction/SerialVersionComputer.java", "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
"2004-11-18T11:45:37Z"
"2004-11-17T11:13:20Z"
78,159
Bug 78159 JUnit view tab should be in italics while tests are running [JUnit]
3.1M3 While JUnit tests are running, JUnit views should look busy and properly have their tab be rendered in italics.
resolved fixed
a613809
["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-17T20:18:08Z"
"2004-11-09T11:33:20Z"
77,440
Bug 77440 Import not removed when moving static member [refactoring][move]
I200410260800 package p1; import p2.B; public class A { int field= B.VALUE; } --------------------------------------------------- package p2; public class B { public static final int VALUE= 10; } --------------------------------------------------- package p3; public class C { } Move B#Value to p3.C. Observe that the import p2.B in A isn't removed.
resolved fixed
48a96bd
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMemberAnalyzer.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembersProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MovedMemberAnalyzer.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ReferenceAnalyzer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-17T13:07:54Z"
"2004-11-01T23:00:00Z"
78,450
Bug 78450 [Performance] PasteAction is making selection slow
The method PasteAction.canOperateOn is invoked on every selection change. This is not required and is extremely slow on many platforms. The PasteAction is checking that there is something on the clipboard that can be pasted on every single selection change event. This is an expensive operation and is entirely unneccessary. The check should be done when the user invokes Ctrl+V or when the user opens the context menu. In addition to being slow, it is not correct. Another application could change the contents of the clipboard invalidating the check performed on selection change. I am not quite sure why the selection has anything to do with pasting other than the fact that on paste, the selection will be replaced. At one time when there was a Paste toolitem in the toolbar, back then it was neccessary to poll the clipboard to toggle the enabling of the toolitem but I do not understand why that was tied to selection. I can change the contents of the clipboard to not contain any valid data using another application and the Paste menu item is still enabled in the context menu of the java editor.
resolved fixed
31af371
["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
"2004-11-17T12:03:52Z"
"2004-11-11T21:53:20Z"
78,733
Bug 78733 ITypeHierarchyViewPart.setInputElement() does not select methods
If you pass an IMethod to the ITypeHierarchyViewPart.setInputElement (IJavaElement element) it does not select the method like the normal "F4" in the Java Editor does. My use case is as follows: Properties p = new Properties(); p.getProperty("foo"); Where Properties is java.util.Properties and you try to "F4" (an action implemented using ITypeHierarchyViewPart) the getProperty method. I'm using Eclipse 3.0.
resolved fixed
c4e8ef1
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyTransferDropAdapter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/OpenTypeHierarchyUtil.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-17T09:49:13Z"
"2004-11-16T15:46:40Z"
78,491
Bug 78491 JUnit tries to execute abstract classes [JUnit]
Starting with 3.1M3 the JUnit component suddenlty tries to execute tests from abstract classes: class abstract AbstractTestCase extends TestCase { public void testDefaultTestHere() {} } class ComponentWithDefaultTest extends AbsractTestCase { public void testComponentSpecificBehaviour() {} } In former releases only the fixtures of ComponentWithDefaultTest were executed, 3.1M3 tries now to instantiate AbstractTestCase and fails obviously.
resolved fixed
978c0d0
["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/util/TestSearchEngine.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/TestSearchEngine.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-17T09:28:41Z"
"2004-11-12T11:46:40Z"
78,168
Bug 78168 Cannot get preferences when running 'headless' (i.e. through Ant)
I'm a member of the Rational Studio Architect team and have been tasked with ensuring that our transformations can be run through Ant in headless mode. I'm having a problem with our "Uml to Java" transform because it wants to use the code 'templates' defined in the JDT's prefstore when performing its code generation (reasonable, IMO). It does this by trying to use the JDT's 'CodeGeneration' class. However, the jdt.ui plugin (the owner of CodeGeneration class) fails to load. The reason is that the JavaWorkBenchAdapter creates a new instance of the JavaElementImageProvider which has initializer code that does a 'getWorkbench.getSharedImages()' which, through AbstractUIPlugin, calls 'PlatformUI.getWorkbench()' which, in turn, throws an 'IllegalStateException'...we're boned. <soapbox on> BTW, a quick hack shows that out of ALL of eclipse only 4 plugins fail to load in a headless environment: org.eclipse.cdt.debug.ui org.eclipse.cdt.ui org.eclipse.jdt.ui org.eclipse.team.cvs.ui For performance reasons(since plugins load during class instantiations) I'd expect that we'd want the Plugin initialization to be as lightweight as possible. Perhaps changing to a philosophy where ALL plugins (including UI) should at least LOAD headless would not only solve this issue but increase performance as well. Note that in this case we certainly don't need 'shared images' so this initialization is wasted on us. Certainly if we load a UI plugin headless and then attempt to do GUI stuff (i.e. displaying a dialog...) then we shoot ourselves in the foot (at least...;-) and pay the price. <soapbox off>
verified fixed
eb0ba4c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaElementAdapterFactory.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-16T17:51:31Z"
"2004-11-09T14:20:00Z"
78,756
Bug 78756 Properties file editor fails to save plugin.properties
I200411160944 Properties file editor fails to save plugin.properties
resolved fixed
750f2ee
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileDocumentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-16T17:51:10Z"
"2004-11-16T18:33:20Z"
78,688
Bug 78688 [1.5] [Generics] Erroneous quick fix results generated for this code. [quick fix]
I had this code which needs fixing where marked. % cat Test.java import java.util.LinkedHashMap; public class Test<K, V> { public void check() { final LinkedHashMap<K, V> data = new LinkedHashMap<K, V>(); final Integer x = data.entrySet(); // this line needs fixing. } } <<<< So I did Ctrl-1 to get the quickfix and selected "Change type of 'x' to 'Set<Map.Entry<K,V>>'" - this gives a drop down of choices .. Set<Map.Entry<K,V>> Collection<Map.Entry<K,V>> Iterable<Map.Entry<K,V>> So I choose Iterable<Map.Entry<K,V>> but notice the code is inserted incorrectly -- I get final Iterable<Entry<K,V x = data.entrySet(); // this line needs fixing. ^^^^^ missing terminating >>
resolved fixed
4ee00c0
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/TypeChangeCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-16T10:17:55Z"
"2004-11-16T01:53:20Z"
78,317
Bug 78317 Compare plug-in gets loaded by LocalHistoryActionGroup
null
resolved fixed
46839d2
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistoryImpl.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaCompareWithEditionAction.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/JavaHistoryAction.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/JavaReplaceWithEditionAction.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/JavaReplaceWithPreviousEditionAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaTextBufferNode.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-16T10:13:31Z"
"2004-11-10T18:06:40Z"
77,599
Bug 77599 [5.0] Structure comparing of enums does not work
I200411022000 1. Create enum (either as separete file or inside a class): public enum E { A, B, C, D, F, Incomplete } 2. Delete B and save 3. compare ==> no structural difference gets reported
resolved fixed
e142a23
["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
"2004-11-15T14:38:54Z"
"2004-11-03T13:53:20Z"
78,533
Bug 78533 problem with "organize imports" and generic bounds [code manipulation]
In Eclipse 3.1M3, "organize imports" removes imports used only as generic bounds. //example: import java.util.Collection; public interface ErrorDemo { public <T extends Collection> void method(); }
resolved fixed
ea7f844
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportReferencesCollector.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-15T14:11:29Z"
"2004-11-12T17:20:00Z"
78,496
Bug 78496 ASTFlattener does not serialize EnumConstantDeclarations [code manipulation]
In the class org.eclipse.jdt.internal.corext.dom.ASTFlattener, the code in the method "public boolean visit(EnumDeclaration node)" seems to expect EnumConstantDeclarations, in the "bodyDeclarations" list, but enumeration constants are stored in "enumConstants" list. NaiveASTFlattener works OK, though.
verified fixed
5cdcc39
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-15T11:46:18Z"
"2004-11-12T14:33:20Z"
78,233
Bug 78233 [search] Cancelling "Open Type" search prevents future searching
Build 20041109 Linux-GTK What I did: 1. Started checking out org.eclipse.jface plugin from CVS. 2. When the checkout completed (but before the build finished), click the Open Type button. 3. A "Searching" progress bar appeared and started cranking away. 4. I got impatient and clicked Cancel. 5. Afterwards, every time I clicked Open Type, the "Searching" dialog appeared and just sat there at 100% progress, doing nothing. Restarting the workbench was the only way I managed to get Open Type working again. I found the following stack dump in the console: org.eclipse.core.runtime.OperationCanceledException at java.lang.Throwable.<init>(Throwable.java) at org.eclipse.core.runtime.OperationCanceledException.<init>(OperationC anceledException. java:22) at org.eclipse.jdt.internal.core.search.matching.InternalSearchPattern.f indIndexMatches(InternalSearchPattern.java) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.findIndexM atches(MatchLocator. java) at org.eclipse.jdt.internal.core.search.PatternSearchJob.search(PatternS earchJob.java) at org.eclipse.jdt.internal.core.search.PatternSearchJob.execute(Pattern SearchJob.java:64) at org.eclipse.jdt.internal.core.search.processing.JobManager.performCon currentJob(JobManager.java) at org.eclipse.jdt.internal.core.search.SearchBasicEngine.searchAllTypeN ames(SearchBasicEngine.java:509) at org.eclipse.jdt.core.search.SearchEngine.searchAllTypeNames(SearchEng ine.java:571) at org.eclipse.jdt.internal.corext.util.AllTypesCache.search(AllTypesCac he.java:547) at org.eclipse.jdt.internal.corext.util.AllTypesCache$TypeCacher.doSearc hTypes(AllTypesCache.java:197) at org.eclipse.jdt.internal.corext.util.AllTypesCache$TypeCacher.run(All TypesCache.java:159)
resolved fixed
4855ed1
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/AllTypesCache.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-15T11:42:27Z"
"2004-11-09T22:40:00Z"
68,546
Bug 68546 PackageExplorer uses deprecated setTitle method [package explorer]
PackeageExplorerPart should use setContentDescription(inputText) rather than setTitle("Package Explorer : " + inputText)
resolved fixed
0a6fd1a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-12T12:04:58Z"
"2004-06-24T20:46:40Z"
77,320
Bug 77320 Junit performance [JUnit]
We have 2315 unit tests. When run from Eclipse, it's reporting to take ~122 seconds. When run from ant, it reports taking ~25 seconds. The majority of this time is spent with the JUnit view showing "Launching...". This has gotten worse and worse as we add more UTs. I expect Eclipse to be slower than Ant, but not by this much.
resolved fixed
e112c47
["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-11T21:51:18Z"
"2004-10-29T17:13:20Z"
78,087
Bug 78087 [dom] TypeBinding#getJavaElement() throws IllegalArgumentException for parameterized or raw reference to binary type
200411050810 On a raw TypeBinding of 'java.util.Comparable', method getJavaElement() throws the exception below. [Not reproducible in eclipse - client code is not in CVS.] !ENTRY org.eclipse.ui 4 0 2004-11-08 18:35:29.163 !MESSAGE Compilation unit name must end with .java !STACK 0 java.lang.IllegalArgumentException: Compilation unit name must end with .java at org.eclipse.jdt.internal.core.PackageFragment.getCompilationUnit(PackageFragment.java:191) at org.eclipse.jdt.core.dom.TypeBinding.getCompilationUnit(TypeBinding.java:449) at org.eclipse.jdt.core.dom.TypeBinding.getJavaElement(TypeBinding.java:293) at org.eclipse.jdt.core.dom.MethodBinding.getJavaElement(MethodBinding.java:200) at org.eclipse.jdt.internal.corext.dom.Bindings.asUIString(Bindings.java:101) at org.eclipse.jdt.internal.ui.text.correction.UnimplementedMethodsCompletionProposal.getAdditionalProposalInfo(UnimplementedMethodsCompletionProposal.java:266) at org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:221) at org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:761) at org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:751) at org.eclipse.jface.text.contentassist.AdditionalInfoController$1.run(AdditionalInfoController.java:173) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:118) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2771) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2451) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1529) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1500) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:276) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129) 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.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:704) at org.eclipse.core.launcher.Main.main(Main.java:688) Compilation unit name must end with .java
verified fixed
6b5001b
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/Bindings.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-10T13:49:36Z"
"2004-11-08T18:53:20Z"
77,609
Bug 77609 Move instance method and references in binary types [refactoring] [move]
M3 test candidate public class A { public void foo(B b) { } } - create a class D that references A#foo but put it onto the class path as binary - move A#foo Observe: no complains about the fact that foo is referenced from binary. Since we offer the possibility to generate a delegate we should do so when referenced from binary. I think that other refactorings are affected by this as well. Markus, can you remmeber what the current story is with reference is binaries.
resolved fixed
9bc0d28
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-09T11:24:44Z"
"2004-11-03T13:53:20Z"
77,618
Bug 77618 Move Inner: dialog issues [refactoring] [move inner]
M3 test candidate The current dialog is a little bit confusing. One idea to improve it is: Case field is required: Field name: [ ] Make final: [ ] OK button is disabled when field name is missing Case field is optional Field name (optional): [ [ Make final [ ] Ok button is always enabled and make final is disabled if name field is empty Comments ?
resolved fixed
a9bdb95
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveInnerToTopWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-09T09:45:56Z"
"2004-11-03T13:53:20Z"
77,577
Bug 77577 outline should not accept dropping folders on it
3.1 M3 test pass The outline view accepts dropping folders using drag & drop: - open the navigator & outline - drag a folder (e.g. part of a class hierarchy) from the navigator to the outline and drop it on a member, for example a method. Expected: the drag is not successful, nothing happens Actual: the folder is moved from the project to the package fragment where the class of the drop target resides. Also, the move cannot be undone via undo -> major for this reason.
resolved fixed
bcb9bf0
["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/reorg/CopyTest.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/reorg/MoveTest.java", "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
"2004-11-08T15:45:31Z"
"2004-11-03T11:06:40Z"
77,620
Bug 77620 Move inner: doesn't update instance creation to reflect new type parameters [refactoring] [move inner]
M3 test candidate public class A<T> { class Inner<X> { public void foo() { T t= null; X x= null; bar(); } } void bar() { Inner inner= new Inner<Long>(); } } - move Inner to new file Observe: Inner now has correctly two type parameters. Hoewever the instance creation new Inner<Long>() isn't updated resulting in non compilable code.
resolved fixed
1e30245
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ConstructorReferenceFinder.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-08T15:38:20Z"
"2004-11-03T13:53:20Z"
77,716
Bug 77716 [1.5] Augment Raw Collection Clients does not update overwritten methods
I200411022000 Using Augment Raw Collection Clients on the test package with the two CUs A and B augments the list's parameter type in B but not A: package test; import java.util.List; public class A { void test(List list, Integer integer) { } } package test; import java.util.List; public class B extends A { void test(List list, Integer integer) { list.add(integer); } }
resolved fixed
44925d7
["org.eclipse.jdt.ui.tests.refactoring/resources/AugmentRawContainerClients/testCUInferFromCast/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/AugmentRawContainerClients/testCUInferFromCast/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/AugmentRawContainerClients/testCuCannotStringDouble/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/AugmentRawContainerClients/testCuCannotStringDouble/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/AugmentRawContainerClients/testCuRippleMethods/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/AugmentRawContainerClients/testCuRippleMethods/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/AugmentRawContainerClients/testCuRippleMethods2/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/AugmentRawContainerClients/testCuRippleMethods2/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/AugmentRawContainerClients/testCuRippleMethods3/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/AugmentRawContainerClients/testCuRippleMethods3/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/AugmentRawContainerClientsTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/AugmentRawContClConstraintCreator.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-08T12:01:06Z"
"2004-11-03T19:26:40Z"
77,584
Bug 77584 Can't use 5.0 After Setting Compliance to 5.0
I200411022000 When starting a fresh workspace the "Use default compliance settings" check box is no longer checked (was checked in 2.0 to 3.0.1 - didn't check 1.0). If a user only changes compliance to 5.0 the settings will be incorrect and the project is not usable for 5.0 development. Martin please check whether we did something in the UI. If not, send down to J Core.
resolved fixed
9eefef7
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-08T11:26:12Z"
"2004-11-03T11:06:40Z"
77,938
Bug 77938 Move Instance Method shows referenced field twice in list [refactoring] [move]
I200411042000 class C { Other fField; void method() { fField.toString(); } } class Other { } - 'Refactor > Move' on method() -> fField is shown twice in the list of possible targets
resolved fixed
07d8c67
["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test26/in/P.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test26/in/TC.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test26/in/TR.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test26/out/P.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test26/out/TC.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test26/out/TR.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/MoveInstanceMethodTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveInstanceMethodWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-08T11:02:03Z"
"2004-11-05T13:06:40Z"
77,222
Bug 77222 Import Selection Dialog Improvements
It is very annoying, when importing List, to have to choose which List I want, especially since I nearly ALWAYS choose java.util.List. Specifically, when doing an Organize Imports, a dialog shows up, and it appears to list all of the List classes in alphabetical order by package name. (I think this dialog will show up in other places, but I'm not sure. I know I also see the same list ina different form with QuickFix- Add Import). I envision a number of different ways this list of classes can be improved, but (1) the simplest to use and maybe implement would be to make sort-order pluggable. I can see two variants on sort order that I might like - 1a) Let the user define preferences based on leading package fragments - java.*, before all others 1b) Sort the list based on frequency of use in the current project. This way, over time, the ones I'm using naturally bubble to the top. (2) An additional possibility would be to allow the user to explictly exclude/hide classes they never use. A number of libraries I use might have their own List, which is public, but it's never intended to be used by the clients of the JAR. If I could, over time, build up this knoweldgebase of classes in libraries that I just do not want to see, or very seldom wish to see, the list could be appropriately resticted.
resolved fixed
2ce9cdc
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/AllTypesCache.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/TypeFilter.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/TypeInfoRequestor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SimilarElementsRequestor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ResultCollector.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocCompletionEvaluator.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-08T10:44:41Z"
"2004-10-28T16:13:20Z"
77,901
Bug 77901 Java refactor (renaming a class name) missed something [refactoring] [rename]
The Java "refactor" operation for changing the name of a class misses a certain kind of reference to the class: the Java construct Foo.class, which returns the instance of class java.lang.Class for class Foo. 1. Create a valid, complete Java class called "Foo" in a source file Foo.java. 2. In a method of Foo, add this line: Class dummy = Foo.class; 3. Save the Java source file. 4. Right-click on the *.java file in the Package Explorer 5. Choose Refactor > Rename 6. Enter "Bar" as the new class name When you look at the result, you'll see that "Foo.class" was not changed to "Bar.class" as it should have been.
resolved fixed
674cd96
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInputWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-08T09:54:40Z"
"2004-11-04T20:26:40Z"
77,439
Bug 77439 Pull up: strange change tree [refactoring] [pull up]
I200410260800 package p1; public class Super { } ------------------------------------------------------------ package p1; import p2.B; public class A extends Super { int field= B.VALUE; } ------------------------------------------------------------ package p2; public class B { public static final int VALUE= 10; } Pull up field from A to Super and press preview. Observe that the change tree for A only contains an entry update imports. There should be one for removing/moving field as well.
resolved fixed
7a3a348
["org.eclipse.jdt.ui.tests.refactoring/resources/PushDown/test20/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/PushDown/test21/out/A.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/HierarchyRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PushDownRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-08T09:37:56Z"
"2004-11-01T23:00:00Z"
76,792
Bug 76792 organize imports: not correct: 0 import(s) added. [code manipulation]
Organize imports falsely sums up the total of added and removed imports to display a difference. 0 import(s) added. means that the total of added and removed imports is 0. It would be better if it told the user something like: 1 import(s) removed, 1 import(s) added. The status message is slightly more useful than you might think at first glance, as in the odd case that it does not work (which I can't reproduce) you want to notice this, and a useful status message helps.
resolved fixed
14f5176
["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/codemanipulation/AddImportsOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-08T09:23:14Z"
"2004-10-22T07:26:40Z"
77,771
Bug 77771 RemoteTestRunnerClient doing work after junit shutdown [JUnit]
I am unsure of the exact test case but I would assume I shut down my workspace while running junit tests. java.lang.ClassNotFoundException: The class "org.eclipse.jdt.internal.junit.ui.RemoteTestRunnerClient$8" cannot be loaded because the system is shutting down and the plug- in "org.eclipse.jdt.junit" has already been stopped. at org.eclipse.core.runtime.adaptor.EclipseClassLoader.shouldActivateFor (EclipseClassLoader.java:147) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass (EclipseClassLoader.java:62) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass (BundleLoader.java:371) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:402) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass (AbstractClassLoader.java:93) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) at org.eclipse.jdt.internal.junit.ui.RemoteTestRunnerClient.notifyTestRunTerminate d(RemoteTestRunnerClient.java:510) at org.eclipse.jdt.internal.junit.ui.RemoteTestRunnerClient.access$31 (RemoteTestRunnerClient.java:507) at org.eclipse.jdt.internal.junit.ui.RemoteTestRunnerClient$ServerConnection.run (RemoteTestRunnerClient.java:253)
resolved fixed
f93d215
["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/RemoteTestRunnerClient.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-07T21:43:01Z"
"2004-11-03T22:13:20Z"
77,844
Bug 77844 CCE in UnimplementedMethodsCompletionProposal for X implements Set<String>
3.1 M3 Test pass - class X implements Set<String> {} - QuickFix Log: !ENTRY org.eclipse.ui 4 0 2004-11-04 16:45:43.786 !MESSAGE java.lang.ClassCastException !STACK 0 java.lang.ClassCastException at org.eclipse.jdt.core.dom.ASTNode.checkNewChild(ASTNode.java:1865) at org.eclipse.jdt.core.dom.ASTNode$NodeList.add(ASTNode.java:1242) at java.util.AbstractList.add(AbstractList.java:102) at org.eclipse.jdt.internal.ui.text.correction.UnimplementedMethodsCompletionProposal.createNewMethodDeclaration(UnimplementedMethodsCompletionProposal.java:101) at org.eclipse.jdt.internal.ui.text.correction.UnimplementedMethodsCompletionProposal.getRewrite(UnimplementedMethodsCompletionProposal.java:83) at org.eclipse.jdt.internal.ui.text.correction.ASTRewriteCorrectionProposal.addEdits(ASTRewriteCorrectionProposal.java:61) at org.eclipse.jdt.internal.ui.text.correction.CUCorrectionProposal.initializeTextChange(CUCorrectionProposal.java:135) at org.eclipse.jdt.internal.ui.text.correction.UnimplementedMethodsCompletionProposal.getAdditionalProposalInfo(UnimplementedMethodsCompletionProposal.java:259) at org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:221) at org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:761) at org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:751) at org.eclipse.jface.text.contentassist.AdditionalInfoController$1.run(AdditionalInfoController.java:173) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:118) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2771) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2451) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1527) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1498) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:276) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129) 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.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:704) at org.eclipse.core.launcher.Main.main(Main.java:688)
verified fixed
b400147
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnimplementedMethodsCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-04T16:16:59Z"
"2004-11-04T14:53:20Z"
77,839
Bug 77839 Type Restriction filters confusing in container children
20041104 The build path UI shows Type Restriction filters also on container children. But all container implementation don't support the feature, nor the update. It would be better to filter the entries for M3
verified fixed
635a5d0
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-04T15:57:58Z"
"2004-11-04T14:53:20Z"
77,641
Bug 77641 Exception in pick out string [quick assist]
M3 test candidate !ENTRY org.eclipse.jdt.ui 4 10001 2004-11-03 15:33:53.254 !MESSAGE Internal Error !STACK 0 java.lang.StringIndexOutOfBoundsException: String index out of range: 18 at java.lang.String.substring(Unknown Source) at org.eclipse.jdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getPickOutStringProposals(AdvancedQuickAssistProcessor.java:1458) at org.eclipse.jdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getAssists(AdvancedQuickAssistProcessor.java:100) at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor.collectAssists(JavaCorrectionProcessor.java:260) at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor.processAnnotations(JavaCorrectionProcessor.java:210) at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor.computeCompletionProposals(JavaCorrectionProcessor.java:177) at org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionProposals(ContentAssistant.java:1472) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.computeProposals(CompletionProposalPopup.java:251) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$7(CompletionProposalPopup.java:247) at org.eclipse.jface.text.contentassist.CompletionProposalPopup$1.run(CompletionProposalPopup.java:206) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.showProposals(CompletionProposalPopup.java:201) at org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssistant.java:1320) at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionAssistant.showPossibleCompletions(JavaCorrectionAssistant.java:159) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer.doOperation(CompilationUnitEditor.java:186) at org.eclipse.ui.texteditor.TextOperationAction$1.run(TextOperationAction.java:122) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.texteditor.TextOperationAction.run(TextOperationAction.java:120) at org.eclipse.jface.action.Action.runWithEvent(Action.java:988) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:188) at org.eclipse.ui.internal.commands.Command.execute(Command.java:130) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:422) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:696) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:739) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:508) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$2(WorkbenchKeyboard.java:456) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent(WorkbenchKeyboard.java:221) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:748) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:799) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:824) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:809) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:837) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:833) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1096) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3077) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2987) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3361) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1502) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2446) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1527) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1498) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:276) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:704) at org.eclipse.core.launcher.Main.main(Main.java:688) Not sure what I did. I tested String s= "Eclipse"; and picked out lip.
verified fixed
de7434b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-04T10:20:07Z"
"2004-11-03T13:53:20Z"
77,701
Bug 77701 'enum' declaration entry should not appear in 'Line wrapping' page of code formatter dialog preferences
JDT/Core code formatter does not support alignements for enums. So, it should not exist any entries for 'enum' declaration in code formatter preferences dialog...
verified fixed
a50f2dd
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-04T10:12:30Z"
"2004-11-03T16:40:00Z"
77,537
Bug 77537 [preferences] Preview window in Preferences->Java->Properties File Editor displays incorrect background color
The properties file editor seems to inherit its background color from the setting in Preferences->Java->Editor->Syntax. However, the preview window in Preferences->Java->Properties File Editor always displays a white background.
verified fixed
68072bc
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaSourceViewer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PropertiesFileEditorPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-03T16:54:04Z"
"2004-11-02T21:13:20Z"
77,585
Bug 77585 Create Enum wizard: file misses header comment
I200411022000 The file which is created by the New Enum wizard has no header comment. Creating a Class or Interface has header comment.
verified fixed
1cca528
["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
"2004-11-03T14:45:59Z"
"2004-11-03T11:06:40Z"
77,612
Bug 77612 Move instance method: misleading error message
M3 test candidate public class A<X> { public <T> void foo(B b) { X x= null; C c= null; } } - try moving foo Observe: the error message says something about references to parameterized types. Should this say references to non local type parameters
resolved fixed
a44a05b
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-03T14:08:08Z"
"2004-11-03T13:53:20Z"
77,598
Bug 77598 [nls tooling] NLS hovers / Ctrl+Click not consistent for duplicate keys
20041103 With the following files, the key A.0 is duplicate. - Ctrl + Click: Junps to 'hello' - Hover over "A.0" in class A: shows 'world' public class A { String h= Messages.getString("A.0"); //$NON-NLS-1$ } messages.properties: A.0=hello A.0=world
verified fixed
8ad418c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-03T12:36:35Z"
"2004-11-03T13:53:20Z"
77,509
Bug 77509 OperationCanceledException when clicking Cancel while doing organize imports on project
I200411010800 + plug-in export Select Java project with JUnit and start to organize the imports. Click "Cancel" ==> org.eclipse.core.runtime.OperationCanceledException at org.eclipse.core.internal.jobs.ThreadJob.joinRun(ThreadJob.java:137) at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:87) at org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:183) at org.eclipse.core.internal.resources.WorkManager.checkIn(WorkManager.java:95) at org.eclipse.core.internal.resources.Workspace.prepareOperation(Workspace.java:1631) at org.eclipse.core.internal.resources.File.setContents(File.java:335) at org.eclipse.core.internal.resources.File.setContents(File.java:439) at org.eclipse.core.internal.filebuffers.ResourceTextFileBuffer.commitFileBufferContent(ResourceTextFileBuffer.java:275) at org.eclipse.core.internal.filebuffers.ResourceFileBuffer.commit(ResourceFileBuffer.java:317) at org.eclipse.jdt.internal.corext.codemanipulation.ImportsStructure.commitDocument(ImportsStructure.java:812) at org.eclipse.jdt.internal.corext.codemanipulation.ImportsStructure.create(ImportsStructure.java:763) at org.eclipse.jdt.internal.corext.codemanipulation.OrganizeImportsOperation.run(OrganizeImportsOperation.java:348) at org.eclipse.jdt.ui.actions.OrganizeImportsAction$3.run(OrganizeImportsAction.java:384) at org.eclipse.ui.internal.UILockListener.doPendingWork(UILockListener.java:145) at org.eclipse.ui.internal.UISynchronizer$1.run(UISynchronizer.java:36) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:118) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2771) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2451) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:141) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:279) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:447) at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:263) at org.eclipse.ui.internal.progress.ProgressManager$3.run(ProgressManager.java:840) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.progress.ProgressManager.busyCursorWhile(ProgressManager.java:874) at org.eclipse.ui.internal.progress.ProgressManager.busyCursorWhile(ProgressManager.java:850) at org.eclipse.ui.internal.progress.ProgressManager.run(ProgressManager.java:1042) at org.eclipse.jdt.ui.actions.OrganizeImportsAction.runOnMultiple(OrganizeImportsAction.java:295) at org.eclipse.jdt.ui.actions.OrganizeImportsAction.run(OrganizeImportsAction.java:281) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:212) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:188) at org.eclipse.jface.action.Action.runWithEvent(Action.java:988) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:946) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:896) at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:810) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:800) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2794) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2448) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1527) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1498) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:276) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:704) at org.eclipse.core.launcher.Main.main(Main.java:688)
resolved fixed
99f12d4
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-02T18:35:59Z"
"2004-11-02T18:26:40Z"
77,442
Bug 77442 Move instance method: import not added [refactoring] [move]
I200410260800 package p1; public class A extends Super { } -------------------------------------------------------- package p2; import p1.A; import p3.C; public class B { public static final int VALUE= 10; public void foo(C c) { A a= null; } } ------------------------------------------------------- package p3; public class C { } Move method B#foo to C. Observe: class C is missing an import on A. Tobias, this seems to be a regression. Please try to fix for M3.
resolved fixed
0317cff
["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test6/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test7/out/B.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-02T09:57:17Z"
"2004-11-01T23:00:00Z"
76,887
Bug 76887 [content assist] Template validation is case sensitive
Test case: Type SYS Ctrl-Space Type o You are left with no code completions. This differs from the code completion proposals where the prefix matching is not case sensitive. (note this is a problem in both the JDT TemplateProposal and the JFace text TemplateProposal)
verified fixed
a4e5ac0
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/TemplateProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-02T09:06:07Z"
"2004-10-23T22:20:00Z"
74,801
Bug 74801 [Progress] Invalid Thread Access in AllTypesCache
I20040921-2000-gtk When importing a type, I go this: org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:2691) at org.eclipse.swt.SWT.error(SWT.java:2616) at org.eclipse.swt.SWT.error(SWT.java:2587) at org.eclipse.swt.widgets.Widget.error(Widget.java:379) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:316) at org.eclipse.swt.widgets.Control.internal_new_GC(Control.java:1993) at org.eclipse.swt.graphics.GC.<init>(GC.java:115) at org.eclipse.swt.graphics.GC.<init>(GC.java:82) at org.eclipse.jface.dialogs.Dialog.shortenText(Dialog.java:290) at org.eclipse.jface.dialogs.ProgressMonitorDialog$ProgressMonitor.subTa sk(ProgressMonitorDialog.java:216) at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog$3.subTask( ProgressMonitorJobsDialog.java:402) at org.eclipse.core.runtime.ProgressMonitorWrapper.subTask(ProgressMonit orWrapper.java:156) at org.eclipse.core.runtime.SubProgressMonitor.subTask(SubProgressMonito r.java:166) at org.eclipse.core.runtime.ProgressMonitorWrapper.subTask(ProgressMonit orWrapper.java:156) at org.eclipse.core.runtime.SubProgressMonitor.subTask(SubProgressMonito r.java:166) at org.eclipse.core.runtime.ProgressMonitorWrapper.subTask(ProgressMonit orWrapper.java:156) at org.eclipse.core.runtime.SubProgressMonitor.subTask(SubProgressMonito r.java:166) at org.eclipse.jdt.internal.corext.util.AllTypesCache$DelegatedProgressM onitor.subTask(AllTypesCache.java:101) at org.eclipse.core.runtime.ProgressMonitorWrapper.subTask(ProgressMonit orWrapper.java:156) at org.eclipse.core.runtime.SubProgressMonitor.subTask(SubProgressMonito r.java:166) at org.eclipse.core.runtime.ProgressMonitorWrapper.subTask(ProgressMonit orWrapper.java:156) at org.eclipse.core.runtime.SubProgressMonitor.subTask(SubProgressMonito r.java:166) at org.eclipse.core.runtime.SubProgressMonitor.done(SubProgressMonitor.j ava:133) at org.eclipse.jdt.internal.core.search.PatternSearchJob.execute(Pattern SearchJob.java:75) at org.eclipse.jdt.internal.core.search.processing.JobManager.performCon currentJob(JobManager.java:260) at org.eclipse.jdt.core.search.SearchEngine.searchAllTypeNames(SearchEng ine.java:870) at org.eclipse.jdt.internal.corext.util.AllTypesCache.search(AllTypesCac he.java:539) at org.eclipse.jdt.internal.corext.util.AllTypesCache$TypeCacher.doSearc hTypes(AllTypesCache.java:204) at org.eclipse.jdt.internal.corext.util.AllTypesCache$TypeCacher.run(All TypesCache.java:169)
verified fixed
33378f9
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/AllTypesCache.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-01T18:07:47Z"
"2004-09-23T17:20:00Z"
72,920
Bug 72920 InvocationTargetException when in-lining a method [refactoring] [inline method]
Version 3.1.M1. When in-lining: static Logger LOG = Logger.getLogger(MQEnvironmentValueHolder.class); /** * @return */ protected Logger getLOG() { return LOG; } I get: !ENTRY org.eclipse.ltk.ui.refactoring 4 10000 Aug 30, 2004 15:33:58.890 !MESSAGE Internal Error !STACK 0 java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:303) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDialog2.java:282) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.createChange(RefactoringWizard.java:565) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.computeUserInputSuccessorPage(RefactoringWizard.java:408) at org.eclipse.ltk.ui.refactoring.UserInputWizardPage.computeSuccessorPage(UserInputWizardPage.java:74) at org.eclipse.ltk.ui.refactoring.UserInputWizardPage.getNextPage(UserInputWizardPage.java:114) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.previewPressed(RefactoringWizardDialog2.java :429) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.access$3(RefactoringWizardDialog2.java:427) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2$1.widgetSelected(RefactoringWizardDialog2.ja va:563) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2772) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2431) at org.eclipse.jface.window.Window.runEventLoop(Window.java:693) at org.eclipse.jface.window.Window.open(Window.java:672) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation$1.run(RefactoringWizardOpenOperation.java:125) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run(RefactoringWizardOpenOperation.java:138) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate(RefactoringStarter.java:40) at org.eclipse.jdt.internal.ui.refactoring.actions.InlineMethodAction.activate(InlineMethodAction.java:170) at org.eclipse.jdt.internal.ui.refactoring.actions.InlineMethodAction.run(InlineMethodAction.java:163) at org.eclipse.jdt.internal.ui.refactoring.actions.InlineMethodAction.run(InlineMethodAction.java:95) at org.eclipse.jdt.ui.actions.InlineAction.run(InlineAction.java:161) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:212) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:188) at org.eclipse.jface.action.Action.runWithEvent(Action.java:979) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:946) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:896) at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:809) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2772) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2431) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1435) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1406) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:263) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:183) at org.eclipse.core.launcher.Main.run(Main.java:644) at org.eclipse.core.launcher.Main.main(Main.java:628) Caused by: java.lang.IllegalArgumentException at org.eclipse.jdt.core.dom.SimpleName.setIdentifier(SimpleName.java:187) at org.eclipse.jdt.core.dom.AST.newSimpleName(AST.java:1205) at org.eclipse.jdt.internal.corext.dom.ASTNodeFactory.newName(ASTNodeFactory.java:59) at org.eclipse.jdt.internal.corext.refactoring.code.SourceProvider.updateImplicitReceivers(SourceProvider.java:3 52) at org.eclipse.jdt.internal.corext.refactoring.code.SourceProvider.getCodeBlocks(SourceProvider.java:247) at org.eclipse.jdt.internal.corext.refactoring.code.CallInliner.perform(CallInliner.java:447) at org.eclipse.jdt.internal.corext.refactoring.code.InlineMethodRefactoring.checkFinalConditions(InlineMethodRef actoring.java:233) at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:84) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:114) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1673) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:58) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:105) Root exception: java.lang.IllegalArgumentException at org.eclipse.jdt.core.dom.SimpleName.setIdentifier(SimpleName.java:187) at org.eclipse.jdt.core.dom.AST.newSimpleName(AST.java:1205) at org.eclipse.jdt.internal.corext.dom.ASTNodeFactory.newName(ASTNodeFactory.java:59) at org.eclipse.jdt.internal.corext.refactoring.code.SourceProvider.updateImplicitReceivers(SourceProvider.java:3 52) at org.eclipse.jdt.internal.corext.refactoring.code.SourceProvider.getCodeBlocks(SourceProvider.java:247) at org.eclipse.jdt.internal.corext.refactoring.code.CallInliner.perform(CallInliner.java:447) at org.eclipse.jdt.internal.corext.refactoring.code.InlineMethodRefactoring.checkFinalConditions(InlineMethodRef actoring.java:233) at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:84) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:114) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1673) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:58) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:105)
resolved fixed
82c3112
["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/receiver_in/TestExplicitStaticThisFieldReceiver.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/receiver_in/TestExplicitStaticThisMethodReceiver.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/receiver_in/TestExplicitThisFieldReceiver.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/receiver_in/TestExplicitThisMethodReceiver.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/receiver_out/TestExplicitStaticThisFieldReceiver.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/receiver_out/TestExplicitStaticThisMethodReceiver.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/receiver_out/TestExplicitThisFieldReceiver.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/receiver_out/TestExplicitThisMethodReceiver.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/ASTNodes.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallContext.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
"2004-11-01T17:37:48Z"
"2004-08-30T23:53:20Z"
76,348
Bug 76348 'import static' becomes 'import' while renaming package
Using build I20041013. I've following test case: s1/j/l/S.java package s1.j.l; public class S { public final static String out = "out"; public final static String in = "in"; public static class Member { public static int RED = 0; } } s1/B.java: package s1; import static s1.j.l.S.*; public class B { public void foo() { out.toString(); in.toString(); } } Then I want to rename package "s1.j.l" as "s1.java.lang". Looking at preview I see that static import statement in B.java is rewritten as: "import s1.java.lang.S.*" instead of expected "import static s1.java.lang.S.*" This is quite annoying as after renaming, B.java does no longer compile! Note that you need HEAD from org.eclipse.jdt.core otherwise Search will not find the package reference in static import statement...
verified fixed
e6f30bd
["org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/testStatic1/in/s1/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/testStatic1/in/s1/j/l/S.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/testStatic1/out/s1/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/testStatic1/out/s1/java/lang/S.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/testStaticMultiRoots1/in/srcPrg/p/p/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/testStaticMultiRoots1/in/srcTest/p/p/ATest.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/testStaticMultiRoots1/in/srcTest/tests/AllTests.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/testStaticMultiRoots1/out/srcPrg/q/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/testStaticMultiRoots1/out/srcTest/p/p/ATest.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/testStaticMultiRoots1/out/srcTest/tests/AllTests.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RenamePackageTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePackageProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-01T11:43:56Z"
"2004-10-15T11:33:20Z"
77,314
Bug 77314 [implementation] Deadlock of text hover presenter with ChangeTypeAction
20041029 Got the following deadlock after replacing a word in a new class just created by the new type wizard. - The main thread comes from the ChangeTypeAction triggered by a document change event and wants to do a reconcile (not sure if it a good idea to do work in a test selection change event - The text hover is in the middle of a code resolve and waits to access the document org.eclipse.core.launcher.Main at localhost:3144 Thread [main] (Suspended) JavaModelUtil.reconcile(ICompilationUnit) line: 806 SelectionConverter.getElementAtOffset(IJavaElement, ITextSelection) line: 229 ChangeTypeAction.canEnable(ITextSelection) line: 148 ChangeTypeAction.selectionChanged(ITextSelection) line: 141 ChangeTypeAction(SelectionDispatchAction).dispatchSelectionChanged(ISelection) line: 204 ChangeTypeAction(SelectionDispatchAction).selectionChanged(SelectionChangedEvent) line: 195 Viewer$2.run() line: 163 InternalPlatform.run(ISafeRunnable) line: 616 Platform.run(ISafeRunnable) line: 747 CompilationUnitEditor$AdaptedSourceViewer(Viewer).fireSelectionChanged(SelectionChangedEvent) line: 161 CompilationUnitEditor$AdaptedSourceViewer(TextViewer).fireSelectionChanged(int, int) line: 2206 CompilationUnitEditor$AdaptedSourceViewer(TextViewer).selectionChanged(int, int) line: 2189 TextViewer$3.widgetSelected(SelectionEvent) line: 1446 TypedListener.handleEvent(Event) line: 89 EventTable.sendEvent(Event) line: 82 StyledText(Widget).sendEvent(Event) line: 800 StyledText(Widget).sendEvent(int, Event, boolean) line: 824 StyledText(Widget).sendEvent(int, Event) line: 809 StyledText(Widget).notifyListeners(int, Event) line: 617 StyledText.sendSelectionEvent() line: 6468 StyledText.clearSelection(boolean) line: 2060 StyledText.internalSetSelection(int, int, boolean) line: 7231 StyledText.updateSelection(int, int, int) line: 7735 StyledText.handleTextChanged(TextChangedEvent) line: 5146 StyledText$6.textChanged(TextChangedEvent) line: 4709 DefaultDocumentAdapter.fireTextChanged() line: 337 DefaultDocumentAdapter.documentChanged(DocumentEvent) line: 281 PartiallySynchronizedDocument(AbstractDocument).doFireDocumentChanged2(DocumentEvent) line: 704 PartiallySynchronizedDocument(AbstractDocument).doFireDocumentChanged(DocumentEvent, boolean, IRegion) line: 677 PartiallySynchronizedDocument(AbstractDocument).doFireDocumentChanged(DocumentEvent) line: 662 PartiallySynchronizedDocument(AbstractDocument).fireDocumentChanged(DocumentEvent) line: 739 PartiallySynchronizedDocument(AbstractDocument).replace(int, int, String) line: 1030 PartiallySynchronizedDocument.replace(int, int, String) line: 92 DefaultDocumentAdapter.replaceTextRange(int, int, String) line: 238 StyledText.modifyContent(Event, boolean) line: 5604 StyledText.sendKeyEvent(Event) line: 6444 StyledText.doContent(char) line: 2536 StyledText.handleKey(Event) line: 4979 StyledText.handleKeyDown(Event) line: 5002 StyledText$7.handleEvent(Event) line: 4747 EventTable.sendEvent(Event) line: 82 StyledText(Widget).sendEvent(Event) line: 800 StyledText(Widget).sendEvent(int, Event, boolean) line: 824 StyledText(Widget).sendEvent(int, Event) line: 809 StyledText(Widget).sendKeyEvent(int, int, int, int, Event) line: 837 StyledText(Widget).sendKeyEvent(int, int, int, int) line: 833 StyledText(Widget).wmChar(int, int, int) line: 1096 StyledText(Control).WM_CHAR(int, int) line: 3077 StyledText(Control).windowProc(int, int, int, int) line: 2987 Display.windowProc(int, int, int, int) line: 3361 OS.DispatchMessageW(MSG) line: not available [native method] OS.DispatchMessage(MSG) line: 1499 Display.readAndDispatch() line: 2446 Workbench.runEventLoop(Window$IExceptionHandler, Display) line: 1527 Workbench.runUI() line: 1498 Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 276 PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 144 IDEApplication.run(Object) line: 102 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: 79 DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 41 Method.invoke(Object, Object[]) line: 386 Main.basicRun(String[]) line: 185 Main.run(String[]) line: 704 Main.main(String[]) line: 688 Thread [Framework Event Dispatcher] (Suspended) EventThread(Object).wait(long, int) line: not available [native method] EventThread(Object).wait() line: 193 EventThread.getNextEvent() line: 162 EventThread.run() line: 100 Thread [Start Level Event Dispatcher] (Suspended) EventThread(Object).wait(long, int) line: not available [native method] EventThread(Object).wait() line: 193 EventThread.getNextEvent() line: 162 EventThread.run() line: 100 Thread [Reference Cleaner: 1] (Suspended) ReferenceQueue(Object).wait(long, int) line: not available [native method] ReferenceQueue(Object).wait(long) line: 223 ReferenceQueue.remove(long) line: 96 ReferenceQueue.remove() line: 68 ImageCache$ReferenceCleanerThread.run() line: 376 Thread [Java indexing] (Suspended) IndexManager(Object).wait(long, int) line: not available [native method] IndexManager(Object).wait() line: 193 IndexManager(JobManager).run() line: 345 Thread.run() line: 802 Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler] (Suspended) DirtyRegionQueue(Object).wait(long, int) line: not available [native method] DirtyRegionQueue(Object).wait(long) line: 223 AbstractReconciler$BackgroundThread.run() line: 176 Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler] (Suspended) DirtyRegionQueue(Object).wait(long, int) line: not available [native method] DirtyRegionQueue(Object).wait(long) line: 223 AbstractReconciler$BackgroundThread.run() line: 176 Thread [Worker-7] (Suspended) WorkerPool(Object).wait(long, int) line: not available [native method] WorkerPool(Object).wait(long) line: 223 WorkerPool.sleep(long) line: 166 WorkerPool.startJob(Worker) line: 193 Worker.run() line: 59 Thread [org.eclipse.jdt.internal.ui.text.JavaReconciler] (Suspended) DirtyRegionQueue(Object).wait(long, int) line: not available [native method] DirtyRegionQueue(Object).wait(long) line: 223 AbstractReconciler$BackgroundThread.run() line: 176 Thread [Text Viewer Hover Presenter] (Suspended) PartiallySynchronizedDocument.get() line: 64 DocumentAdapter.getContents() line: 276 DocumentAdapter.getCharacters() line: 268 CompilationUnit.getContents() line: 595 SelectionEngine.select(ICompilationUnit, int, int) line: 435 CompilationUnit(Openable).codeSelect(ICompilationUnit, int, int, WorkingCopyOwner) line: 140 CompilationUnit.codeSelect(int, int, WorkingCopyOwner) line: 299 CompilationUnit.codeSelect(int, int) line: 293 JavadocHover(AbstractJavaEditorTextHover).getHoverInfo(ITextViewer, IRegion) line: 108 BestMatchHover.getHoverInfo(ITextViewer, IRegion) line: 102 JavaEditorTextHoverProxy.getHoverInfo(ITextViewer, IRegion) line: 69 TextViewerHoverManager$4.run() line: 160
resolved fixed
6f5eb4b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ChangeTypeAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-11-01T09:58:50Z"
"2004-10-29T17:13:20Z"
76,649
Bug 76649 New 'Inexact Argument for Varargs' compiler option
* COMPILER / Reporting Inexact Argument for Varargs Method/Constructor Invocation * When enabled, the compiler will issue an error or a warning whenever a varargs method/constructor is invoked with an inexact * argument (e.g. Class.getMethod(String name, Class ... args ) invoked with arguments ("foo", null)) * with inexact type match. * - option id: "org.eclipse.jdt.core.compiler.problem.inexactVarargsArgument" * - possible values: { "error", "warning", "ignore" } * - default: "warning" To be added to the 1.5 tag on the compiler
resolved fixed
fbcac25
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-10-29T16:09:39Z"
"2004-10-20T13:46:40Z"
35,933
Bug 35933 JUnit package test runner doesn't find empty tests [JUnit]
The JUnit package test runner doesn't run TestCases that don't contain any test* methods themselves (but instead only inherit them). Consider the following example: public class SimpleTest extends TestCase { public void testParser() { Parser p = getParser(); assert(...); } protected Parser getParser() { return new SimpleParser(); } } // Not executed, unless a dummy test method is inserted! public class ExtendedTest extends SimpleTest { protected Parser getParser() { return new ExtendedParser(); } }
resolved fixed
98f11eb
["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/util/TestSearchEngine.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitMainTab.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/TestSearchEngine.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-10-29T15:30:44Z"
"2003-04-01T20:46:40Z"
76,764
Bug 76764 Unqualified class name from content assist in Move refactoring dialog [refactoring] [move]
I20041019 - invoke Move refactoring on some static method in CU1 - use content assist to enter name of CU2 _in the same package as CU1_ -> content assist inserts the unqualified name -> Move refactoring dialog does not allow to continue
resolved fixed
741db11
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/CUPositionCompletionProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-10-29T15:09:25Z"
"2004-10-21T17:33:20Z"
76,031
Bug 76031 [search] Unexpected behavior while refactoring member class
Using I200410050800. I have following class in my project: C.java: class C { void method() {} void foo() { method(); } } class CC extends C { void call() { method(); new CC().method(); } void method() {} } I copy it with new name D. I got following class: D.java class D { void method() {} void foo() { method(); } } class CC extends D { void call() { method(); new CC().method(); } void method() {} } => OK I search for reference to D.CC and find only one in call() method of D.CC: => OK Now I want to rename D.CC to D.DD. So, I select CC in D.java, launch refactoring, enter new name DD, look at preview and get 2 changes: D.java: "class CC extends D {" becomes "class DD extends D" => OK C.java: "new CC().method();" becomes "new DD().method()" => KO The second change should be made in D.java not in C.java! Also happen with 3.1 M2.
resolved wontfix
b08fef3
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameFieldProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameTypeProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-10-29T14:44:01Z"
"2004-10-11T18:40:00Z"
76,579
Bug 76579 Formatter setup export: If file exists, overwritten w/o warning [code formatter]
On exporting java code formatter settings: If the selected file already exists, it is overwritten without warning.
resolved fixed
678f271
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CodingStyleConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-10-29T08:06:27Z"
"2004-10-19T18:20:00Z"
77,193
Bug 77193 Properties File Editor doesn't show QuickDiff hovers
I200410260800 The Properties File Editor doesn't show QuickDiff hovers.
resolved fixed
5ea2aea
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileSourceViewerConfiguration.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-10-28T17:18:44Z"
"2004-10-28T16:13:20Z"
76,643
Bug 76643 Code Formater UI: Allow multi-selection in Line Wrapping tree
20041020 To configure the line wrapping settings it is currently necessary to do that separatly for each setting. It would be nice if this could be done once for all or for a subset. The idea would be to allow multiple selection of the tree (including parent nodes) and allow to use the configuration controls on the bottom. If the selected entries have non-compatible settings, the control should take the most chosen but show the conflict shomehow (e.g. by an extra label or symbol or different background color) It is ok to not show a preview when multiple nodes are selected (or merge as done on the 'white space' page
resolved fixed
ffc5e19
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-10-28T16:36:17Z"
"2004-10-20T11:00:00Z"
77,083
Bug 77083 "Move member type to new file" produces extraneous import of even more inner classes [refactoring]
Create a class like this: package foo; public class OuterClass { static class InnerClass{ InnerInnerClass myInnerInner; class InnerInnerClass{ } } } Apply "move member type to new file" on InnerClass. The new InnerClass top level class will get look like this: package foo; import foo.OuterClass.InnerClass.InnerInnerClass; class InnerClass{ InnerInnerClass myInnerInner; class InnerInnerClass{ } } 3.1M2, W2K
resolved fixed
e2dba02
["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test_nonstatic_40/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test_nonstatic_40/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test_nonstatic_40/out/Inner.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/MoveInnerToTopLevelTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-10-28T14:56:36Z"
"2004-10-27T09:40:00Z"
66,843
Bug 66843 Generate delegate methods dialog doesn't focus on right field [code manipulation]
if you have several fields MyClass c = null; YourClass b = null; Properties properties = null; And you select 'properties' in your text view, right click it and go to 'source'>'Generate delegate methods' then the MyClass type will be shown at the top, completely opened so that all its methods will be shown. the Properties type is checked correctly though. Would it be difficult, to bring 'Properties' to the top of the dialog? I.e. so that I don't have to scroll past all the methods of MyClass and YourClass (or without me having to collapse both classes first) in order to reach the methods from Properties?
resolved fixed
3f6a3f4
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddDelegateMethodsAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateNewConstructorUsingFieldsAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-10-28T12:39:46Z"
"2004-06-12T22:40:00Z"
66,593
Bug 66593 NPE in JavaDocCompletionProcessor
I am trying to extend the JavaEditor, so I wrote a simple editor that extends CompilationUnitEditor (I wish I could subclass a class that doesn't belong in the internal package, but I don't see any other way). I declare my editor in the plugin.xml, attach it to a particular file extension but when I try to trigger JavaDocCompletion, I get the NPE below which I tracked back to JavaDocCompletionProcessor: public ICompletionProposal[] computeCompletionProposals(ITextViewer viewer, int documentOffset) { ICompilationUnit cu= JavaUI.getWorkingCopyManager().getWorkingCopy(fEditor.getEditorInput()); cu is null at this point. fEditor.getEditorInput() returns non null and my editor is simply extending CompilationUnitEditor, without overriding anything: public class MyEditor extends CompilationUnitEditor { } !SESSION Jun 10, 2004 13:46:34.87 ---------------------------------------------- eclipse.buildId=unknown java.version=1.5.0-beta2 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US !MESSAGE The command for the key you pressed failed !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text.javadoc.JavaDocCompletionEvaluator.computeCompletionProposals(JavaDocCompletionEvaluator.java:168) at org.eclipse.jdt.internal.ui.text.javadoc.JavaDocCompletionProcessor.computeCompletionProposals(JavaDocCompletionProcessor.java:199) at org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionProposals(ContentAssistant.java:1457) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.computeProposals(CompletionProposalPopup.java:244) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$7(CompletionProposalPopup.java:240) at org.eclipse.jface.text.contentassist.CompletionProposalPopup$1.run(CompletionProposalPopup.java:199) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.showProposals(CompletionProposalPopup.java:194) at org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssistant.java:1308) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer.doOperation(CompilationUnitEditor.java:179) at org.eclipse.ui.texteditor.ContentAssistAction$1.run(ContentAssistAction.java:82) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.texteditor.ContentAssistAction.run(ContentAssistAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:141) at org.eclipse.ui.internal.commands.Command.execute(Command.java:132) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:469) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:887) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:928) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:546) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$2(WorkbenchKeyboard.java:494) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent(WorkbenchKeyboard.java:259) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:712) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:795) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1725) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1721) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3049) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2952) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3282) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1460) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2380) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:334) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128) 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:495) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:638) at org.eclipse.core.launcher.Main.main(Main.java:622)
verified fixed
5cebad9
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocCompletionEvaluator.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-10-28T07:31:51Z"
"2004-06-10T20:40:00Z"
76,167
Bug 76167 Quick FIx: create local variable deletes comment above it
null
resolved fixed
7dd440c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewVariableCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-10-27T17:43:19Z"
"2004-10-13T15:06:40Z"
76,099
Bug 76099 Search results unsorted [search]
build I20040930 - with platform-ui module in source, - open type on Action (from org.eclipse.jface.action) - Ctrl+Shift+G - in Search view, choose Flat Layout and Sort By > Parent Name - the results are unsorted (and unstable) For example: org.eclipse.ui.tests.api.IActionBarsTest.java org.eclipse.ui.views.tasklist.TaskAction.java org.eclipse.ui.examples.readmetool.ReadmeEditorActionBarContributor.java org.eclipse.ui.internal.presentations.SystemMenuClose.java org.eclipse.ui.internal.ActionDescriptor.java org.eclipse.ui.internal.ResetPerspectiveAction.java org.eclipse.ui.internal.CloseAllPerspectivesAction.java org.eclipse.ui.internal.IntroAction.java org.eclipse.ui.part.DrillDownAdapter.java org.eclipse.ui.internal.ide.NewWizardDropDownAction.java org.eclipse.ui.internal.PluginAction.java org.eclipse.jface.tests.viewers.interactive.TestTableTree.java org.eclipse.ui.actions.RetargetAction.java org.eclipse.ui.internal.presentations.SystemMenuMovePane.java org.eclipse.ui.examples.rcp.browser.BrowserActionBuilder.java org.eclipse.ui.internal.ShowInAction.java org.eclipse.ui.internal.ide.NewWizardShortcutAction.java org.eclipse.ui.internal.actions.HelpContentsAction.java org.eclipse.ui.internal.presentations.SystemMenuMoveFolder.java org.eclipse.jface.tests.viewers.interactive.TestBrowserAction.java org.eclipse.ui.actions.CreateProjectAction.java org.eclipse.ui.views.framelist.FrameAction.java org.eclipse.ui.internal.progress.JobView.java org.eclipse.ui.internal.progress.NewProgressViewer.java org.eclipse.ui.actions.PartEventAction.java org.eclipse.ui.internal.ide.actions.BuildCleanAction.java org.eclipse.ui.tests.api.MockAction.java org.eclipse.ui.views.markers.internal.ActionAddGlobalTask.java org.eclipse.ui.actions.OpenInNewWindowAction.java org.eclipse.ui.internal.presentations.SystemMenuCloseAll.java org.eclipse.ui.views.bookmarkexplorer.BookmarkNavigator.java org.eclipse.ui.actions.BaseSelectionListenerAction.java org.eclipse.ui.examples.readmetool.AddReadmeMarkerAction.java org.eclipse.ui.internal.presentations.SystemMenuCloseOthers.java org.eclipse.ui.actions.NewExampleAction.java org.eclipse.ui.internal.SavePerspectiveAction.java org.eclipse.ui.internal.about.AboutAction.java org.eclipse.ui.internal.EditActionSetsAction.java org.eclipse.ui.internal.ClosePerspectiveAction.java org.eclipse.ui.internal.CyclePartAction.java org.eclipse.ui.internal.LabelDecoratorAction.java org.eclipse.jface.preference.BooleanPropertyAction.java org.eclipse.ui.actions.NewProjectAction.java org.eclipse.ui.internal.actions.ClearWorkingSetAction.java org.eclipse.ui.internal.presentations.SystemMenuPinEditor.java org.eclipse.ui.actions.QuickStartAction.java org.eclipse.ui.views.tasklist.TaskList.java org.eclipse.ui.internal.ide.dialogs.WelcomeEditorCopyAction.java org.eclipse.ui.internal.presentations.SystemMenuFastView.java org.eclipse.jface.tests.viewers.interactive.TestBrowser.java org.eclipse.ui.internal.ide.actions.OpenWorkspaceFileAction.java org.eclipse.ui.internal.WorkbenchEditorsAction.java org.eclipse.ui.internal.ide.update.InstallWizardAction.java org.eclipse.ui.views.markers.internal.TableSortAction.java org.eclipse.ui.internal.OpenPreferencesAction.java org.eclipse.ui.internal.ide.actions.OpenWorkspaceAction.java org.eclipse.ui.internal.ShowViewMenu.java org.eclipse.ui.internal.ide.actions.ToggleAutoBuildAction.java org.eclipse.ui.internal.presentations.SystemMenuStateChange.java org.eclipse.ui.actions.NewWizardAction.java org.eclipse.ui.internal.LockToolBarAction.java org.eclipse.ui.tests.api.ListView.java org.eclipse.ui.views.properties.PropertySheetAction.java org.eclipse.ui.views.markers.internal.FiltersAction.java org.eclipse.ui.actions.GlobalBuildAction.java org.eclipse.ui.internal.ide.actions.QuickMenuAction.java org.eclipse.ui.examples.rcp.browser.BrowserView.java org.eclipse.ui.internal.actions.EditWorkingSetAction.java org.eclipse.ui.actions.SelectionProviderAction.java org.eclipse.jface.tests.viewers.interactive.TestTree.java org.eclipse.ui.examples.readmetool.ReadmeContentOutlinePage.java org.eclipse.ui.internal.ShowViewAction.java org.eclipse.ui.internal.actions.SelectWorkingSetAction.java org.eclipse.ui.internal.WorkbookEditorsAction.java org.eclipse.ui.internal.ToggleEditorsVisibilityAction.java org.eclipse.ui.internal.ide.actions.BuildSetAction.java org.eclipse.ui.internal.QuitAction.java org.eclipse.ui.internal.ide.actions.SelectBuildWorkingSetAction.java org.eclipse.ui.internal.about.AboutAction org.eclipse.debug.internal.ui.views.memory.AbstractMemoryAction (2 matches) org.eclipse.ui.texteditor.AbstractTextEditor.ScrollLinesAction (2 matches) org.eclipse.ui.texteditor.AbstractTextEditor.ShowRulerContextMenuAction org.eclipse.ui.views.markers.internal.ActionAddGlobalTask org.eclipse.update.internal.ui.AddBookmarksAction org.eclipse.debug.internal.ui.views.memory.AddMemoryBlockAction (2 matches) org.eclipse.ui.examples.readmetool.AddReadmeMarkerAction org.eclipse.debug.internal.ui.views.variables.AvailableLogicalStructuresAction (2 matches) org.eclipse.ui.examples.rcp.browser.BrowserView.backAction.new Action() {..} org.eclipse.ui.actions.BaseSelectionListenerAction org.eclipse.jface.preference.BooleanPropertyAction org.eclipse.ui.internal.ide.actions.BuildCleanAction org.eclipse.ui.internal.ide.actions.BuildSetAction org.eclipse.team.internal.ccvs.ui.subscriber.ChangeLogModelProvider.ToggleSortOrderAction (2 potential matches) org.eclipse.ui.console.actions.ClearOutputAction (2 matches) org.eclipse.ui.internal.actions.ClearWorkingSetAction org.eclipse.ui.internal.CloseAllPerspectivesAction org.eclipse.ui.internal.ClosePerspectiveAction org.eclipse.debug.internal.ui.actions.CollapseAllAction (2 matches) org.eclipse.update.internal.ui.ConfigurationManagerWindow.GlobalAction org.eclipse.ui.internal.console.ConsoleDropDownAction (2 matches) org.eclipse.debug.internal.ui.views.console.ConsoleRemoveAllTerminatedAction (2 matches) org.eclipse.debug.internal.ui.views.console.ConsoleTerminateAction (2 matches) org.eclipse.ui.part.DrillDownAdapter.createActions().new Action() {..} org.eclipse.ui.part.DrillDownAdapter.createActions().new Action() {..} org.eclipse.ui.part.DrillDownAdapter.createActions().new Action() {..} org.eclipse.ui.internal.progress.JobView.createCancelAction().new Action() {..} org.eclipse.ui.internal.progress.JobView.createClearAllAction().new Action() {..} org.eclipse.ui.tests.api.ListView.createPopupMenu().new Action() {..} org.eclipse.ui.actions.CreateProjectAction org.eclipse.team.internal.ccvs.ui.CVSCompareRevisionsInput org.eclipse.ui.internal.EditActionSetsAction org.eclipse.ui.texteditor.templates.EditTemplateDialog.TextViewerAction (2 matches) org.eclipse.ui.internal.actions.EditWorkingSetAction org.eclipse.update.internal.ui.views.FeatureStateAction org.eclipse.ui.views.markers.internal.FiltersAction org.eclipse.update.internal.ui.views.FindUpdatesAction org.eclipse.debug.internal.ui.views.memory.FormatColumnAction (2 matches) org.eclipse.ui.examples.rcp.browser.BrowserView.forwardAction.new Action() {..} org.eclipse.ui.views.framelist.FrameAction org.eclipse.ui.actions.GlobalBuildAction org.eclipse.debug.internal.ui.views.memory.GoToAddressAction (2 matches) org.eclipse.ui.internal.texteditor.GotoLastEditPositionAction (2 matches) org.eclipse.ui.internal.actions.HelpContentsAction org.eclipse.jface.action.IAction org.eclipse.ui.internal.progress.JobView.initPulldownMenu().new Action() {..} org.eclipse.update.internal.ui.views.InstallationHistoryAction org.eclipse.update.internal.ui.views.InstallOptionalFeatureAction org.eclipse.ui.internal.ide.update.InstallWizardAction org.eclipse.ui.internal.IntroAction org.eclipse.ui.internal.LabelDecoratorAction org.eclipse.debug.ui.actions.LaunchAction (2 matches) org.eclipse.debug.ui.actions.LaunchAsAction (2 matches) org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.ButtonAction (2 matches) org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.DoubleClickAction org.eclipse.debug.internal.ui.actions.LaunchShortcutAction (2 matches) org.eclipse.debug.internal.ui.actions.LinkBreakpointsWithDebugViewAction (2 matches) org.eclipse.ui.internal.LockToolBarAction org.eclipse.ui.examples.rcp.browser.HistoryView.makeActions().new Action() {..} org.eclipse.ui.examples.rcp.browser.HistoryView.makeActions().new Action() {..} org.eclipse.ui.examples.rcp.browser.HistoryView.makeActions().new Action() {..} org.eclipse.ui.examples.rcp.browser.BrowserActionBuilder.makeActions().new Action() {..} org.eclipse.ui.examples.rcp.browser.BrowserActionBuilder.makeActions().new Action() {..} org.eclipse.debug.internal.ui.views.memory.MemoryView org.eclipse.debug.internal.ui.views.memory.MemoryViewTab org.eclipse.ui.tests.api.MockAction org.eclipse.team.internal.ccvs.ui.repo.NewCVSRepositoryAction (2 potential matches) org.eclipse.ui.actions.NewExampleAction org.eclipse.update.internal.ui.views.NewExtensionLocationAction org.eclipse.ui.actions.NewProjectAction org.eclipse.ui.actions.NewWizardAction org.eclipse.ui.internal.ide.NewWizardDropDownAction org.eclipse.ui.internal.ide.NewWizardShortcutAction org.eclipse.ui.internal.editors.text.NextPreviousPulldownActionDelegate org.eclipse.ui.internal.editors.text.NextPreviousPulldownActionDelegate.NavigationEnablementAction (2 matches) org.eclipse.ui.internal.editors.text.OpenExternalFileAction (2 matches) org.eclipse.ui.actions.OpenInNewWindowAction org.eclipse.debug.ui.actions.OpenLaunchDialogAction (2 matches) org.eclipse.ui.internal.OpenPreferencesAction org.eclipse.ui.internal.ide.actions.OpenWorkspaceAction org.eclipse.ui.internal.ide.actions.OpenWorkspaceFileAction org.eclipse.debug.internal.ui.actions.ShowTypesAction.run() org.eclipse.debug.internal.ui.actions.ShowTypesAction.setChecked(boolean) org.eclipse.debug.internal.ui.views.memory.MemoryView.addMemoryBlockAction org.eclipse.debug.internal.ui.views.memory.MemoryView.copyViewToClipboardAction org.eclipse.debug.internal.ui.views.memory.MemoryView.printViewTabAction org.eclipse.debug.internal.ui.views.memory.MemoryView.removeMemoryBlockAction org.eclipse.debug.internal.ui.views.memory.MemoryView.resetMemoryBlockAction org.eclipse.debug.internal.ui.views.memory.MemoryViewTab.createActions() org.eclipse.debug.internal.ui.views.memory.MemoryViewTab.fFormatColumnActions org.eclipse.debug.internal.ui.views.variables.AvailableLogicalStructuresAction.addActionToMenu(Menu, Action) org.eclipse.debug.internal.ui.views.variables.AvailableLogicalStructuresAction.getMenu(Menu) (2 matches) org.eclipse.debug.internal.ui.views.variables.ToggleLogicalStructureAction.run() org.eclipse.debug.internal.ui.views.variables.ToggleLogicalStructureAction.setChecked(boolean) org.eclipse.jface.action.ActionContributionItem.update(String) (4 matches) org.eclipse.jface.action.IAction.setText(String) (2 matches) org.eclipse.jface.tests.viewers.interactive.TestBrowser.fAddChildAction org.eclipse.jface.tests.viewers.interactive.TestBrowser.fAddChildRevealAction org.eclipse.jface.tests.viewers.interactive.TestBrowser.fAddChildSelectAction org.eclipse.jface.tests.viewers.interactive.TestBrowser.fAddElementAction org.eclipse.jface.tests.viewers.interactive.TestBrowser.fAddFilterAction org.eclipse.jface.tests.viewers.interactive.TestBrowser.fAddSiblingAction org.eclipse.jface.tests.viewers.interactive.TestBrowser.fAddSiblingRevealAction org.eclipse.jface.tests.viewers.interactive.TestBrowser.fAddSiblingSelectAction org.eclipse.jface.tests.viewers.interactive.TestBrowser.fChangeChildLabelAction org.eclipse.jface.tests.viewers.interactive.TestBrowser.fChangeInputLabelAction org.eclipse.jface.tests.viewers.interactive.TestBrowser.fChangeLabelAction org.eclipse.jface.tests.viewers.interactive.TestBrowser.fClearSelection org.eclipse.jface.tests.viewers.interactive.TestBrowser.fDeleteAction org.eclipse.jface.tests.viewers.interactive.TestBrowser.fDeleteChildrenAction org.eclipse.jface.tests.viewers.interactive.TestBrowser.fDeleteSiblingsAction org.eclipse.jface.tests.viewers.interactive.TestBrowser.fDeleteSomeChildrenAction org.eclipse.jface.tests.viewers.interactive.TestBrowser.fFlushInputAction org.eclipse.jface.tests.viewers.interactive.TestBrowser.fReloadAction org.eclipse.jface.tests.viewers.interactive.TestBrowser.fReloadActionFlat org.eclipse.jface.tests.viewers.interactive.TestBrowser.fReloadActionLarge org.eclipse.jface.tests.viewers.interactive.TestBrowser.fResetFilters org.eclipse.jface.tests.viewers.interactive.TestBrowser.fResetSorter org.eclipse.jface.tests.viewers.interactive.TestBrowser.fSetLabelProvider org.eclipse.jface.tests.viewers.interactive.TestBrowser.fSetSorter org.eclipse.jface.tests.viewers.interactive.TestBrowser.fWorldChangedAction org.eclipse.jface.tests.viewers.interactive.TestTableTree.fExpandAllAction org.eclipse.jface.tests.viewers.interactive.TestTree.fExpandAllAction org.eclipse.team.internal.ccvs.ui.CVSCompareRevisionsInput.getContentsAction (potential match) org.eclipse.team.internal.ccvs.ui.CVSCompareRevisionsInput.getRevisionAction (potential match) org.eclipse.team.internal.ccvs.ui.CVSCompareRevisionsInput.initializeActions() (2 potential matches) org.eclipse.team.internal.ccvs.ui.HistoryView.contributeActions() (4 potential matches) org.eclipse.team.internal.ccvs.ui.HistoryView.getContentsAction (potential match) org.eclipse.team.internal.ccvs.ui.HistoryView.getContextMenuAction(String, boolean, IWorkspaceRunnable) (2 potential matches) org.eclipse.team.internal.ccvs.ui.HistoryView.getRevisionAction (potential match) org.eclipse.team.internal.ccvs.ui.HistoryView.linkWithEditorAction (potential match) org.eclipse.team.internal.ccvs.ui.HistoryView.refreshAction (potential match) org.eclipse.team.internal.ccvs.ui.HistoryView.tagWithExistingAction (potential match) org.eclipse.team.internal.ccvs.ui.repo.RemoteViewPart.collapseAllAction (potential match) org.eclipse.team.internal.ccvs.ui.repo.RemoteViewPart.contributeActions() (5 potential matches) org.eclipse.team.internal.ccvs.ui.repo.RemoteViewPart.deselectWorkingSetAction (potential match) org.eclipse.team.internal.ccvs.ui.repo.RemoteViewPart.editWorkingSetAction (potential match) org.eclipse.team.internal.ccvs.ui.repo.RemoteViewPart.refreshAction (potential match) org.eclipse.team.internal.ccvs.ui.repo.RemoteViewPart.selectWorkingSetAction (potential match) org.eclipse.team.internal.ccvs.ui.repo.RepositoriesView.contributeActions() (3 potential matches) org.eclipse.team.internal.ccvs.ui.repo.RepositoriesView.newAction (potential match) org.eclipse.team.internal.ccvs.ui.repo.RepositoriesView.newAnonAction (potential match) org.eclipse.team.internal.ccvs.ui.subscriber.ChangeLogModelProvider.ToggleSortOrderAction.ToggleSortOrderAction(ChangeLogModelProvider, String, int, int, int) (potential match) org.eclipse.team.internal.ccvs.ui.TagSelectionDialog.addMenuItemActions(IMenuManager) (2 potential matches) org.eclipse.ui.actions.LabelRetargetAction.propagateChange(PropertyChangeEvent) (3 matches) org.eclipse.ui.actions.RetargetAction.propagateChange(PropertyChangeEvent) (2 matches) org.eclipse.ui.actions.TextActionHandler.CopyActionHandler org.eclipse.ui.actions.TextActionHandler.CutActionHandler org.eclipse.ui.actions.TextActionHandler.DeleteActionHandler org.eclipse.ui.actions.TextActionHandler.PasteActionHandler org.eclipse.ui.actions.TextActionHandler.SelectAllActionHandler org.eclipse.ui.examples.rcp.browser.BrowserView.backAction org.eclipse.ui.examples.rcp.browser.BrowserView.forwardAction org.eclipse.ui.examples.rcp.browser.BrowserView.refreshAction org.eclipse.ui.examples.rcp.browser.BrowserView.stopAction org.eclipse.ui.examples.rcp.browser.HistoryView.action1 org.eclipse.ui.examples.rcp.browser.HistoryView.action2 org.eclipse.ui.examples.rcp.browser.HistoryView.doubleClickAction org.eclipse.ui.examples.readmetool.ReadmeContentOutlinePage.OutlineAction org.eclipse.ui.examples.readmetool.ReadmeEditorActionBarContributor.EditorAction org.eclipse.ui.internal.ActionDescriptor.processAccelerator(IAction, String) org.eclipse.ui.internal.actions.ClearWorkingSetAction.run() (potential match) org.eclipse.ui.internal.actions.EditWorkingSetAction.run() (potential match) org.eclipse.ui.internal.actions.HelpContentsAction.HelpContentsAction(IWorkbenchWindow) org.eclipse.ui.internal.actions.SelectWorkingSetAction.run() (potential match) org.eclipse.ui.internal.console.ConsoleDropDownAction.addActionToMenu(Menu, Action) org.eclipse.ui.internal.console.ConsoleDropDownAction.getMenu(Control) org.eclipse.ui.internal.CyclePartAction.runWithEvent(Event) org.eclipse.ui.internal.EditorList.CloseAction org.eclipse.ui.internal.EditorList.FullNameAction org.eclipse.ui.internal.EditorList.SaveAction org.eclipse.ui.internal.EditorList.SelectionAction org.eclipse.ui.internal.EditorList.SetScopeAction org.eclipse.ui.internal.EditorList.SortAction org.eclipse.ui.internal.editors.text.NextPreviousPulldownActionDelegate.getActionsFromDescriptors() org.eclipse.ui.internal.misc.AcceleratorHook.add(IAction, String) (2 matches) org.eclipse.ui.internal.misc.AcceleratorHook.FakeAction org.eclipse.ui.internal.progress.JobView.cancelAction org.eclipse.ui.internal.progress.JobView.clearAllAction org.eclipse.ui.internal.ShowViewMenu.showDlgAction org.eclipse.ui.part.CellEditorActionHandler.CopyActionHandler org.eclipse.ui.part.CellEditorActionHandler.CutActionHandler org.eclipse.ui.part.CellEditorActionHandler.DeleteActionHandler org.eclipse.ui.part.CellEditorActionHandler.FindActionHandler org.eclipse.ui.part.CellEditorActionHandler.PasteActionHandler org.eclipse.ui.part.CellEditorActionHandler.RedoActionHandler org.eclipse.ui.part.CellEditorActionHandler.SelectAllActionHandler org.eclipse.ui.part.CellEditorActionHandler.UndoActionHandler org.eclipse.ui.part.DrillDownAdapter.backAction org.eclipse.ui.part.DrillDownAdapter.forwardAction org.eclipse.ui.part.DrillDownAdapter.homeAction org.eclipse.ui.tests.api.IActionBarsTest.MockAction org.eclipse.ui.tests.api.ListView.addAction org.eclipse.ui.texteditor.templates.EditTemplateDialog.TextViewerAction.run() org.eclipse.ui.texteditor.templates.EditTemplateDialog.TextViewerAction.update() org.eclipse.ui.views.bookmarkexplorer.BookmarkNavigator.ChangeSortDirectionAction org.eclipse.ui.views.bookmarkexplorer.BookmarkNavigator.SortByAction org.eclipse.ui.views.tasklist.TaskList.sortAscendingAction org.eclipse.ui.views.tasklist.TaskList.SortByAction org.eclipse.ui.views.tasklist.TaskList.sortByCategoryAction org.eclipse.ui.views.tasklist.TaskList.sortByCompletedAction org.eclipse.ui.views.tasklist.TaskList.sortByContainerAction org.eclipse.ui.views.tasklist.TaskList.sortByCreationTimeAction org.eclipse.ui.views.tasklist.TaskList.sortByDescriptionAction org.eclipse.ui.views.tasklist.TaskList.sortByLocationAction org.eclipse.ui.views.tasklist.TaskList.sortByPriorityAction org.eclipse.ui.views.tasklist.TaskList.sortByResourceAction org.eclipse.ui.views.tasklist.TaskList.sortDescendingAction org.eclipse.ui.views.tasklist.TaskList.SortDirectionAction org.eclipse.update.internal.ui.ConfigurationManagerWindow.addActions() (2 matches) org.eclipse.update.internal.ui.ConfigurationManagerWindow.GlobalAction.propertyChange(PropertyChangeEvent) (2 matches) org.eclipse.update.internal.ui.views.ConfigurationView.collapseAllAction org.eclipse.update.internal.ui.views.ConfigurationView.installationHistoryAction org.eclipse.update.internal.ui.views.ConfigurationView.makeActions() org.eclipse.update.internal.ui.views.ConfigurationView.makeShowNestedFeaturesAction() org.eclipse.update.internal.ui.views.ConfigurationView.makeShowSitesAction() org.eclipse.update.internal.ui.views.ConfigurationView.makeShowUnconfiguredFeaturesAction() org.eclipse.update.internal.ui.views.ConfigurationView.newExtensionLocationAction org.eclipse.update.internal.ui.views.ConfigurationView.propertiesAction org.eclipse.update.internal.ui.views.ConfigurationView.showNestedFeaturesAction org.eclipse.update.internal.ui.views.ConfigurationView.showSitesAction org.eclipse.update.internal.ui.views.ConfigurationView.showUnconfFeaturesAction org.eclipse.update.internal.ui.wizards.ReviewPage.fillContextMenu(IMenuManager) (2 matches) org.eclipse.debug.internal.ui.launchConfigurations.OrganizeFavoritesAction (2 matches) org.eclipse.ui.actions.PartEventAction org.eclipse.ui.internal.console.PinConsoleAction (2 matches) org.eclipse.ui.internal.PluginAction org.eclipse.ui.views.properties.PropertySheetAction org.eclipse.ui.internal.ide.actions.QuickMenuAction org.eclipse.ui.actions.QuickStartAction org.eclipse.ui.internal.QuitAction org.eclipse.ui.internal.texteditor.quickdiff.ReferenceSelectionAction (2 matches) org.eclipse.debug.internal.ui.views.memory.ReformatAction (2 matches) org.eclipse.ui.internal.progress.NewProgressViewer.Hyperlink.refresh().new Action() {..} org.eclipse.ui.examples.rcp.browser.BrowserView.refreshAction.new Action() {..} org.eclipse.team.internal.ccvs.ui.repo.RemoteViewPart org.eclipse.team.internal.ccvs.ui.repo.RemoteViewPart.ChangeWorkingSetAction (potential match) org.eclipse.update.internal.ui.views.ReplaceVersionAction (2 matches) org.eclipse.team.internal.ccvs.ui.repo.RepositoriesView org.eclipse.ui.internal.ResetPerspectiveAction org.eclipse.ui.texteditor.ResourceAction (2 matches) org.eclipse.update.internal.ui.views.RevertConfigurationAction org.eclipse.ui.internal.SavePerspectiveAction org.eclipse.debug.internal.ui.views.console.ScrollLockAction (2 matches) org.eclipse.ui.internal.ide.actions.SelectBuildWorkingSetAction org.eclipse.ui.actions.SelectionProviderAction org.eclipse.debug.internal.ui.views.variables.SelectLogicalStructureAction (2 matches) org.eclipse.ui.internal.actions.SelectWorkingSetAction org.eclipse.debug.internal.ui.views.memory.SetColumnSizeDefaultAction (2 matches) org.eclipse.debug.internal.ui.views.memory.SetDefaultColumnSizePrefAction (2 matches) org.eclipse.update.internal.ui.views.ShowActivitiesAction (2 matches) org.eclipse.ui.internal.console.ShowConsoleAction (2 matches) org.eclipse.team.internal.ccvs.ui.actions.ShowCVSPerspectiveAction (2 potential matches) org.eclipse.ui.internal.ShowViewMenu.showDlgAction.new Action() {..} org.eclipse.ui.internal.ShowInAction org.eclipse.debug.internal.ui.actions.ShowTypesAction (2 matches) org.eclipse.ui.internal.ShowViewAction org.eclipse.update.internal.ui.views.SiteStateAction org.eclipse.debug.internal.ui.actions.SkipAllBreakpointsAction (2 matches) org.eclipse.ui.examples.rcp.browser.BrowserView.stopAction.new Action() {..} org.eclipse.ui.internal.presentations.SystemMenuClose org.eclipse.ui.internal.presentations.SystemMenuCloseAll org.eclipse.ui.internal.presentations.SystemMenuCloseOthers org.eclipse.ui.internal.presentations.SystemMenuFastView org.eclipse.ui.internal.presentations.SystemMenuMoveFolder org.eclipse.ui.internal.presentations.SystemMenuMovePane org.eclipse.ui.internal.presentations.SystemMenuPinEditor org.eclipse.ui.internal.presentations.SystemMenuStateChange org.eclipse.ui.views.markers.internal.TableSortAction org.eclipse.ui.views.tasklist.TaskAction org.eclipse.jface.tests.viewers.interactive.TestBrowserAction org.eclipse.ui.texteditor.TextNavigationAction (2 matches) org.eclipse.ui.console.actions.TextViewerAction (2 matches) org.eclipse.team.internal.ccvs.ui.TextViewerAction (2 potential matches) org.eclipse.ui.internal.ide.actions.ToggleAutoBuildAction org.eclipse.debug.internal.ui.actions.ToggleDetailPaneAction (2 matches) org.eclipse.ui.internal.ToggleEditorsVisibilityAction org.eclipse.debug.internal.ui.actions.ToggleFilterAction (2 matches) org.eclipse.debug.internal.ui.views.variables.ToggleLogicalStructureAction (2 matches) org.eclipse.update.internal.ui.views.UninstallFeatureAction org.eclipse.ui.internal.ide.dialogs.WelcomeEditorCopyAction org.eclipse.ui.internal.WorkbenchEditorsAction org.eclipse.ui.internal.WorkbookEditorsAction
resolved fixed
11168bf
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/NameSorter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ParentSorter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/PathSorter.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-10-27T15:14:44Z"
"2004-10-12T16:53:20Z"
76,674
Bug 76674 Code assist always proposes current type in @see tag
Using build I200410190941. Test case: "IXX.java", "/**\n" + " * @see IYY\n" + " */\n" + "public interface IXX {}", "IYY.java", "public interface IYY {}" In IXX.java, set cursor just after @see IYY and launch completion. Then, you get 2 proposals in the list: IXX.java IYY.java This is not correct, first proposal (current type) should not be proposed!
resolved fixed
77008be
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocCompletionEvaluator.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-10-27T12:45:45Z"
"2004-10-20T16:33:20Z"
77,030
Bug 77030 NPE in LocalWorkingSetManager
I20041026 After starting Eclipse on an existing workspace and opening the package explorer I get this NPE: !ENTRY org.eclipse.core.runtime 4 2 2004-10-26 18:31:28.646 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.ui.workingsets.dyn.LocalWorkingSetManager.restoreState(LocalWorkingSetManag er.java:150) at org.eclipse.jdt.internal.ui.workingsets.dyn.LocalWorkingSetManager.<init>(LocalWorkingSetManager.jav a:49) at org.eclipse.jdt.internal.ui.workingsets.WorkingSetModel.restoreState(WorkingSetModel.java:307) at org.eclipse.jdt.internal.ui.workingsets.WorkingSetModel.<init>(WorkingSetModel.java:173) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$3.run(PackageExplorerPart.java: 523) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616) at org.eclipse.core.runtime.Platform.run(Platform.java:747) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.init(PackageExplorerPart.java:516) at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:360) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616) at org.eclipse.core.runtime.Platform.run(Platform.java:747) at org.eclipse.ui.internal.ViewFactory.busyRestoreView(ViewFactory.java:284) at org.eclipse.ui.internal.ViewFactory$2.run(ViewFactory.java:578) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory.java:575) at org.eclipse.ui.internal.ViewFactory$ViewReference.getPart(ViewFactory.java:104) at org.eclipse.ui.internal.Perspective.showFastView(Perspective.java:1656) at org.eclipse.ui.internal.Perspective.setActiveFastView(Perspective.java:1547) at org.eclipse.ui.internal.Perspective.setActiveFastView(Perspective.java:1560) at org.eclipse.ui.internal.Perspective.toggleFastView(Perspective.java:1737) at org.eclipse.ui.internal.WorkbenchPage.toggleFastView(WorkbenchPage.java:3156) at org.eclipse.ui.internal.ShowFastViewContribution.showView(ShowFastViewContribution.java: 125) at org.eclipse.ui.internal.ShowFastViewContribution.access$1(ShowFastViewContribution.java:123) at org.eclipse.ui.internal.ShowFastViewContribution$3.widgetSelected(ShowFastViewContribution.java: 106) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1229) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1253) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1238) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1086) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2894) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2562) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1527) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1498) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:276) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:704) at org.eclipse.core.launcher.Main.main(Main.java:688) !ENTRY org.eclipse.jdt.ui 4 10001 2004-10-26 18:31:28.797 !MESSAGE Internal Error !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.ui.workingsets.dyn.LocalWorkingSetManager.restoreState(LocalWorkingSetManag er.java:150) at org.eclipse.jdt.internal.ui.workingsets.dyn.LocalWorkingSetManager.<init>(LocalWorkingSetManager.jav a:49) at org.eclipse.jdt.internal.ui.workingsets.WorkingSetModel.restoreState(WorkingSetModel.java:307) at org.eclipse.jdt.internal.ui.workingsets.WorkingSetModel.<init>(WorkingSetModel.java:173) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$3.run(PackageExplorerPart.java: 523) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616) at org.eclipse.core.runtime.Platform.run(Platform.java:747) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.init(PackageExplorerPart.java:516) at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:360) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616) at org.eclipse.core.runtime.Platform.run(Platform.java:747) at org.eclipse.ui.internal.ViewFactory.busyRestoreView(ViewFactory.java:284) at org.eclipse.ui.internal.ViewFactory$2.run(ViewFactory.java:578) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory.java:575) at org.eclipse.ui.internal.ViewFactory$ViewReference.getPart(ViewFactory.java:104) at org.eclipse.ui.internal.Perspective.showFastView(Perspective.java:1656) at org.eclipse.ui.internal.Perspective.setActiveFastView(Perspective.java:1547) at org.eclipse.ui.internal.Perspective.setActiveFastView(Perspective.java:1560) at org.eclipse.ui.internal.Perspective.toggleFastView(Perspective.java:1737) at org.eclipse.ui.internal.WorkbenchPage.toggleFastView(WorkbenchPage.java:3156) at org.eclipse.ui.internal.ShowFastViewContribution.showView(ShowFastViewContribution.java: 125) at org.eclipse.ui.internal.ShowFastViewContribution.access$1(ShowFastViewContribution.java:123) at org.eclipse.ui.internal.ShowFastViewContribution$3.widgetSelected(ShowFastViewContribution.java: 106) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1229) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1253) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1238) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1086) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2894) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2562) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1527) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1498) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:276) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:704) at org.eclipse.core.launcher.Main.main(Main.java:688)
resolved fixed
9cc13e3
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-10-26T17:32:31Z"
"2004-10-26T17:00:00Z"
76,574
Bug 76574 Refactor inner class of an interface [refactoring]
How to reduce the behavior: =========================== 1) Have a _public_ inner class in a public java interface. The class does _not_ contain the public modifier explicitly, but implicitly the class is public. 2) Select the class name 3) Refactor via "Move Member Type to New File" What results: ============= Everything works fine, except the extracted class should be public but isn't. Example: ======== public interface Foo { class Bar { } } leads to extracted class: class Bar { } instead of to public Bar { } Further testing: ================ I tried it with a public class explicitly marked public. This works fine. Sebastian
resolved fixed
79d97bf
["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test24/out/Inner.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-10-26T15:32:39Z"
"2004-10-19T15:33:20Z"
76,756
Bug 76756 Project properties UI: Required projects can not be removed
Once a project has been added to the required projects list, it is impossible to remove this project from the list using the properties UI, because the "Remove" button remains disabled. Furthermore, deleting the childs of this required project (that is "Included: (All)" and "Excluded: "None") leads to the following error message: Setting build path (Error: An internal error occurred during: "Setting build path".) An internal error occurred during: "Setting build path". java.lang.NullPointerException at org.eclipse.jdt.internal.core.ClasspathEntry.<init>(ClasspathEntry.java:170) at org.eclipse.jdt.core.JavaCore.newProjectEntry(JavaCore.java:3041) at org.eclipse.jdt.internal.ui.wizards.buildpaths.CPListElement.newClasspathEntry(CPListElement.java:125) at org.eclipse.jdt.internal.ui.wizards.buildpaths.CPListElement.getClasspathEntry(CPListElement.java:108) at org.eclipse.jdt.internal.ui.wizards.buildpaths.BuildPathsBlock.internalConfigureJavaProject(BuildPathsBlock.java:709) at org.eclipse.jdt.internal.ui.wizards.buildpaths.BuildPathsBlock.configureJavaProject(BuildPathsBlock.java:647) at org.eclipse.jdt.internal.ui.preferences.BuildPathsPropertyPage$1.run(BuildPathsPropertyPage.java:188) at org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:34) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:700) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1676) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:3506) at org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:65) at org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter$1.run(WorkbenchRunnableAdapter.java:80) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66) A possible workaround would be to delete the appropriate entry from the .classpath file
verified fixed
38fc99b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ProjectsWorkbookPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-10-22T13:43:33Z"
"2004-10-21T14:46:40Z"
76,283
Bug 76283 [performance] Problems requested twice when opening a Java editor
I20041013 When opening a Java editor, problems are requested once during ICompilationUnit#becomeWorkingCopy and once during ICompilationUnit#reconcile. The IProblemRequestor should be disabled during #becomeWorkingCopy so as to avoid to compute problems (which involves the full resolution of the working copy).
resolved fixed
65a3288
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/IProblemRequestorExtension.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaReconcilingStrategy.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-10-21T10:40:31Z"
"2004-10-14T16:06:40Z"
69,240
Bug 69240 [reconciling] Editor shows "stale" compilation error
Eclipse has always has a small problem in that occaisionally it would show an error in the editor window (red-squiggly, with a marker) even though the error had been fixed and no longer appeared in the Tasks/Problem view. I usually just type "Space-Backspace" and save the file and it goes away. In 3.0, this is MUCH more frequent. I'm not 100% sure of the cause, but every time I've seen in it recently, file A will have a problem, and then I'll change file B to fix it. I'll pay more attention, and see if I can obtain any more details.
resolved fixed
314d7d3
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaReconciler.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-10-21T09:12:23Z"
"2004-07-03T10:20:00Z"
75,432
Bug 75432 Pull up refactoring leaves unused imports
After using the pull up refactoring on a method, the method is removed from the sub class and put into the super class, but the sub class still has unused imports from before the refactoring. Can the refactoring be enhanced in a way that the imports of the sub class are organized after the refactoring?
closed fixed
c266f62
["org.eclipse.jdt.ui.tests.refactoring/resources/PullUp/test12/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/PullUp/test4/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/PullUp/testGenerics12/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/PullUpTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/HierarchyRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PushDownRefactoring.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-10-20T14:27:52Z"
"2004-10-01T08:40:00Z"
74,022
Bug 74022 Unsupported major.minor version 49.0 during quick fix.
I use Sun JDK 1.4.2 to run Eclipse 3.1 200409140800 and Sun JDK 1.5.0 RC to run my application. Eclipse is configured to compile for JDK 1.5. I get error message "Unsupported major.minor version 49.0" when I try to use "Add generated serial version ID" quickfix for the following class ------------ package test.cheetah; public class Test implements java.io.Serializable { } ------------
resolved fixed
f74dcd3
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SerialVersionQuickFixTest.java", "org.eclipse.jdt.ui/serial", "support/org/eclipse/jdt/internal/ui/text/correction/SerialVersionComputer.java", "org.eclipse.jdt.ui/serial", "support/org/eclipse/jdt/internal/ui/text/correction/SerialVersionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AbstractSerialVersionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SerialVersionHashProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SerialVersionLaunchConfigurationDelegate.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SerialVersionSubProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-10-20T12:19:44Z"
"2004-09-15T20:26:40Z"
45,033
Bug 45033 Usability: Code Formatter Preferences Page Resizes Poorly
Eclipse 3.0 M4 This is just a single example of a common UI problem that exists in a wide variety of places in Eclipse, not just JDT. If you're going to allow a dialog/window to be resized (which I think you should), then some careful thought needs to go into how the widgets resize. Look at the preferences page for the JDT's Code Formatter and you'll see that when the dialog is resized the (really useful) preview text widget does not stretch and consume the remaining whitespace. Take a look at the screen shot of the dialog in various sizes to see what I mean.
resolved fixed
bad5794
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2004-10-20T09:10:38Z"
"2003-10-16T18:46:40Z"