id
int64 1
6.5k
| bug_id
int64 2.03k
426k
| summary
stringlengths 9
251
| description
stringlengths 1
32.8k
⌀ | report_time
stringlengths 19
19
| report_timestamp
int64 1B
1.39B
| status
stringclasses 6
values | commit
stringlengths 7
9
| commit_timestamp
int64 1B
1.39B
| files
stringlengths 25
32.8k
| project_name
stringclasses 6
values |
---|---|---|---|---|---|---|---|---|---|---|
4,935 | 37,566 |
Bug 37566 Cannot rename a Java Project referenced by a Simple Project [refactoring]
|
In the Package explorer, create a java project and a simple project. In the simple project, create a reference to the java project (right click on simple project -> properties -> project references). Now, if you try to rename the java project, the operation will fail with the reason being that the simple project does not exist. Also, note that it does not matter whether or not, when renaming the java project, you pick the option to update references.
|
2003-05-13 16:21:25
| 1,052,860,000 |
verified fixed
|
53431d0
| 1,052,930,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameJavaProjectChange.java
|
JDT
|
4,936 | 35,614 |
Bug 35614 RC3 can't handle all file extensions
|
I work on a large project that includes all kinds of files, including Java source files, .cpp and .cxx C++ files, Perl scripts, and even VMS files that have only "." as their file extension. The "." extension, especially, causes exceptions. Using RC3, I tried to create a new Java project. I specified the Project Contents directory to be directory that holds several Java source trees as well as other trees holding various file types. Eclipse began to scan the project but soon gave an exception (text below) and quit. Eclipse V2.0.2 handled the same project with no problems. ====================================================================== !ENTRY org.eclipse.jdt.ui 4 10001 Mar 24, 2003 13:59:04.556 !MESSAGE Internal Error !STACK 1 org.eclipse.core.internal.resources.ResourceException(/DESTA)[566]: java.lang.IllegalArgumentException: Compilation unit name must end with .java. at org.eclipse.jdt.internal.core.CompilationUnit.<init> (CompilationUnit.java:48) at org.eclipse.jdt.internal.core.PackageFragment.getCompilationUnit (PackageFragment.java:180) at org.eclipse.jdt.internal.core.JavaModelManager.createCompilationUnitFrom (JavaModelManager.java:336) at org.eclipse.jdt.core.JavaCore.createCompilationUnitFrom (JavaCore.java:828) at org.eclipse.jdt.internal.ui.wizards.ClassPathDetector.visitCompilationUnit (ClassPathDetector.java:210) at org.eclipse.jdt.internal.ui.wizards.ClassPathDetector.visit (ClassPathDetector.java:266) at org.eclipse.core.internal.resources.Resource$1.visitElement (Resource.java:50) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration (ElementTreeIterator.java:76) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration (ElementTreeIterator.java:80) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration (ElementTreeIterator.java:80) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration (ElementTreeIterator.java:80) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration (ElementTreeIterator.java:80) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration (ElementTreeIterator.java:80) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration (ElementTreeIterator.java:80) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration (ElementTreeIterator.java:80) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration (ElementTreeIterator.java:80) at org.eclipse.core.internal.watson.ElementTreeIterator.iterate (ElementTreeIterator.java:119) at org.eclipse.core.internal.resources.Resource.accept(Resource.java:60) at org.eclipse.jdt.internal.ui.wizards.ClassPathDetector.<init> (ClassPathDetector.java:62) at org.eclipse.jdt.internal.ui.wizards.NewProjectCreationWizardPage.updateProject (NewProjectCreationWizardPage.java:124) at org.eclipse.jdt.internal.ui.wizards.NewProjectCreationWizardPage$1.run (NewProjectCreationWizardPage.java:86) at org.eclipse.jface.operation.ModalContext.runInCurrentThread (ModalContext.java:302) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:758) at org.eclipse.jdt.internal.ui.wizards.NewProjectCreationWizardPage.changeToNewProj ect(NewProjectCreationWizardPage.java:94) at org.eclipse.jdt.internal.ui.wizards.NewProjectCreationWizardPage.setVisible (NewProjectCreationWizardPage.java:64) at org.eclipse.jface.wizard.WizardDialog.updateForPage (WizardDialog.java:959) at org.eclipse.jface.wizard.WizardDialog.access$1(WizardDialog.java:940) at org.eclipse.jface.wizard.WizardDialog$3.run(WizardDialog.java:929) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:927) at org.eclipse.jface.wizard.WizardDialog.nextPressed (WizardDialog.java:684) at org.eclipse.jface.wizard.WizardDialog.buttonPressed (WizardDialog.java:316) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:91) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1842) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1549) at org.eclipse.jface.window.Window.runEventLoop(Window.java:583) at org.eclipse.jface.window.Window.open(Window.java:563) at org.eclipse.ui.actions.NewProjectAction.run (NewProjectAction.java:107) at org.eclipse.jface.action.Action.runWithEvent(Action.java:842) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:456) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:403) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:397) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:72) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1842) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1549) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) 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:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583) !ENTRY org.eclipse.core.resources 4 566 Mar 24, 2003 13:59:04.556 !MESSAGE An error occurred while traversing resources. !STACK 0 java.lang.IllegalArgumentException: Compilation unit name must end with .java. at org.eclipse.jdt.internal.core.CompilationUnit.<init> (CompilationUnit.java:48) at org.eclipse.jdt.internal.core.PackageFragment.getCompilationUnit (PackageFragment.java:180) at org.eclipse.jdt.internal.core.JavaModelManager.createCompilationUnitFrom (JavaModelManager.java:336) at org.eclipse.jdt.core.JavaCore.createCompilationUnitFrom (JavaCore.java:828) at org.eclipse.jdt.internal.ui.wizards.ClassPathDetector.visitCompilationUnit (ClassPathDetector.java:210) at org.eclipse.jdt.internal.ui.wizards.ClassPathDetector.visit (ClassPathDetector.java:266) at org.eclipse.core.internal.resources.Resource$1.visitElement (Resource.java:50) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration (ElementTreeIterator.java:76) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration (ElementTreeIterator.java:80) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration (ElementTreeIterator.java:80) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration (ElementTreeIterator.java:80) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration (ElementTreeIterator.java:80) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration (ElementTreeIterator.java:80) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration (ElementTreeIterator.java:80) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration (ElementTreeIterator.java:80) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration (ElementTreeIterator.java:80) at org.eclipse.core.internal.watson.ElementTreeIterator.iterate (ElementTreeIterator.java:119) at org.eclipse.core.internal.resources.Resource.accept(Resource.java:60) at org.eclipse.jdt.internal.ui.wizards.ClassPathDetector.<init> (ClassPathDetector.java:62) at org.eclipse.jdt.internal.ui.wizards.NewProjectCreationWizardPage.updateProject (NewProjectCreationWizardPage.java:124) at org.eclipse.jdt.internal.ui.wizards.NewProjectCreationWizardPage$1.run (NewProjectCreationWizardPage.java:86) at org.eclipse.jface.operation.ModalContext.runInCurrentThread (ModalContext.java:302) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:758) at org.eclipse.jdt.internal.ui.wizards.NewProjectCreationWizardPage.changeToNewProj ect(NewProjectCreationWizardPage.java:94) at org.eclipse.jdt.internal.ui.wizards.NewProjectCreationWizardPage.setVisible (NewProjectCreationWizardPage.java:64) at org.eclipse.jface.wizard.WizardDialog.updateForPage (WizardDialog.java:959) at org.eclipse.jface.wizard.WizardDialog.access$1(WizardDialog.java:940) at org.eclipse.jface.wizard.WizardDialog$3.run(WizardDialog.java:929) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:927) at org.eclipse.jface.wizard.WizardDialog.nextPressed (WizardDialog.java:684) at org.eclipse.jface.wizard.WizardDialog.buttonPressed (WizardDialog.java:316) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:91) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1842) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1549) at org.eclipse.jface.window.Window.runEventLoop(Window.java:583) at org.eclipse.jface.window.Window.open(Window.java:563) at org.eclipse.ui.actions.NewProjectAction.run (NewProjectAction.java:107) at org.eclipse.jface.action.Action.runWithEvent(Action.java:842) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:456) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:403) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:397) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:72) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1842) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1549) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) 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:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583)
|
2003-03-24 18:19:19
| 1,048,550,000 |
verified fixed
|
bde68a4
| 1,052,900,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/ClassPathDetector.java
|
JDT
|
4,937 | 37,567 |
Bug 37567 Remove automatic forward linking
| null |
2003-05-13 16:29:18
| 1,052,860,000 |
verified fixed
|
ff3a910
| 1,052,900,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java
|
JDT
|
4,938 | 37,508 |
Bug 37508 Type hierarchy: render inherited members differently
|
1) in the type hierarchy enable "Show all inherited members" -> when this option is on it should be easy for the user to spot which items are inherited and which ones are not. Options: - render inherited members in grey - use a hollow icon or grey icon for inherited members
|
2003-05-12 13:22:43
| 1,052,760,000 |
resolved fixed
|
584a0a1
| 1,052,810,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyLabelProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyOverrideIndicatorLabelDecorator.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsLabelProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsViewer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/DecoratingJavaLabelProvider.java
|
JDT
|
4,939 | 37,399 |
Bug 37399 Organize Imports can remove required inner interfaces [code manipulation]
|
import com.epiphany.shr.sf.ClusterSingletonStepped.SingletonStep; After organize imports, this import is turned into: import com.epiphany.shr.sf.ClusterSingletonStepped; If it is not legal to have inner interfaces I appologize and I will flog the coder. Otherwise, it appears that organize imports can potentially cause compiler errors that are hard to track down. I run it, and things look ok, but part of my import is gone. Interface definition: public abstract class ClusterSingletonStepped extends ClusterSingleton { ..... public interface SingletonStep ..... } Thanks for looking at this. Please let me know if I can add any additional information or answer any questions.
|
2003-05-08 14:38:33
| 1,052,420,000 |
resolved fixed
|
12046bc
| 1,052,760,000 |
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ScopeAnalyzerTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedVariablesQuickFixTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ScopeAnalyzer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ChangeMethodSignatureProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/MissingReturnTypeCorrectionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java
|
JDT
|
4,940 | 37,499 |
Bug 37499 JUnit: Error on startup
|
I20030507.from20030512_1126 On startup of an existing workspace (containing a JUnit view as fast view), the Junit view fails to create java.lang.NullPointerException at org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart.restoreLayoutState(TestRunnerViewPart.java:274) at org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart.createPartControl(TestRunnerViewPart.java:842) at org.eclipse.ui.internal.PartPane$4.run(PartPane.java:141) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:889) at org.eclipse.core.runtime.Platform.run(Platform.java:413) at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:137) at org.eclipse.ui.internal.ViewPane.createChildControl(ViewPane.java:211) at org.eclipse.ui.internal.ViewFactory$2.run(ViewFactory.java:167) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:889) at org.eclipse.core.runtime.Platform.run(Platform.java:413) at org.eclipse.ui.internal.ViewFactory.busyRestoreView(ViewFactory.java:98) at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:82) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory.java:78) at org.eclipse.ui.internal.ViewFactory$ViewReference.getPart(ViewFactory.java:332) at org.eclipse.ui.internal.ViewFactory$ViewReference.getView(ViewFactory.java:311) at org.eclipse.ui.internal.WorkbenchPage.findView(WorkbenchPage.java:1166) at org.eclipse.jdt.internal.junit.ui.JUnitPlugin.findTestRunnerViewPartInActivePage(JUnitPlugin.java:224) at org.eclipse.jdt.internal.junit.ui.JUnitPlugin.connectTestRunner(JUnitPlugin.java:191) at org.eclipse.jdt.internal.junit.ui.JUnitPlugin$1.run(JUnitPlugin.java:254) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:98) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1915) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1649) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:136) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:261) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:357) at org.eclipse.debug.ui.DebugUITools.launch(DebugUITools.java:494) at org.eclipse.debug.ui.actions.LaunchAction.run(LaunchAction.java:66) at org.eclipse.debug.ui.actions.LaunchAction.runWithEvent(LaunchAction.java:81) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:526) at org.eclipse.jface.action.ActionContributionItem.access$4(ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:452) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:848) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1938) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1645) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) 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:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583) !ENTRY org.eclipse.ui 4 4 Mai 12, 2003 16:56:05.618 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Mai 12, 2003 16:56:05.628 !MESSAGE Failed to execute runnable (java.lang.ClassCastException) !STACK 0 org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.ClassCastException) at org.eclipse.swt.SWT.error(SWT.java:2345) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:101) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1915) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1649) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:136) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:261) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:357) at org.eclipse.debug.ui.DebugUITools.launch(DebugUITools.java:494) at org.eclipse.debug.ui.actions.LaunchAction.run(LaunchAction.java:66) at org.eclipse.debug.ui.actions.LaunchAction.runWithEvent(LaunchAction.java:81) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:526) at org.eclipse.jface.action.ActionContributionItem.access$4(ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:452) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:848) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1938) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1645) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) 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:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583) !ENTRY org.eclipse.ui 4 4 Mai 12, 2003 16:56:05.638 !MESSAGE *** Stack trace of contained exception *** !ENTRY org.eclipse.ui 4 0 Mai 12, 2003 16:56:05.638 !MESSAGE java.lang.ClassCastException !STACK 0 java.lang.ClassCastException at org.eclipse.jdt.internal.junit.ui.JUnitPlugin.findTestRunnerViewPartInActivePage(JUnitPlugin.java:224) at org.eclipse.jdt.internal.junit.ui.JUnitPlugin.connectTestRunner(JUnitPlugin.java:191) at org.eclipse.jdt.internal.junit.ui.JUnitPlugin$1.run(JUnitPlugin.java:254) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:98) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1915) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1649) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:136) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:261) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:357) at org.eclipse.debug.ui.DebugUITools.launch(DebugUITools.java:494) at org.eclipse.debug.ui.actions.LaunchAction.run(LaunchAction.java:66) at org.eclipse.debug.ui.actions.LaunchAction.runWithEvent(LaunchAction.java:81) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:526) at org.eclipse.jface.action.ActionContributionItem.access$4(ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:452) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:848) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1938) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1645) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) 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:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583)
|
2003-05-12 11:03:20
| 1,052,750,000 |
resolved fixed
|
7df5b86
| 1,052,750,000 |
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java
|
JDT
|
4,941 | 37,231 |
Bug 37231 Qualified Name if you create a test case [JUnit]
|
Create a package "foo" Create a class "X" in package "foo" Now select the class "X". Now try to create a new TestCase for the class ... File/New/Other../Java/Junit/Test Case Observe you will be greated with "Name must not be qualified".
|
2003-05-05 12:48:51
| 1,052,150,000 |
closed fixed
|
eacb6051
| 1,052,750,000 |
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/NewTestCaseCreationWizardPage.java
|
JDT
|
4,942 | 37,445 |
Bug 37445 call hierarchy: Open Call Hierarchy beeps instead of showing info about the current method
|
Reporting against I20030506 build. As of I20030422, the "Open Call Hierarchy" action worked for the method in which the cursor was located. In the new build, it emits a confusing beep instead of opening the call hierarchy for the current method. It works as expected if you highlight the method's name, but the other way of invoking it was more convenient. If the new behavior is intended, at the very least some hint should be provided that a method selection is required, not just a beep. I tracked down the problem to OpenCallHierarchyAction.java:113 where CallHierarchyUI.getCandidates is called and returns null instead of the "current" IMethod.
|
2003-05-09 13:42:49
| 1,052,500,000 |
resolved fixed
|
3a24d35
| 1,052,730,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyUI.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/OpenCallHierarchyAction.java
|
JDT
|
4,943 | 37,333 |
Bug 37333 Failure Trace cannot navigate to non-public class in CU throwing Exception [JUnit]
|
import junit.framework.TestCase; class A { public void test() { throw new RuntimeException(); } } public class Test extends TestCase { public void testA() { new A().test(); } } @@@@ My failure trace will be: java.lang.RuntimeException at A.test(Test.java:5) at Test2.testA(Test.java:12) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:392) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:276) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:167) @@@@ Clicking on "at A.test(Test.java:5)" will show an dialog stating "Test class not found in project".
|
2003-05-07 11:55:59
| 1,052,320,000 |
closed fixed
|
ef49778
| 1,052,600,000 |
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/FailureTraceView.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/OpenEditorAtLineAction.java
|
JDT
|
4,944 | 37,290 |
Bug 37290 call hierarchy: Searching for callees into anonymous inner classes fails
| null |
2003-05-06 14:47:35
| 1,052,250,000 |
resolved fixed
|
54ee582
| 1,052,480,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/CalleeAnalyzerVisitor.java
|
JDT
|
4,945 | 35,543 |
Bug 35543 Export Jar takes forever [jar creation]
|
The "Saving Files..." part of the Export Jar wizard takes several minutes. This could be because the jar I am rebuilding in on my classpath... I do not know since the feedback only says "Saving Files...". So, perhaps only better feedback is needed if e is recompiling my project. Version: 2.1.0 Build id: 200303202147
|
2003-03-22 13:51:04
| 1,048,360,000 |
resolved fixed
|
6819939
| 1,052,480,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java
|
JDT
|
4,946 | 31,794 |
Bug 31794 Types views show too many errors
|
create this in 1 file (e.g. A.java) class B{} class A extends B{ + //<<syntax error } class P {} class O extends P{} in java browsing you see error decorations for all 4 types, which is incorrect
|
2003-02-13 12:39:06
| 1,045,160,000 |
verified fixed
|
2da5160
| 1,052,470,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/TopLevelTypeProblemsLabelDecorator.java
|
JDT
|
4,947 | 37,197 |
Bug 37197 Basepath for relative pathes in JAR-exporter
|
The basepath for the JAR-exporter is the eclipse-install-directory. I prefer it to be the root of the project (the description is saved in), so that relative pathes end inside the project. Now: <jardesc> <jar path="workspace/projectdir/jar.jar"/> Desired: <jardesc> <jar path="jar.jar"/> Reason: To make the jardesc-files portable for shared projects
|
2003-05-03 17:39:55
| 1,052,000,000 |
resolved fixed
|
2e55236
| 1,052,410,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageWizardPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarPackageData.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarWriter.java
|
JDT
|
4,948 | 37,345 |
Bug 37345 javaElementFilters extension point isn't robust against errors in the plugin.xml
|
1) create a javaElementFilters extension, but leave the markup in the plugin.xml incomplete 2) start-up the workbench -> the package explorer doesn't come up The reason is that the javaElementFilters extension point implementation fires an assertion when the xml isn't complete. This is not correct since this isn't a programming error. In addition, an error in the plugin.xml shouldn't never block the workbench from properly coming up.
|
2003-05-07 15:08:40
| 1,052,330,000 |
resolved fixed
|
7515914
| 1,052,410,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/FilterDescriptor.java
|
JDT
|
4,949 | 37,381 |
Bug 37381 AST: Wrong source ranges on VariableDeclExpression
|
20030508 In the code snipped of UnresolvedMethodsQuickFixTest.testMethodInForInit for (int i= 0, j= goo(3); i < 0; i++) { } the VariableDeclationExpression ('int i= 0, j= goo(3)') has only length 8 (should be 19)
|
2003-05-08 08:57:49
| 1,052,400,000 |
verified fixed
|
4a5b04e
| 1,052,400,000 |
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedMethodsQuickFixTest.java
|
JDT
|
4,950 | 36,978 |
Bug 36978 org.eclipse.jdt.internal.corext.dom.ASTFlattener / for statements ...
|
There is a bug in "public boolean visit(ForStatement node)" You should first do node.getExpression() and then node.getUpdates(). The current code will print the loop "for(int i=0;i<100;i++);" as "for(int i=0;i++;i<100);" A corrected version of the "visit(ForStatement node)" function should look like this: public boolean visit(ForStatement node) { fResult.append("for (");//$NON-NLS-1$ for (Iterator it = node.initializers().iterator(); it.hasNext(); ) { Expression e = (Expression) it.next(); e.accept(this); } fResult.append("; ");//$NON-NLS-1$ if (node.getExpression() != null) { node.getExpression().accept(this); } fResult.append("; ");//$NON-NLS-1$ for (Iterator it = node.updaters().iterator(); it.hasNext(); ) { Expression e = (Expression) it.next(); e.accept(this); } fResult.append(") ");//$NON-NLS-1$ node.getBody().accept(this); return false; }
|
2003-04-27 03:04:57
| 1,051,430,000 |
resolved fixed
|
4b0c7c8
| 1,052,390,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java
|
JDT
|
4,951 | 37,286 |
Bug 37286 SourceReferenceAction.isDeletedFromEditor fails on initializer from class file [ccp] [dnd]
| null |
2003-05-06 13:59:34
| 1,052,240,000 |
resolved fixed
|
4a735ac
| 1,052,310,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/SourceReferenceAction.java
|
JDT
|
4,952 | 36,672 |
Bug 36672 call hierarchy: Should show a progress bar
|
The Call Hierarchy view should show a progress bar when searching for callers/callees, allowing the user to abort the search.
|
2003-04-19 13:40:57
| 1,050,770,000 |
resolved fixed
|
2086784
| 1,052,300,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/CalleeAnalyzerVisitor.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/CalleeMethodWrapper.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/CallerMethodWrapper.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/MethodReferencesSearchCollector.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/MethodWrapper.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyContentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewer.java
|
JDT
|
4,953 | 4,793 |
Bug 4793 Canvas.scroll not working when source y around 65536 (1GIXDPD)
|
Run the code below and press a key. You will see one pixel line of cheese at the top or bottom depending on which sourceY is used. To make this more obvious divide height by 2. This works fine on NT. import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.*; import org.eclipse.swt.widgets.*; public class PR_1GIXDPD { static boolean scrolled = false; public static void main(String[] args) { final Shell shell = new Shell(); shell.addListener(SWT.KeyDown, new Listener() { public void handleEvent(Event e) { Rectangle clientArea = shell.getClientArea(); int height = clientArea.height; int sourceY = 65536 - (height - 3); // int sourceY = 65536 + (height - 1); // does not work if 65536 - (height - 2) < sourceY < 65536 + height shell.scroll(0, 0, 0, sourceY, clientArea.width, clientArea.height, true); scrolled = true; System.out.println(clientArea); } }); shell.addListener(SWT.Paint, new Listener() { public void handleEvent(Event event) { int lineHeight = 15; if (scrolled == false) { for (int i = 0; i < event.y + event.height; i += lineHeight) { event.gc.drawText("Line " + i, 0, i); } } } }); shell.open(); Display display = shell.getDisplay (); while (!shell.isDisposed ()) { if (!display.readAndDispatch ()) display.sleep (); } } } NOTES:
|
2001-10-11 14:23:07
| 1,002,820,000 |
resolved wontfix
|
5b88062
| 1,052,240,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddGetterSetterOperation.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeSignatureInputPage.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ConvertAnonymousToNestedInputPage.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/IVisibilityChangeListener.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PromoteTempInputPage.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/VisibilityControlUtil.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/SelectionConverter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.java
|
JDT
|
4,954 | 27,762 |
Bug 27762 Enhancment of "Add return statement" quickfix
|
It would be nice if "Add return statement" would insert/suggest the best matched variable that should be returned. e.g. public Dimension getPreferredSize() { Dimension dim = inlined.getPreferredSize(); Dimension myDim = new Dimension(); myDim.setSize(inlined.getWidth()*1.5, inlined.getHeight()*1.5); } Here the last line the Quick Fix "Add return statement" is possible - but it inserts "return null;" at the end. It could just as well insert "return myDim;" Maybe has it as an second quick fix, so the quick fix options would be: Add return null statement Add return myDim statement
|
2002-12-05 10:45:39
| 1,039,100,000 |
resolved fixed
|
a681a86
| 1,052,210,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ScopeAnalyzer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/MissingReturnTypeCorrectionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReturnTypeSubProcessor.java
|
JDT
|
4,955 | 37,214 |
Bug 37214 quick fix "add unimplemented methods" failes for anonymous type decl. [quick fix]
|
build 200304291456 1. in a Java editor, create the following class: import java.util.Collections; import java.util.List; public class Main { private void foo() { Collections.sort(new List() { <--- cursor }); } } 2. the anonymous class gets the error and quick fix markers 3. application of the quick fix "add unimplemented methods" failes with an uncaught ClassCastException: java.lang.ClassCastException at org.eclipse.jdt.internal.corext.dom.ASTNodeFactory.newType (ASTNodeFactory.java:74) at org.eclipse.jdt.internal.ui.text.correction.UnimplementedMethodsCompletionPropos al.createNewMethodDeclaration(UnimplementedMethodsCompletionProposal.java:99) at org.eclipse.jdt.internal.ui.text.correction.UnimplementedMethodsCompletionPropos al.getRewrite(UnimplementedMethodsCompletionProposal.java:85) at org.eclipse.jdt.internal.ui.text.correction.ASTRewriteCorrectionProposal.createC ompilationUnitChange(ASTRewriteCorrectionProposal.java:52) at org.eclipse.jdt.internal.ui.text.correction.CUCorrectionProposal.getChange (CUCorrectionProposal.java:85) at org.eclipse.jdt.internal.ui.text.correction.CUCorrectionProposal.getCompilationU nitChange(CUCorrectionProposal.java:225) at org.eclipse.jdt.internal.ui.text.correction.CUCorrectionProposal.getAdditionalPr oposalInfo(CUCorrectionProposal.java:101) at org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation (AdditionalInfoController.java:207) at org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation (AbstractInformationControlManager.java:605) at org.eclipse.jface.text.AbstractInformationControlManager.showInformation (AbstractInformationControlManager.java:595) at org.eclipse.jface.text.contentassist.AdditionalInfoController$1.run (AdditionalInfoController.java:164) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:98) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1910) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1644) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) 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:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583)
|
2003-05-05 09:55:37
| 1,052,140,000 |
resolved fixed
|
12131fb
| 1,052,150,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java
|
JDT
|
4,956 | 37,215 |
Bug 37215 createExecutableExtension does not catch missing super class
|
Build R2.0 We have code that creates classes declared in the plugin.xml with the following API: IConfigurationElement.createExecutableExtension(String) We handle the cases where - there's a CoreException - there's a ClassCastException Given the API comment: * @exception CoreException if an instance of the executable extension * could not be created for any reason. we assumed that this also catches the case where the super class is missing, however this is not the case as can be seen in the following log: !ENTRY org.eclipse.jdt.ui 4 10001 Mai 05, 2003 16:19:07.813 !MESSAGE org.eclipse.jdt.internal.ui.filters.Non !STACK 0 java.lang.NoClassDefFoundError: org.eclipse.jdt.internal.ui.filters.Non at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java:75) at java.lang.NoClassDefFoundError.<init>(NoClassDefFoundError.java:51) at java.lang.ClassLoader.defineClassImpl(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java) at java.net.URLClassLoader.defineClass(URLClassLoader.java) at java.net.URLClassLoader.access$400(URLClassLoader.java) at java.net.URLClassLoader$ClassFinder.run(URLClassLoader.java) at java.security.AccessController.doPrivileged(AccessController.java:218) at java.net.URLClassLoader.findClass(URLClassLoader.java) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClass(DelegatingURLClassLoader.java:922) at org.eclipse.core.internal.plugins.PluginClassLoader.internalFindClassParentsSelf(PluginClassLoader.java) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassParentsSelf(DelegatingURLClassLoader.java) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java) at java.lang.ClassLoader.loadClass(ClassLoader.java) at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:130) at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:167) at org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:103) at org.eclipse.jdt.internal.ui.filters.FilterDescriptor.createViewerFilter(FilterDescriptor.java:118) at org.eclipse.jdt.ui.actions.CustomFiltersActionGroup.updateBuiltInFilters(CustomFiltersActionGroup.java:223) at org.eclipse.jdt.ui.actions.CustomFiltersActionGroup.updateViewerFilters(CustomFiltersActionGroup.java:193) at org.eclipse.jdt.ui.actions.CustomFiltersActionGroup.openDialog(CustomFiltersActionGroup.java:429) at org.eclipse.jdt.ui.actions.CustomFiltersActionGroup.access$0(CustomFiltersActionGroup.java:414) at org.eclipse.jdt.ui.actions.CustomFiltersActionGroup$ShowFilterDialogAction.run(CustomFiltersActionGroup.java:60) at org.eclipse.jface.action.Action.runWithEvent(Action.java:842) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:526) at org.eclipse.jface.action.ActionContributionItem.access$4(ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:452) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:848) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:61) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:40) at java.lang.reflect.Method.invoke(Method.java:335) at org.eclipse.core.launcher.Main.basicRun(Main.java:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583)
|
2003-05-05 10:31:05
| 1,052,150,000 |
resolved fixed
|
9f27bf9
| 1,052,150,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/FilterDescriptor.java
|
JDT
|
4,957 | 13,884 |
Bug 13884 NLS tool - not optimized for self hosting [refactoring]
|
The key names generated are not matching our conventions. They should be at least an option to generate key names, which are similar to our conventions to reduce editing of them. - no use of '_' but use capitalization ('fooBar' instead of 'foo_bar') - use numbers as postfix only if ambiguous
|
2002-04-16 10:02:06
| 1,018,970,000 |
resolved fixed
|
3710cca
| 1,052,140,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHolder.java
|
JDT
|
4,958 | 37,149 |
Bug 37149 SocketUtil.findUnusedLocalPort bug [JUnit]
| null |
2003-05-01 16:23:04
| 1,051,820,000 |
resolved fixed
|
febf2ce
| 1,051,890,000 |
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitBaseLaunchConfiguration.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/SocketUtil.java
|
JDT
|
4,959 | 36,342 |
Bug 36342 Please Imporve "Generate Get and Set "
|
the "generate get" of "private String bankName;" result in public setBankName(String string) { bankName = string; } but I think public setBankName(String bankName) { this.bankName = bankName; } is much better
|
2003-04-10 08:21:15
| 1,049,980,000 |
closed fixed
|
eebf753
| 1,051,740,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddGetterSetterOperation.java
|
JDT
|
4,960 | 36,456 |
Bug 36456 Type heirarchy show final class icon only on double click [type hierarchy]
|
When opening a type heirarchy, the icons for the heirarchy do not show final classes (ie. the little 'F' in the icon). When the icon is double clicked to open the class, the icon changes.
|
2003-04-14 10:40:16
| 1,050,330,000 |
resolved fixed
|
c192b95
| 1,051,740,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
|
JDT
|
4,961 | 36,481 |
Bug 36481 Quickfix (create method) generates wrong parameter type if same name exists in other package [quick fix]
|
given two types with same name, package a; public class A { } package b; public class A { public void doSomething(a.A obj) { newMethod(obj); // this should be quickfixed } } the generated method has the signature private void newMethod(A obj), but should have private void newMethod(a.A obj). I admit this to be not the classic style, we experience this behaviour, because we are generating lots of code and all the generated code goes to one directory, making calls to handwritten code with the same type name (by convention) in other packages.
|
2003-04-15 05:16:57
| 1,050,400,000 |
resolved fixed
|
678e41d
| 1,051,740,000 |
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/ConstructorFromSuperclassProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewMethodCompletionProposal.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/ReturnTypeSubProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnimplementedMethodsCompletionProposal.java
|
JDT
|
4,962 | 36,981 |
Bug 36981 call hierarchy: Search scope should be persisted
|
Search scope should be persisted when the platform shuts down or when the view is closed and reopened.
|
2003-04-27 14:13:20
| 1,051,470,000 |
resolved fixed
|
63bbebc
| 1,051,710,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/SearchScopeActionGroup.java
|
JDT
|
4,963 | 36,990 |
Bug 36990 Quickfix for generating missing method ignores array dimension [quick fix]
|
Build 20030422 When activating quickfix on: Object ob[] = tabList.getSelectedValues(); where #getSelectedValues is missing, it will generate a method of type Object, where it should have been typed with Object[]
|
2003-04-28 09:01:12
| 1,051,530,000 |
resolved fixed
|
1bf20d9
| 1,051,630,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ASTResolving.java
|
JDT
|
4,964 | 35,379 |
Bug 35379 (possibly regression) Moving to default package adds ".*" import[ccp]
|
Build I20030319 - import JUnit 3.7 - create a class Foo in the default package - in the package explorer grab junit.awtui.ProgressBar - drag it to the default package - click OK in the apearing dialog - click OK in the apearing dialog ==> a new package import is added to TestRunner: import .*;
|
2003-03-20 11:46:56
| 1,048,180,000 |
verified fixed
|
7392bc8
| 1,051,610,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveCuUpdateCreator.java
|
JDT
|
4,965 | 36,519 |
Bug 36519 [call hierarchy] ability to copy the view's content to the clipboard
|
we should add the ability to copy the view's content to the clipboard (it may be useful for people to take a pic of the callgraph and show to other people, for example)
|
2003-04-15 12:59:23
| 1,050,430,000 |
resolved fixed
|
2bdf14e
| 1,051,610,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/CallHierarchyVisitor.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/MethodWrapper.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CopyCallHierarchyAction.java
|
JDT
|
4,966 | 34,315 |
Bug 34315 Refactoring lost source folder property on Java Project [refactoring]
|
RC2 In the process of "just working'. Renaming Java projects and contained java packages and classes I eventually go an error that a particular "path" could not be found and a bunch of stuff in my .log file. After all this the source folder in the refactored Java project is no longer a source folder. I will work on steps to reproduce but can not get to it until after I to the copyright updating. For now I will give you the general flavour of what I was doing and I will attach my .log file. 1) I had a Java project that was orignally created with the New Project Plugin Development - > Plug-in Project wizard (plug-in with a popup menu). 2) Several days development in this project under an older (pre RC2 build. Probably RC1). 3) Delete everything in Eclipse directory except Workspace 4) Unzip RC2. 5) Do more work in project 6) Refactor project doing the following: a) Refactor-Rename project (Noticed oddnesss is a Meta-Inf folder was created in new place 7) Renamed several classes in the project. 8) Deleted the Meta-Inf folder as uninteresting. Just one simple text file in it. 9) Renamed some more classes. On a class rename got an error dialog stating it could not find the class and output sent to .log.
|
2003-03-10 09:30:51
| 1,047,310,000 |
resolved fixed
|
1068ef8
| 1,051,530,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchUtil.java
|
JDT
|
4,967 | 8,165 |
Bug 8165 NLS: various bloopers on first wizard page [refactoring]
|
1) When the wizard opens, the wizard expands to the full height of the screen, even if only a few entries exist in the table. 2) check boxes should be combo boxes. 3) buttons on the left are not top-aligned with the table 4) the table is not left-aligned with the other widgets 5) If there's a legend to the table, it should be next to the table, not at the bottom of the wizard. 6) Windows only: The context is displayed w/ proportional font, although I never use proportional fonts in the editor.
|
2002-01-23 11:16:04
| 1,011,800,000 |
closed wontfix
|
3340aba
| 1,051,290,000 |
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java
|
JDT
|
4,968 | 36,625 |
Bug 36625 "Copy Trace" Action in "Failure Trace" View enabled for empty table.
|
The "Copy Trace" action should probably be hidden or unavailable when there is nothing in the "Failure Trace" view. Currently the user is given the option to copy a trace of nothing to the clipboard.
|
2003-04-17 09:03:33
| 1,050,580,000 |
resolved fixed
|
afc9c2b
| 1,051,280,000 |
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/CopyFailureListAction.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/FailureRunView.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/FailureTraceView.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/HierarchyRunView.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/IJUnitHelpContextIds.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/NewTestCaseCreationWizardPage.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/NewTestCaseCreationWizardPage2.java
|
JDT
|
4,969 | 36,849 |
Bug 36849 ImportEdit.removeImport(ITypeBinding)
|
we have addImport(ITypeBinding) addImport(String) but only removeImport(String) we need the other one for consistency
|
2003-04-24 11:16:58
| 1,051,200,000 |
resolved fixed
|
f2c263a
| 1,051,200,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportEdit.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java
|
JDT
|
4,970 | 36,485 |
Bug 36485 call hierarchy: location of menu entry
|
'Open Call Hierarchy' menu entry should be located right below 'Open Type Hierarchy'
|
2003-04-15 08:37:38
| 1,050,410,000 |
resolved fixed
|
270bdc9
| 1,051,170,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyUI.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewAdapter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/ICallHierarchyViewPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/OpenCallHierarchyAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/OpenCallHierarchyActionDelegate.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/IJavaEditorActionDefinitionIds.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/JdtActionConstants.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenViewActionGroup.java
|
JDT
|
4,971 | 36,762 |
Bug 36762 call hierarchy: should work on classfiles too
|
AST.parseCompilationUnit works on IClassFiles as well - the view should take advantage of that - now, no binary method is reported to have any callees
|
2003-04-22 12:40:26
| 1,051,030,000 |
resolved fixed
|
eb1a7a5
| 1,051,170,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/CalleeMethodWrapper.java
|
JDT
|
4,972 | 36,280 |
Bug 36280 Duplicate projects in projects view [browsing]
|
In the Java Browsing view, I have a situation where I have ended up with a duplicate list of projects (as shown in attached screenshot). For some reason, the list of projects seems to have been built twice. I can see each one of them by drilling down through it. I have disabled the '-noupdate' from the launch (trying to get Omondo UML installed) and have restarted several times. It may be due to a glitch in the rebuilding process.
|
2003-04-09 08:38:35
| 1,049,890,000 |
verified fixed
|
9667241
| 1,051,110,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/ProjectAndSourceFolderContentProvider.java
|
JDT
|
4,973 | 36,683 |
Bug 36683 NullPointerException doing search [search]
|
While searching from a file in the Java Browsing Perspecive, I got the following: !SESSION Apr 20, 2003 17:55:58.749 --------------------------------------------- java.version=1.4.1_01 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: -os linux -ws gtk -arch x86 -data /home/dgeg/eclipseWorkspaceBinary -install file:/usr/share/eclipse/ !ENTRY org.eclipse.ui 4 4 Apr 20, 2003 17:55:58.753 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Apr 20, 2003 17:55:58.763 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.ui.actions.FindAction.getType(FindAction.java:332) at org.eclipse.jdt.ui.actions.FindAction.makeOperation(FindAction.java:312) at org.eclipse.jdt.ui.actions.FindAction.run(FindAction.java:272) at org.eclipse.jdt.ui.actions.FindReferencesAction.run(FindReferencesAction.java:83) at org.eclipse.jdt.ui.actions.FindAction.run(FindAction.java:238) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:193) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:169) at org.eclipse.jface.action.Action.runWithEvent(Action.java:842) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403) at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:913) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1637) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1429) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) 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:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583)
|
2003-04-20 20:39:42
| 1,050,890,000 |
resolved fixed
|
9c74da7
| 1,051,080,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindAction.java
|
JDT
|
4,974 | 36,578 |
Bug 36578 call hierarchy: Needs more test cases
|
The call hierarchy view needs more test cases.
|
2003-04-16 12:18:37
| 1,050,510,000 |
resolved fixed
|
f9fba3f
| 1,051,030,000 |
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/CallHierarchyTest.java
|
JDT
|
4,975 | 36,623 |
Bug 36623 call hierarchy: Unable to find calls from static initializer
|
Calls from a static initializer are not found.
|
2003-04-17 08:35:11
| 1,050,580,000 |
resolved fixed
|
b5a5d58
| 1,051,030,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/CalleeAnalyzerVisitor.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/MethodReferencesSearchCollector.java
|
JDT
|
4,976 | 36,514 |
Bug 36514 call hierarchy: should remove 'search ... using ..' preferences
|
we should decide whether the answer should be true or false and remove the preference settings - no user will ever understand what the setting means
|
2003-04-15 12:43:00
| 1,050,420,000 |
resolved fixed
|
bb8a9b5
| 1,051,030,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/CallHierarchy.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/CallerMethodWrapper.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyPreferenceBasePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyUI.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/FocusOnSelectionAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/ICallHierarchyPreferencesConstants.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/ToggleImplementorsAction.java
|
JDT
|
4,977 | 36,518 |
Bug 36518 call hierarchy: 'refresh' should available only in dropdown menu
|
toolbar button is not conventional and not accessible we should remove it from there and put in the dropdown menu (context menu is ok, i guess)
|
2003-04-15 12:56:23
| 1,050,430,000 |
resolved fixed
|
2a2dec0
| 1,051,020,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyFiltersActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java
|
JDT
|
4,978 | 36,616 |
Bug 36616 Call hierarchy: clicking Show History button should show dialog
|
When clicking the "Show History List" button (not the drop down arrow) nothing happens. To be consistent with search and the type hierarchy a dialog with the full list should be shown.
|
2003-04-17 05:57:55
| 1,050,570,000 |
resolved fixed
|
7dd3297
| 1,051,020,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/HistoryDropDownAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/HistoryListAction.java
|
JDT
|
4,979 | 36,487 |
Bug 36487 call hierarchy: drop should set input
|
dropping a method to the call hierarchy view should have the same effect as 'focus on'
|
2003-04-15 08:39:30
| 1,050,410,000 |
resolved fixed
|
41a9841
| 1,051,020,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyTransferDropAdapter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewSiteAdapter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/SelectionProviderAdapter.java
|
JDT
|
4,980 | 35,556 |
Bug 35556 [Refactoring] NPE upon inlining method
|
Eclipse 2.1 RC3a When inlining a method I get (after some time of work) the following stacktrace. Is there any tracing I can turn on to find out which class it's currently working on? -- snip -- java.lang.reflect.InvocationTargetException: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.code.flow.LocalFlowInfo.<init> (LocalFlowInfo.java:21) at org.eclipse.jdt.internal.corext.refactoring.code.flow.FlowAnalyzer.endVisitPreP ostfixExpression(FlowAnalyzer.java:845) at org.eclipse.jdt.internal.corext.refactoring.code.flow.FlowAnalyzer.endVisit (FlowAnalyzer.java:640) at org.eclipse.jdt.core.dom.PrefixExpression.accept0 (PrefixExpression.java:178) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:1353) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:1423) at org.eclipse.jdt.core.dom.MethodInvocation.accept0 (MethodInvocation.java:95) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:1353) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:1400) at org.eclipse.jdt.core.dom.ExpressionStatement.accept0 (ExpressionStatement.java:81) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:1353) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:1423) at org.eclipse.jdt.core.dom.Block.accept0(Block.java:81) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:1353) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:1400) at org.eclipse.jdt.core.dom.IfStatement.accept0(IfStatement.java:95) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:1353) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:1423) at org.eclipse.jdt.core.dom.Block.accept0(Block.java:81) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:1353) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:1400) at org.eclipse.jdt.core.dom.IfStatement.accept0(IfStatement.java:95) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:1353) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:1423) at org.eclipse.jdt.core.dom.Block.accept0(Block.java:81) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:1353) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:1400) at org.eclipse.jdt.core.dom.MethodDeclaration.accept0 (MethodDeclaration.java:178) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:1353) at org.eclipse.jdt.internal.corext.refactoring.code.flow.InputFlowAnalyzer.doPerfo rm(InputFlowAnalyzer.java:117) at org.eclipse.jdt.internal.corext.refactoring.code.flow.InputFlowAnalyzer.perform (InputFlowAnalyzer.java:109) at org.eclipse.jdt.internal.corext.refactoring.code.CallInliner.flowAnalysis (CallInliner.java:143) at org.eclipse.jdt.internal.corext.refactoring.code.CallInliner.perform (CallInliner.java:154) at org.eclipse.jdt.internal.corext.refactoring.code.InlineMethodRefactoring.checkI nput(InlineMethodRefactoring.java:220) at org.eclipse.jdt.internal.ui.refactoring.CheckConditionsOperation.run (CheckConditionsOperation.java:65) at org.eclipse.jdt.internal.ui.refactoring.CreateChangeOperation.run (CreateChangeOperation.java:100) at org.eclipse.jdt.internal.ui.refactoring.PerformChangeOperation.run (PerformChangeOperation.java:138) at org.eclipse.jface.operation.ModalContext.runInCurrentThread (ModalContext.java:302) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252) at org.eclipse.jdt.internal.ui.refactoring.RefactoringWizardDialog2.run (RefactoringWizardDialog2.java:266) at org.eclipse.jdt.internal.ui.refactoring.PerformRefactoringUtil.performRefactori ng(PerformRefactoringUtil.java:53) at org.eclipse.jdt.internal.ui.refactoring.RefactoringWizard.performFinish (RefactoringWizard.java:363) at org.eclipse.jdt.internal.ui.refactoring.UserInputWizardPage.performFinish (UserInputWizardPage.java:119) at org.eclipse.jdt.internal.ui.refactoring.RefactoringWizard.performFinish (RefactoringWizard.java:426) at org.eclipse.jdt.internal.ui.refactoring.RefactoringWizardDialog2.okPressed (RefactoringWizardDialog2.java:383) at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:256) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:91) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1842) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1549) at org.eclipse.jface.window.Window.runEventLoop(Window.java:583) at org.eclipse.jface.window.Window.open(Window.java:563) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate (RefactoringStarter.java:70) at org.eclipse.jdt.internal.ui.refactoring.actions.InlineMethodAction.activate (InlineMethodAction.java:128) at org.eclipse.jdt.internal.ui.refactoring.actions.InlineMethodAction.run (InlineMethodAction.java:121) at org.eclipse.jdt.internal.ui.refactoring.actions.InlineMethodAction.run (InlineMethodAction.java:82) at org.eclipse.jdt.ui.actions.InlineAction.tryInlineMethod (InlineAction.java:132) at org.eclipse.jdt.ui.actions.InlineAction.run(InlineAction.java:109) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun (SelectionDispatchAction.java:193) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run (SelectionDispatchAction.java:169) at org.eclipse.jface.action.Action.runWithEvent(Action.java:842) at org.eclipse.ui.internal.WWinKeyBindingService.pressed (WWinKeyBindingService.java:214) at org.eclipse.ui.internal.WWinKeyBindingService$5.widgetSelected (WWinKeyBindingService.java:328) at org.eclipse.ui.internal.AcceleratorMenu$2.handleEvent (AcceleratorMenu.java:65) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1842) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1549) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583)
|
2003-03-24 04:25:34
| 1,048,500,000 |
verified fixed
|
a1290d8
| 1,050,580,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowAnalyzer.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/LocalFlowInfo.java
|
JDT
|
4,981 | 36,486 |
Bug 36486 call hierarchy: should use adapters
|
call hierarchy should use adapters to allow actions contributed on object to be added to the context menu
|
2003-04-15 08:38:33
| 1,050,410,000 |
resolved fixed
|
c131ae4
| 1,050,570,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/CalleeAnalyzerVisitor.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/MethodWrapper.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewAdapter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewSiteAdapter.java
|
JDT
|
4,982 | 36,498 |
Bug 36498 outline view signature incorrect for templated functions/methods
|
try this code: class A { template <class B> B aMethod( B aParm ); }; template <class A, typename B> void aFunction( A a, B b ); the name of the method shows up twice in the signature in the outline view.
|
2003-04-15 09:35:03
| 1,050,410,000 |
resolved fixed
|
19f73e8
| 1,050,570,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyContentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/FiltersDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/FocusOnSelectionAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/HistoryAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/HistoryDropDownAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/ICallHierarchyHelpContextIds.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/RefreshAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/SearchScopeActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/ToggleCallModeAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/ToggleJavaLabelFormatAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/ToggleOrientationAction.java
|
JDT
|
4,983 | 36,563 |
Bug 36563 call hierarchy: IllegalArgumentException after deleting a method
|
open call hierarchy and then delete the file for which you have it expanded then, try expanding another node boom java.lang.IllegalArgumentException at java.lang.Throwable.<init>(Throwable.java) at org.eclipse.jdt.core.dom.AST.parseCompilationUnit(AST.java:251) at org.eclipse.jdt.internal.corext.callhierarchy.CalleeMethodWrapper.findChildren (CalleeMethodWrapper.java:97) at org.eclipse.jdt.internal.corext.callhierarchy.MethodWrapper.performSearch (MethodWrapper.java:287) at org.eclipse.jdt.internal.corext.callhierarchy.MethodWrapper.doFindChildren (MethodWrapper.java:227) at org.eclipse.jdt.internal.corext.callhierarchy.MethodWrapper.getCalls (MethodWrapper.java:85) at org.eclipse.jdt.internal.corext.callhierarchy.CalleeMethodWrapper.getCalls (CalleeMethodWrapper.java:66) at org.eclipse.jdt.internal.ui.callhierarchy.CallHierarchyContentProvider.getChildr en(CallHierarchyContentProvider.java:45) at org.eclipse.jface.viewers.AbstractTreeViewer.getRawChildren (AbstractTreeViewer.java:653) at org.eclipse.jface.viewers.StructuredViewer.getFilteredChildren (StructuredViewer.java:454) at org.eclipse.jface.viewers.StructuredViewer.getSortedChildren (StructuredViewer.java:558) at org.eclipse.jface.viewers.AbstractTreeViewer$1.run (AbstractTreeViewer.java:301) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren (AbstractTreeViewer.java:289) at org.eclipse.jface.viewers.AbstractTreeViewer.handleTreeExpand (AbstractTreeViewer.java:697) at org.eclipse.jface.viewers.AbstractTreeViewer$4.treeExpanded (AbstractTreeViewer.java:709) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:177) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849) at org.eclipse.swt.widgets.Tree.wmNotifyChild(Tree.java:1894) at org.eclipse.swt.widgets.Control.WM_NOTIFY(Control.java:3814) at org.eclipse.swt.widgets.Composite.WM_NOTIFY(Composite.java:642) at org.eclipse.swt.widgets.Control.windowProc(Control.java) at org.eclipse.swt.widgets.Display.windowProc(Display.java) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java) at org.eclipse.swt.widgets.Tree.callWindowProc(Tree.java) at org.eclipse.swt.widgets.Tree.WM_LBUTTONDOWN(Tree.java:1502) at org.eclipse.swt.widgets.Control.windowProc(Control.java) at org.eclipse.swt.widgets.Display.windowProc(Display.java) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:61) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:40) at java.lang.reflect.Method.invoke(Method.java:335) at org.eclipse.core.launcher.Main.basicRun(Main.java:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583)
|
2003-04-16 08:39:39
| 1,050,500,000 |
resolved fixed
|
a2438be
| 1,050,570,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/CalleeMethodWrapper.java
|
JDT
|
4,984 | 36,554 |
Bug 36554 JDT/UI plugin activation fails when activated in non UI thread
|
2.1 Activating the JDT/UI plug-in in a non UI thread fails with an SWT.Error. The stack trace is: org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:2332) at org.eclipse.swt.SWT.error(SWT.java:2262) at org.eclipse.swt.widgets.Widget.error(Widget.java:385) at org.eclipse.swt.widgets.Shell.<init>(Shell.java:246) at org.eclipse.swt.widgets.Shell.<init>(Shell.java:237) at org.eclipse.swt.widgets.Shell.<init>(Shell.java:190) at org.eclipse.swt.widgets.Shell.<init>(Shell.java:128) at org.eclipse.jface.resource.FontRegistry.defaultFont (FontRegistry.java:293) at org.eclipse.jface.resource.FontRegistry.get(FontRegistry.java:370) at org.eclipse.jface.resource.JFaceResources.getFont (JFaceResources.java:183) at org.eclipse.jdt.internal.ui.JavaPlugin.startup(JavaPlugin.java:241) at org.eclipse.core.internal.plugins.PluginDescriptor$1.run (PluginDescriptor.java:728) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:889) at org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation (PluginDescriptor.java:740) at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation (PluginDescriptor.java:188) at org.eclipse.core.internal.plugins.PluginClassLoader.activatePlugin (PluginClassLoader.java:112) at org.eclipse.core.internal.plugins.PluginClassLoader.internalFindClassParentsSel f(PluginClassLoader.java:185) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassParentsSelf (DelegatingURLClassLoader.java:490) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass (DelegatingURLClassLoader.java:882) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.access$0 (DelegatingURLClassLoader.java:876) at org.eclipse.core.internal.boot.DelegatingURLClassLoader$DelegateLoader.loadClas s(DelegatingURLClassLoader.java:90) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassPrerequisites (DelegatingURLClassLoader.java:554) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass (DelegatingURLClassLoader.java:890) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass (DelegatingURLClassLoader.java:862) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) at java.lang.Class.getConstructor0(Unknown Source) at java.lang.Class.getConstructor(Unknown Source) at org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation (PluginDescriptor.java:701) at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation (PluginDescriptor.java:188) at org.eclipse.core.internal.plugins.PluginClassLoader.activatePlugin (PluginClassLoader.java:112) at org.eclipse.core.internal.plugins.PluginClassLoader.internalFindClassParentsSel f(PluginClassLoader.java:185) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassParentsSelf (DelegatingURLClassLoader.java:485) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass (DelegatingURLClassLoader.java:882) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass (DelegatingURLClassLoader.java:862) at java.lang.ClassLoader.loadClass(Unknown Source) at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension (PluginDescriptor.java:130) at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension (PluginDescriptor.java:167) at org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtensio n(ConfigurationElement.java:103) at org.eclipse.core.internal.events.BuildManager.instantiateBuilder (BuildManager.java:555) at org.eclipse.core.internal.events.BuildManager.initializeBuilder (BuildManager.java:509) at org.eclipse.core.internal.events.BuildManager.getBuilder (BuildManager.java:359) at org.eclipse.core.internal.events.BuildManager.basicBuild (BuildManager.java:170) at org.eclipse.core.internal.events.BuildManager.basicBuild (BuildManager.java:191) at org.eclipse.core.internal.events.BuildManager$1.run (BuildManager.java:151) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:889) at org.eclipse.core.runtime.Platform.run(Platform.java:413) at org.eclipse.core.internal.events.BuildManager.basicBuild (BuildManager.java:165) at org.eclipse.core.internal.events.BuildManager.basicBuildLoop (BuildManager.java:243) at org.eclipse.core.internal.events.BuildManager.build (BuildManager.java:212) at org.eclipse.core.internal.resources.Workspace.endOperation (Workspace.java:884) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1600) at org.eclipse.ui.actions.WorkspaceModifyOperation.run (WorkspaceModifyOperation.java:85) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run (ModalContext.java:101)
|
2003-04-16 04:02:29
| 1,050,480,000 |
verified fixed
|
64b6ec8
| 1,050,500,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java
|
JDT
|
4,985 | 36,511 |
Bug 36511 call hierarchy: details list should be a table with icons
|
details list should be a table with icons - we can reuse the icons used by 'find in file'
|
2003-04-15 12:01:06
| 1,050,420,000 |
resolved fixed
|
199db99
| 1,050,500,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/LocationLabelProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/SearchScopeActionGroup.java
|
JDT
|
4,986 | 26,247 |
Bug 26247 JUnit: New Test Case wizard does not init dialogs when browsing for test class
|
Build 20021113 Open the new Test Case wizard Browse for a test class, select a class (e.g. TestCase), press OK Press the browse button again and press OK Previous selection is replaced with first entry in list. This happens because the dialog is not initialized with the current value (in my example TestCase).
|
2002-11-14 05:17:30
| 1,037,270,000 |
resolved fixed
|
bfcd00e
| 1,050,420,000 |
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/NewTestCaseCreationWizardPage.java
|
JDT
|
4,987 | 35,977 |
Bug 35977 What's New documentation uses wrong keystroke
|
I was reading the Whats New in Eclipse 2.1, and one of the new features claims to be 'Structured selections': using Edit->Expand Selection or Ctrl+Shift+Up Arrow to highlight progressively larger amounts of Java text. However, the keystroke for this is actually Alt+Shift+Up Arrow; Ctrl+Shift+Up Arrow goes to previous member.
|
2003-04-02 09:29:08
| 1,049,290,000 |
verified fixed
|
17ef904
| 1,050,420,000 |
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/NewTestSuiteCreationWizardPage.java
|
JDT
|
4,988 | 36,439 |
Bug 36439 IndexOutOfBoundsException in HTML2TextReader
|
R2.1 1. Open java.regex.Pattern 2. Hover over "Pattern" ==> IndexOutOfBoundsException
|
2003-04-14 04:35:07
| 1,050,310,000 |
resolved fixed
|
f0c2dc1
| 1,050,310,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/HTML2TextReader.java
|
JDT
|
4,989 | 35,523 |
Bug 35523 Scalability of refactoring (avoid OOMs during change execution).
|
Build: 2.1 RC3a VM: IBM JRE 1.3.0 build cn130-20010502 I was testing the scalability of some of the java refactorings with today's build. I was getting OutOfMemoryErrors for a number of tests, which I've almost never experienced with this VM. For example, I tried: 1) Import jdt.ui and all required projects as source using the plugin import wizard. 2) Refactor > Change Method Signature on org.eclipse.core.runtime.Status 3) Change order of method arguments. This was giving me OutOfMemoryErrors on Windows and Linux. After setting my max java heap very high (-Xmx700M), it was successful, but VM size according to Windows went from 150M to over 700M allocated. This refactoring isn't as big as it seems. There were under 700 references to this constructor, so that's almost 1MB of memory per reference.
|
2003-03-21 16:36:47
| 1,048,280,000 |
resolved fixed
|
b59b14b
| 1,048,530,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.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
|
4,990 | 35,448 |
Bug 35448 Outline does not reflect access modifier changes in editor
|
The Outline view does not reflect the change (by changing the icon) if you modify the access modifier of a method in the editor view. e.g. a class has a method public void foo() {} you change the method signature by typing in the java editor into void foo() {} The outline view still shows the green dot (even after saving the class). Only reopening the class helps. The same happens if you declare a method final/non-final. Everything works well if you declare a method static/non-static, change the name or arguments. Build id is 200303192032. I am sure this bug was not existing in a earlier build.
|
2003-03-21 05:13:37
| 1,048,240,000 |
resolved fixed
|
6567b0b
| 1,048,530,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java
|
JDT
|
4,991 | 35,487 |
Bug 35487 Clipped message in refactoring dialog
|
Build: 2.1 RC3a The refactor > change method signature refactoring opens a dialog where parameter ordering is specified, etc. On Linux Motif, the message at the bottom is clipped to be only a couple of pixels high. It is impossible to read. From Windows, I can see this message says, "Specify the new order of parameters and/or their new names".
|
2003-03-21 11:47:05
| 1,048,270,000 |
resolved fixed
|
b281f1e
| 1,048,530,000 |
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringWizardDialog2.java
|
JDT
|
4,992 | 35,236 |
Bug 35236 Attaching source redraws editor many times, causing much flashing
|
build I20030316 Kevin called in to report the following: - with an installed JRE that does not have source attached, - open a type in the rt.jar (e.g. java.awt.Color) - attach source - the editor flashes many times before it displays the source, then continues to flash for several more seconds I was able to reproduce it on Win XP.
|
2003-03-18 13:06:20
| 1,048,010,000 |
resolved fixed
|
4935d05
| 1,048,530,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java
|
JDT
|
4,993 | 35,291 |
Bug 35291 OrganizeImports proposes less variants, than manual code assist proposals
|
I've got the following code: for (int i = 0; i < list.getLength(); i++) { Node item = list.item(i); if (item.getNodeType() == Node.ELEMENT_NODE) { result.add(getElementUniqueName((Element) item)); } } return result; All types except "Element" are resolved. Apply "Organize Imports", there are 3 variants (including e.g. javax.swing.text.Element), but no org.w3c.dom one. On manual code assist (i.e. CTRL-SPACE after "Element"), I'm getting required org.w3c.dom. There are no clashes in imports. Eclipse 200303120800.
|
2003-03-19 10:23:03
| 1,048,090,000 |
resolved fixed
|
8a1f388
| 1,048,190,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/AllTypesCache.java
|
JDT
|
4,994 | 35,265 |
Bug 35265 NPE in classpath variables page
|
Build: I-20030317 I was switching back and forth between target platform and classpath variables preference pages, changing values on target platform page and seeing if changes are reflected on classpath variables page. At some point, I got the following null pointer: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.wizards.buildpaths.CPVariableElementLabelProvider.ge tImage(CPVariableElementLabelProvider.java:55) at org.eclipse.jface.viewers.TableViewer.doUpdateItem(TableViewer.java:202) at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run (StructuredViewer.java:119) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:867) at org.eclipse.core.runtime.Platform.run(Platform.java:413) at org.eclipse.jface.viewers.StructuredViewer.updateItem (StructuredViewer.java:1271) at org.eclipse.jface.viewers.TableViewer.internalRefresh(TableViewer.java:454) at org.eclipse.jface.viewers.TableViewer.internalRefresh(TableViewer.java:431) at org.eclipse.jface.viewers.StructuredViewer$7.run(StructuredViewer.java:861) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection (StructuredViewer.java:801) at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:859) at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:821) at org.eclipse.jdt.internal.ui.wizards.dialogfields.ListDialogField.refresh (ListDialogField.java:739) at org.eclipse.jdt.internal.ui.wizards.buildpaths.VariableBlock.refresh (VariableBlock.java:406) at org.eclipse.jdt.internal.ui.preferences.ClasspathVariablesPreferencePage.setVisi ble(ClasspathVariablesPreferencePage.java:80) at org.eclipse.jface.preference.PreferenceDialog.showPage (PreferenceDialog.java:1064) at org.eclipse.jface.preference.PreferenceDialog$9.run (PreferenceDialog.java:496)
|
2003-03-18 19:21:46
| 1,048,030,000 |
verified fixed
|
f448de3
| 1,048,090,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/VariableBlock.java
|
JDT
|
4,995 | 35,246 |
Bug 35246 NPE selecting Javadoc location for a JAR
|
Win32 - 2.1 I0317 I have a project that contains a single JAR. If I select the Javadoc location option under Properties of the JAR, the following exception occurs: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.javadoc.JavaDocLocations.getJavadocBaseLocation (JavaDocLocations.java:164) at org.eclipse.jdt.ui.JavaUI.getJavadocBaseLocation(JavaUI.java:710) at org.eclipse.jdt.internal.ui.preferences.JavadocConfigurationPropertyPage.create Contents(JavadocConfigurationPropertyPage.java:74) at org.eclipse.jface.preference.PreferencePage.createControl (PreferencePage.java:215) at org.eclipse.jdt.internal.ui.preferences.JavadocConfigurationPropertyPage.create Control(JavadocConfigurationPropertyPage.java:63) at org.eclipse.jface.preference.PreferenceDialog.showPage (PreferenceDialog.java:1017) at org.eclipse.jface.preference.PreferenceDialog$9.run (PreferenceDialog.java:496) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.jface.preference.PreferenceDialog$8.widgetSelected (PreferenceDialog.java:490) at org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent (OpenStrategy.java:198) at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:193) at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:333) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:98) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1758) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1493) at org.eclipse.jface.window.Window.runEventLoop(Window.java:583) at org.eclipse.jface.window.Window.open(Window.java:563) at org.eclipse.ui.dialogs.PropertyDialogAction.run (PropertyDialogAction.java:164) at org.eclipse.jface.action.Action.runWithEvent(Action.java:842) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:456) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:403) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:397) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:72) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1781) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1489) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) 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:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539)
|
2003-03-18 14:47:19
| 1,048,020,000 |
verified fixed
|
e6681bc
| 1,048,080,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationPropertyPage.java
|
JDT
|
4,996 | 34,040 |
Bug 34040 It takes a minute to expand a project in Package explorer
|
Build: RC1 For scalability testing, I'm developing against WSADIE. I imported a plug-in whose classpath contains >200 external jar entries. The project is initially collpsed. In the package explorer view, if you click on the + to expand the project, it will take about 60 seconds for the project to expand. After it expanded, I went into the view filters and changed it so that I could see the hidden '.*' files, it will take another minute to update the view.
|
2003-03-06 18:57:46
| 1,047,000,000 |
verified fixed
|
f99ce52
| 1,048,020,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java
|
JDT
|
4,997 | 35,107 |
Bug 35107 Show in>doesn't work from synchronize view
|
1) perform a synchronize in the Java perspective 2) select a resource that has changes and is in the workspace 3) Navigate>Show in>Package Explorer -> beep The problem is that the show in logic doesn't check whether the selection (TeamFile) can be adapted to an IResource. This is a common navigation, i.e., you want to check/edit an affected file. Navigating to the PackageExplorer is already possible from the context menu. The fix is to also check for the IResource adapter when the slection isn't an IJavaElement. I'm tempted to fix it for RC3 since it is a real value add. Dirk - I remember you have complained about this too Kai - please approve if you agree
|
2003-03-16 14:24:31
| 1,047,840,000 |
verified fixed
|
306ac10
| 1,048,020,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java
|
JDT
|
4,998 | 33,629 |
Bug 33629 Double-quote as character value broken in RC1
|
There is a series of related bugs under the category of it's really hard to enter a character value containing a double-quote character and when you try it strange things can happen. 1. Single-quote balancing seems not to work at all. When you type a single quote you get a single quote. 2. When you type the character sequence '" the result is '"" (!) 3. When you try to backspace over the extra unwanted " (either the first or the second) both are erased. The only way to get the desired result seems to be to copy and paste the " character. 4. If you try to cut and paste in the ", you can get in some weird mode where the editor thinks a string exists where there is none. I'm still trying to figure out the sequence that produced the following lines: if (c == ''' || c == '"') {" + "} (Leading tabs removed for sake of example.) I only know that the last two " characters were not typed. No doubt another illustration why editor modes are a bad idea.
|
2003-03-02 13:50:22
| 1,046,630,000 |
verified fixed
|
c0eed80
| 1,047,930,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaFormatter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/ContentAssistPreference.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/FastJavaPartitionScanner.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/IJavaPartitions.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaPartitionScanner.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionAssistant.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/SmartBracesAutoEditStrategy.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaSourceViewerConfiguration.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java
|
JDT
|
4,999 | 34,205 |
Bug 34205 Wrap string produces incorrect code
|
Balance string is turned off, wrap string on. User is entering a list of string constants, e.g., public static final String[] KEYWORDS = new String[] { "a", "b", //... }; To make data entry go faster, user copies to clipboard the "continuation" of each line, e.g., the characters: ", " Now, user types, "c and pastes the continuation, expecting to see: "c", " Instead, the generated code is: "c"," + " " I can't think of a satisfactory explanation for this result; it seems to be a plain old bug. But the correct behavior would be to recognize that the leading " in the pasted text completes a string on the same line and the trailing " starts a new string on a new line, so no string is being continued and there is no need for a continuation.
|
2003-03-08 14:07:27
| 1,047,150,000 |
verified fixed
|
3c815c3
| 1,047,930,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaStringAutoIndentStrategy.java
|
JDT
|
5,000 | 34,661 |
Bug 34661 [Global Actions] [Help] No F1 help for certain global actions
|
2.1 RC2 build I20030307 Certain global actions are missing their help contexts: File / Revert File / Print The workbench should have defaults for these. Handling actions can provide more specific help contexts if appropriate (e.g. the Text editor). Also need to check the following. The Navigator provides help contexts for these, but need to check the defaults. File / Refresh File / Properties File / Move File / Rename
|
2003-03-11 11:56:30
| 1,047,400,000 |
verified fixed
|
14f3db1
| 1,047,920,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateActionGroup.java
|
JDT
|
5,001 | 35,123 |
Bug 35123 NLS not done correctly
|
I20030316 See usages of keys from file NLSMessages.properties: the code uses the strings and compiles new strings inside the code (using +). This is not OK. The whole string needs to be in the messages file, with parameters if needed.
|
2003-03-17 04:53:20
| 1,047,890,000 |
verified fixed
|
5878cf3
| 1,047,910,000 |
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/changes/AddToClasspathChange.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameCompilationUnitChange.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameJavaProjectChange.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenamePackageChange.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameSourceFolderChange.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RefactoringAnalyzeUtil.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameFieldRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RippleMethodFinder.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveCuUpdateCreator.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgRefactoring.java
|
JDT
|
5,002 | 34,859 |
Bug 34859 [wording] wizard titles
|
from Nick: Tooltips on toolbar buttons should be the same as what would be used in a menu item for the action (excluding any mnemonics or elipses) and should use book title capitalization. Also, the titles of dialogs should correspond to the invoking action (whether invoked by menus or toolbar buttons). JDT: - Create a Java Project -> New Java Project - Create a Java Package -> New Java Package - Create a Scrapbook Page -> New Scrapbook Page - also, the labeling on the wizard is inconsistent with the others - it would be good to have a description here explaining what a scrapbook page is - Create a Java Class -> New Java Class - Open a Type in the Editor -> Open Type
|
2003-03-12 14:52:56
| 1,047,500,000 |
verified fixed
|
369c9c0
| 1,047,900,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/AbstractOpenWizardAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSnippetFileCreationWizard.java
|
JDT
|
5,003 | 34,754 |
Bug 34754 Array out of bounds in code assist
|
Build: 2.1 RC2 I got into a state when invoking code assist where the popup window was empty. I can't reproduce it, but I was typing while the popup was open. When I entered a character that narrowed down the possible search values to zero, I was left with an empty popup window. In my case I had entered resource.getK (and there are no methods starting with "getk" on IResource). This resulted in an ArrayIndexOutOfBoundsException in the log. I will attach the log.
|
2003-03-11 17:06:02
| 1,047,420,000 |
verified fixed
|
d238ead
| 1,047,670,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposal.java
|
JDT
|
5,004 | 34,848 |
Bug 34848 Accessibility: cannot easily switch between the type hierarchys
|
Before there were keybindings we had support to switch between type hierarchies using ctrl keys. We had to remove this support for 2.1. Here are the options: 1) adding global actions (initially with no keybinding defined) 2) add the actions to switch between the hierarchy displays to the View drop down (which is accessible) 3) revive the ctrl keys and use a key listener. I suggest that we do 2) for 2.1.
|
2003-03-12 13:37:09
| 1,047,490,000 |
verified fixed
|
441bcc8
| 1,047,660,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/ToggleViewAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
|
JDT
|
5,005 | 34,335 |
Bug 34335 DND doesn't work
|
RC2 Linux-GTK Drag and drop doesn't work. I've tried it in the DNDExample and in the package explorer and drags are never initiated.
|
2003-03-10 11:06:53
| 1,047,310,000 |
verified fixed
|
a68a2a7
| 1,047,660,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dnd/JdtViewerDragAdapter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/FileTransferDragAdapter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
|
JDT
|
5,006 | 34,484 |
Bug 34484 [wording] "Filters" menu icon missing from Package Explorer view menu
|
The Navigator and Package Explorer both have a "Filters" item in the view menu. In the Navigator, the Filters menu item has an icon. In the Package Explorer, it does not. Same for Projects view in the Java Browsing perspective.
|
2003-03-10 16:27:50
| 1,047,330,000 |
verified fixed
|
e16e4f4
| 1,047,650,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/CustomFiltersActionGroup.java
|
JDT
|
5,007 | 34,203 |
Bug 34203 Generate setter produces incorrect code
|
If you have a variable like fDefault with a declared prefix of f and generate a setter for it, the code produced will be, e.g., public void setDefault(String default) { fDefault = default; } The generated code is wrong on several levels. First, it does not compile because default is a keyword. Second, the formatter screws it up, producing odd indentation and in some cases extra closing braces. The user has to manually fix the generated code. I am hoping this can be fixed for 2.1. It's not hard to detect keywords. It's not hard to generate identifiers, esp. in this case, where any non-keyword identifier will do. E.g., use "d".
|
2003-03-08 13:13:17
| 1,047,150,000 |
verified fixed
|
d1d641b
| 1,047,650,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddGetterSetterOperation.java
|
JDT
|
5,008 | 34,332 |
Bug 34332 Spurious JUnit View Opens in Debug Perspective
|
Using RC2. This is a wierd one, so please for give me if this is working as designed. 1. Write and run HelloWorld.java. 2. Open the Debug perspective. 3. Notice that the Console and Task views are correctly stacked in place. 4. Select the terminated process and choose "Remove All Terminated" from the context menu. 5. Notice that the JUnit view appears stacked with the Console and Task view. Quite why this would happen I cannot say. Clearly I suspect this to be a bug.
|
2003-03-10 10:44:41
| 1,047,310,000 |
verified fixed
|
76db393
| 1,047,650,000 |
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/wizards/JUnitWizard.java
|
JDT
|
5,009 | 34,195 |
Bug 34195 Matching bracket not working
|
hi, I was trying to match a bracket in a core jdk class (BasicScrollBarUI) inside the method actionPerformed() for the curly brace at the end of the line: 1156. The short cut key is Ctrl+Shift+P (default). The first time that i performed this key combo, the cursor was moved to the beginning of line 1164, which is correct. At this location, when I tried the same keys, where previously I was taken back to the end of line 1156, now I just get a <ding> sound - as though there was an error. This was working in the latest integration build before RC2. I would really appreciate it if this could be fixed soon. Thanks
|
2003-03-08 07:15:52
| 1,047,130,000 |
closed fixed
|
73c49d5
| 1,047,650,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java
|
JDT
|
5,010 | 34,685 |
Bug 34685 Error indicated but no error squiggle or message
|
If you use the following file you get an error outline but no indication of what the problem is or any error message. The error is that "commn.xml" does not exist; it should read common.xml. main.xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE project [ <!ENTITY buildmagic SYSTEM "file:buildmagic/commn.xml"> ]> <project name="external" default="external"> &buildmagic; <target name="external" depends="myCommon"> <echo message="external"/> </target> </project> buildmagic/common.xml: <target name="myCommon"> <echo message="common"/> </target>
|
2003-03-11 13:07:11
| 1,047,410,000 |
verified fixed
|
ce2215b
| 1,047,640,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarWriter.java
|
JDT
|
5,011 | 34,407 |
Bug 34407 NPE in javadoc locations
|
RC2: noticed this in my log (not sure how it was caused) !ENTRY org.eclipse.core.runtime 4 2 Mar 10, 2003 11:25:19.596 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.javadoc.JavaDocLocations.shutdownJavadocLocation s(JavaDocLocations.java:229) at org.eclipse.jdt.internal.ui.JavaPlugin.shutdown(JavaPlugin.java:285) at org.eclipse.core.internal.plugins.PluginRegistry$2.run (PluginRegistry.java:283) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java(Compiled Code)) at org.eclipse.core.internal.plugins.PluginRegistry$1.visit (PluginRegistry.java:296) at org.eclipse.core.internal.plugins.PluginRegistry.accept (PluginRegistry.java:55) at org.eclipse.core.internal.plugins.PluginRegistry.shutdownPlugins (PluginRegistry.java:299) at org.eclipse.core.internal.plugins.PluginRegistry.shutdown (PluginRegistry.java:265) at org.eclipse.core.internal.runtime.InternalPlatform.loaderShutdown (InternalPlatform.java:517) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.internal.boot.InternalBootLoader.shutdown (InternalBootLoader.java:979) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:850) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539)
|
2003-03-10 13:58:12
| 1,047,320,000 |
verified fixed
|
5ba6693
| 1,047,640,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/javadoc/JavaDocLocations.java
|
JDT
|
5,012 | 34,803 |
Bug 34803 AddMethodDelegateAction includes System.out.println statements
|
Are these trace statements? Then we should use the options mechanism to enable them. If these are error messages then we should show a dialog to the user or log them in the log file. if (fgOverrideFinalsFlag) { System.out.println ("method final"); //$NON-NLS-1$ System.out.println (overwrittenMethod); }
|
2003-03-12 08:00:59
| 1,047,470,000 |
verified fixed
|
40efd69
| 1,047,580,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddDelegateMethodsAction.java
|
JDT
|
5,013 | 34,156 |
Bug 34156 new class wizard defaults to wrong project
|
20030307 1. new workspace 2. import org.apache.ant project as binary. 3. switch to java perspective. 4. use new project button to create project zzz 5. use new class button. Notice that the source holder is org.apache.ant. The gray-lighted element in the package explorer is zzz
|
2003-03-07 16:29:31
| 1,047,070,000 |
verified fixed
|
4f36e9a
| 1,047,580,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewContainerWizardPage.java
|
JDT
|
5,014 | 34,169 |
Bug 34169 Add JUnit TestSuite blocks
|
In RC2 I was able to add a new JUnit test suite using the wizard. After 2 or 3 calls to wizard it stopped working. The "Next" button trigers some activity (mouse pointer changes) but does not advance to the next screen. The same workspace works fine with RC1 after this problem with RC2.
|
2003-03-07 19:50:19
| 1,047,080,000 |
resolved fixed
|
53d3160
| 1,047,570,000 |
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/JUnitWizard.java
|
JDT
|
5,015 | 33,260 |
Bug 33260 [keybinding] Need to update plugin.xml action declarations with new scheme
| null |
2003-02-26 09:27:25
| 1,046,270,000 |
verified fixed
|
1f5fb0a
| 1,047,570,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java
|
JDT
|
5,016 | 34,506 |
Bug 34506 [wording] Confusing warning with package creation "Package will not be visible..."
|
In the New Package wizard, 1. create a package test.something 2. again do New Package, type in "test" At the top of the wizard it informs you "Note: Package will not be visible in Package Explorer while empty." I don't understand what its trying to tell me. Perhaps its outdated now that we have all the filtering rules that can be turned on/off? In my specific case I had all filtering rules turned off and indeed the empty package in question would be visible. Its odd too that it only informs you for that case. If instead you simply create an empty package (as in step 1) it won't warn you. Finally, it mentions specifically the Package Explorer yet there are other views that I assume this could apply to (whatever it is its warning me about).
|
2003-03-10 17:04:08
| 1,047,330,000 |
verified fixed
|
ac11803
| 1,047,490,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.java
|
JDT
|
5,017 | 33,533 |
Bug 33533 Inlining method with assert has unexpected result
|
I2003-02-14 Situation: I have a class Assert that has a static method notNull which I want to inline in an attempt of switching to JDK 1.4's assert facility. The notNull method looks like: public static final void notNull(Object ref, String message) { assert ref != null : message; } A method that uses the notNull method looks like: void method(String param1, String param2, String param3) { Assert.notNull(param1, "param1 != null"); Assert.notNull(param2, "param2 != null"); Assert.notNull(param3, "param3 != null"); } Unfortunately, after inlinig, it looks like: void method(String param1, String param2) { assert param1 != null : "param1 != null"; Object ref = param2; assert ref != null : "param2 != null"; Object ref1 = param3; assert ref1 != null : "param3 != null"; } What I had expected was something like: void method(String param1, String param2) { assert param1 != null : "param1 != null"; assert param2 != null : "param2 != null"; assert param3 != null : "param3 != null"; }
|
2003-02-28 08:14:46
| 1,046,440,000 |
resolved fixed
|
16a475a
| 1,047,050,000 |
org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_in/TestOneRead.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_in/TestTwoReads.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_in/TestWrite.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_out/TestOneRead.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_out/TestTwoReads.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_out/TestWrite.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/CallInliner.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ParameterData.java
|
JDT
|
5,018 | 34,067 |
Bug 34067 NPE in ASTREwriter
|
RC2 - load JUnit - change class Assert in the following way - rename both assert methods in assertOld - change compiler to 1.4 - change body of both assertOld methods to use the new assert keyword - select assertOld(String, condition) - Inline method - preview observe: you get the exception below. sed by: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.dom.ASTRewriteAnalyzer.doVisit(ASTRewriteAnalyzer.java:166) at org.eclipse.jdt.internal.corext.dom.ASTRewriteAnalyzer.rewriteNode(ASTRewriteAnalyzer.java:370) at org.eclipse.jdt.internal.corext.dom.ASTRewriteAnalyzer.visit(ASTRewriteAnalyzer.java:1173) at org.eclipse.jdt.core.dom.AssertStatement.accept0(AssertStatement.java:84) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:1353) at org.eclipse.jdt.internal.corext.dom.ASTRewriteAnalyzer.doVisit(ASTRewriteAnalyzer.java:166) at org.eclipse.jdt.internal.corext.dom.ASTRewriteAnalyzer.rewriteParagraph(ASTRewriteAnalyzer.java:527) at org.eclipse.jdt.internal.corext.dom.ASTRewriteAnalyzer.visit(ASTRewriteAnalyzer.java:1029) at org.eclipse.jdt.core.dom.Block.accept0(Block.java:79) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:1353) at org.eclipse.jdt.internal.corext.dom.ASTRewriteAnalyzer.doVisit(ASTRewriteAnalyzer.java:166) at org.eclipse.jdt.in
|
2003-03-07 06:32:06
| 1,047,040,000 |
resolved fixed
|
bf27ebc
| 1,047,050,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTRewriteAnalyzer.java
|
JDT
|
5,019 | 23,215 |
Bug 23215 Type Hierarchy: Ctrl + 1 doesn't work [type hierarchy]
|
Type Hierarchy allows to switch between its 3 views by hitting Ctrl + 1, Ctrl + 2, Ctrl + 3 (that's what Tooltips say). 2 & 3 work fine, but my Hierarchy doesn't react on Ctrl + 1. Maybe there's an interference with Quick Fix (Ctrl + 1 too, but only active in JavaEditors). Version: 2.0 Build id: 200208201620
|
2002-09-05 09:02:45
| 1,031,230,000 |
resolved fixed
|
ab42038
| 1,046,980,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
|
JDT
|
5,020 | 33,390 |
Bug 33390 No New menu when selecting file
|
build RC1 When I select a file in the Package Expliorer I should be able to create a new element when poping up the context menu. The parent of the new element should be the parent of the selected file. See Navigator behavior.
|
2003-02-26 17:29:04
| 1,046,300,000 |
verified fixed
|
700ee36
| 1,046,970,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/NewWizardsActionGroup.java
|
JDT
|
5,021 | 33,512 |
Bug 33512 NPE in JavaOutlinePage.getMainType
|
Build: 2.1 RC1 I found the following in my log file today. I don't know how it happened, and it only happened the once: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javaeditor.JavaOutlinePage.getMainType(JavaOutlinePage.java:795) at org.eclipse.jdt.internal.ui.javaeditor.JavaOutlinePage$1.run(JavaOutlinePage.java:150) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java(Compiled Code)) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1254) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539)
|
2003-02-27 17:51:01
| 1,046,390,000 |
resolved fixed
|
cc353b2
| 1,046,970,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java
|
JDT
|
5,022 | 33,389 |
Bug 33389 Read-Only files: Quick fix enabled and gets checkmark!
|
RC1 1. set a file to ready only. 2. Open the file an set the cursor inside 3. Open the 'Edit' menu. Note that 'Quick fix' is enabled, but 'Content assist' is not 4. Choose 'Quick fix' 5. Open the context menu: Quick fix got a checkmark!
|
2003-02-26 17:28:31
| 1,046,300,000 |
resolved fixed
|
ae30998
| 1,046,970,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java
|
JDT
|
5,023 | 26,250 |
Bug 26250 inline method - breaks code when inlining virtual methods [refactoring]
|
I-20021113 w2k w/ jdt.core patch: When inlining the method Test0.getMessage(), there could be some warning that overridden methods exist in the workspace. In general, this is only safe if the method is private or final. public class Test0 { private static class Inner extends Test0 { String getMessage() { return "overridden"; } } String getMessage() { return "original"; } void printMessage() { System.out.println(getMessage()); } public static void main(String[] args) { new Inner().printMessage(); } }
|
2002-11-14 05:24:41
| 1,037,270,000 |
resolved fixed
|
74bfa08
| 1,046,950,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java
|
JDT
|
5,024 | 32,906 |
Bug 32906 Open (in) Type Hierarchy: expansion state is inconsistent across the modes 'show type/supertype/subtype hierarchy' [type hierarchy]
|
case 1: - select 'show type hierarchy' in the hierarchy view - in an editor press F4 on a class name -> 'show type hierarchy' is ok -> 'show supertype hierarchy' is collapsed -> 'show subtype hierarchy' is ok case 2: - select 'show supertype hierarchy' - in an editor press F4 on a class name -> 'show supertype hierarchy' is ok -> 'show type hierarchy' is only expanded down to the focused type, this is inconsistent with case 1 -> 'show subtype hierarchy' is collapsed case 3: - select 'show subtype hierarchy' - in an editor press F4 on a class name -> 'show subtype hierarchy' is only expanded to level 1 (which is consistent but impractical) -> 'show supertype hierarchy' is collapsed -> 'show type hierarchy' is only expanded down to the focused type, this is inconsistent with case 1
|
2003-02-25 05:15:55
| 1,046,170,000 |
resolved fixed
|
6aa5e19
| 1,046,950,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
|
JDT
|
5,025 | 23,031 |
Bug 23031 Package explorer does not update when input==package [package explorer]
|
From a java perspective, create a Java project with two packages (say test.package1 and test.package2). Create a couple of classes in both packages. From the package view, select test.package2 and from the context menu, open a new java window on it. Notice you only see the two classes you created in this package. Now go back to the other window, and move a class from test.package1 to test.package2. Go back to the new window, look at the package view and notice it still only displays 2 classes. Selecting refresh from the context menu does nothing. If you close the package view and open it again, then you see 3 classes.
|
2002-08-30 10:15:30
| 1,030,720,000 |
resolved fixed
|
cc3f143
| 1,046,950,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java
|
JDT
|
5,026 | 31,683 |
Bug 31683 Show In doesn't work for class file in rt.jar
|
I20030611 - create Test project that uses Jar container - open NumberFormat.class - activate Show In... and choose Package Explorer Observe: NumberFormat.class doesn't get revealed.
|
2003-02-12 12:14:56
| 1,045,070,000 |
resolved fixed
|
ededd09
| 1,046,950,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/ClassPathContainer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java
|
JDT
|
5,027 | 33,220 |
Bug 33220 Missing Preview in Inline Method refactoring
|
Build 2.1 RC1 1. Open TestCase 2. In editor select method declaration "getName" 3. Refactor->Inline... 4. Check "Delete..." 5. Press "Preview" 6. Expand all ==> the nodes "getName" and "Delete method declaration" don't have a preview while other nodes like "Inline invocation" (below) have one. I would expect to see the method source on the left side when selecting "getName" or "Delete method declaration".
|
2003-02-26 05:56:34
| 1,046,260,000 |
resolved fixed
|
1a935a7
| 1,046,940,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/CompilationUnitChange.java
|
JDT
|
5,028 | 33,426 |
Bug 33426 Refactoring Dialog should have two lines high message line
|
RC1 The new refactoring dialog is affected.
|
2003-02-27 06:18:25
| 1,046,340,000 |
resolved fixed
|
ea6108d
| 1,046,890,000 |
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringWizardDialog2.java
|
JDT
|
5,029 | 33,358 |
Bug 33358 [resources] remove preceeding slash in paths presented to user
| null |
2003-02-26 16:07:16
| 1,046,290,000 |
resolved wontfix
|
ff8068e
| 1,046,890,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java
|
JDT
|
5,030 | 8,790 |
Bug 8790 [Wizards] Non-api subclassing of BasicNewResourceWizard
|
The JavaDoc for BasicNewResourceWizard indicates that that should not be subclassed. It is being subclassed by: org.eclipse.jdt.internal.ui.wizards.NewElementWizard org.eclipse.jdt.ui.examples.projects.ExampleProjectCreationWizard
|
2002-01-30 16:57:10
| 1,012,430,000 |
resolved fixed
|
85a3a34
| 1,046,880,000 |
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/RemoteTestRunnerClient.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/JUnitWizard.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/NewTestCaseCreationWizard.java
|
JDT
|
5,031 | 33,773 |
Bug 33773 Task Tags preference page clean-up
|
We should remove the group box around table. Change the title to above the table to something like: "Strings indicating tasks in Java comments:"
|
2003-03-04 12:16:58
| 1,046,800,000 |
resolved fixed
|
c38a4fe
| 1,046,880,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TodoTaskConfigurationBlock.java
|
JDT
|
5,032 | 32,993 |
Bug 32993 Preferences->Java->New Project uses different border for group box
|
RC 1
|
2003-02-25 11:09:10
| 1,046,190,000 |
resolved fixed
|
2866a13
| 1,046,880,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NewJavaProjectPreferencePage.java
|
JDT
|
5,033 | 33,722 |
Bug 33722 Failure creating new project
|
I get this error with the RC1 release. When I try to create a new project which uses a currently existing source directory, I get this exception, after which, if I cancel the new project wizard, I get a useless project (can't add anything to it at all): java.lang.reflect.InvocationTargetException: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.wizards.ClassPathDetector.detectOutputFolder(ClassPathDetector.java:122) at org.eclipse.jdt.internal.ui.wizards.ClassPathDetector.detectClasspath(ClassPathDetector.java:78) at org.eclipse.jdt.internal.ui.wizards.ClassPathDetector.<init>(ClassPathDetector.java:57) at org.eclipse.jdt.internal.ui.wizards.NewProjectCreationWizardPage.updateProject(NewProjectCreationWizardPage.java:118) at org.eclipse.jdt.internal.ui.wizards.NewProjectCreationWizardPage$1.run(NewProjectCreationWizardPage.java:80) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:296) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:246) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:752) at org.eclipse.jdt.internal.ui.wizards.NewProjectCreationWizardPage.changeToNewProject(NewProjectCreationWizardPage.java:88) at org.eclipse.jdt.internal.ui.wizards.NewProjectCreationWizardPage.setVisible(NewProjectCreationWizardPage.java:58) at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:953) at org.eclipse.jface.wizard.WizardDialog.access$1(WizardDialog.java:934) at org.eclipse.jface.wizard.WizardDialog$3.run(WizardDialog.java:923) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:65) at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:921) at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:678) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:310) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:417) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:87) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1775) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1483) at org.eclipse.jface.window.Window.runEventLoop(Window.java:577) at org.eclipse.jface.window.Window.open(Window.java:557) at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:107) at org.eclipse.jface.action.Action.runWithEvent(Action.java:841) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403) at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1775) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1483) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1271) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1254) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539)
|
2003-03-03 21:46:49
| 1,046,750,000 |
resolved fixed
|
dd86fc1
| 1,046,880,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/ClassPathDetector.java
|
JDT
|
5,034 | 32,687 |
Bug 32687 NPE after apply preference changes
|
build rc1, linux-motif, red hat 8, ibm jre 1.3.1 sr2 I had made some changes in my preferences (editor background colour, etc) and hit Apply. Then afterwards I hit OK to close the Preferences dialog and got the following NPE: !ENTRY org.eclipse.ui 4 4 Feb 24, 2003 11:23:07.830 !MESSAGE Unhandled exception caught in event loop. Unhandled exception caught in event loop. Reason: !ENTRY org.eclipse.ui 4 0 Feb 24, 2003 11:23:08.123 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.swt.widgets.Display.showToolTip(Display.java:2074) at org.eclipse.swt.widgets.Control.hoverProc(Control.java:993) at org.eclipse.swt.widgets.Control.hoverProc(Control.java:989) at org.eclipse.swt.widgets.Display.mouseHoverProc(Display.java:1555) at org.eclipse.swt.internal.motif.OS.XtAppNextEvent(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1254) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) java.lang.NullPointerException
|
2003-02-24 11:23:46
| 1,046,100,000 |
resolved fixed
|
e912768
| 1,046,880,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPVariableElementLabelProvider.java
|
JDT
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.