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 |
---|---|---|---|---|---|---|---|---|---|---|
5,935 | 12,002 |
Bug 12002 TestCase wizard: error when pressing finish with an empty test name
|
the finish button should be disabled when the test name field is empty
|
2002-03-21 02:04:16
| 1,016,690,000 |
resolved fixed
|
7f6ca90
| 1,017,080,000 |
org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseCreationWizardPage.java
|
JDT
|
5,936 | 11,842 |
Bug 11842 new TestCase not always initialized correctly
|
It works for CUs but not for classes Test Case: select class Test in the Packages view and create an new TestCase ==> only superclass field is initialized
|
2002-03-20 09:03:06
| 1,016,630,000 |
resolved fixed
|
e03f80e
| 1,017,070,000 |
org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseCreationWizardPage.java
|
JDT
|
5,937 | 11,770 |
Bug 11770 java browsing: multi-selection disabled in 2 of 4 views
|
multi selection is disabled in the package and type views but it's enabled in project and member views
|
2002-03-20 04:52:52
| 1,016,620,000 |
verified fixed
|
3839f03
| 1,017,070,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/TypesView.java
|
JDT
|
5,938 | 11,844 |
Bug 11844 new TestCase does not store settings
|
All checkboxes are not persisted
|
2002-03-20 09:20:45
| 1,016,630,000 |
resolved fixed
|
3a0f07f
| 1,017,070,000 |
org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseCreationWizard.java org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseCreationWizardPage.java org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/SelectionButtonGroup.java
|
JDT
|
5,939 | 11,863 |
Bug 11863 Update Test Suite action does not allow to remove
|
What the action actually does is RECREATE the test suite based on the selection in the dialog. I do an update on a test suite which contains X. It is no clear that if I only select Y in the dialog that I'll end up with X being removed. Normally "Update" shows the content of the existing stuff (dir, zip) and allows to modify this. I think renaming the action (and the dialog) to Recreate Test Suite would solve the problem.
|
2002-03-20 10:01:17
| 1,016,640,000 |
resolved fixed
|
7b3c35c
| 1,017,060,000 |
org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseCreationWizard.java org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseCreationWizardPage.java
|
JDT
|
5,940 | 11,866 |
Bug 11866 Wrong labels in Update Test Suite dialog
|
"Test Classes to be included" is written with TestClasses (missing space) The status line talks about methods being selected instead of types. The action name is written together (TestSuite) instead of Test Suite
|
2002-03-20 10:04:22
| 1,016,640,000 |
resolved fixed
|
790bdf0
| 1,017,060,000 |
org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseCreationWizardPage.java org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseCreationWizardPage2.java org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestSuiteCreationWizard.java org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestSuiteCreationWizardPage.java org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/UpdateTestSuite.java
|
JDT
|
5,941 | 11,828 |
Bug 11828 Can cause NPE: Open Recent... is active when no perspective is open
|
1. open 2 java files (A and B) 2. close all perspectives 3. Open Recent... (should be diabled) 4. Open file A 5. Open file B ==> icons appear in the toolbar Click next error ==> NPE Log: Wed Mar 20 14:11:39 GMT+01:00 2002 2 org.eclipse.ui 2 Problems occurred when invoking code from plug-in: org.eclipse.ui. java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text.java.hover.JavaInformationProvider.update(JavaInformationProvider.java:89) at org.eclipse.jdt.internal.ui.text.java.hover.JavaInformationProvider$EditorWatcher.partActivated(JavaInformationProvider.java:54) at org.eclipse.ui.internal.PartListenerList$1.run(PartListenerList.java:37) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:817) at org.eclipse.core.runtime.Platform.run(Platform.java:395) at org.eclipse.ui.internal.PartListenerList.firePartActivated(PartListenerList.java:35) at org.eclipse.ui.internal.WWinPartService.partActivated(WWinPartService.java:102) at org.eclipse.ui.internal.PartListenerList$1.run(PartListenerList.java:37) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:817) at org.eclipse.core.runtime.Platform.run(Platform.java:395) at org.eclipse.ui.internal.PartListenerList.firePartActivated(PartListenerList.java:35) at org.eclipse.ui.internal.WorkbenchPage.firePartActivated(WorkbenchPage.java:696) at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:1683) at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:103) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1277) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1254) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1246) at org.eclipse.ui.internal.ReopenEditorMenu.open(ReopenEditorMenu.java:195) at org.eclipse.ui.internal.ReopenEditorMenu$1.widgetSelected(ReopenEditorMenu.java:163) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:85) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:698) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:196) at org.eclipse.core.launcher.Main.run(Main.java:555) at org.eclipse.core.launcher.UIMain.main(UIMain.java:52) Log: Wed Mar 20 14:11:40 GMT+01:00 2002 1 org.eclipse.core.resources 4 Unhandled exception caught in event loop. Log: Wed Mar 20 14:11:40 GMT+01:00 2002 4 org.eclipse.ui 0 java.lang.NullPointerException java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javaeditor.GotoErrorAction.run(GotoErrorAction.java:32) at org.eclipse.jface.action.Action.runWithEvent(Action.java:473) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:698) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:196) at org.eclipse.core.launcher.Main.run(Main.java:555) at org.eclipse.core.launcher.UIMain.main(UIMain.java:52)
|
2002-03-20 08:12:06
| 1,016,630,000 |
closed fixed
|
6e927a6
| 1,017,050,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaInformationProvider.java
|
JDT
|
5,942 | 11,826 |
Bug 11826 Build exclusion filter should be trimmed prior to storing
| null |
2002-03-20 07:44:43
| 1,016,630,000 |
resolved fixed
|
574cdab
| 1,016,830,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBuilderPreferencePage.java
|
JDT
|
5,943 | 11,833 |
Bug 11833 NegativeArraySizeException in code formatter/style pref page
|
20020319 enter -1 as number of spaces representing a tab java.lang.NegativeArraySizeException at java.lang.StringBuffer.<init>(StringBuffer.java(Compiled Code)) at org.eclipse.swt.custom.StyledText.calculateTabWidth (StyledText.java:1386) at org.eclipse.swt.custom.StyledText.setTabs(StyledText.java:7293) at org.eclipse.jdt.internal.ui.preferences.CodeFormatterPreferencePage.textChanged (CodeFormatterPreferencePage.java:408) at org.eclipse.jdt.internal.ui.preferences.CodeFormatterPreferencePage.access$1 (CodeFormatterPreferencePage.java:400) at org.eclipse.jdt.internal.ui.preferences.CodeFormatterPreferencePage$2.modifyText (CodeFormatterPreferencePage.java:218) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:179) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Text.wmCommandChild(Text.java:1751) at org.eclipse.swt.widgets.Control.WM_COMMAND(Control.java:2786) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java(Compiled Code)) at org.eclipse.swt.widgets.Text.callWindowProc(Text.java:85) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.jface.window.Window.runEventLoop(Window.java(Compiled Code)) at org.eclipse.jface.window.Window.open(Window.java:525) at org.eclipse.ui.internal.OpenPreferencesAction.run (OpenPreferencesAction.java:47) at org.eclipse.jface.action.Action.runWithEvent(Action.java:473) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:698) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:196) at org.eclipse.core.launcher.Main.run(Main.java:555) at org.eclipse.core.launcher.Main.main(Main.java:396)
|
2002-03-20 08:38:13
| 1,016,630,000 |
resolved fixed
|
255c5b9
| 1,016,830,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeFormatterPreferencePage.java
|
JDT
|
5,944 | 8,166 |
Bug 8166 nls: 'find string' dialog needs a button to open nls wizard
|
The compilation units which have no strings to externalize are of no interest. They should be removed from the table. Otherwise, the action should be called 'Count Strings to Externalize...'.
|
2002-01-23 11:18:13
| 1,011,800,000 |
verified fixed
|
761427a
| 1,016,820,000 |
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/FindStringsAction.java
|
JDT
|
5,945 | 12,108 |
Bug 12108 NewTypeWizardPage hard to use in non-existing java project
|
I use the NewTypeWizardPage to create a type in a java project that does not exist. To achieve this, I override methods containerChanged() and packageChanged() with implementations that only return new Status(). Note that hthis class is in an internal package. I would like to validate the package name that the user enters, but for non-existing java projects, packageChanged() always logs the following exception: 4 org.eclipse.jdt.ui 1 Internal Error Java Model Exception: Java Model Status [B does not exist.] Stack trace: java/lang/Throwable.<init>()V java/lang/Throwable.<init>(Ljava/lang/String;)V org/eclipse/core/runtime/CoreException.<init>(Lorg/eclipse/core/runtime/IStatus;)V org/eclipse/jdt/core/JavaModelException.<init>(Lorg/eclipse/jdt/core/IJavaModelStatus;)V org/eclipse/jdt/internal/core/JavaElement.newNotPresentException()Lorg/eclipse/jdt/core/JavaModelException; org/eclipse/jdt/internal/core/JavaProject.openWhenClosed(Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/jdt/core/IBuffer;)V org/eclipse/jdt/internal/core/JavaElement.openHierarchy()V org/eclipse/jdt/internal/core/JavaElement.getElementInfo()Lorg/eclipse/jdt/internal/core/JavaElementInfo; org/eclipse/jdt/internal/core/JavaProject.getJavaProjectElementInfo()Lorg/eclipse/jdt/internal/core/JavaProjectElementInfo; org/eclipse/jdt/internal/core/JavaProject.getOutputLocation()Lorg/eclipse/core/runtime/IPath; org/eclipse/jdt/ui/wizards/NewTypeWizardPage.packageChanged()Lorg/eclipse/core/runtime/IStatus; org/eclipse/jdt/ui/wizards/NewTypeWizardPage.handleFieldChanged(Ljava/lang/String;)V org/eclipse/jdt/ui/wizards/NewContainerWizardPage.containerDialogFieldChanged(Lorg/eclipse/jdt/internal/ui/wizards/dialogfields/DialogField;)V org/eclipse/jdt/ui/wizards/NewContainerWizardPage.access$1(Lorg/eclipse/jdt/ui/wizards/NewContainerWizardPage;Lorg/eclipse/jdt/internal/ui/wizards/dialogfields/DialogField;)V org/eclipse/jdt/ui/wizards/NewContainerWizardPage$ContainerFieldAdapter.dialogFieldChanged(Lorg/eclipse/jdt/internal/ui/wizards/dialogfields/DialogField;)V org/eclipse/jdt/internal/ui/wizards/dialogfields/DialogField.dialogFieldChanged()V org/eclipse/jdt/internal/ui/wizards/dialogfields/StringDialogField.setText(Ljava/lang/String;)V org/eclipse/jdt/ui/wizards/NewContainerWizardPage.setPackageFragmentRoot(Lorg/eclipse/jdt/core/IPackageFragmentRoot;Z)V com/ibm/ive/jxe/newwizards/InnerClassCreationPage.setProject(Lorg/eclipse/jdt/core/IJavaProject;)V com/ibm/ive/midp/wizard/MIDletSuitePage.projectUpdated()V com/ibm/ive/midp/wizard/MIDletSuitePage.access$0(Lcom/ibm/ive/midp/wizard/MIDletSuitePage;)V com/ibm/ive/midp/wizard/MIDletSuitePage$1.modifyText(Lorg/eclipse/swt/events/ModifyEvent;)V org/eclipse/swt/widgets/TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/widgets/EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/widgets/Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/widgets/Widget.sendEvent(I)V org/eclipse/swt/widgets/Text.wmCommandChild(II)Lorg/eclipse/swt/internal/win32/LRESULT; org/eclipse/swt/widgets/Control.WM_COMMAND(II)Lorg/eclipse/swt/internal/win32/LRESULT; org/eclipse/swt/widgets/Control.windowProc(III)I org/eclipse/swt/widgets/Display.windowProc(IIII)I org/eclipse/swt/internal/win32/OS.CallWindowProcW(IIIII)I org/eclipse/swt/internal/win32/OS.CallWindowProc(IIIII)I org/eclipse/swt/widgets/Text.callWindowProc(III)I org/eclipse/swt/widgets/Control.windowProc(III)I org/eclipse/swt/widgets/Display.windowProc(IIII)I org/eclipse/swt/internal/win32/OS.DispatchMessageW(Lorg/eclipse/swt/internal/win32/MSG;)I org/eclipse/swt/internal/win32/OS.DispatchMessage(Lorg/eclipse/swt/internal/win32/MSG;)I org/eclipse/swt/widgets/Display.readAndDispatch()Z org/eclipse/jface/window/Window.runEventLoop(Lorg/eclipse/swt/widgets/Shell;)V org/eclipse/jface/window/Window.open()I org/eclipse/ui/actions/NewWizardAction.run()V org/eclipse/ui/internal/NewWizardDropDownAction.run()V org/eclipse/jface/action/Action.runWithEvent(Lorg/eclipse/swt/widgets/Event;)V org/eclipse/jface/action/ActionContributionItem.handleWidgetSelection(Lorg/eclipse/swt/widgets/Event;)V org/eclipse/jface/action/ActionContributionItem.handleWidgetEvent(Lorg/eclipse/swt/widgets/Event;)V org/eclipse/jface/action/ActionContributionItem.access$0(Lorg/eclipse/jface/action/ActionContributionItem;Lorg/eclipse/swt/widgets/Event;)V org/eclipse/jface/action/ActionContributionItem$ActionListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/widgets/EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/widgets/Widget.notifyListeners(ILorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/widgets/Display.runDeferredEvents()Z org/eclipse/swt/widgets/Display.readAndDispatch()Z org/eclipse/ui/internal/Workbench.runEventLoop()V org/eclipse/ui/internal/Workbench.run(Ljava/lang/Object;)Ljava/lang/Object; org/eclipse/core/internal/boot/InternalBootLoader.run(Ljava/lang/String;Ljava/net/URL;Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/Object; org/eclipse/core/boot/BootLoader.run(Ljava/lang/String;Ljava/net/URL;Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/Object; EclipseRuntimeLauncher.main([Ljava/lang/String;)V 4 org.eclipse.jdt.core 969 B does not exist.
|
2002-03-22 08:58:30
| 1,016,810,000 |
resolved fixed
|
24b70db
| 1,016,810,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java
|
JDT
|
5,946 | 12,102 |
Bug 12102 AddImport in editor does not work for empty selection
|
Code resolve now works in that case and all actions must be adjusted
|
2002-03-22 08:10:20
| 1,016,800,000 |
resolved fixed
|
0c19239
| 1,016,810,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/AddImportOnSelectionAction.java
|
JDT
|
5,947 | 12,053 |
Bug 12053 Allow mutli selection for all browsers
|
This should clear downstream
|
2002-03-21 13:00:26
| 1,016,730,000 |
resolved fixed
|
740a438
| 1,016,810,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java
|
JDT
|
5,948 | 11,795 |
Bug 11795 java browsing: members type shows imports strangely
|
give this code: package p; import java.util.List; public class A { class D{ } } i see the import container as a child of both A and D strange
|
2002-03-20 05:35:33
| 1,016,620,000 |
resolved fixed
|
7ec8f37
| 1,016,810,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaElementContentProvider.java
|
JDT
|
5,949 | 12,104 |
Bug 12104 modify parameters: not allowed on some constructors
|
public class A extends Error{ A(String s){} }
|
2002-03-22 08:16:44
| 1,016,800,000 |
resolved fixed
|
60755fb
| 1,016,810,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ReorderParametersRefactoring.java
|
JDT
|
5,950 | 11,786 |
Bug 11786 clipboard based copying of java resources - bad copy of package name
|
1) Copy and paste 'junit.ui'. 2) Observe: the resulting package is named 'ui'. It should be something like 'copy.of.junit.ui' or 'junit.ui.copy.of'. Also compile errors are introduced as the CUs still expect the package name to be 'junit.ui'. 3) Paste again. There's a new folder (not package) called 'Copy of ui'. It should remain a package and have package-like names.
|
2002-03-20 05:14:09
| 1,016,620,000 |
resolved fixed
|
5c263b3
| 1,016,810,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/CopyRefactoring.java
|
JDT
|
5,951 | 12,096 |
Bug 12096 Extract local variable show preview of type and name
| null |
2002-03-22 05:16:52
| 1,016,790,000 |
resolved fixed
|
4c02f7d
| 1,016,800,000 |
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractTempInputPage.java
|
JDT
|
5,952 | 11,763 |
Bug 11763 Renaming a project automatically updates the build class paths
|
Updatig the build class path is goodness but it should not always happen automatically. We should offer the user an option to not do the update. Same is true when renaming folders.
|
2002-03-20 04:36:36
| 1,016,620,000 |
resolved fixed
|
db9f5e6
| 1,016,730,000 |
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RefactoringStarter.java
|
JDT
|
5,953 | 11,814 |
Bug 11814 OpenExternalJavadoc action should not call findElement on JAR
|
This causes an exception: Java Model Exception: Java Model Status [Invalid path: C:/Java/IBM1.3/jre/lib/rt.jar.] at org.eclipse.jdt.internal.core.JavaProject.findElement(JavaProject.java:435) at org.eclipse.jdt.internal.ui.actions.OpenExternalJavadocAction.run(OpenExternalJavadocAction.java:102) at org.eclipse.ui.texteditor.RetargetTextEditorAction.run(RetargetTextEditorAction.java:103) at org.eclipse.jface.action.Action.runWithEvent(Action.java:473) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java(Compiled Code)) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:698) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:196) at org.eclipse.core.launcher.Main.run(Main.java:555) at org.eclipse.core.launcher.UIMain.main(UIMain.java:52) 4 org.eclipse.jdt.core 979 Invalid path: C:/Java/IBM1.3/jre/lib/rt.jar.
|
2002-03-20 06:27:44
| 1,016,620,000 |
resolved fixed
|
a05d335
| 1,016,720,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/javadoc/JavaDocLocations.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OpenExternalJavadocAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java
|
JDT
|
5,954 | 11,257 |
Bug 11257 Java Templates
|
In the build 1203 i have the following problems: 1> If i edit a template of JAVA like stderr then the dialog that gets opend will display: JAVA_DOC as type. 2> Filecomment and Typecomment are there but empty is this wanted?
|
2002-03-13 10:03:15
| 1,016,030,000 |
verified fixed
|
15dd0ea
| 1,016,710,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TemplatePreferencePage.java
|
JDT
|
5,955 | 11,903 |
Bug 11903 'add javadoc comment' adds non-java doc comments
|
1. (default code-generation preference settings) 2. select the method and 'add javadoc comment' package p; class A{ public String toString() { return super.toString(); } } it adds /* * @see Object#toString() */ which is not a javadoc comment
|
2002-03-20 11:11:04
| 1,016,640,000 |
resolved fixed
|
bbe211a
| 1,016,710,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeGenerationPreferencePage.java
|
JDT
|
5,956 | 11,238 |
Bug 11238 1.4 settings should not include 'assert as identifier'
|
Build 20020312 In 1.4 source mode, 'assert' is a keyword, and therefore it cannot be reported to be used as an identifier.
|
2002-03-13 05:56:58
| 1,016,020,000 |
resolved fixed
|
20f8cbd
| 1,016,710,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerPreferencePage.java
|
JDT
|
5,957 | 11,767 |
Bug 11767 java browsing: ignores 'package name shortening' preference
|
java browsing has a packages view but ingores my preference to shorten package names
|
2002-03-20 04:45:43
| 1,016,620,000 |
verified fixed
|
78b4961
| 1,016,710,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java
|
JDT
|
5,958 | 11,228 |
Bug 11228 package name shortening pref page - tooltip works as help
|
tooltip in the pref page where you can specify pattern to shorten package names contains some useful information that should be exposed on the page itself (you can write patterns with numbers!) current behavior is sub-optimal (users must be lucky to find that feature)
|
2002-03-13 04:47:18
| 1,016,010,000 |
verified fixed
|
cc40882
| 1,016,710,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/AppearancePreferencePage.java
|
JDT
|
5,959 | 11,317 |
Bug 11317 Won't export some files to .jar.
|
Create a new java project called "Foo". In the file system, create a folder named "Foo scripts", and in this folder create a file named "foo.txt". Drag this folder into the eclipse packages view and add it to the "Foo" project. Now try to export the project "Foo" to a .jar file. Only the manifest file shows up, even if the file "foo.txt" is checked!
|
2002-03-13 18:23:10
| 1,016,060,000 |
resolved fixed
|
5f546fb
| 1,016,650,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java
|
JDT
|
5,960 | 11,748 |
Bug 11748 switch to new DecoratorManager API
|
From the workbench change notes: API changes IWorkbenchPartSite.getDecoratorManager() - As the DecoratorManager has proven to be required for more than just IWorkbenchPartSites we have moved getDecoratorManager() to IWorkbench and deprecated the getDecoratorManager() in IWorkbenchPartSite. The one in IWorkbenchPartSite will be removed after the other Eclipse components have had a chance to switch to the new API.
|
2002-03-19 18:32:06
| 1,016,580,000 |
resolved fixed
|
1035d37
| 1,016,640,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.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/PackageExplorerPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsViewer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewer.java
|
JDT
|
5,961 | 10,247 |
Bug 10247 Template - code assist ends template editing
|
Build > 20020214.1 Create the following class import java.util.List; public class T { public List getList() { return null; } public void foo() { T t= null; for <= code assist } } - select for - iterate over collection - press tab - type t.get <= code assist - select getList observe: template editing gets ended.
|
2002-02-26 08:25:20
| 1,014,730,000 |
verified fixed
|
c0eba38
| 1,016,540,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ExperimentalResultCollector.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/link/LinkedPositionUI.java
|
JDT
|
5,962 | 11,537 |
Bug 11537 Refactoring - extract local adds incorrect import
|
In a method, given this: return fMyField.getArrayOfFoo() where the method getArrayOfFoo has a return type of Foo[], if I use extract local variable to extract "fMyField.getArrayOfFoo()" into a local variable "foos", it adds an (incorrect) import in the format import myPackage.Foo[]; Note that the array brackets should not appear in the import statement. Also note that in my case, the imports already included an import for the type "myPackage.Foo"... if that matters when trying to reproduce it.
|
2002-03-18 09:57:51
| 1,016,460,000 |
resolved fixed
|
bbecec8
| 1,016,540,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportEdit.java
|
JDT
|
5,963 | 11,416 |
Bug 11416 Error markers not shown in parents when resource added
|
Using 20020214 Eclipse build. If you add a new resource to a project and that resource has an error, the Java Packages view will show an X on the resource but not on its ancestor containers. This could happen, for instance, when adding a resource from a Team repository. The problem is in org.eclipse.jdt.internal.ui.viewsupport.ProblemMarkerManager.checkInvalidate(). The following should be changed, from: ============================ if (kind == IResourceDelta.REMOVED || (kind == IResourceDelta.CHANGED && isErrorDelta(delta))) { ============================ to: ============================ if (kind == IResourceDelta.REMOVED || ((kind == IResourceDelta.ADDED || kind == IResourceDelta.CHANGED) && isErrorDelta(delta))) { ============================
|
2002-03-14 17:05:28
| 1,016,140,000 |
resolved fixed
|
c3d3e3a
| 1,016,460,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ProblemMarkerManager.java
|
JDT
|
5,964 | 11,440 |
Bug 11440 npe in rename temp
|
Log: Fri Mar 15 11:31:18 GMT+01:00 2002 4 org.eclipse.jdt.ui 1 Internal Error java.lang.reflect.InvocationTargetException: java.lang.NullPointerException at org.eclipse.jdt.core.dom.DefaultBindingResolver.retrieveEnclosingScope (DefaultBindingResolver.java:528) at org.eclipse.jdt.core.dom.DefaultBindingResolver.returnBindingForQualifiedNamePar t(DefaultBindingResolver.java:573) at org.eclipse.jdt.core.dom.DefaultBindingResolver.internalResolveNameForSimpleName (DefaultBindingResolver.java:617) at org.eclipse.jdt.core.dom.DefaultBindingResolver.resolveName (DefaultBindingResolver.java:137) at org.eclipse.jdt.core.dom.Name.resolveBinding(Name.java:75) at org.eclipse.jdt.internal.corext.refactoring.rename.TempOccurrenceFinder$TempOccu rrenceAnalyzer.visitNameReference(TempOccurrenceFinder.java:53) at org.eclipse.jdt.internal.corext.refactoring.rename.TempOccurrenceFinder$TempOccu rrenceAnalyzer.visit(TempOccurrenceFinder.java:79) at org.eclipse.jdt.core.dom.SimpleName.accept0(SimpleName.java:87) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:957) at org.eclipse.jdt.core.dom.QualifiedName.accept0(QualifiedName.java:80) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:957) at org.eclipse.jdt.core.dom.VariableDeclarationFragment.accept0 (VariableDeclarationFragment.java:90) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:986) at org.eclipse.jdt.core.dom.FieldDeclaration.accept0 (FieldDeclaration.java:113) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:986) at org.eclipse.jdt.core.dom.TypeDeclaration.accept0 (TypeDeclaration.java:153) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:986) at org.eclipse.jdt.core.dom.CompilationUnit.accept0 (CompilationUnit.java:138) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:906) at org.eclipse.jdt.internal.corext.refactoring.rename.TempOccurrenceFinder.findTemp OccurrenceOffsets(TempOccurrenceFinder.java:25) at org.eclipse.jdt.internal.corext.refactoring.rename.RenameTempRefactoring.getOccu rrenceOffsets(RenameTempRefactoring.java:219) at org.eclipse.jdt.internal.corext.refactoring.rename.RenameTempRefactoring.createC hange(RenameTempRefactoring.java:196) at org.eclipse.jdt.internal.ui.refactoring.CreateChangeOperation.run (CreateChangeOperation.java:97) at org.eclipse.jdt.internal.ui.refactoring.PerformChangeOperation.run (PerformChangeOperation.java:118) at org.eclipse.jface.operation.ModalContext.runInCurrentThread (ModalContext.java:296) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:249) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:713) at org.eclipse.jdt.internal.ui.refactoring.RefactoringWizard.performFinish (RefactoringWizard.java:330) at org.eclipse.jdt.internal.ui.refactoring.UserInputWizardPage.performFinish (UserInputWizardPage.java:122) at org.eclipse.jdt.internal.ui.refactoring.RefactoringWizard.performFinish (RefactoringWizard.java:461) at org.eclipse.jface.wizard.WizardDialog.finishPressed (WizardDialog.java:570) at org.eclipse.jface.wizard.WizardDialog.buttonPressed (WizardDialog.java:311) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:363) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.jface.window.Window.runEventLoop(Window.java(Compiled Code)) at org.eclipse.jface.window.Window.open(Window.java:525) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate (RefactoringStarter.java:78) at org.eclipse.jdt.internal.ui.refactoring.actions.TextSelectionBasedRefactoringAct ion.run(TextSelectionBasedRefactoringAction.java:28) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringActionDelegate.run (RefactoringActionDelegate.java:65) at org.eclipse.ui.internal.PluginAction.runWithEvent (PluginAction.java:204) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:675) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.Main.main(Main.java:362)
|
2002-03-15 05:28:42
| 1,016,190,000 |
resolved fixed
|
e55ecaa
| 1,016,220,000 |
org.eclipse.jdt.ui.tests.refactoring/resources/RenameTemp/canRename/A_test39_in.java org.eclipse.jdt.ui.tests.refactoring/resources/RenameTemp/canRename/A_test39_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RenameTempTests.java
|
JDT
|
5,965 | 11,424 |
Bug 11424 ArrayIndexOutOfBoundsException at "Expand Selection to Previous Element"
|
This happens with eclipse-SDK-20020312-win32.zip every time if I'm inside a method and I apply this action a few times. When the action selects the whole method block and I try the action once more, it throws this error: java.lang.ArrayIndexOutOfBoundsException at org.eclipse.jdt.internal.ui.refactoring.actions.structureselection.StructureSelectPreviousAction.getPreviousNode(StructureSelectPreviousAction.java:44) at org.eclipse.jdt.internal.ui.refactoring.actions.structureselection.StructureSelectPreviousAction.internalGetNewSelectionRange(StructureSelectPreviousAction.java:28) at org.eclipse.jdt.internal.ui.refactoring.actions.structureselection.StructureSelectionAction.getNewSelectionRange(StructureSelectionAction.java:50) at org.eclipse.jdt.internal.ui.refactoring.actions.structureselection.StructureSelectionAction.run(StructureSelectionAction.java:38) at org.eclipse.jface.action.Action.runWithEvent(Action.java:466) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:74) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1420) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1208) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:692) at org.eclipse.ui.internal.Workbench.run(Workbench.java:675) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) 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:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.Main.main(Main.java:362)
|
2002-03-14 20:16:12
| 1,016,150,000 |
verified fixed
|
025a13c
| 1,016,210,000 |
org.eclipse.jdt.ui.tests.refactoring/resources/StructureSelectionAction/A_test24.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/actions/StructureSelectionActionTests.java
|
JDT
|
5,966 | 11,437 |
Bug 11437 jar packager: no error message but buttons disabled
|
20020314 on the 'jar manifest' wizard page, if you select to use existing manifest file there's no error message but next and finish are disabled user should be informed what to do to make the wizard happy
|
2002-03-15 04:41:42
| 1,016,190,000 |
resolved fixed
|
76a8215
| 1,016,200,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarManifestWizardPage.java
|
JDT
|
5,967 | 11,314 |
Bug 11314 Replace package name fragments should always be smaller
|
Build 20020214 If you enter "2~." in the 'Replace package name fragments with:' field in the preferences (Java->Work in progress), com.ibm.foobar is replaced with co~.ib~.foobar. I believe that package name compression should only replace a fragment if the compressed name is actually smaller. Thus com. would not be replaced in this example, since co~. is the same length, and contains less info.
|
2002-03-13 17:56:11
| 1,016,060,000 |
verified fixed
|
1d7fa44
| 1,016,200,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabels.java
|
JDT
|
5,968 | 11,337 |
Bug 11337 Extract method parameter detection
|
When I extract selected ('*') lines of code from: void Disassemble(String aggregateName, String telegramName, byte bytes []) throws Exception { String fullTelegramName = aggregateName + "." + telegramName; TTelegramDef telegramDef = GetExistingTelegramDef(telegramName); System.out.println(telegramDef); // ByteArrayInputStream is = new ByteArrayInputStream(bytes); // int bitValue = 0; int bitPos = -1; // for (int i = 0; i < telegramDef.GetFieldCount(); i++) { TFieldDef field = telegramDef.GetField(i); if (field.GetName().equals("skip")) { bitPos = -1; continue; } // String fullFieldName = fullTelegramName + "." + field.GetName(); switch (field.GetType()) { case TFieldDef.TYPE_INT : { * byte b1 = (byte) is.read(); * byte b2 = (byte) is.read(); * if ((b1 == -1) || (b2 == -1)) * throw new Exception ("Not enough data in telegram, name: " + telegramName + " bytes: " + Debug.DumpBytes(bytes)); * int value = (b1 << 8) + b2; m_DE.Set(fullFieldName, value); } break; case TFieldDef.TYPE_BIT : break; case TFieldDef.TYPE_STR : break; default : throw new Exception("Unknown field type: " + field.GetType()); } // switch field type } // for all fields // m_DE.Commit(); } It produces: private int GetIntFromBytes(String telegramName, ByteArrayInputStream is) throws Exception { byte b1 = (byte) is.read(); byte b2 = (byte) is.read(); if ((b1 == -1) || (b2 == -1)) throw new Exception("Not enough data in telegram, name: " + telegramName + " bytes: " + Debug.DumpBytes(bytes)); int value = (b1 << 8) + b2; return value; } But there is no parameter with name "bytes".
|
2002-03-14 04:53:11
| 1,016,100,000 |
verified fixed
|
26ad983
| 1,016,190,000 |
org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/T11337.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/T11337_1.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/locals_in/A_test565.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/locals_out/A_test565.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowAnalyzer.java
|
JDT
|
5,969 | 8,357 |
Bug 8357 Pull Up: should remove final from field
|
Pull up 'fName' in test case. -> Compilation Error in TestCase The final modifier has to be removed (or the refactoring should not allow to move final variables.
|
2002-01-24 06:57:08
| 1,011,870,000 |
resolved fixed
|
9273021
| 1,016,040,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java
|
JDT
|
5,970 | 11,080 |
Bug 11080 Package statements for nested classes not updated properly
|
If a class that contains references to nested classes of another class in the same package is moved into a different package the automatically inserted package statements unnecessarily include the nested classes explicitely. Instead of: import p1.A The following (illegal) statements are inserted: import p1.A; import p1.A$B; import p1.A$B$C; -- Eric Jain
|
2002-03-10 09:00:11
| 1,015,770,000 |
resolved fixed
|
896d24c
| 1,016,040,000 |
org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test13/out/B.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test14/out/B.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test17/out/B.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test18/out/B.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test19/out/B.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test20/out/B.java
|
JDT
|
5,971 | 11,050 |
Bug 11050 Devide Sorting in two main parts: fields and methodes
|
would it be possible for one of the next releases, to adapt the sorting order of VAJ in the Outline view. I mean, first all attributes, which are sorted alphabeticly, and then all methods which are also sorted alphabeticly. At the moment, there will be make no difference between the attributes and methods, so that the sorting is done over them all together and not divided in two parts: attributes and methods. It would be nice, if that could be done. Thanks Daniel
|
2002-03-08 14:34:56
| 1,015,620,000 |
resolved fixed
|
f83fa2a
| 1,016,030,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementSorter.java
|
JDT
|
5,972 | 11,177 |
Bug 11177 externalize strings- incorrect second page size
| null |
2002-03-12 10:00:04
| 1,015,950,000 |
resolved fixed
|
5360ffe
| 1,016,020,000 |
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage2.java
|
JDT
|
5,973 | 4,121 |
Bug 4121 JarExporter causes out of Sync (1GILQD5)
|
PA (8/17/01 2:03:29 PM) if you export a directory (project) and place the exported jar in the same directory (project) then you will get an out of sync message when you overwrite the exported jar-file the 2nd time. -> maybe the exported jar file should not include itself ? NOTES:
|
2001-10-10 23:06:24
| 1,002,770,000 |
resolved fixed
|
5b22f41
| 1,015,960,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageWizardPage.java
|
JDT
|
5,974 | 10,170 |
Bug 10170 Externalize strings doesn't insert CR into properties file
|
If the properties file doesn't end with a CR, using externalize strings will result in two strings on the same line in the properties file. It should insert a CR before the new strings, if necesary.
|
2002-02-25 11:00:25
| 1,014,650,000 |
resolved fixed
|
db4e625
| 1,015,950,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSRefactoring.java
|
JDT
|
5,975 | 11,172 |
Bug 11172 organize imports pref page - buttons have incorrect sizes
|
20020307 + latest as in the summary: buttons from the organize imports pref page have incorrect sizes
|
2002-03-12 09:56:29
| 1,015,940,000 |
verified fixed
|
b312140
| 1,015,950,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ImportOrganizePreferencePage.java
|
JDT
|
5,976 | 10,339 |
Bug 10339 Refactoring: Pull up should have "select/deselect all" options
|
When selecting multiple methods for pull up, it would be nice to have the option to select/deselect all.
|
2002-02-26 23:28:19
| 1,014,780,000 |
resolved fixed
|
bc30327
| 1,015,950,000 |
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpInputPage.java
|
JDT
|
5,977 | 10,593 |
Bug 10593 Jar export should add ".jar" suffix if not specified
|
Build 20020228 - select some files - export them using the jar export - enter "test" as the jar name - it creates a jar file called "test" It should use "test.jar".
|
2002-03-01 11:43:55
| 1,015,000,000 |
verified fixed
|
b9806a6
| 1,015,950,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageWizardPage.java
|
JDT
|
5,978 | 11,109 |
Bug 11109 F1 no longer works in Packages view
|
new context ID?
|
2002-03-11 13:11:48
| 1,015,870,000 |
resolved fixed
|
902f54b
| 1,015,930,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java
|
JDT
|
5,979 | 9,646 |
Bug 9646 open type: no progress should be shown if no searching is done
|
there used to be no progress monitor dialog in the 'fast access' mode (when stuff was actually in the cache and no searching was done) now, i see the progress monitor everytime which makes no sense (takes more time to open the PM dialog then the type dialog) and it looks extremally flashy
|
2002-02-13 10:55:48
| 1,013,620,000 |
resolved fixed
|
cf40a94
| 1,015,870,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/AllTypesCache.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog.java
|
JDT
|
5,980 | 9,909 |
Bug 9909 template: toarray - using ${type} is wrong
|
using ${type} in toarray is wrong it puts the name of the enclosing type - which is very much not what is needed. only the user knows to what type the casting should be done suggest creating ${enclosing_type} for enclosing types
|
2002-02-15 10:28:51
| 1,013,790,000 |
resolved fixed
|
a0ea2a1
| 1,015,860,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/CompilationUnitContextType.java
|
JDT
|
5,981 | 11,026 |
Bug 11026 extract local variable: incorrect on some boolean expressions
|
public class A{ boolean m(){ return /*[*/a().length != 3/*]*/; } int[] a(){ return null; } }
|
2002-03-08 09:59:15
| 1,015,600,000 |
verified fixed
|
2f7e475
| 1,015,600,000 |
org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test28_in.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test28_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ExtractTempTests.java
|
JDT
|
5,982 | 10,692 |
Bug 10692 Templates - JavaDoc should not be default type
|
When creating a new template, its default type is JavaDoc. Perhaps it's just my usage, but I always expect the default type to be Java, as I write much more Java code than JavaDoc (maybe I shouldn't <g>). (20020215 stable build)
|
2002-03-04 12:49:29
| 1,015,260,000 |
resolved fixed
|
01fee22c
| 1,015,580,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java
|
JDT
|
5,983 | 9,510 |
Bug 9510 Improve option settings for JDK 1.4
|
What we currently offer isn't sufficient. We should discuss with Philippe, this is important for the next milestone
|
2002-02-13 02:19:15
| 1,013,580,000 |
resolved fixed
|
66a7cef
| 1,015,540,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerPreferencePage.java
|
JDT
|
5,984 | 10,970 |
Bug 10970 Index out of bounds exception when deleting code
|
Build 20020305 with latest stuff from 20020307 (catchup) - created a new file using the create CU wizard - selected the copyright using the shift down key combination - deleted it - selected the class comment using the shift down combination - deleted it Got the following exception: java.lang.IllegalArgumentException: Index out of bounds Stack trace: java/lang/Throwable.<init>()V java/lang/Throwable.<init>(Ljava/lang/String;)V org/eclipse/swt/SWT.error(ILjava/lang/Throwable;)V org/eclipse/swt/SWT.error(I)V org/eclipse/swt/custom/StyledText.redrawRange(IIZ)V org/eclipse/jdt/internal/ui/javaeditor/LinePainter.drawHighlightLine()V org/eclipse/jdt/internal/ui/javaeditor/LinePainter.paint()V org/eclipse/jdt/internal/ui/javaeditor/PaintManager.paint()V org/eclipse/jdt/internal/ui/javaeditor/PaintManager.selectionChanged (Lorg/eclipse/jface/viewers/SelectionChangedEvent;)V org/eclipse/jface/viewers/Viewer.fireSelectionChanged (Lorg/eclipse/jface/viewers/SelectionChangedEvent;)V org/eclipse/jface/text/TextViewer.selectionChanged(II)V org/eclipse/jface/text/TextViewer$4.widgetSelected (Lorg/eclipse/swt/events/SelectionEvent;)V org/eclipse/swt/widgets/TypedListener.handleEvent (Lorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/widgets/EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;) V org/eclipse/swt/widgets/Widget.notifyListeners (ILorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/custom/StyledText.sendSelectionEvent()V org/eclipse/swt/custom/StyledText.clearSelection(Z)V org/eclipse/swt/custom/StyledText.internalSetSelection(IIZ)V org/eclipse/swt/custom/StyledText.updateSelection(III)V org/eclipse/swt/custom/StyledText.handleTextChanged (Lorg/eclipse/swt/custom/TextChangedEvent;)V org/eclipse/swt/custom/StyledText$6.textChanged (Lorg/eclipse/swt/custom/TextChangedEvent;)V org/eclipse/jface/text/DocumentAdapter.fireTextChanged()V org/eclipse/jface/text/DocumentAdapter.documentChanged (Lorg/eclipse/jface/text/DocumentEvent;)V org/eclipse/jface/text/AbstractDocument.fireDocumentChanged (Lorg/eclipse/jface/text/DocumentEvent;)V org/eclipse/jface/text/AbstractDocument.replace(IILjava/lang/String;)V org/eclipse/jface/text/DocumentAdapter.replaceTextRange(IILjava/lang/String;) V org/eclipse/swt/custom/StyledText.modifyContent (Lorg/eclipse/swt/widgets/Event;Z)V org/eclipse/swt/custom/StyledText.sendKeyEvent (Lorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/custom/StyledText.doDelete()V org/eclipse/swt/custom/StyledText.invokeAction(I)V org/eclipse/swt/custom/StyledText.handleKey(Lorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/custom/StyledText.handleKeyDown (Lorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/custom/StyledText$8.handleEvent (Lorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/widgets/EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;) V org/eclipse/swt/widgets/Widget.notifyListeners (ILorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/widgets/Display.runDeferredEvents()Z org/eclipse/swt/widgets/Display.readAndDispatch()Z org/eclipse/ui/internal/Workbench.runEventLoop()V org/eclipse/ui/internal/Workbench.run(Ljava/lang/Object;)Ljava/lang/Object; org/eclipse/core/internal/boot/InternalBootLoader.run (Ljava/lang/String;Ljava/net/URL;Ljava/lang/String;[Ljava/lang/String;) Ljava/lang/Object; org/eclipse/core/boot/BootLoader.run (Ljava/lang/String;Ljava/net/URL;Ljava/lang/String;[Ljava/lang/String;) Ljava/lang/Object; SlimLauncher.main([Ljava/lang/String;)V
|
2002-03-07 11:47:46
| 1,015,520,000 |
resolved fixed
|
320a2e7
| 1,015,530,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/LinePainter.java
|
JDT
|
5,985 | 9,587 |
Bug 9587 Self encapsulate field: chosen argument names must be valid identifiers
|
1. In the code gen pref page set field name suffix to _ 2. Encapsulate field private IPackageFragment package_; -> private void setPackage(IPackageFragment package) { package_= package; } 'package' is a reserved keyword
|
2002-02-13 08:55:55
| 1,013,610,000 |
resolved fixed
|
8b4e3bc
| 1,015,530,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/NameProposer.java
|
JDT
|
5,986 | 10,795 |
Bug 10795 no progress or busy cursor opening refactor dialog
|
Build 20020214 Select a method in content outline, and choose refactor->pull up. Depending on the case, it can take a couple of seconds until the refactoring wizard appears. During this time there is no progress or busy cursor, and it is working in the UI thread so there are no repaints.
|
2002-03-05 13:03:28
| 1,015,350,000 |
resolved fixed
|
172807b
| 1,015,530,000 |
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpInputPage.java
|
JDT
|
5,987 | 10,762 |
Bug 10762 Generate getter and setter of a field starting with the 'F' letter
| null |
2002-03-05 09:31:45
| 1,015,340,000 |
resolved fixed
|
73fae0b
| 1,015,520,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeGenerationPreferencePage.java
|
JDT
|
5,988 | 10,387 |
Bug 10387 Code Assist crashes on constructor parameters
|
Using Nightly 0227 (but it's been present for since before the previous stable build) I get an exception thrown whenever I do code-assist on constructor parameters. example: throw new FlowHandlerException(<code-assist> "fillin argument names on completion" doesn't appear to change this. FlowHandlerException is a standard 1.1-type exception ( ie/ 2 constructors, () and (String) ) Eclipse nightly 20020227, PIII-800, 512 Megs ram, Win2k Stack trace: org.eclipse.jface.util.Assert$AssertionFailedException: null argument; at org.eclipse.jface.util.Assert.isNotNull(Assert.java:133) at org.eclipse.jface.util.Assert.isNotNull(Assert.java:110) at org.eclipse.jdt.internal.ui.text.java.AnonymousTypeCompletionProposal.<init>(AnonymousTypeCompletionProposal.java:39) at org.eclipse.jdt.internal.ui.text.java.ResultCollector.createAnonymousTypeCompletion(ResultCollector.java:346) at org.eclipse.jdt.internal.ui.text.java.ResultCollector.acceptAnonymousType(ResultCollector.java:142) at org.eclipse.jdt.internal.core.CompletionRequestorWrapper.acceptAnonymousType(CompletionRequestorWrapper.java:42) at org.eclipse.jdt.internal.codeassist.CompletionEngine.findConstructors(CompletionEngine.java:810) at org.eclipse.jdt.internal.codeassist.CompletionEngine.findAnonymousType(CompletionEngine.java:736) at org.eclipse.jdt.internal.codeassist.CompletionEngine.complete(CompletionEngine.java:521) at org.eclipse.jdt.internal.codeassist.CompletionEngine.complete(CompletionEngine.java:673) at org.eclipse.jdt.internal.core.Openable.codeComplete(Openable.java:113) at org.eclipse.jdt.internal.core.CompilationUnit.codeComplete(CompilationUnit.java:64) at org.eclipse.jdt.internal.ui.text.java.JavaCompletionProcessor.computeCompletionProposals(JavaCompletionProcessor.java:312) at org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionProposals(ContentAssistant.java:1197) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.computeProposals(CompletionProposalPopup.java:103) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$3(CompletionProposalPopup.java:102) at org.eclipse.jface.text.contentassist.CompletionProposalPopup$1.run(CompletionProposalPopup.java:71) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:56) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.showProposals(CompletionProposalPopup.java:66) at org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssistant.java:1132) at org.eclipse.jface.text.source.SourceViewer.doOperation(SourceViewer.java:368) at org.eclipse.ui.texteditor.TextOperationAction.run(TextOperationAction.java:61) at org.eclipse.ui.texteditor.RetargetTextEditorAction.run(RetargetTextEditorAction.java:103) at org.eclipse.jface.action.Action.runWithEvent(Action.java:452) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:74) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1420) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1208) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:788) at org.eclipse.ui.internal.Workbench.run(Workbench.java:771) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.Main.main(Main.java:362)
|
2002-02-27 10:09:20
| 1,014,820,000 |
resolved fixed
|
9a77a01
| 1,015,520,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AnonymousTypeCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ResultCollector.java
|
JDT
|
5,989 | 10,957 |
Bug 10957 IllegalArgumentException from drawing Highlight Line
|
20020305 Dont know if reproducible: 1. create new project with 2 classes pack.A & pack.B 2. add a long comment to B 3. Open Browser perspective, no editors open 4. Select B (opens editor), select comment, now switch to A ->IAE (Editor is reused) java.lang.IllegalArgumentException: Index out of bounds Stack trace: java/lang/Throwable.<init>()V java/lang/Throwable.<init>(Ljava/lang/String;)V org/eclipse/swt/SWT.error(ILjava/lang/Throwable;)V org/eclipse/swt/SWT.error(I)V org/eclipse/swt/custom/StyledText.redrawRange(IIZ)V org/eclipse/jdt/internal/ui/javaeditor/LinePainter.drawHighlightLine()V org/eclipse/jdt/internal/ui/javaeditor/LinePainter.paint()V org/eclipse/jdt/internal/ui/javaeditor/PaintManager.paint()V org/eclipse/jdt/internal/ui/javaeditor/PaintManager.access$2 (Lorg/eclipse/jdt/internal/ui/javaeditor/PaintManager;)V org/eclipse/jdt/internal/ui/javaeditor/PaintManager$1.run()V org/eclipse/swt/widgets/RunnableLock.run()V org/eclipse/swt/widgets/Synchronizer.runAsyncMessages()Z org/eclipse/swt/widgets/Display.runAsyncMessages()Z org/eclipse/swt/widgets/Display.readAndDispatch()Z org/eclipse/ui/internal/Workbench.runEventLoop()V org/eclipse/ui/internal/Workbench.run(Ljava/lang/Object;)Ljava/lang/Object; org/eclipse/core/internal/boot/InternalBootLoader.run (Ljava/lang/String;Ljava/net/URL;Ljava/lang/String;[Ljava/lang/String;) Ljava/lang/Object; org/eclipse/core/boot/BootLoader.run (Ljava/lang/String;Ljava/net/URL;Ljava/lang/String;[Ljava/lang/String;) Ljava/lang/Object; SlimLauncher.main([Ljava/lang/String;)V
|
2002-03-07 10:49:34
| 1,015,520,000 |
resolved fixed
|
2188ec3
| 1,015,520,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/LinePainter.java
|
JDT
|
5,990 | 10,597 |
Bug 10597 JavaModelException after renaming method
|
20020228 I renamed a method and the parent type was showing in the type hierarchy. 4 org.eclipse.jdt.ui 1 Internal Error Java Model Exception: Java Model Status [createRetryQueryWithNoWorkingDirectory does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException (JavaElement.java:452) at org.eclipse.jdt.internal.core.JavaElement.openHierarchy (JavaElement.java:481) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo (JavaElement.java:269) at org.eclipse.jdt.internal.core.SourceMethod.isConstructor (SourceMethod.java:133) at org.eclipse.jdt.internal.ui.viewsupport.JavaElementLabels.getMethodLabel (JavaElementLabels.java:339) at org.eclipse.jdt.internal.ui.viewsupport.JavaElementLabels.getElementLabel (JavaElementLabels.java:292) at org.eclipse.jdt.internal.ui.viewsupport.JavaElementLabels.getElementLabel (JavaElementLabels.java:272) at org.eclipse.jdt.internal.ui.viewsupport.StatusBarUpdater.formatJavaElementMessag e(StatusBarUpdater.java:76) at org.eclipse.jdt.internal.ui.viewsupport.StatusBarUpdater.formatMessage (StatusBarUpdater.java:66) at org.eclipse.jdt.internal.ui.viewsupport.StatusBarUpdater.selectionChanged (StatusBarUpdater.java:51) at org.eclipse.jdt.internal.ui.typehierarchy.SelectionProviderMediator.fireSelectio nChanged(SelectionProviderMediator.java:105) at org.eclipse.jdt.internal.ui.typehierarchy.SelectionProviderMediator.propagateFoc usChanged(SelectionProviderMediator.java:94) at org.eclipse.jdt.internal.ui.typehierarchy.SelectionProviderMediator.doFocusChang ed(SelectionProviderMediator.java:78) at org.eclipse.jdt.internal.ui.typehierarchy.SelectionProviderMediator.access$1 (SelectionProviderMediator.java:75) at org.eclipse.jdt.internal.ui.typehierarchy.SelectionProviderMediator$InternalList ener.focusGained(SelectionProviderMediator.java:39) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:100) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:74) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:841) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827) at org.eclipse.swt.widgets.Control.WM_SETFOCUS(Control.java:3694) at org.eclipse.swt.widgets.Table.WM_SETFOCUS(Table.java:2252) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2710) at org.eclipse.swt.widgets.Display.windowProc(Display.java:1806) at org.eclipse.swt.internal.win32.OS.SetFocus(Native Method) at org.eclipse.swt.widgets.Control.forceFocus(Control.java:572) at org.eclipse.swt.widgets.Decorations.restoreFocus (Decorations.java:608) at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE (Decorations.java:1255) at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:962) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2652) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1225) at org.eclipse.swt.widgets.Display.windowProc(Display.java:1806) at org.eclipse.swt.internal.win32.OS.DestroyWindow(Native Method) at org.eclipse.swt.widgets.Control.destroyWidget(Control.java:485) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:356) at org.eclipse.swt.widgets.Shell.dispose(Shell.java:402) at org.eclipse.jface.window.Window.close(Window.java:220) at org.eclipse.jface.wizard.WizardDialog.hardClose (WizardDialog.java:625) at org.eclipse.jface.wizard.WizardDialog.finishPressed (WizardDialog.java:579) at org.eclipse.jface.wizard.WizardDialog.buttonPressed (WizardDialog.java:311) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:363) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:85) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:74) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1420) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1208) at org.eclipse.jface.window.Window.runEventLoop(Window.java:538) at org.eclipse.jface.window.Window.open(Window.java:525) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate (RefactoringStarter.java:78) at org.eclipse.jdt.internal.ui.refactoring.RefactoringSupportFactory$RenameSupport. rename(RefactoringSupportFactory.java:73) at org.eclipse.jdt.internal.ui.reorg.RenameAction.run (RenameAction.java:37) at org.eclipse.jface.action.Action.runWithEvent(Action.java:452) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:74) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1420) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1208) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:788) at org.eclipse.ui.internal.Workbench.run(Workbench.java:771) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.Main.main(Main.java:362)
|
2002-03-01 12:38:12
| 1,015,000,000 |
resolved fixed
|
ec28e09
| 1,015,520,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabels.java
|
JDT
|
5,991 | 10,832 |
Bug 10832 NullPointerException when running JUnit Tests from Eclipse.
|
When running Junit Test from Eclipse using the JUnit plugin I get an internal error as soon as the Tests run through without failures or errors. Processing of TestCases stops at that point. I have always used the latest stable build (currently 20020214) but always got the same error. org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:1887) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:96) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1390) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1208) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:788) at org.eclipse.ui.internal.Workbench.run(Workbench.java:771) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) 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:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.Main.main(Main.java:362) *** Stack trace of contained exception *** java.lang.NullPointerException at org.eclipse.jdt.internal.junit.ui.FailureRunView.endTest (FailureRunView.java:148) at org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart$5.run (TestRunnerViewPart.java:367) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:29) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:93) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1390) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1208) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:788) at org.eclipse.ui.internal.Workbench.run(Workbench.java:771) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) 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:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.Main.main(Main.java:362)
|
2002-03-06 01:55:26
| 1,015,400,000 |
resolved fixed
|
1046e58
| 1,015,500,000 |
org.eclipse.jdt.junit/Eclipse JUnit/org/eclipse/jdt/internal/junit/ui/Attic/FailureRunView.java org.eclipse.jdt.junit/Eclipse JUnit/org/eclipse/jdt/internal/junit/ui/FailureRunView.java
|
JDT
|
5,992 | 10,550 |
Bug 10550 Hilight cursor row (accessibility for the visually impaired)
| null |
2002-02-28 18:14:26
| 1,014,940,000 |
verified fixed
|
9f0c24b
| 1,015,440,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BracketPainter.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/IPainter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/IPositionManager.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/LinePainter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/PaintManager.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java
|
JDT
|
5,993 | 10,601 |
Bug 10601 Refactor should obey formatting rules
|
Refactoring operations should: a) attempt to preserve the original formatting as much as possible b) when new code is being generated, obey the formatting rules set in the preferences page. I have a specific example of Refactor disobeying the rules. There may be more: #1) ensure that your formatting rules are all set to default values. In particular, 'Compact assignment' should be turned off #2) enter the following class: package foo; public class Bar { int getX() { return 0; } void foo() { int y = 0; System.out.println(getX()); System.out.println(getX()); System.out.println(getX()); } } #3) format the class to verify that nothing changes #4) select one of the calls to "getX()" and choose 'Refactor'->'Extract local variable' #5) call the variable x (couldn't refactor have guessed this name?) and hit "Finish" #6) the resulting class looks like: package foo; public class Bar { int getX() { return 0; } void foo() { int y = 0; int x=getX(); System.out.println(x); System.out.println(x); System.out.println(x); } } Note that the "int x=getX();" statement is compacted, even though we turned this option off. #7) Reformat the class again: package foo; public class Bar { int getX() { return 0; } void foo() { int y = 0; int x = getX(); System.out.println(x); System.out.println(x); System.out.println(x); } } #8) IMHO, After a Format and Refactor, an additional Format should have no effect. (20020215 build)
|
2002-03-01 13:07:07
| 1,015,010,000 |
resolved fixed
|
967765d
| 1,015,350,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java
|
JDT
|
5,994 | 10,751 |
Bug 10751 inline local variable with cast results in compile time error
|
Having the code Object object = new Integer(2); Integer integer = (Integer) object; int i = integer.intValue(); and inlining "integer" results in Object object = new Integer(2); int i = (Integer) object.intValue(); which gives a compile time error. Expected result would be Object object = new Integer(2); int i = ((Integer) object).intValue();
|
2002-03-05 07:11:27
| 1,015,330,000 |
resolved fixed
|
ef6bb425
| 1,015,350,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineTempRefactoring.java
|
JDT
|
5,995 | 10,571 |
Bug 10571 WizardPage shows plug-ins not found when plug-ins exist
|
1)File->import...->External Plug-ins and Fragments 2)Next 3)Select 'import plug-ins from the file system' and choose some location ex. C:\Temp 4)Next : the wizard page appears showing no plug-ins found 5)Back 6)Select 'choose from plug-ins in the runtime platform' 7)Next The wizard page will appear showing no plug-ins found. This is incorrect. If I choose 'choose from plug-ins in the runtime platform' right off the bat plug- ins will be found. ->20020226. JRT
|
2002-03-01 05:52:58
| 1,014,980,000 |
resolved fixed
|
89a93ad
| 1,015,340,000 |
org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test16_in.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test16_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/InlineTempTests.java
|
JDT
|
5,996 | 10,236 |
Bug 10236 Enable decorators in Type hierarchy view
|
See the packages view for how to do this.
|
2002-02-26 04:00:35
| 1,014,710,000 |
resolved fixed
|
af6ae76
| 1,015,270,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsViewer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
|
JDT
|
5,997 | 10,470 |
Bug 10470 Delete/Reorg: Assertion failed during delete
|
build 20020226 This happened when deleting (DEL) a type but I can no longer reproduce it. Log: Thu Feb 28 14:46:37 CET 2002 4 org.eclipse.ui 0 assertion failed; org.eclipse.jdt.internal.corext.refactoring.Assert$AssertionFailedException: assertion failed; Stack trace: java/lang/Throwable.<init>()V java/lang/Throwable.<init>(Ljava/lang/String;)V org/eclipse/jdt/internal/corext/refactoring/Assert$AssertionFailedException.<init>(Ljava/lang/String;)V org/eclipse/jdt/internal/corext/refactoring/Assert.isTrue(ZLjava/lang/String;)Z org/eclipse/jdt/internal/corext/refactoring/Assert.isTrue(Z)Z org/eclipse/jdt/internal/corext/refactoring/reorg/SourceReferenceSourceRangeComputer.<init>(Lorg/eclipse/jdt/core/ISourceReference;Lorg/eclipse/jdt/core/ICompilationUnit;)V org/eclipse/jdt/internal/corext/refactoring/reorg/SourceReferenceSourceRangeComputer.computeSourceRange(Lorg/eclipse/jdt/core/ISourceReference;Lorg/eclipse/jdt/core/ICompilationUnit;)Lorg/eclipse/jdt/core/ISourceRange; org/eclipse/jdt/internal/corext/refactoring/reorg/DeleteSourceReferenceEdit.connect(Lorg/eclipse/jdt/internal/corext/textmanipulation/TextBufferEditor;)V org/eclipse/jdt/internal/corext/textmanipulation/TextBufferEditor.internalAdd(Lorg/eclipse/jdt/internal/corext/textmanipulation/TextEdit;)V org/eclipse/jdt/internal/corext/textmanipulation/TextBufferEditor.add(Lorg/eclipse/jdt/internal/corext/textmanipulation/TextEdit;)V org/eclipse/jdt/internal/ui/reorg/DeleteSourceReferencesAction.delete(Lorg/eclipse/core/resources/IFile;[Lorg/eclipse/jdt/core/ISourceReference;)V org/eclipse/jdt/internal/ui/reorg/DeleteSourceReferencesAction.deleteAll(Ljava/util/Map;Lorg/eclipse/core/resources/IFile;)V org/eclipse/jdt/internal/ui/reorg/DeleteSourceReferencesAction.perform()V org/eclipse/jdt/internal/ui/reorg/SourceReferenceAction$1.run()V org/eclipse/swt/custom/BusyIndicator.showWhile(Lorg/eclipse/swt/widgets/Display;Ljava/lang/Runnable;)V org/eclipse/jdt/internal/ui/reorg/SourceReferenceAction.run()V org/eclipse/jdt/internal/ui/reorg/DeleteAction.run()V org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.doKeyPressed(Lorg/eclipse/swt/events/KeyEvent;)V org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.access$1(Lorg/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart;Lorg/eclipse/swt/events/KeyEvent;)V org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart$2.keyReleased(Lorg/eclipse/swt/events/KeyEvent;)V org/eclipse/swt/widgets/TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/widgets/EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/widgets/Widget.notifyListeners(ILorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/widgets/Display.runDeferredEvents()Z org/eclipse/swt/widgets/Display.readAndDispatch()Z org/eclipse/ui/internal/Workbench.runEventLoop()V org/eclipse/ui/internal/Workbench.run(Ljava/lang/Object;)Ljava/lang/Object; org/eclipse/core/internal/boot/InternalBootLoader.run(Ljava/lang/String;Ljava/net/URL;Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/Object; org/eclipse/core/boot/BootLoader.run(Ljava/lang/String;Ljava/net/URL;Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/Object; SlimLauncher.main([Ljava/lang/String;)V
|
2002-02-28 08:51:43
| 1,014,900,000 |
resolved fixed
|
8dbf060
| 1,015,260,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/SourceReferenceSourceRangeComputer.java
|
JDT
|
5,998 | 6,700 |
Bug 6700 Code assist should not just beep
|
suggest to show a status message: Could not complete due to syntax errors. This is also better for accessability reasons.
|
2001-12-07 18:59:32
| 1,007,770,000 |
resolved fixed
|
e728bec
| 1,015,000,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java
|
JDT
|
5,999 | 10,577 |
Bug 10577 Java Search: search scope "Selected resource" not working
|
Switch to new StructuredSelectionProvider intruduced this bug a) because the provider does not do code resolve if the input is not a selection service b) because at the time the selection service is asked for the selection it takes the selection form the newly opened Search view
|
2002-03-01 09:00:28
| 1,014,990,000 |
resolved fixed
|
146a199
| 1,015,000,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java
|
JDT
|
6,000 | 5,793 |
Bug 5793 Searching and search result presentation
|
I should be able to tell search whether it should consider potential matcher or not. Often I use search for references as the peer operation to open on selection, i.e., e.g., I know there is exactly one caller and I want to jump to it. In addition, potential matches should be presented at the end of the result list and not at it's beginning.
|
2001-11-12 10:22:47
| 1,005,580,000 |
resolved fixed
|
4bf90d7
| 1,015,000,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultLabelProvider.java
|
JDT
|
6,001 | 10,570 |
Bug 10570 ast: CatchClause has incorrect startingPoint
|
CatchClause begins on the 'e' temp here: package p; class A{ void m(){ try{ } catch (Exception e){ m(); } } }
|
2002-03-01 05:39:42
| 1,014,980,000 |
resolved fixed
|
a35906a
| 1,014,980,000 |
org.eclipse.jdt.ui.tests.refactoring/resources/StructureSelectionAction/A_test23.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/actions/StructureSelectionActionTests.java
|
JDT
|
6,002 | 10,382 |
Bug 10382 Super type hierarchy computed on selection change in Outline
|
Build 20020226 In the Outline, each time you select another method, a super type hierarchy is computed. This is less than efficient. Here is the call stack: Thread [main] (Suspended) org.eclipse.jdt.internal.core.SourceType.newSupertypeHierarchy (org.eclipse.core.runtime.IProgressMonitor) line: 248 org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoring. getSuperType(org.eclipse.core.runtime.IProgressMonitor) line: 136 org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoring. checkDeclaringType() line: 369 org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoring. checkActivation(org.eclipse.core.runtime.IProgressMonitor) line: 243 org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringGroup$2.canAc tivateRefactoring(org.eclipse.jdt.internal.corext.refactoring.base.Refactoring) line: 99 org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringGroup$2 (org.eclipse.jdt.internal.ui.refactoring.actions.OpenRefactoringWizardAction).sh ouldAcceptElement(java.lang.Object) line: 90 org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringGroup$2 (org.eclipse.jdt.internal.ui.refactoring.actions.OpenRefactoringWizardAction).ca nOperateOn(org.eclipse.jface.viewers.IStructuredSelection) line: 48 org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringGroup$2 (org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringAction).update() line: 57 org.eclipse.jdt.internal.ui.refactoring.actions.PullUpActionDelegate (org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringActionDelegate).find Action() line: 105 org.eclipse.jdt.internal.ui.refactoring.actions.PullUpActionDelegate (org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringActionDelegate).hand leStructuredSelection(org.eclipse.jface.viewers.IStructuredSelection) line: 55 org.eclipse.jdt.internal.ui.refactoring.actions.PullUpActionDelegate (org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringActionDelegate).sele ctionChanged(org.eclipse.jface.action.IAction, org.eclipse.jface.viewers.ISelection) line: 81 org.eclipse.ui.internal.WWinPluginAction (org.eclipse.ui.internal.PluginAction).refreshEnablement() line: 170 org.eclipse.ui.internal.WWinPluginAction (org.eclipse.ui.internal.PluginAction).selectionChanged (org.eclipse.jface.viewers.ISelection) line: 226 org.eclipse.ui.internal.WWinPluginAction (org.eclipse.ui.internal.PluginAction).selectionChanged (org.eclipse.ui.IWorkbenchPart, org.eclipse.jface.viewers.ISelection) line: 246 org.eclipse.ui.internal.SelectionService$2.run() line: 62 org.eclipse.core.internal.runtime.InternalPlatform.run (org.eclipse.core.runtime.ISafeRunnable) line: 817 org.eclipse.core.runtime.Platform.run (org.eclipse.core.runtime.ISafeRunnable) line: 395 org.eclipse.ui.internal.SelectionService.fireSelection (org.eclipse.ui.IWorkbenchPart, org.eclipse.jface.viewers.ISelection) line: 60 org.eclipse.ui.internal.SelectionService$1.selectionChanged (org.eclipse.jface.viewers.SelectionChangedEvent) line: 26 org.eclipse.ui.part.PageBookView$SelectionProvider.selectionChanged (org.eclipse.jface.viewers.SelectionChangedEvent) line: 227 org.eclipse.ui.views.contentoutline.ContentOutline (org.eclipse.ui.part.PageBookView).pageSelectionChanged (org.eclipse.jface.viewers.SelectionChangedEvent) line: 613 org.eclipse.ui.part.PageBookView.access$2 (org.eclipse.ui.part.PageBookView, org.eclipse.jface.viewers.SelectionChangedEvent) line: 609 org.eclipse.ui.part.PageBookView$2.selectionChanged (org.eclipse.jface.viewers.SelectionChangedEvent) line: 133 org.eclipse.jdt.internal.ui.javaeditor.JavaOutlinePage$JavaOutlineViewer (org.eclipse.jface.viewers.Viewer).fireSelectionChanged (org.eclipse.jface.viewers.SelectionChangedEvent) line: 147 org.eclipse.jdt.internal.ui.javaeditor.JavaOutlinePage$JavaOutlineViewer (org.eclipse.jface.viewers.StructuredViewer).updateSelection (org.eclipse.jface.viewers.ISelection) line: 999 org.eclipse.jdt.internal.ui.javaeditor.JavaOutlinePage$JavaOutlineViewer (org.eclipse.jface.viewers.StructuredViewer).handleSelect (org.eclipse.swt.events.SelectionEvent) line: 466 org.eclipse.jface.viewers.AbstractTreeViewer$1.widgetSelected (org.eclipse.swt.events.SelectionEvent) line: 624 org.eclipse.swt.widgets.TypedListener.handleEvent (org.eclipse.swt.widgets.Event) line: 85 org.eclipse.swt.widgets.EventTable.sendEvent (org.eclipse.swt.widgets.Event) line: 74 org.eclipse.swt.widgets.Tree (org.eclipse.swt.widgets.Widget).notifyListeners(int, org.eclipse.swt.widgets.Event) line: 637 org.eclipse.swt.widgets.Display.runDeferredEvents() line: 1420 org.eclipse.swt.widgets.Display.readAndDispatch() line: 1208 org.eclipse.ui.internal.Workbench.runEventLoop() line: 788 org.eclipse.ui.internal.Workbench.run(java.lang.Object) line: 771 org.eclipse.core.internal.boot.InternalBootLoader.run(java.lang.String, java.net.URL, java.lang.String, java.lang.String[]) line: 777 org.eclipse.core.boot.BootLoader.run(java.lang.String, java.net.URL, java.lang.String, java.lang.String[]) line: 319 SlimLauncher.main(java.lang.String[]) line: 14
|
2002-02-27 08:05:58
| 1,014,820,000 |
resolved fixed
|
0170b1f
| 1,014,910,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RefactoringGroup.java
|
JDT
|
6,003 | 10,182 |
Bug 10182 Illegal argument selecting in interface
|
Build 20020214 1) Create the following CU: package packagea; /** */ public interface ITest { public void foo(int arg); } 2) Open in java editor, and select "int arg". 3) Hit Alt + Left arrow Internal error, null argument. Stack trace is: org.eclipse.jdt.internal.corext.refactoring.Assert$AssertionFailedException: null argument; at org.eclipse.jdt.internal.corext.refactoring.Assert.isNotNull(Assert.java:101) at org.eclipse.jdt.internal.corext.refactoring.Assert.isNotNull(Assert.java:77) at org.eclipse.jdt.internal.ui.refactoring.actions.structureselection.StructureSele ctPreviousAction.getNextNode(StructureSelectPreviousAction.java:42) at org.eclipse.jdt.internal.ui.refactoring.actions.structureselection.StructureSele ctPreviousAction.internalGetNewSelectionRange(StructureSelectPreviousAction.java :28) at org.eclipse.jdt.internal.ui.refactoring.actions.structureselection.StructureSele ctionAction.getNewSelectionRange(StructureSelectionAction.java:54) at org.eclipse.jdt.internal.ui.refactoring.actions.structureselection.StructureSele ctionAction.run(StructureSelectionAction.java:41) at org.eclipse.jface.action.Action.runWithEvent(Action.java:452) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionCont ributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContribu tionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem. java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(Actio nContributionItem.java:47) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code))
|
2002-02-25 11:54:18
| 1,014,660,000 |
resolved fixed
|
33ded14
| 1,014,900,000 |
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/structureselection/StructureSelectionAction.java
|
JDT
|
6,004 | 10,276 |
Bug 10276 Search dialog has wrong labels
| null |
2002-02-26 12:34:17
| 1,014,740,000 |
resolved fixed
|
0875ffb
| 1,014,890,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaElementAction.java
|
JDT
|
6,005 | 9,666 |
Bug 9666 Browser Perspective: No Code Generation Actions
|
20020212 Add getter/setter. override ect not avaiable in browser perspective Need to use GenerateGroup
|
2002-02-13 11:37:06
| 1,013,620,000 |
resolved fixed
|
8ef1f2c
| 1,014,740,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java
|
JDT
|
6,006 | 9,940 |
Bug 9940 Request: decorators in java browsing views
|
Feature request. I'd like the decorators (the team decorators in particular <g>) to appear in the Java browsing views when turned on.
|
2002-02-15 15:52:48
| 1,013,810,000 |
resolved fixed
|
46d238e
| 1,014,740,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java
|
JDT
|
6,007 | 10,054 |
Bug 10054 Selected markers not usable for "Selected Resources" search
|
1. Select a marker 2. Open Search dialog 3. Do a search with "Selected Resources" as scope The scope should consist of the resources at which the markers are attached
|
2002-02-21 09:00:50
| 1,014,300,000 |
resolved fixed
|
7606ffe
| 1,014,670,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchScopeFactory.java
|
JDT
|
6,008 | 7,681 |
Bug 7681 Structured results expands import statements
|
1) catch-up with the team 2) double click on a Java file to see the structured changes ->the first node which is typically the import container is expanded and scrolls away the more interesting changes. Suggest that the structured view knows about the importcontainer and does not expand it.
|
2002-01-16 09:29:26
| 1,011,190,000 |
verified fixed
|
9422a30
| 1,014,660,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaStructureDiffViewer.java
|
JDT
|
6,009 | 9,852 |
Bug 9852 StringMatcher does not match more than *.(extension)
|
I believe that there is a bug in StringMatcher.java. We are using this class for more sophisticated file name matching for the search scope, but it was not matching all cases that it should. I believe that the code change should be as follows: In method match Change: /* process middle segments */ for ( ; i < segCount && tCurPos <= bound; ++i) { To: /* process middle segments */ for ( ; i < segCount && tCurPos <= fBound; ++i) {
|
2002-02-14 15:07:36
| 1,013,720,000 |
resolved fixed
|
30895f2
| 1,013,800,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/StringMatcher.java
|
JDT
|
6,010 | 9,654 |
Bug 9654 Modify Parameters: Dialog details
|
a. buttons are too small b. marking between button and list is too large, top button should be aligned with dialog top c. the table should have a label so it can contain a mnemonic d. when coming up, no table entry is selected. however, both move buttons are enabled e. multiple selection should be allowed, as move up / down can be applied on more that one item f. signature preview must be a label that warps. when changing a param name to something very long, the preview is cur off. g. It would be nice if the signature preview has the backaground color set to the same color as a hover h. duplicated name validation could be performed on the first page i. the first and second column could be merged j. dialog comes up huge for methods with many parameters
|
2002-02-13 11:11:21
| 1,013,620,000 |
resolved fixed
|
80bfbf6
| 1,013,790,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/RenameParametersRefactoring.java
|
JDT
|
6,011 | 9,640 |
Bug 9640 template pref page: more vars should be availale in javadoc mode
|
vars like: package project sometimes even type (rarely method) are useful also in javadoc context
|
2002-02-13 10:42:38
| 1,013,610,000 |
resolved fixed
|
019e4fc
| 1,013,790,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/ContextType.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/CompilationUnitContext.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/CompilationUnitContextType.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaContextType.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaDocContext.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaDocContextType.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/TemplateEngine.java
|
JDT
|
6,012 | 9,099 |
Bug 9099 Exception in hierarchy updating after deleting a project
|
1) create a workspace with JUnit open 2) open an editor so that the outline view is populated 3) delete JUnit JDT Core needs to handle this case more gracefully. You get the following JavaModelException Java Model Exception: Java Model Status [JUnit does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException (JavaElement.java:452) at org.eclipse.jdt.internal.core.JavaProject.openWhenClosed (JavaProject.java:1559) at org.eclipse.jdt.internal.core.JavaElement.openHierarchy (JavaElement.java:473) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo (JavaElement.java:269) at org.eclipse.jdt.internal.core.JavaProject.getJavaProjectElementInfo (JavaProject.java:842) at org.eclipse.jdt.internal.core.JavaProject.getSearchableNameEnvironment (JavaProject.java:1319) at org.eclipse.jdt.internal.core.hierarchy.HierarchyBuilder.<init> (HierarchyBuilder.java:61) at org.eclipse.jdt.internal.core.hierarchy.IndexBasedHierarchyBuilder.<init> (IndexBasedHierarchyBuilder.java:94) at org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.compute (TypeHierarchy.java:246) at org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy.refresh (TypeHierarchy.java:1094) at org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyLifeCycle.doHierarchyRefr esh(TypeHierarchyLifeCycle.java:163) at org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyLifeCycle.access$0 (TypeHierarchyLifeCycle.java:129) at org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyLifeCycle$1.run (TypeHierarchyLifeCycle.java:105) at org.eclipse.jdt.internal.ui.util.BusyIndicatorRunnableContext$BusyRunnable.inter nalRun(BusyIndicatorRunnableContext.java:107) at org.eclipse.jdt.internal.ui.util.BusyIndicatorRunnableContext$BusyRunnable.run (BusyIndicatorRunnableContext.java:74) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:56) at org.eclipse.jdt.internal.ui.util.BusyIndicatorRunnableContext.run (BusyIndicatorRunnableContext.java:120) at org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyLifeCycle.ensureRefreshed TypeHierarchy(TypeHierarchyLifeCycle.java:113) at org.eclipse.jdt.internal.ui.viewsupport.OverrideImageProvider.getTypeHierarchy (OverrideImageProvider.java:54) at org.eclipse.jdt.internal.ui.viewsupport.OverrideImageProvider.computeExtraAdornm entFlags(OverrideImageProvider.java:40) at org.eclipse.jdt.internal.ui.viewsupport.JavaElementImageProvider.computeAdornmen tFlags(JavaElementImageProvider.java:270) at org.eclipse.jdt.internal.ui.viewsupport.JavaElementImageProvider.getJavaImageDes criptor(JavaElementImageProvider.java:115) at org.eclipse.jdt.internal.ui.viewsupport.JavaElementImageProvider.getImageLabel (JavaElementImageProvider.java:89) at org.eclipse.jdt.internal.ui.viewsupport.JavaUILabelProvider.getImage (JavaUILabelProvider.java:70) at org.eclipse.jdt.internal.ui.javaeditor.JavaOutlineErrorTickUpdater.updateItem (JavaOutlineErrorTickUpdater.java:104) at org.eclipse.jdt.internal.ui.javaeditor.JavaOutlineErrorTickUpdater.updateItem (JavaOutlineErrorTickUpdater.java:110) at org.eclipse.jdt.internal.ui.javaeditor.JavaOutlineErrorTickUpdater.doUpdateError Ticks(JavaOutlineErrorTickUpdater.java:95) at org.eclipse.jdt.internal.ui.javaeditor.JavaOutlineErrorTickUpdater.access$0 (JavaOutlineErrorTickUpdater.java:80) at org.eclipse.jdt.internal.ui.javaeditor.JavaOutlineErrorTickUpdater$1.run (JavaOutlineErrorTickUpdater.java:74) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:29) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:93) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1390) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1208) at org.eclipse.jface.window.Window.runEventLoop(Window.java:545) at org.eclipse.jface.window.Window.open(Window.java:532) at org.eclipse.jface.dialogs.MessageDialog.openError (MessageDialog.java:318) at org.eclipse.ui.internal.Workbench.handleExceptionInEventLoop (Workbench.java:402) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:855) at org.eclipse.ui.internal.Workbench.run(Workbench.java:835) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:895) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:321) at SlimLauncher.main(SlimLauncher.java:14) 4 org.eclipse.jdt.core 969 JUnit does not exist.
|
2002-02-05 10:40:24
| 1,012,920,000 |
resolved fixed
|
bd06be7
| 1,013,780,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyLifeCycle.java
|
JDT
|
6,013 | 9,614 |
Bug 9614 template: {return_type} puts incorrect form of type name
|
1. public String a(){ return null; } 2. use the following template: {return_type} 3. it inserts: QString; instead of String it makes this variable unusable
|
2002-02-13 09:57:07
| 1,013,610,000 |
resolved fixed
|
0db19a9
| 1,013,770,000 |
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaContextType.java
|
JDT
|
6,014 | 9,819 |
Bug 9819 ImageDescriptorRegistry must empty hash map in dispose
|
Current code is: public void dispose() { for (Iterator iter= fRegistry.values().iterator(); iter.hasNext(); ) { Image image= (Image)iter.next(); image.dispose(); } } Statement fRegistry.clear() missing after dispose Current implementation doesn't cause harm since calling dispose on a dispose image is ignored. Must be fixed after M3
|
2002-02-14 10:18:48
| 1,013,700,000 |
resolved fixed
|
ea3e9d5
| 1,013,770,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ImageDescriptorRegistry.java
|
JDT
|
6,015 | 9,774 |
Bug 9774 ProblemTreeViewer does not handle adaptable label updates
|
If a label update event comes to the ProblemTreeViewer whose element is an IResource the update does not occur as handleLabelProviderChanged (LabelProviderChangedEvent event)checks for an item by equality and does not handle the case where a resource is the element for an event but objects that adapt to resources are being shown. In the case of the ProbemTreeViewer java objects are being shown. When handleLabelProviderChanged the event element may be a resource which the regular TreeViewer would not find. ProbemTreeViewer will have to handle this case. This is currently an issue for the CVS Decorator as this it sends updates for a specific resource.
|
2002-02-13 15:50:42
| 1,013,630,000 |
resolved fixed
|
9aa9ce5
| 1,013,710,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ProblemTreeViewer.java
|
JDT
|
6,016 | 9,818 |
Bug 9818 Java Browsing: Editor with non-java resource flushes views
| null |
2002-02-14 10:02:46
| 1,013,700,000 |
resolved fixed
|
7ddabae
| 1,013,700,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java
|
JDT
|
6,017 | 9,737 |
Bug 9737 Invalid thread access initializing JavaPlugin
|
Build 20020212 - I opened a self hosting workspace from the previous build, with only the resources perspective operation - The default installed JRE was a J9 VM - I caused a build to happen, and it looks like the PDE builder caused a whole chain of plugin activations, including JavaPlugin (strange that a core plugin caused a UI plugin to load). - JavaPlugin initialization tries to access the Display, but is in the wrong thread so it fails to activate. Stack trace: 4 org.eclipse.core.runtime 2 Plugin org.eclipse.jdt.ui was unable to instantiate class org.eclipse.jdt.internal.ui.JavaPlugin. java.lang.reflect.InvocationTargetException: org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:1887) at org.eclipse.swt.SWT.error(SWT.java:1819) at org.eclipse.swt.widgets.Display.checkDevice(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.checkDevice(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.disposeExec(Display.java:416) at org.eclipse.jdt.internal.ui.viewsupport.ImageDescriptorRegistry.hookDisplay(Imag eDescriptorRegistry.java:78) at org.eclipse.jdt.internal.ui.viewsupport.ImageDescriptorRegistry.<init>(ImageDesc riptorRegistry.java:42) at org.eclipse.jdt.internal.ui.viewsupport.ImageDescriptorRegistry.<init>(ImageDesc riptorRegistry.java:30) at org.eclipse.jdt.internal.ui.JavaPlugin.<init>(JavaPlugin.java:186) at java.lang.reflect.Constructor.newInstance(Native Method) at org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation(Pl uginDescriptor.java:687) at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDesc riptor.java:184) at org.eclipse.core.internal.plugins.PluginClassLoader.activatePlugin(PluginClassLo ader.java:52) at org.eclipse.core.internal.plugins.PluginClassLoader.findClassParentsSelf(PluginC lassLoader.java(Compiled Code)) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLC lassLoader.java(Compiled Code)) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.access$0(DelegatingURLCl assLoader.java:765) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassPrerequisites(D elegatingURLClassLoader.java(Compiled Code)) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassPrerequisites(D elegatingURLClassLoader.java(Compiled Code)) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLC lassLoader.java(Compiled Code)) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLC lassLoader.java(Compiled Code)) at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code)) at org.eclipse.jdt.internal.debug.ui.JDIDebugUIPlugin.<init>(JDIDebugUIPlugin.java: 63) at java.lang.reflect.Constructor.newInstance(Native Method) at org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation(Pl uginDescriptor.java:687) at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDesc riptor.java:184) at org.eclipse.core.internal.plugins.PluginClassLoader.activatePlugin(PluginClassLo ader.java:52) at org.eclipse.core.internal.plugins.PluginClassLoader.findClassParentsSelf(PluginC lassLoader.java(Compiled Code)) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLC lassLoader.java(Compiled Code)) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLC lassLoader.java(Compiled Code)) at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code)) at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(Plu ginDescriptor.java:128) at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(Plu ginDescriptor.java:165) at org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtension (ConfigurationElement.java:96) at org.eclipse.jdt.launching.JavaRuntime.initializeVMTypes(JavaRuntime.java:135) at org.eclipse.jdt.launching.JavaRuntime.getDefaultVMId(JavaRuntime.java:258) at org.eclipse.jdt.launching.JavaRuntime.getDefaultVMInstall(JavaRuntime.java:245) at org.eclipse.jdt.launching.JavaRuntime.initializeJREVariables(JavaRuntime.java:55 6) at org.eclipse.pde.internal.PDEPlugin$1.run(PDEPlugin.java:315) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1232) at org.eclipse.pde.internal.PDEPlugin.startup(PDEPlugin.java:320) at org.eclipse.core.internal.plugins.PluginDescriptor$1.run(PluginDescriptor.java:7 01) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:817 ) at org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation(Pl uginDescriptor.java:713) at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDesc riptor.java:184) at org.eclipse.core.internal.plugins.PluginClassLoader.activatePlugin(PluginClassLo ader.java:52) at org.eclipse.core.internal.plugins.PluginClassLoader.findClassParentsSelf(PluginC lassLoader.java(Compiled Code)) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLC lassLoader.java(Compiled Code)) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLC lassLoader.java(Compiled Code)) at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code)) at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(Plu ginDescriptor.java:128) at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(Plu ginDescriptor.java:165) at org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtension (ConfigurationElement.java:96) at org.eclipse.core.internal.events.BuildManager.instantiateBuilder(BuildManager.ja va:489) at org.eclipse.core.internal.events.BuildManager.getBuilder(BuildManager.java:321) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:152) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:184) at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:133) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:817 ) at org.eclipse.core.runtime.Platform.run(Platform.java:395) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:147) at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:230) at org.eclipse.core.internal.resources.Project.build(Project.java:105) at org.eclipse.ui.actions.BuildAction.invokeOperation(BuildAction.java:151) at org.eclipse.ui.actions.WorkspaceAction.execute(WorkspaceAction.java:111) at org.eclipse.ui.actions.WorkspaceAction$1.execute(WorkspaceAction.java:268) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.j ava:64) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1232) at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.jav a:78) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.jav a:98)
|
2002-02-13 14:25:11
| 1,013,630,000 |
verified fixed
|
3ab7288
| 1,013,700,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java
|
JDT
|
6,018 | 9,571 |
Bug 9571 [Java Browsing] Views not updated when folder of package is deleted
|
1) Select a method in a type, i.e. all viewers are populated, editor is visible 2) Deactivate linking between active editor and navigator in workbench preferences 3) Deactivate auto build 3) Prespective>Show View>Navigator 4) Pin Navigator 5) Select the folder containing the file of the previously selected method 6) Context Menu>Delete -> Editor closed -> Package, type, and method still visible in their views -> Selecting package possible and results in flushing Types View
|
2002-02-13 07:02:21
| 1,013,600,000 |
resolved fixed
|
b8dcad8
| 1,013,700,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaElementContentProvider.java
|
JDT
|
6,019 | 9,537 |
Bug 9537 IllegalArg exception in edtior when doing cut in Outline view
|
IllegalArg exception in edtior when doing delete in Outline view (or any other view with J elements - see depending bug). 1. Make RepeatedTest.java read-only 2. Open RepeatedTest.java 3. Delete "toString" in Outline view 4. Delete "toString" in Outline view ==> org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.IllegalArgumentException: Index out of bounds) at org.eclipse.swt.SWT.error(SWT.java:1887) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:96) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1390) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1208) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:788) at org.eclipse.ui.internal.Workbench.run(Workbench.java:771) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.Main.main(Main.java:362) *** Stack trace of contained exception *** java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:1873) at org.eclipse.swt.SWT.error(SWT.java:1819) at org.eclipse.swt.custom.StyledText.redrawRange(StyledText.java:5899) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$BracketHighlighter$HighlightBrackets.draw(CompilationUnitEditor.java:232) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$BracketHighlighter$HighlightBrackets.handleDrawRequest(CompilationUnitEditor.java:217) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$BracketHighlighter$HighlightBrackets.deactivate(CompilationUnitEditor.java:154) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$BracketHighlighter$HighlightBrackets.run(CompilationUnitEditor.java:168) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$BracketHighlighter.selectionChanged(CompilationUnitEditor.java:393) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:147) at org.eclipse.jface.text.TextViewer.selectionChanged(TextViewer.java:999) at org.eclipse.jface.text.TextViewer.setSelectedRange(TextViewer.java:890) at org.eclipse.jface.text.source.SourceViewer.setRangeIndication(SourceViewer.java:415) at org.eclipse.ui.texteditor.AbstractTextEditor.setHighlightRange(AbstractTextEditor.java:2137) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.adjustHighlightRange(JavaEditor.java:425) at org.eclipse.ui.texteditor.AbstractTextEditor.selectAndReveal(AbstractTextEditor.java:2194) at org.eclipse.ui.texteditor.AbstractTextEditor.restoreSelection(AbstractTextEditor.java:718) at org.eclipse.ui.texteditor.AbstractTextEditor$ElementStateListener.elementContentReplaced(AbstractTextEditor.java:195) at org.eclipse.ui.texteditor.AbstractDocumentProvider.fireElementContentReplaced(AbstractDocumentProvider.java:446) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider.resetDocument(CompilationUnitDocumentProvider.java:351) at org.eclipse.ui.texteditor.AbstractTextEditor.doRevertToSaved(AbstractTextEditor.java:1656) at org.eclipse.ui.texteditor.AbstractTextEditor$1.run(AbstractTextEditor.java:156) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:29) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:93) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1390) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1208) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:788) at org.eclipse.ui.internal.Workbench.run(Workbench.java:771) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.Main.main(Main.java:362)
|
2002-02-13 05:20:37
| 1,013,600,000 |
resolved fixed
|
bc24740
| 1,013,700,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java
|
JDT
|
6,020 | 9,570 |
Bug 9570 [Java Browsing] Types View not updated on deletion
|
1) Select a method in a type, i.e. all viewers are populated, editor is visible 2) Deactivate linking between active editor and navigator in workbench preferences 3) Deactivate auto build 3) Prespective>Show View>Navigator 4) Pin Navigator 5) Select the file of the previously selected method 6) Context Menu>Delete -> Method View flushed, Editor closed -> Type still visible in Types View ->Selecting Type possible and results in small red square in Methods View
|
2002-02-13 06:53:17
| 1,013,600,000 |
resolved fixed
|
1446fda
| 1,013,690,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java
|
JDT
|
6,021 | 9,741 |
Bug 9741 Organize import is gone from the context menu
|
Is this intentional?
|
2002-02-13 14:28:47
| 1,013,630,000 |
resolved fixed
|
edf2d4c
| 1,013,690,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java
|
JDT
|
6,022 | 9,528 |
Bug 9528 CCE while coping a project to the clipboard
|
Test pass for M3 Got the following CCE while copying text to the clipboard. java.lang.ClassCastException: org.eclipse.jdt.internal.core.JavaProject at org.eclipse.jdt.internal.ui.reorg.SourceReferenceAction.getWorkingCopyElements (SourceReferenceAction.java:139) at org.eclipse.jdt.internal.ui.reorg.SourceReferenceAction.getSelectedElements (SourceReferenceAction.java:85) at org.eclipse.jdt.internal.ui.reorg.SourceReferenceAction.getElementsToProcess (SourceReferenceAction.java:59) at org.eclipse.jdt.internal.ui.reorg.CopySourceReferencesToClipboardAction.perform (CopySourceReferencesToClipboardAction.java:21) at org.eclipse.jdt.internal.ui.reorg.SourceReferenceAction$1.run (SourceReferenceAction.java:50) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:56) at org.eclipse.jdt.internal.ui.reorg.SourceReferenceAction.run (SourceReferenceAction.java:47) at org.eclipse.jface.action.Action.runWithEvent(Action.java:452) at org.eclipse.ui.internal.RetargetAction.runWithEvent (RetargetAction.java:137) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:74) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1413) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1205) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:788) at org.eclipse.ui.internal.Workbench.run(Workbench.java:771) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.Main.main(Main.java:362)
|
2002-02-13 05:06:00
| 1,013,590,000 |
resolved fixed
|
af2c531
| 1,013,680,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/SourceReferenceAction.java
|
JDT
|
6,023 | 9,517 |
Bug 9517 Browser Perspective: new project doesn't show up in project view part
|
Test pass for M3 - open eclipse - switch to browser perspective - open context menu in project view part - select New->Project - create JUnit project observe: new project doesn't show up in project view part
|
2002-02-13 04:44:29
| 1,013,590,000 |
resolved fixed
|
9196996
| 1,013,680,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/ProjectsView.java
|
JDT
|
6,024 | 9,495 |
Bug 9495 NPE Deleting project that has a launcher
|
If you delete a project that you have launched from before you get a NullPointerException STEPS 1) Load a test suite (I used the org.eclipse.ui.tests) 2) Run them. 3) Delete the project from the ResourceNavigator. 1 org.eclipse.core.resources 4 *** Stack trace of contained exception *** Log: Tue Feb 12 16:25:54 EST 2002 4 org.eclipse.ui 0 java.lang.NullPointerException java.lang.NullPointerException at org.eclipse.jdt.internal.junit.ui.JUnitBaseLauncherDelegate.getLaunchObject (JUnitBaseLauncherDelegate.java:175) at org.eclipse.debug.internal.ui.LaunchHistoryElement.getLaunchElement (LaunchHistoryElement.java:111) at org.eclipse.debug.internal.ui.DebugUIPlugin.removeDeletedHistories (DebugUIPlugin.java:672) at org.eclipse.debug.internal.ui.DebugUIPlugin$5.run (DebugUIPlugin.java:657) 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.jface.operation.ModalContext$ModalContextThread.block (ModalContext.java(Compiled Code)) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:258) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run (ProgressMonitorDialog.java:335) at org.eclipse.ui.actions.DeleteResourceAction.run (DeleteResourceAction.java:353) at org.eclipse.jface.action.Action.runWithEvent(Action.java:452) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:810) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:781) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:323) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.Main.main(Main.java:362)
|
2002-02-12 16:27:08
| 1,013,550,000 |
resolved fixed
|
36851be
| 1,013,640,000 |
org.eclipse.jdt.junit/Eclipse JUnit/org/eclipse/jdt/internal/junit/oldlauncher/JUnitBaseLauncherDelegate.java
|
JDT
|
6,025 | 9,304 |
Bug 9304 new class wizard: incorrect terminology used
|
1. new class wizard 2. press Add.. in interfaces 3. the dialog you see has a title 'Extended Interfaces Selection' this is incorrect - it should be 'Implemented Interfaces Selection' (this bug was pointed out on the wsad newsgroup)
|
2002-02-08 08:11:38
| 1,013,170,000 |
verified fixed
|
eda4d5a
| 1,013,540,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/TypePage.java
|
JDT
|
6,026 | 9,479 |
Bug 9479 exception on package creation (discouraged name)
|
1. try creating a package named A Log: Tue Feb 12 18:20:54 CET 2002 4 org.eclipse.jdt.ui 1 Internal Error Java Model Exception: Java Model Status [Invalid name specified: A.] at org.eclipse.jdt.internal.core.JavaModelOperation.execute (JavaModelOperation.java:270) at org.eclipse.jdt.internal.core.JavaModelOperation.run (JavaModelOperation.java:476) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1232) at org.eclipse.jdt.internal.core.JavaModelManager.runOperation (JavaModelManager.java:1037) at org.eclipse.jdt.internal.core.JavaElement.runOperation (JavaElement.java:526) at org.eclipse.jdt.internal.core.PackageFragmentRoot.createPackageFragment (PackageFragmentRoot.java:118) at org.eclipse.jdt.internal.ui.wizards.NewPackageCreationWizardPage.createPackage (NewPackageCreationWizardPage.java:251) at org.eclipse.jdt.internal.ui.wizards.NewPackageCreationWizardPage$1.run (NewPackageCreationWizardPage.java:234) at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute (WorkspaceModifyDelegatingOperation.java:39) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run (WorkspaceModifyOperation.java:64) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1232) at org.eclipse.ui.actions.WorkspaceModifyOperation.run (WorkspaceModifyOperation.java:78) at org.eclipse.jface.operation.ModalContext.runInCurrentThread (ModalContext.java:296) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:249) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:713) at org.eclipse.jdt.internal.ui.wizards.NewElementWizard.finishPage (NewElementWizard.java:74) at org.eclipse.jdt.internal.ui.wizards.NewPackageCreationWizard.performFinish (NewPackageCreationWizard.java:43) at org.eclipse.jface.wizard.WizardDialog.finishPressed (WizardDialog.java:570) at org.eclipse.jface.wizard.WizardDialog.buttonPressed (WizardDialog.java:311) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:363) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:85) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:74) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1413) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1205) at org.eclipse.jface.window.Window.runEventLoop(Window.java:538) at org.eclipse.jface.window.Window.open(Window.java:525) at org.eclipse.jdt.internal.ui.wizards.AbstractOpenWizardAction.run (AbstractOpenWizardAction.java:143) at org.eclipse.jdt.internal.ui.wizards.AbstractOpenWizardAction.run (AbstractOpenWizardAction.java:161) at org.eclipse.ui.internal.PluginAction.runWithEvent (PluginAction.java:204) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:74) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1413) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1205) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:788) at org.eclipse.ui.internal.Workbench.run(Workbench.java:771) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:781) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:323) at SlimLauncher.main(SlimLauncher.java:14) 4 org.eclipse.jdt.core 983 Invalid name specified: A.
|
2002-02-12 12:20:19
| 1,013,530,000 |
resolved fixed
|
ad2ad0d
| 1,013,540,000 |
org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RenameTypeTests.java
|
JDT
|
6,027 | 5,811 |
Bug 5811 [preferences] Pref to set editor background color
|
It would be very useful to add a preference to change the background color of the Java editor, since all of the other elements are editable.
|
2001-11-12 14:53:54
| 1,005,590,000 |
resolved fixed
|
8a2963a
| 1,013,530,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java
|
JDT
|
6,028 | 8,110 |
Bug 8110 Extract Local Variable Dialog details
|
- mnemonics missing - description is almost the same as label of the name field. -> name field could be simple 'Variable name:' - huge dialog - the tree on the second page should be expanded (to some degree at last)
|
2002-01-23 09:51:18
| 1,011,800,000 |
verified fixed
|
ee3242f
| 1,013,530,000 |
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractTempInputPage.java
|
JDT
|
6,029 | 8,911 |
Bug 8911 Set defaults for new Java Class Wizard's method stubs options
|
In the new Java Class Wizard, I would like to change the default options for the method stubs. Currently, it always defaults to no main method, no constructors from superclass and inherit abstract methods.
|
2002-02-01 05:56:19
| 1,012,560,000 |
verified fixed
|
8e38296
| 1,013,520,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewClassCreationWizardPage.java
|
JDT
|
6,030 | 8,118 |
Bug 8118 Extract Local Variable: Cant extract my expression
|
1. junit.swing.AboutDialog: select 'GridBagConstraints.CENTER' try to extract it as local variable. -> can't, refactoring claims that this is not an expression.
|
2002-01-23 09:56:53
| 1,011,800,000 |
verified fixed
|
09778c7
| 1,013,520,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java
|
JDT
|
6,031 | 7,882 |
Bug 7882 Rename method to Constructor Name: Warning shows twice
|
When renaming a method, I enter the class name, and press Next. I get warning that the method will have a constructor name, but I get this same warning twice.
|
2002-01-18 08:13:20
| 1,011,360,000 |
verified fixed
|
0354228
| 1,013,510,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodRefactoring.java
|
JDT
|
6,032 | 8,121 |
Bug 8121 Wrong labels in rename method refactoring
|
Labels of the container nodes in the preview page of the Rename refactoring are a constant string: "update method references" or "update method reference" This is bad - it should show the name of the CU like in the type refactoring. Furthermore it should name declarations changes as such and not as reference changes.
|
2002-01-23 10:02:50
| 1,011,800,000 |
resolved fixed
|
4eadb7b
| 1,013,460,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePrivateMethodRefactoring.java
|
JDT
|
6,033 | 7,945 |
Bug 7945 Search results not selected in external jar
|
Build 20020115 1. Make sure you have JDK1.3.1 as the default JRE (and that you have source for rt.jar) 2. Open java.io.File 3. Select field 'tmpFir' 4. Searcg for references to this field 5. You should get 3 matches in method getTempDir() 6. Double-click on the search result Observe: The first match is not selected.
|
2002-01-21 12:17:25
| 1,011,630,000 |
resolved fixed
|
812ae9f
| 1,013,460,000 |
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileMarkerAnnotationModel.java
|
JDT
|
6,034 | 9,227 |
Bug 9227 Exception during pull up methods refactoring
|
Log: Thu Feb 07 15:25:38 MSK 2002 4 org.eclipse.jdt.ui 1 Internal Error java.lang.reflect.InvocationTargetException: Java Model Exception: Java Model Status [put does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException (JavaElement.java:452) at org.eclipse.jdt.internal.core.JavaElement.getRawInfo (JavaElement.java:364) at org.eclipse.jdt.internal.core.BinaryMethod.getSignature (BinaryMethod.java:218) at org.eclipse.jdt.internal.corext.refactoring.util.JavaElementUtil.createMethodSig nature(JavaElementUtil.java:18) at org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoring.checkAcc essedMethods(PullUpRefactoring.java:439) at org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoring.checkAcc esses(PullUpRefactoring.java:390) at org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoring.checkInp ut(PullUpRefactoring.java:304) at org.eclipse.jdt.internal.ui.refactoring.CheckConditionsOperation.run (CheckConditionsOperation.java:58) at org.eclipse.jdt.internal.ui.refactoring.CreateChangeOperation.run (CreateChangeOperation.java:93) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run (ModalContext.java:98)
|
2002-02-07 07:23:57
| 1,013,080,000 |
resolved fixed
|
51ce151
| 1,013,450,000 |
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java
|
JDT
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.