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,135
20,768
Bug 20768 JUnit New TestCase wizard inserts "[" in method name [JUnit]
For the method (in the class being tested) with the signature "static double[] applyPixelEncoding(double[][] pm, double value[])" and for which another method exists with the same name but different signature, the wizard generates the method in the test class "public void testApplyPixelEncoding[DArrayDArray() {}"
2002-06-20 21:57:59
1,024,620,000
resolved fixed
75f92df
1,045,750,000
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/NewTestCaseCreationWizardPage.java
JDT
5,136
31,214
Bug 31214 [Show in] Fails for Package Explorer in non-Java project
- create a simple project P - create a simple file called "x.java" in P - open it with the Default Text Editor - in the editor activate "Show in" and select Package Explorer as target -> nothing happens even if P and "x.java" are visible in the Package Explorer
2003-02-07 05:05:17
1,044,610,000
resolved fixed
7d44cce
1,045,740,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java
JDT
5,137
15,182
Bug 15182 junit: DND.ERROR_CANNOT_SET_CLIPBOARD must be handled
null
2002-05-03 09:01:48
1,020,430,000
resolved fixed
89b1ecd
1,045,730,000
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/CopyTraceAction.java
JDT
5,138
32,224
Bug 32224 [Show In]Back-linking doesn't work for .class files in jars
Build 20030218 1. Enable back-linking in Package Explorer 2. Open Object (in rt.jar) Observe: An editor on Object.class opens (it shows the attached source). However Object.class is not shown in Package Explorer Note that Alt-Shift-s->Package Explorer doesn't work either.
2003-02-19 07:13:22
1,045,660,000
resolved fixed
4826918
1,045,730,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java
JDT
5,139
32,273
Bug 32273 StringIndexOutOfBoundsException in JUnit plugin [JUnit]
Using 0218 and Pde/Junit1.2.4, I got the following exception. java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(String.java:1480) at org.eclipse.jdt.internal.junit.ui.FailureRunView.getClassName(FailureRunView.java:105) at org.eclipse.jdt.internal.junit.ui.FailureRunView.handleDoubleClick(FailureRunView.java:243) at org.eclipse.jdt.internal.junit.ui.FailureRunView$3.mouseDoubleClick(FailureRunView.java:205) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:134) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1288) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1271) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) I have no steps to reproduce so far, but I think it's worth logging a PR.
2003-02-19 14:30:13
1,045,680,000
resolved fixed
6d0f0c9
1,045,690,000
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/FailureRunView.java
JDT
5,140
32,268
Bug 32268 Filtering by closed projects removes files from Packages Explorer
build i2003-02-18 (1130), win2k, j9sc20030214 I have filters turned on so I don't see Closed projects. No files in the root of my project show up in the Packages Explorer. (plugin.xml, build.properties, etc etc)
2003-02-19 13:21:57
1,045,680,000
resolved fixed
646b945
1,045,690,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/ClosedProjectFilter.java
JDT
5,141
18,588
Bug 18588 [Workbench] Hierarchy - no progress monitor ?
Build 20020601 Open type java.lang.Object, select Object type name in editor, and hit F4. No progress is shown during hierarchy opening.
2002-06-01 09:44:25
1,022,940,000
resolved wontfix
3937701
1,045,680,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyLifeCycle.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/OpenTypeHierarchyUtil.java
JDT
5,142
30,380
Bug 30380 Show outline doesn't get focus
I2003-01-22 Assuming this is an SWT issue. Using the newly "Show Outline" feature brings up the outline popup. However, on MacOS X, the input area doesn't have the focus, so performing some keyboard input results in changes to the editor instead ....
2003-01-28 09:01:54
1,043,760,000
verified fixed
b14299f
1,045,680,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.java
JDT
5,143
20,157
Bug 20157 junit: exception on 'recreate suite' if file read-only [JUnit]
F3 (everything using the junit wizards) a. create a test class b. create a suite for this class c. add one more test class d. make the test suite class read-only (its compilation unit) e. select that file and choose 'recreate test suite...' f. check both boxes Java Model Exception: Java Model Status [AllTEsts.java is read-only.] at org.eclipse.jdt.internal.core.Openable.save(Openable.java:448) at org.eclipse.jdt.internal.junit.wizards.UpdateTestSuite.updateTestCasesInSuite (UpdateTestSuite.java:181) at org.eclipse.jdt.internal.junit.wizards.UpdateTestSuite.access$1 (UpdateTestSuite.java:149) at org.eclipse.jdt.internal.junit.wizards.UpdateTestSuite$1.run (UpdateTestSuite.java:195) at org.eclipse.jface.operation.ModalContext.runInCurrentThread (ModalContext.java:299) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:249) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run (ProgressMonitorDialog.java:335) at org.eclipse.jdt.internal.junit.wizards.UpdateTestSuite.run (UpdateTestSuite.java:113) at org.eclipse.ui.internal.PluginAction.runWithEvent (PluginAction.java:210) 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.sendEvent(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Menu.setVisible(Menu.java:920) at org.eclipse.swt.widgets.Control.WM_CONTEXTMENU(Control.java:2818) 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.widgets.Tree.callWindowProc(Tree.java(Compiled Code)) at org.eclipse.swt.widgets.Tree.callWindowProc(Tree.java(Compiled Code)) at org.eclipse.swt.widgets.Control.WM_RBUTTONUP(Control.java:3707) 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.ui.internal.Workbench.runEventLoop(Workbench.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1160) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:248) at org.eclipse.core.launcher.Main.run(Main.java:697) at org.eclipse.core.launcher.Main.main(Main.java:530)
2002-06-13 09:36:55
1,023,980,000
resolved fixed
af6141c
1,045,670,000
org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/util/IJUnitStatusConstants.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/IJUnitStatusConstants.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/JUnitStatus.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/Resources.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/NewTestSuiteCreationWizardPage.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/UpdateTestSuite.java
JDT
5,144
29,458
Bug 29458 Templates for constructor
When I have an existing constructor within a class, which has a single line comment and I attempt to convert this comment to a multi lie comment, it inserts the 'typecomment' tempalte. In addition, the comment is not correctly indented. For example: before: /** * My typecomment */ public class MyClass { /** my constructor */ public MyClass() { } } after (placing cursor before 'my contructor' and hitting enter): /** * My typecomment */ public class MyClass { /** * My typecomment */ my constructor */ public MyClass() { } }
2003-01-14 12:36:23
1,042,570,000
resolved fixed
61c7953
1,045,670,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocAutoIndentStrategy.java
JDT
5,145
29,755
Bug 29755 Attach source does not allow one to select a folder... [build path]
When opening some .class that does not yet have a source attachment eclipse shows a text version of the interface defintion and a button for Attaching source. When pressing this button a window appaer where one can enter the name/location of a folder, zip or jar for the source. There are also a button for choosing it via a file selection dialog and this works fine for zip and jar files - but not for selecting a directory :( Workaround is just to enter the directory manually.
2003-01-18 09:43:47
1,042,900,000
resolved fixed
98adbab
1,045,670,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java
JDT
5,146
32,180
Bug 32180 keyboard shortcut for sort members
It would be nice to have a keyboard shortcut to sort members.
2003-02-18 17:05:38
1,045,610,000
resolved fixed
fc0eb9c
1,045,660,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/IJavaEditorActionDefinitionIds.java
JDT
5,147
15,277
Bug 15277 Recreate test suite allows you to add the suite to itself
If you have a test suite that is also a test case (done to allow cascading tests), and recreate the test suite, you're allowed to add the suite to itself. This results in a recursive call to .suite(), which ends up causing a stack overflow when run. I'm not too sure on this, but I believe previously in this situtation the suite was added to itself a test case (new Suite(class) as opposed to class.suite()), which prevented this from happening. I do prefer this new behaviour, as it makes chaining suites together much easier (now if it only searched sub-packages for suites). This one special case just needs to be handled better.
2002-05-05 01:01:21
1,020,570,000
resolved fixed
8362d19
1,045,660,000
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/NewTestSuiteCreationWizardPage.java
JDT
5,148
31,280
Bug 31280 'Format' should be under 'Source'
20030206 'format' should be a submenu entry for 'source' it looks very strange now that we have the 'sort members' action (people who use it often probebly use the shortcut anyway)
2003-02-07 08:54:16
1,044,630,000
resolved fixed
f025442
1,045,650,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateActionGroup.java
JDT
5,149
31,769
Bug 31769 progress monitor indication incorrect after resizing [JUnit]
20030211 i'm running a test class with 95 tests i have junit as a fast view in the middle of it running, i resized the view a bit, which made the progress bar jump immediately to 100% and stay there (the numbers were still ticking correctly) don't know if it's junit or swt
2003-02-13 09:10:04
1,045,150,000
resolved fixed
3fd2a6f
1,045,610,000
org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitProgressBar.java
JDT
5,150
31,253
Bug 31253 local rename of constructors should rename class too [code manipulation]
20030206 public class A { A(int y){} } select 'A' in the constructor name- local rename does not change class name works the other way round though - select A in class name and local rename will rename the constructor for you
2003-02-07 07:01:51
1,044,620,000
resolved fixed
c5343e2
1,045,600,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/Bindings.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LinkedNamesAssistProposal.java
JDT
5,151
31,957
Bug 31957 Refactor/move doesn't remember non-java files
When refactoring with "rename", the list of non-java files is remembered from use to use. When using "move", the previous settings are ignored, and the last "rename" settings are used. This is based on the M5 build.
2003-02-15 17:59:13
1,045,350,000
resolved fixed
5138d1f
1,045,600,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/QualifiedNameComponent.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RenameInputWizardPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/SelectionTransferDropAdapter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/JdtMoveAction.java
JDT
5,152
30,941
Bug 30941 Preferences default initialization. Can not do a syncExec
20030204 The initialization of the preference default currently contains a final Display display= Display.getDefault(); display.syncExec(new Runnable() { public void run() { Color c= display.getSystemColor(SWT.COLOR_GRAY); rgbs[0]= c.getRGB(); c= display.getSystemColor(SWT.COLOR_LIST_FOREGROUND); rgbs[1]= c.getRGB(); c= display.getSystemColor(SWT.COLOR_LIST_BACKGROUND); rgbs[2]= c.getRGB(); } }); We should avoid and remove this as this is a candidate for a deadlock.
2003-02-05 04:54:36
1,044,440,000
resolved fixed
45418a9
1,045,590,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java
JDT
5,153
31,283
Bug 31283 Push down refactoring: Preview not resizable
20030206 1. select a method and choose 'push down' 2. in the dialog press the 'preview...' button 3. the dialog coming up can contain som long problem descriptions, but the dialog is not resizable
2003-02-07 08:56:55
1,044,630,000
resolved fixed
266dcaf
1,045,590,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringStatusDialog.java
JDT
5,154
24,678
Bug 24678 New Variable Classpath Entry impossible to save
If you rc on your project and select properties and then java build path, select the library tab and then click add variable and then new. Now try enter a valid name and valid path and click ok. You now see this variable in the list but you can not click ok again. The only option is cancel which then doesn't save your new variable. The other pathway to this functionality works. You go to window preferences, properties, java, classpath variables and enter the variable. This way the variable does get saved.
2002-10-10 18:28:40
1,034,290,000
resolved fixed
52952ec
1,045,590,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ClasspathVariablesPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/EditVariableEntryDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/NewVariableEntryDialog.java
JDT
5,155
31,236
Bug 31236 SAXParseException should be supressed, i think
20030206 you get this exception if you try to import templates from an empty file not sure if this should be supressed somehow !ENTRY org.eclipse.jdt.ui 4 10002 Feb 07, 2003 11:55:45.646 !MESSAGE Error occurred while reading templates. !STACK 0 org.xml.sax.SAXParseException: Premature end of file. at org.apache.xerces.parsers.DOMParser.parse(DOMParser.java:235) at org.apache.xerces.jaxp.DocumentBuilderImpl.parse (DocumentBuilderImpl.java:209) at org.eclipse.jdt.internal.corext.template.TemplateSet.addFromStream (TemplateSet.java:95) at org.eclipse.jdt.internal.corext.template.TemplateSet.addFromFile (TemplateSet.java:70) at org.eclipse.jdt.internal.ui.preferences.CodeTemplateBlock.import_ (CodeTemplateBlock.java:363) at org.eclipse.jdt.internal.ui.preferences.CodeTemplateBlock.doButtonPressed (CodeTemplateBlock.java:340) at org.eclipse.jdt.internal.ui.preferences.CodeTemplateBlock$CodeTemplateAdapter.cu stomButtonPressed(CodeTemplateBlock.java:67) at org.eclipse.jdt.internal.ui.wizards.dialogfields.TreeListDialogField.buttonPress ed(TreeListDialogField.java:165) at org.eclipse.jdt.internal.ui.wizards.dialogfields.TreeListDialogField.doButtonSel ected(TreeListDialogField.java:380) at org.eclipse.jdt.internal.ui.wizards.dialogfields.TreeListDialogField.access$2 (TreeListDialogField.java:376) at org.eclipse.jdt.internal.ui.wizards.dialogfields.TreeListDialogField$2.widgetSel ected(TreeListDialogField.java:343) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:87) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.jface.window.Window.runEventLoop(Window.java:561) at org.eclipse.jface.window.Window.open(Window.java:541) at org.eclipse.ui.internal.OpenPreferencesAction.run (OpenPreferencesAction.java:47) at org.eclipse.jface.action.Action.runWithEvent(Action.java:804) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:450) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:398) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:392) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:72) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1289) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1272) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539)
2003-02-07 06:02:05
1,044,620,000
resolved fixed
087f233
1,045,590,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/TemplateSet.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaStatusConstants.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TemplatePreferencePage.java
JDT
5,156
31,237
Bug 31237 FileNotFoundException on exporting templates if file is read-only
20030206 try exporting templates if the file already exists and is read-only not sure here, maybe it's ok to log this exception !MESSAGE Error occurred while writing templates. !STACK 0 java.io.FileNotFoundException: C:\Documents and Settings\akiezun\Desktop\codetemplates.xml (Access is denied) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(FileOutputStream.java:102) at java.io.FileOutputStream.<init>(FileOutputStream.java:62) at java.io.FileOutputStream.<init>(FileOutputStream.java:132) at org.eclipse.jdt.internal.corext.template.TemplateSet.saveToFile (TemplateSet.java:178) at org.eclipse.jdt.internal.ui.preferences.CodeTemplateBlock.export (CodeTemplateBlock.java:411) at org.eclipse.jdt.internal.ui.preferences.CodeTemplateBlock.export (CodeTemplateBlock.java:388) at org.eclipse.jdt.internal.ui.preferences.CodeTemplateBlock.doButtonPressed (CodeTemplateBlock.java:336) at org.eclipse.jdt.internal.ui.preferences.CodeTemplateBlock$CodeTemplateAdapter.cu stomButtonPressed(CodeTemplateBlock.java:67) at org.eclipse.jdt.internal.ui.wizards.dialogfields.TreeListDialogField.buttonPress ed(TreeListDialogField.java:165) at org.eclipse.jdt.internal.ui.wizards.dialogfields.TreeListDialogField.doButtonSel ected(TreeListDialogField.java:380) at org.eclipse.jdt.internal.ui.wizards.dialogfields.TreeListDialogField.access$2 (TreeListDialogField.java:376) at org.eclipse.jdt.internal.ui.wizards.dialogfields.TreeListDialogField$2.widgetSel ected(TreeListDialogField.java:343) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:87) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.jface.window.Window.runEventLoop(Window.java:561) at org.eclipse.jface.window.Window.open(Window.java:541) at org.eclipse.ui.internal.OpenPreferencesAction.run (OpenPreferencesAction.java:47) at org.eclipse.jface.action.Action.runWithEvent(Action.java:804) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:450) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:398) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:392) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:72) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1289) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1272) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539)
2003-02-07 06:04:40
1,044,620,000
resolved fixed
3ad48aa
1,045,580,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TemplatePreferencePage.java
JDT
5,157
31,302
Bug 31302 Push Down activation issues
first issue: - open a java editor - select the name of a method in the method declaration - invoke "Push Down" -> dialog opens, the selected method is checked but not selected -> It should be selected and revealed. second issue: - open java editor - remove any selection - invoke "Push Down" from the tool bar menu -> you are asked to select a method or field first -> the action only needs to know the type of which methods should be pushed down in order to populate the dialog rather than any concrete method
2003-02-07 10:02:16
1,044,630,000
resolved fixed
4fb9a44
1,045,580,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpInputPage1.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PushDownInputPage.java
JDT
5,158
31,328
Bug 31328 hover key modifier text field: selection is not replaced by new modifier
- given text: Ctrl - select text: Ctrl - press: Shift -> result: Ctrl + Shift expected: Shift (the same holds for the key modifier text field of 'hyperlink style navigation', please fix it too or reassign the bug to me once it is fixed for the hovers pref. page)
2003-02-07 11:30:27
1,044,640,000
resolved fixed
a286ee9
1,045,570,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorHoverConfigurationBlock.java
JDT
5,159
32,033
Bug 32033 Spaces for TAB preference is confusing
null
2003-02-17 12:07:09
1,045,500,000
resolved fixed
257ef56
1,045,560,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java
JDT
5,160
31,999
Bug 31999 Error when opening editor on class file not hosted in a Java project
I20030214 - create Simple project - create a file A.class - open it observe: you get an error saying that Simple doesn't exist.
2003-02-17 08:22:41
1,045,490,000
resolved fixed
406f993
1,045,500,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java
JDT
5,161
31,763
Bug 31763 Java Example Project: Still uses JRE_LIB
20030211 should update the example project
2003-02-13 06:52:03
1,045,140,000
resolved fixed
3619f8e
1,045,500,000
org.eclipse.jdt.ui.examples.projects/examples/org/eclipse/jdt/internal/ui/exampleprojects/ExampleProjectCreationWizard.java
JDT
5,162
27,636
Bug 27636 Organize Import ordering differs for different VMs
Build 20021203 OrganizeImportTest.testBaseGroups1 failed because the import ordering was different. If fixed the test by looking at the VM version and then do different asserts. However this is just a workaround to make the tests run again. The import order must not depend on the VM version. Please remove the VM version check in the test when this PR is fixed.
2002-12-04 04:52:45
1,039,000,000
verified fixed
b2a1cfb
1,045,500,000
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/AddImportTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java
JDT
5,163
29,909
Bug 29909 Incorrect indentation after newline
I have my preferences set as follows: Java | Editor | Displayed tab width: 8 Java | Code formatter | Insert tabs for indentation: No Java | Code formatter | Number of spaces representing an indentation level: 4 When I have the following code: class ContainerSelection extends Selection { } and I position the caret after the { and press Enter, Eclipse inserts a new line and 8 spaces. It should only insert 4.
2003-01-21 13:03:46
1,043,170,000
resolved fixed
5f2a46d
1,045,500,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java
JDT
5,164
13,921
Bug 13921 Desire per-project property settings for Ant integration
We have an Ant implementation which stores most properties in an external .properties file. However, there is still a need to pass one or two properties to Ant using the Ant wizard and -DPROPERTY=.... Our build files are set up in such a way that property values are unlikely to change between any two build files in a given project. Thus it would be a nice feature if Eclipse allowed a user to set default property values for a PROJECT, which would then be in force for any build.xml file which is part of that PROJECT. And as long as I'm asking for favors, an ideal implementation would still allow the user to use the Ant wizard to override any of these default values for any particular build.xml file, as desired.
2002-04-16 13:35:24
1,018,980,000
resolved wontfix
1be2414
1,045,500,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionAssistant.java
JDT
5,165
18,944
Bug 18944 Renaming a type causes unwanted reveal in Resource Navigator [refactoring]
Build F1. Choose "Refactor > Rename Element" while a type is selected and rename it. Resource Navigator reveals the source file for the type (workbench preference to link navigator selection to active editor is not selected).
2002-06-03 18:08:50
1,023,140,000
resolved fixed
a385cad
1,045,500,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodInInterfaceRefactoring.java 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 org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameStaticMethodRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameVirtualMethodRefactoring.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringSupport.java
JDT
5,166
32,010
Bug 32010 renaming a java project wipes out linked sourcefolders
20030214 as a consequence of core making SHALLOW not default. arrrgh! have a fix - entered the report so that it's verified
2003-02-17 10:15:13
1,045,490,000
resolved fixed
84dde43
1,045,500,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameJavaProjectChange.java
JDT
5,167
31,897
Bug 31897 Hierarchy View expands all treeitems on save
I have a hierarchy perspective open rooted on a package. Whenever I save a CU in the package, the entire hierarchy view Tree is expanded.
2003-02-14 13:29:09
1,045,250,000
resolved fixed
ad9614d
1,045,500,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/FocusOnSelectionAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/FocusOnTypeAction.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/SubTypeHierarchyViewer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/SuperTypeHierarchyViewer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TraditionalHierarchyViewer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewer.java
JDT
5,168
31,554
Bug 31554 QuickFix Add catch clause to surrounding try in catch clause incorrect [code manipulation] [refactoring]
With the following code in the editor: try{ someMethod(); //throws SomeException }catch(SomeException e){ someOtherMethod(); //throws SomeException } You will get a QuickFix that suggests to add a catch clause to the surrounding try. There is no surrounding try. It will add another catch(SomeException e) to the try clause above! This catch clause is unreachable (which the editor notices). The exception is still uncaught (which the editor doesn't notice). Build: 2.1-M5
2003-02-11 10:48:19
1,044,980,000
resolved fixed
1fa2575
1,045,490,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ASTResolving.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java
JDT
5,169
31,962
Bug 31962 Package Explorer context menu should not allow refresh on a closed project
null
2003-02-15 21:52:39
1,045,360,000
verified fixed
a072d25
1,045,490,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefreshAction.java
JDT
5,170
31,970
Bug 31970 Go To Resource missing files
M5 build - org.eclipse.ui module in source, rest in binary - in Package Explorer, - Navigate / Go To / Resource... - type sync (looking for synced.gif under org.eclipse.ui\icons\full\clcl16) - no match - type *.gif - it's missing all of the gifs in this folder My Package Explorer filter settings are not set to filter out non-Java elements. These files show up in the Package Explorer, but not in Go To Resource.
2003-02-16 23:51:05
1,045,460,000
resolved fixed
a496684
1,045,490,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/GotoResourceAction.java
JDT
5,171
31,292
Bug 31292 sort members: 2 dialogs if file read-only [code manipulation]
20030206 all other source actions show 1 error dialog if file is read-only this action shows 2
2003-02-07 09:31:53
1,044,630,000
resolved fixed
f5dff4e
1,045,490,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/SortMembersAction.java
JDT
5,172
31,905
Bug 31905 Package Explorer serious drawing problem
I have Windows 2000, JDK 1.4.0_01, Eclipse 2.1 M5 build. For no apparent reason, the package explorer seems to lose its mind for particular sections of the heirarchy. I am able to expand and collapse the tree and interact with it just fine. But certain sections become invisible and the only remedy is to restart eclipse. Please see the attached image. This has happend twice now, and I have no idea why.
2003-02-14 14:59:06
1,045,250,000
resolved fixed
9c022ea
1,045,480,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/ProblemsLabelDecorator.java
JDT
5,173
31,865
Bug 31865 Package Explorer: Cannot search for references in workspace
Build 20030213 1. Create class X with method foo 2. In Package Explorer, select foo 3. Right click, select References in the pop up menu Observe: The sub-menu contains only working sets. The other entries (Workspace, Hierarchy, Working Set...) have disappeared.
2003-02-14 08:01:31
1,045,230,000
resolved fixed
bade459
1,045,480,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ProblemTableViewer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ProblemTreeViewer.java
JDT
5,174
3,510
Bug 3510 Move Destination shows empty folders as packages (1G46Z2X)
The move destination shows empty folders as packages whereas the packages viewer doesn't. The UI should be consistent in this matter. Steps to reproduce: 1.) create a new source folder 2.) create a package a.b.c.d in the source folder 3.) Select move from context menu. The move destination dialog shows the following packages a a.b a.b.c a.b.c.d NOTES: EG (11/13/00 2:45:49 PM) no, you can move a package into an empty package. Veto if you disagree. EG (12/5/2000 5:04:11 PM) fixed the empty folder are now shown as folders and not packages MA (14.12.00 15:40:51) the destination dialog does not offer the project itself as a destination for the resource. you can however select the default package as destination, which results in having a file in the project i think the whole thing is still a bit too confusing. moved to inbox
2001-10-10 22:56:20
1,002,770,000
verified fixed
3324ea5
1,045,480,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddDelegateMethodsAction.java
JDT
5,175
15,654
Bug 15654 Can't maximize Compare with Local History window
Build M5 When you select 'Compare with Local History' the dialog box which appears is resizable but not maximizable. If I can resize the window I ought to be able to maximize it, as well.
2002-05-09 13:50:23
1,020,970,000
resolved fixed
c7ca379
1,045,350,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/CompareDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/ResizableDialog.java
JDT
5,176
31,473
Bug 31473 Search Engine should not search in working copies that aren't on the build path
null
2003-02-10 11:54:19
1,044,900,000
resolved fixed
62bc18c
1,045,330,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringSearchEngine.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchOperation.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchUtil.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaUI.java
JDT
5,177
31,708
Bug 31708 Make changes to RefreshAction to sync up code with workbench
null
2003-02-12 15:53:29
1,045,080,000
resolved fixed
1f960ae
1,045,330,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefreshAction.java
JDT
5,178
31,929
Bug 31929 Missing projects in Packages Explorer with Closed Project filter on
build i2003-02-14, win2k, J9 I have "hide closed projects" selected in my filter settings for the packages explorer view. When I exit my workspace and come back in, the Packages Explorer only displays some of my open projects. When I change the filter settings to show closed projects (hit ok) and then back to hiding the closed projects, the display is correct.
2003-02-14 18:21:25
1,045,260,000
resolved fixed
4ac1413
1,045,330,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/ClosedProjectFilter.java
JDT
5,179
31,821
Bug 31821 Quick fix for unused imports
build I20030211 It would be nice to have a quick fix for unused import warnings which simply removes the import.
2003-02-13 15:36:24
1,045,170,000
resolved fixed
da63070
1,045,250,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CUCorrectionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMarkerResolutionGenerator.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierChangeCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewMethodCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewVariableCompletionProposal.java
JDT
5,180
31,634
Bug 31634 Quickfix should do a team checkout
2.1 M5 / clearcase / eclipse-ccase plugin 0.9.3 Quickfix says no corrections available for a read only file that is under source control (i.e. not checked out). Quickfix should propose the corrections and check the file out automatically to implement them.
2003-02-12 04:52:20
1,045,040,000
resolved fixed
570190f
1,045,240,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierChangeCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewMethodCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewVariableCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java
JDT
5,181
31,384
Bug 31384 Deleting a Link deletes the content of the link result in loss of data
I20030206 - create a normal Java project - create a folder and link the folder to an existing workspace. Observe: the link is rendered as an empty package and a lot of ghost folders are rendered as well. - delete the link folder/package Observe: this also deletes folders from the source folder as well (the .metadata directory and sometimes projects as well), resulting in Loss of DATA. Note that the dialog that pops up states that only the link will be removed from the workspace.
2003-02-07 18:54:47
1,044,660,000
resolved wontfix
575595f
1,045,240,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/DeleteRefactoring.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/DeleteResourcesAction.java
JDT
5,182
26,035
Bug 26035 Local history uses wrong character encoding
i set the windows->preferences->editors->TextFileEncoding to GBK it a Chinese charactor set.and then i wrote some Chinese in the println method just as System.out.println("2UEU"); after some modify,i replace this code back from Local History.a mistake appeared.it left a mess in the println sentence.the same mistake appear in WebSphere Application Developer 5.0
2002-11-12 07:57:47
1,037,110,000
resolved fixed
2729322
1,045,240,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaCompareUtilities.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaHistoryAction.java
JDT
5,183
31,649
Bug 31649 Quick assist surround proposals need different label
20030211 All uix fix/assist proposals have a descriptive label 'Remove xx', 'Change to..' The surround template proposals should follow this rule as well. e.g. 'Surround with {0} template'
2003-02-12 07:10:32
1,045,050,000
resolved fixed
aa5534c
1,045,240,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickTemplateProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/TemplateProposal.java
JDT
5,184
27,935
Bug 27935 [Markers] MarkerHelpRegistry.hasResolutions is a performance problem
MarkerHelpRegistry.hasResolutions is used to get the enablement state for the 'quick fix' menu entry in the task view as well as to evaluate if a light bulb needs to be shown in the (Java) editor. The current implementation of MarkerHelpRegistry.hasResolutions is MarkerHelpRegistry.getResolutions().length; creating all proposals, which can be very expensive as it involves evaluating the problem context and returning the full and exact number of proposals. It would be better if the IMarkerResolutionGenerator would also offer a 'hasResolutions', so the implementor of the genenator can do a cheap guess, and do the more expensive proposal creations only when the dialog is shown. We do the same thing with the quick fixes in the editor, where the light bulb shows up on all error types that are handles, even it is still possible that the exact evaluation will find out that for this particular scenario, no corrections can be offered. Supporting now also contributed MarkerResultions, the performance problem of MarkerHelpRegistry.hasResolutions will show up as more and more contributions are coming. The problem is already now showing up for the context menu of the task bar for Java errors, as for calculating the resolution an AST has to be built.
2002-12-09 08:20:40
1,039,440,000
resolved fixed
af2a19d
1,045,230,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMarkerResolutionGenerator.java
JDT
5,185
24,921
Bug 24921 inline method - breaks code when inlining methods with try catch blocks [refactoring]
I-20021016 linux-gtk: import java.io.IOException; public class Loo { void foo() throws IOException { try { throw new IOException(); } catch (IOException e) { } } void goo() { try { foo(); } catch (IOException e) { System.err.println(); } } } 1. select foo in goo 2. inline method 3. press finish 4. observe that two try catch blocks for IOException are produced with a compile error for unreachable catch block
2002-10-17 06:28:17
1,034,850,000
resolved wontfix
3361652
1,045,170,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/base/RefactoringStatusCodes.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InvocationAnalyzer.java
JDT
5,186
24,914
Bug 24914 inline method - breaks code when inlining into overridden methods [refactoring]
I-20021016 linux-gtk: public class Boo { private static class A { void foo() { } } private static class B extends A { void foo() { super.foo(); } } } Issue 1: 1. select foo in "super.foo" 2. inline method 3. get a dialog saying "No method invocation or declaration selected." Issue 2: 1. select foo declration in class A 2. inline method 3. press finish 4. observe that the method foo() from A is gone, leaving class B with compile errors
2002-10-17 06:09:09
1,034,850,000
resolved fixed
58b020e
1,045,160,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InvocationAnalyzer.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/Invocations.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/TargetProvider.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringWizard.java
JDT
5,187
30,706
Bug 30706 Problem with linked folders, filters and refactoring.
I am trying to use the refactoring support in an environment where the project source tree is accessed via links and some parts of the raw tree are filtered out. Specifically I am trying to rename a class and when the refactoring dialog comes up I select all the options which forces a preview. When I select the "preview" button, the system works for a moment, flashes up another dialog or message box which disappears before it can be seen and finally presents a dialog that states that an internal processing error has occurred and that details will be found in the log. When I look at the log below !SESSION Jan 31, 2003 07:56:09.772 -------------------------------------------- - java.version=1.4.1_01 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 -data E:\CRYPTOAdminWorkspace-6.0 -showlocation -install file:E:/Eclipse- I20030129/eclipse/ !ENTRY org.eclipse.jdt.ui 4 10001 Jan 31, 2003 07:56:09.772 !MESSAGE Internal Error !STACK 0 java.lang.reflect.InvocationTargetException at org.eclipse.jdt.internal.ui.refactoring.CheckConditionsOperation.run (CheckConditionsOperation.java:61) at org.eclipse.jdt.internal.ui.refactoring.CreateChangeOperation.run (CreateChangeOperation.java:94) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run (ModalContext.java:95) Caused by: Java Model Exception: Core Exception [code 969] Release/com/cryptocard/HalfPint [in CRYPTOAdmin-6.0] does not exist. at org.eclipse.jdt.internal.corext.refactoring.rename.RenameTypeRefactoring.checkI nput(RenameTypeRefactoring.java:389) at org.eclipse.jdt.internal.ui.refactoring.CheckConditionsOperation.run (CheckConditionsOperation.java:59) ... 2 more we see that the system is complaining about Release/com/cryptocard/HalfPint. This is one of the directories that has been filtered out of the project. I am attaching the .project and .classpath files for the project as supporting material. Regards Jonathan Gossage
2003-01-31 07:45:35
1,044,020,000
resolved fixed
a041704
1,045,160,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/TextMatchFinder.java
JDT
5,188
26,096
Bug 26096 inline method: incorrectly inling method that refers to 'this'
class A{ void m(C c){ c.m(this); } } class C{ void m(A a){ //method } } class Client{ void f(){ A a= null; C c= null; a.m(c); } } inlining A.m results in (in Client.f()): c.m(this); which does not compile
2002-11-13 08:48:15
1,037,200,000
resolved fixed
58fd42e
1,045,150,000
org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/receiver_in/TestThisExpression.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/receiver_out/TestThisExpression.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceAnalyzer.java
JDT
5,189
25,501
Bug 25501 inline method: syntax errors after
public class A { void g(){ int i= y(); } int y(){ if (true) return 4; else return 3; } } inline the call to y() - you get syntax errors
2002-10-29 12:19:14
1,035,910,000
resolved fixed
40e2847
1,045,150,000
org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/invalid/TestLocalInitializer.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/base/RefactoringStatusCodes.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InvocationAnalyzer.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceProvider.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/TargetProvider.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java
JDT
5,190
30,940
Bug 30940 Convert nest to top level doesn't honor organize import settings [refactoring]
The new compilation unit generated by this refactoring doesn't honor the code templates nor does it honor the organize import settings. Adam, can you please comment on this.
2003-02-05 03:54:50
1,044,440,000
resolved fixed
03a526c
1,045,140,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java
JDT
5,191
30,553
Bug 30553 Quick fix suggestions for unresolved type after "new" could be ordered better [quick fix]
(Build I20030107, GTK, Sun JDK 1.4.1-b21, Gentoo Linux 2.4.19) I often use statements like this: Map map = new HashMap(); If java.util.Map has been imported, but java.util.HashMap hasn't then there will be quick fix suggestions for 'HashMap'. The suggestions are: Change to 'Map' Import 'java.util.HashMap' ... I suggest that a better order would reverse the top two suggestions. ie: Import 'java.util.HashMap' Change to 'Map' ... I know there is an algorithm for determining the order of suggestions. When a suggestion is made to fix an unresolved type after a "new" statement, classes which can be instantiated should be shown higher than interfaces and abstract classes. Interfaces and abstract classes only make sense if an anonymous class is being created and this is much less common.
2003-01-29 17:17:35
1,043,880,000
resolved fixed
02ca2a4
1,045,130,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java
JDT
5,192
31,687
Bug 31687 NPE in FindOccurrencesEngine.create
I create a Java editor in plug-in code. It comes up ok but when I select a word and do the "Search...Occurrences in File" action it bombs with the traceback below. Here is the plug-in code that creates the editor: IWorkbenchPage page = PlatformUI.getWorkbench ().getActiveWorkbenchWindow().getActivePage(); if (page == null) return; IStorage storage = new FileStorage(path); IEditorRegistry registry= PlatformUI.getWorkbench().getEditorRegistry (); IEditorDescriptor desc = registry.getDefaultEditor(fileName); if (desc == null) { desc = registry.getDefaultEditor(); } IEditorInput input = new ExternalEditorInput(storage); IEditorPart editor = page.openEditor(input, desc.getId()); FileStorage and ExternalEditorInput are my own classes that I based on examples from JDT (jar reading) and CDT. I can attach them if needed. The problem seems to be that CompilationUnitDocumentProvider.getWorkingCopy is returning null because getElementInfo isn't returning a CompilationUnitInfo (an internal class). It's unclear to me if this is something I'm not setting up properly in my code or if the find engine should be doing something differently. /* * @see IWorkingCopyManager#getWorkingCopy(Object) */ public ICompilationUnit getWorkingCopy(IEditorInput element) { ElementInfo elementInfo= getElementInfo(element); if (elementInfo instanceof CompilationUnitInfo) { CompilationUnitInfo info= (CompilationUnitInfo) elementInfo; return info.fCopy; } return null; } Here's the traceback: Thread [main] (Suspended (exception java.lang.NullPointerException)) org.eclipse.jdt.internal.ui.search.FindOccurrencesEngine.create (org.eclipse.jdt.core.IJavaElement) line: 127 org.eclipse.jdt.ui.actions.FindOccurrencesInFileAction.run (org.eclipse.jface.text.ITextSelection) line: 163 org.eclipse.jdt.ui.actions.FindOccurrencesInFileAction (org.eclipse.jdt.ui.actions.SelectionDispatchAction).dispatchRun (org.eclipse.jface.viewers.ISelection) line: 193 org.eclipse.jdt.ui.actions.FindOccurrencesInFileAction (org.eclipse.jdt.ui.actions.SelectionDispatchAction).run() line: 169 org.eclipse.jdt.ui.actions.FindOccurrencesInFileAction (org.eclipse.jface.action.Action).runWithEvent(org.eclipse.swt.widgets.Event) line: 804 org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (org.eclipse.swt.widgets.Event) line: 450 org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (org.eclipse.swt.widgets.Event) line: 398 org.eclipse.jface.action.ActionContributionItem.access$0 (org.eclipse.jface.action.ActionContributionItem, org.eclipse.swt.widgets.Event) line: 392 org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEv ent(org.eclipse.swt.widgets.Event) line: 72 org.eclipse.swt.widgets.EventTable.sendEvent (org.eclipse.swt.widgets.Event) line: 77 org.eclipse.swt.widgets.MenuItem (org.eclipse.swt.widgets.Widget).sendEvent(org.eclipse.swt.widgets.Event) line: 836 org.eclipse.swt.widgets.Display.runDeferredEvents() line: 1692 org.eclipse.swt.widgets.Display.readAndDispatch() line: 1410 org.eclipse.ui.internal.Workbench.runEventLoop (org.eclipse.jface.window.Window$IExceptionHandler) line: 1289 org.eclipse.ui.internal.Workbench.run(java.lang.Object) line: 1272 org.eclipse.core.internal.boot.InternalBootLoader.run (java.lang.String, java.net.URL, java.lang.String, java.lang.String[], java.lang.Runnable) line: 845 org.eclipse.core.boot.BootLoader.run(java.lang.String, java.net.URL, java.lang.String, java.lang.String[], java.lang.Runnable) line: 461 sun.reflect.NativeMethodAccessorImpl.invoke0(java.lang.reflect.Method, java.lang.Object, java.lang.Object[]) line: not available [native method] sun.reflect.NativeMethodAccessorImpl.invoke(java.lang.Object, java.lang.Object[]) line: 39 [local variables unavailable] sun.reflect.DelegatingMethodAccessorImpl.invoke(java.lang.Object, java.lang.Object[]) line: 25 [local variables unavailable] java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) line: 324 [local variables unavailable] org.eclipse.core.launcher.Main.basicRun(java.lang.String[]) line: 247 org.eclipse.core.launcher.Main.run(java.lang.String[]) line: 703 org.eclipse.core.launcher.Main.main(java.lang.String[]) line: 539
2003-02-12 12:48:53
1,045,070,000
resolved fixed
36faefe
1,045,130,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/AddImportOnSelectionAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddDelegateMethodsAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindOccurrencesInFileAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/InlineAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/JavaSearchActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java
JDT
5,193
31,720
Bug 31720 Browsing views should add listener to page [Browsing]
null
2003-02-12 17:21:27
1,045,090,000
resolved fixed
bea7ed5
1,045,130,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java
JDT
5,194
31,668
Bug 31668 Icons squished in Types view
I20030211 Now that (non-java) resources are available in the types view, I see squished icons. The attached picture shows what I mean. I think what's happening is that the package.html's icon is 16x16, and it constrains all the other icons in the tree to 16x16, but the JDT icons want to be wider than 16 to add decorations ("F", "A", etc) to the side.
2003-02-12 10:59:06
1,045,070,000
resolved fixed
f66f7f6
1,045,130,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/NonJavaElementFilter.java
JDT
5,195
27,408
Bug 27408 Preference convertor also maps to font registry
null
2002-11-29 10:58:19
1,038,590,000
resolved fixed
64643b1
1,045,130,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java
JDT
5,196
31,083
Bug 31083 PackageView - logic container doesn't show up in classpath order [package explorer]
Build 20030206 The JRE System Library container shows up at the bottom of my project's children, where it is actually ordered first on my build path. This feels inconsistent with our approach of sticking to the build path.
2003-02-06 08:12:16
1,044,540,000
resolved fixed
0d4cee9
1,045,080,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/ClassPathContainer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementSorter.java
JDT
5,197
30,587
Bug 30587 inline method deletes non-javadoc comment after the inlined method
inline method on inline(): public class Test { public int inline() { return 0; } /* * Method test. */ public void test() { int tmp= inline(); } } results in: public class Test { public void test() { int tmp= 0; } } this only happens with non-javadoc comments.
2003-01-30 04:30:44
1,043,920,000
resolved fixed
411b064
1,045,070,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTRewriteAnalyzer.java
JDT
5,198
31,534
Bug 31534 List with files of non-externalized strings should show project [NLS Tools]
Build I20030211 1. Select 2 projects (which have non-externalized strings) 2. Look at the list: the project is not shown only the project-relative path
2003-02-11 07:19:31
1,044,970,000
resolved fixed
91f45ad
1,045,070,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindStringsToExternalizeAction.java
JDT
5,199
31,235
Bug 31235 Move: source accepts itself as target [DnD] [ccp]
I20030206 - Java project with two folder src1 and src2 where src1 is on the build path (e.g. source folder) - select src2 and start DnD and move it over src2. Observe: DnD is enabled.
2003-02-07 05:58:28
1,044,620,000
resolved fixed
ebd8e3d
1,045,070,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgRefactoring.java
JDT
5,200
31,170
Bug 31170 Errors in outline view
build i0206, win2k, j9 I noticed that my outline view wasn't updating...it only displayed "a top level type not defined". I clicked on the "go into top level type" button a couple of times and got the following in my log. !ENTRY org.eclipse.jdt.ui 4 10001 Feb 06, 2003 16:50:27.383 !MESSAGE Template newtype not added: Variable 'package_statement' is unknown. !ENTRY org.eclipse.jdt.ui 4 10001 Feb 06, 2003 16:50:51.137 !MESSAGE Internal Error !STACK 1 Java Model Exception: Java Model Status [[Working copy] ResourcesPlugin.java [in org.eclipse.core.resources [in src [in org.eclipse.core.resources]]] 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/WorkingCopy.openBuffer (Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/jdt/core/IBuffer; org/eclipse/jdt/internal/core/Openable.openWhenClosed (Lorg/eclipse/core/runtime/IProgressMonitor;)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/JavaElement.getChildren() [Lorg/eclipse/jdt/core/IJavaElement; org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage$ChildrenProvider.getChild ren(Ljava/lang/Object;)[Ljava/lang/Object; org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage$ChildrenProvider.getEleme nts(Ljava/lang/Object;)[Ljava/lang/Object; org/eclipse/jface/viewers/StructuredViewer.getRawChildren(Ljava/lang/Object;) [Ljava/lang/Object; org/eclipse/jface/viewers/AbstractTreeViewer.getRawChildren (Ljava/lang/Object;)[Ljava/lang/Object; org/eclipse/jface/viewers/StructuredViewer.getFilteredChildren (Ljava/lang/Object;)[Ljava/lang/Object; org/eclipse/jface/viewers/StructuredViewer.getSortedChildren (Ljava/lang/Object;)[Ljava/lang/Object; org/eclipse/jface/viewers/AbstractTreeViewer.updateChildren (Lorg/eclipse/swt/widgets/Widget;Ljava/lang/Object;[Ljava/lang/Object;)V org/eclipse/jface/viewers/AbstractTreeViewer.internalRefresh (Lorg/eclipse/swt/widgets/Widget;Ljava/lang/Object;Z)V org/eclipse/jface/viewers/AbstractTreeViewer.internalRefresh (Ljava/lang/Object;)V org/eclipse/jface/viewers/StructuredViewer$7.run()V org/eclipse/jface/viewers/StructuredViewer.preservingSelection (Ljava/lang/Runnable;)V org/eclipse/jface/viewers/StructuredViewer.refresh(Ljava/lang/Object;)V org/eclipse/jface/viewers/StructuredViewer.refresh()V org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage$ClassOnlyAction.setTopLev elTypeOnly(Z)V org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage$ClassOnlyAction.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.sendEvent(Lorg/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 (Lorg/eclipse/jface/window/Window$IExceptionHandler;)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/Runnable;)Ljava/lang/Object; org/eclipse/core/boot/BootLoader.run (Ljava/lang/String;Ljava/net/URL;Ljava/lang/String; [Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object; java/lang/reflect/AccessibleObject.invokeL(Ljava/lang/Object; [Ljava/lang/Object;)Ljava/lang/Object; java/lang/reflect/Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;) Ljava/lang/Object; org/eclipse/core/launcher/Main.basicRun([Ljava/lang/String;) Ljava/lang/Object; org/eclipse/core/launcher/Main.run([Ljava/lang/String;)Ljava/lang/Object; org/eclipse/core/launcher/Main.main([Ljava/lang/String;)V !ENTRY org.eclipse.jdt.core 4 969 Feb 06, 2003 16:50:51.137 !MESSAGE [Working copy] ResourcesPlugin.java [in org.eclipse.core.resources [in src [in org.eclipse.core.resources]]] does not exist. !ENTRY org.eclipse.jface 4 2 Feb 06, 2003 16:50:57.376 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". !STACK 0 java.lang.NullPointerException Stack trace: java/lang/Throwable.<init>()V java/lang/Throwable.<init>(Ljava/lang/String;)V java/lang/NullPointerException.<init>(Ljava/lang/String;)V org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.setSelection (Lorg/eclipse/jdt/core/ISourceReference;Z)V org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.doSelectionChanged (Lorg/eclipse/jface/viewers/SelectionChangedEvent;)V org/eclipse/jdt/internal/ui/javaeditor/JavaEditor$SelectionChangedListener.selec tionChanged(Lorg/eclipse/jface/viewers/SelectionChangedEvent;)V org/eclipse/jface/viewers/StructuredViewer$3.run()V org/eclipse/core/internal/runtime/InternalPlatform.run (Lorg/eclipse/core/runtime/ISafeRunnable;)V org/eclipse/core/runtime/Platform.run (Lorg/eclipse/core/runtime/ISafeRunnable;)V org/eclipse/jface/viewers/StructuredViewer.firePostSelectionChanged (Lorg/eclipse/jface/viewers/SelectionChangedEvent;)V org/eclipse/jface/viewers/StructuredViewer.handlePostSelect (Lorg/eclipse/swt/events/SelectionEvent;)V org/eclipse/jface/viewers/StructuredViewer$5.widgetSelected (Lorg/eclipse/swt/events/SelectionEvent;)V org/eclipse/jface/util/OpenStrategy.firePostSelectionEvent (Lorg/eclipse/swt/events/SelectionEvent;)V org/eclipse/jface/util/OpenStrategy.access$4 (Lorg/eclipse/jface/util/OpenStrategy;Lorg/eclipse/swt/events/SelectionEvent;)V org/eclipse/jface/util/OpenStrategy$3.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 (Lorg/eclipse/jface/window/Window$IExceptionHandler;)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/Runnable;)Ljava/lang/Object; org/eclipse/core/boot/BootLoader.run (Ljava/lang/String;Ljava/net/URL;Ljava/lang/String; [Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object; java/lang/reflect/AccessibleObject.invokeL(Ljava/lang/Object; [Ljava/lang/Object;)Ljava/lang/Object; java/lang/reflect/Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;) Ljava/lang/Object; org/eclipse/core/launcher/Main.basicRun([Ljava/lang/String;) Ljava/lang/Object; org/eclipse/core/launcher/Main.run([Ljava/lang/String;)Ljava/lang/Object; org/eclipse/core/launcher/Main.main([Ljava/lang/String;)V
2003-02-06 16:57:40
1,044,570,000
resolved fixed
8ae5f04
1,045,070,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java
JDT
5,201
31,254
Bug 31254 Change Method signature refactoring: Table leaves cursor edit mode
20030206 Change Method signature refactoring: Doubleclick should open edit window
2003-02-07 07:02:15
1,044,620,000
resolved fixed
a377259
1,045,070,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java
JDT
5,202
31,298
Bug 31298 move of read-only java file gives error dialog after confirmation
- 'move' read-only java file - uncheck all options - choose dest package - press ok - confirm the movement of a read-only file -> error dialog
2003-02-07 09:49:51
1,044,630,000
resolved fixed
12cd63f
1,045,070,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/CopyRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgRefactoring.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/JdtCopyAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/JdtMoveAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/ReorgDestinationAction.java
JDT
5,203
31,556
Bug 31556 Export jar from Navigator view fails
(M5 build) In Navigator view (resource perspective), right-click on a src/ directory containing your sources, select export->jar file and the package selector opens with no resource selected (and finish button disabled); but it seems that the src/ dir is really selected, because if you re-select it in the window, it ends up with a "jar creation failed" and a lot of duplicate entries in the error log. If you try the same from the Projects view (Java browsing perspective), it works fine.
2003-02-11 10:56:26
1,044,980,000
resolved fixed
01d8cb2
1,045,070,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageWizardPage.java
JDT
5,204
30,870
Bug 30870 NameMatcher - incorrect way of testing [code manipulation]
20030204 NameMatcher has a main method that is used for testing it should be removed and proper tests should be added to the jdt ui suite (it's the only class in jdt ui with a main method)
2003-02-04 10:40:57
1,044,370,000
resolved fixed
fe373a5
1,045,060,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NameMatcher.java
JDT
5,205
31,576
Bug 31576 2.1M5 NullPointerException in ClassPathDetector.detectOutputFolder
I'm attempting to create a new Java Project and point it to a directory in my ClearCase directory. It appears that in an attempt to discover source directories and libraries, a NullPointerException is being thrown. This is in version 2.1 M5. The relevant information from the log is: !SESSION Feb 11, 2003 12:35:23.406 --------------------------------------------- java.version=1.4.1_01 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 -data c:\source\eclipse-workspace -install file:C:/software/eclipse/ !ENTRY com.rational.clearcase 1 0 Feb 11, 2003 12:35:23.406 !MESSAGE traceLevel = 2(option=null) !ENTRY org.eclipse.jdt.ui 4 10001 Feb 11, 2003 12:44:56.854 !MESSAGE Internal Error !STACK 0 java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:307) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:246) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:716) at org.eclipse.jdt.internal.ui.wizards.NewElementWizard.performFinish(NewElementWizard.java:86) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:570) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:308) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:417) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:87) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.jface.window.Window.runEventLoop(Window.java:561) at org.eclipse.jface.window.Window.open(Window.java:541) at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:97) at org.eclipse.jface.action.Action.runWithEvent(Action.java:804) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:450) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:398) at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:392) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1289) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1272) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) Caused by: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.wizards.ClassPathDetector.detectOutputFolder(ClassPathDetector.java:122) at org.eclipse.jdt.internal.ui.wizards.ClassPathDetector.detectClasspath(ClassPathDetector.java:77) at org.eclipse.jdt.internal.ui.wizards.ClassPathDetector.<init>(ClassPathDetector.java:56) at org.eclipse.jdt.internal.ui.wizards.NewProjectCreationWizardPage.updateProject(NewProjectCreationWizardPage.java:109) at org.eclipse.jdt.internal.ui.wizards.NewProjectCreationWizardPage.performFinish(NewProjectCreationWizardPage.java:129) at org.eclipse.jdt.internal.ui.wizards.NewProjectCreationWizard.finishPage(NewProjectCreationWizard.java:56) at org.eclipse.jdt.internal.ui.wizards.NewElementWizard$2.run(NewElementWizard.java:79) at org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:34) at org.eclipse.jdt.internal.core.JavaModelOperation.execute(JavaModelOperation.java:343) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:671) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1588) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:2633) at org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:32) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:296) ... 34 more
2003-02-11 13:52:38
1,044,990,000
resolved fixed
5bfd2cf
1,045,060,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/ClassPathDetector.java
JDT
5,206
31,213
Bug 31213 occurrences in file: exception trace in log
20030206 after i ran the action on a file outside of my classpath !ENTRY org.eclipse.jdt.ui 4 10001 Feb 07, 2003 10:48:29.593 !MESSAGE Internal Error !STACK 1 Java Model Exception: Java Model Status [ddd [in xxx] does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException (JavaElement.java:482) at org.eclipse.jdt.internal.core.PackageFragmentRoot.getUnderlyingResource (PackageFragmentRoot.java:714) at org.eclipse.jdt.internal.core.PackageFragment.getUnderlyingResource (PackageFragment.java:249) at org.eclipse.jdt.internal.core.Openable.getUnderlyingResource (Openable.java:235) at org.eclipse.jdt.internal.core.CompilationUnit.getUnderlyingResource (CompilationUnit.java:546) at org.eclipse.jdt.internal.ui.search.FindOccurrencesEngine$FindOccurencesCUEngine. getMarkerOwner(FindOccurrencesEngine.java:116) at org.eclipse.jdt.internal.ui.search.FindOccurrencesEngine$1.run (FindOccurrencesEngine.java:178) at org.eclipse.jdt.internal.core.BatchOperation.executeOperation (BatchOperation.java:34) at org.eclipse.jdt.internal.core.JavaModelOperation.execute (JavaModelOperation.java:343) at org.eclipse.jdt.internal.core.JavaModelOperation.run (JavaModelOperation.java:671) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1588) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:2633) at org.eclipse.jdt.internal.ui.search.FindOccurrencesEngine$2.run (FindOccurrencesEngine.java:274) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:65) at org.eclipse.jdt.internal.ui.search.FindOccurrencesEngine.run (FindOccurrencesEngine.java:270) at org.eclipse.jdt.internal.ui.search.FindOccurrencesEngine.run (FindOccurrencesEngine.java:190) at org.eclipse.jdt.ui.actions.FindOccurrencesInFileAction.run (FindOccurrencesInFileAction.java:165) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun (SelectionDispatchAction.java:193) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run (SelectionDispatchAction.java:169) at org.eclipse.jface.action.Action.runWithEvent(Action.java:804) at org.eclipse.ui.actions.RetargetAction.runWithEvent (RetargetAction.java:177) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent (WWinPluginAction.java:207) at org.eclipse.ui.internal.WWinKeyBindingService.invoke (WWinKeyBindingService.java:135) at org.eclipse.ui.internal.WWinKeyBindingService.pressed (WWinKeyBindingService.java:116) at org.eclipse.ui.internal.WWinKeyBindingService$6.widgetSelected (WWinKeyBindingService.java:365) at org.eclipse.ui.internal.AcceleratorMenu$2.handleEvent (AcceleratorMenu.java:55) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1289) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1272) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539)
2003-02-07 05:01:08
1,044,610,000
resolved fixed
d31adb7
1,045,060,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindOccurrencesInFileAction.java
JDT
5,207
30,630
Bug 30630 nested source folders: unclear error message
20030129 create a jproject, a source folder s1 and a nested in it source folder s2 delete s1 open the 'new' wizard and try creating a source folder s1 the error message is very long and compilicated while it should be a simple warning saying 'You have a folder s1 - I will turn it into a source folder fo you' (and then it could automagically add excelusion filter so that s2 is still a source folder)
2003-01-30 12:32:40
1,043,950,000
resolved fixed
739c70f
1,045,060,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java
JDT
5,208
31,208
Bug 31208 occurrences in file: some names cannot be searched for
20030206 package dd; import java.util.List; public class A { A(List elements){ } } select List in the import - ok, finds matches select List in the constructor declaration - no matches strange, it's the same List
2003-02-07 04:50:54
1,044,610,000
resolved fixed
aa096f8
1,045,060,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/FindOccurrencesEngine.java
JDT
5,209
31,202
Bug 31202 occurrences in file: shoul beep at me if cannot find anything
20030206 i should be beeped at if nothing is found (an invalid expression selected or sth) i never look at the status line status line message + beep = the way to go
2003-02-07 04:40:27
1,044,610,000
resolved fixed
b26b0f2
1,045,060,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindOccurrencesInFileAction.java
JDT
5,210
31,081
Bug 31081 Double clicking in packages viewer expands/collapses tree node
Build I20030205 - preference double click open mode - show member of compilation unit - double click on a CU observe: tree node gets expanded
2003-02-06 07:27:44
1,044,530,000
resolved fixed
5743a3a
1,045,050,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java
JDT
5,211
31,284
Bug 31284 Push down refactoring: Exception when pressing 'preview' the second time
20030206 1. select a method, invoke 'push down' (e.g. ChangeCorrectionProposal.setImage) 2. press preview 3. press cancel 4. press preview again java.lang.reflect.InvocationTargetException: org.eclipse.jdt.internal.corext.Assert$AssertionFailedException: assertion failed; at org.eclipse.jdt.internal.corext.Assert.isTrue(Assert.java:130) at org.eclipse.jdt.internal.corext.Assert.isTrue(Assert.java(Compiled Code)) at org.eclipse.jdt.internal.corext.textmanipulation.TextEdit.setParent (TextEdit.java:367) at org.eclipse.jdt.internal.corext.textmanipulation.TextEdit.internalAdd (TextEdit.java:397) at org.eclipse.jdt.internal.corext.textmanipulation.TextEdit.add (TextEdit.java:112) at org.eclipse.jdt.internal.corext.refactoring.structure.PushDownRefactoring.fillWi thRewriteEdits(PushDownRefactoring.java:1157) at org.eclipse.jdt.internal.corext.refactoring.structure.PushDownRefactoring.create ChangeManager(PushDownRefactoring.java:771) at org.eclipse.jdt.internal.corext.refactoring.structure.PushDownRefactoring.checkI nput(PushDownRefactoring.java:500) at org.eclipse.jdt.internal.ui.refactoring.CheckConditionsOperation.run (CheckConditionsOperation.java:59) at org.eclipse.jdt.internal.ui.refactoring.CreateChangeOperation.run (CreateChangeOperation.java:94) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run (ModalContext.java:95)
2003-02-07 08:59:37
1,044,630,000
resolved fixed
4e0a944
1,045,050,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PushDownRefactoring.java
JDT
5,212
31,117
Bug 31117 incomplete deletion of abandoned Java project [code manipulation]
Build M5 1. New / Project / Java Project Name "J1" Hit Next. Observe: Project J3 appears in the resource navigator. 2. On Java settings wizard page, hit Cancel. Observe: Project J3 disappears from the resource navigator. 3. Use Windows Explorer to look at <workspace>/ Observe: <workspace>/J1/.project exists and contains <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>J2</name> <comment></comment> <projects> </projects> <buildSpec> </buildSpec> <natures> </natures> </projectDescription> Expectation: <workspace>/J1/.project should get deleted. So should <workspace>/J1/ if it had just been created.
2003-02-06 12:36:44
1,044,550,000
resolved fixed
30bc688
1,045,050,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewProjectCreationWizardPage.java
JDT
5,213
31,601
Bug 31601 JME when changing method signature
20030206 - JUnit setup - select Assert.assertNotNull(String, Object) in Outliner - activate Change Method Signature - swap arguments - OK You get the following exception in the log. Java Model Exception: Java Model Status [assertNull [in Assert [in [Working copy] Assert.java [in junit.framework [in [project root] [in JUnit]]]]] does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException (JavaElement.java:482) at org.eclipse.jdt.internal.core.JavaElement.openHierarchy (JavaElement.java:511) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo (JavaElement.java:296) at org.eclipse.jdt.internal.core.SourceMethod.getSignature (SourceMethod.java:133) at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring .getInitialReturnTypeName(ChangeSignatureRefactoring.java:132) at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring .<init>(ChangeSignatureRefactoring.java:122) at org.eclipse.jdt.ui.actions.ModifyParametersAction.shouldAcceptElement (ModifyParametersAction.java:156) at org.eclipse.jdt.ui.actions.ModifyParametersAction.canEnable (ModifyParametersAction.java:130) at org.eclipse.jdt.ui.actions.ModifyParametersAction.selectionChanged (ModifyParametersAction.java:88) at org.eclipse.jdt.ui.actions.ModifyParametersAction.run (ModifyParametersAction.java:108) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun (SelectionDispatchAction.java:191) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run (SelectionDispatchAction.java:169) at org.eclipse.jface.action.Action.runWithEvent(Action.java:804) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:450) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:398) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:392) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:72) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1289) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1272) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) IMO the problem is that selectionChanged is called with the original element which signature got changed.
2003-02-11 17:30:43
1,045,000,000
resolved fixed
2c403da
1,045,050,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java
JDT
5,214
31,524
Bug 31524 Update problem in Java browsing perspective [browsing]
M5+plugin export: - open Java browsing perspective - switch to segmented view - drill down to any method - in segemented editor edit method name Observe: members view is updated correctly - close segmented editor and discard changes Observe: members view still shows changed name
2003-02-11 05:38:35
1,044,960,000
resolved fixed
93f9637
1,044,990,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/MembersView.java
JDT
5,215
31,134
Bug 31134 NPE when no default JRE [code manipulation]
I created a project when there were no defined JREs, and got the following NPE: !ENTRY org.eclipse.jdt.ui 4 10001 Feb 06, 2003 12:34:15.392 !MESSAGE Internal Error !STACK 0 java.lang.reflect.InvocationTargetException: java.lang.NullPointerException Stack trace: java/lang/Throwable.<init>()V java/lang/Throwable.<init>(Ljava/lang/String;)V java/lang/NullPointerException.<init>(Ljava/lang/String;)V org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.<init> (Lorg/eclipse/jdt/core/IJavaProject;ILorg/eclipse/core/runtime/IPath;Lorg/eclips e/core/resources/IResource;)V org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.createFromExisting (Lorg/eclipse/jdt/core/IClasspathEntry;Lorg/eclipse/jdt/core/IJavaProject;) Lorg/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement; org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.getExistingEntrie s([Lorg/eclipse/jdt/core/IClasspathEntry;)Ljava/util/ArrayList; org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.getDefaultClassPa th(Lorg/eclipse/jdt/core/IJavaProject;)Ljava/util/List; org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.init (Lorg/eclipse/jdt/core/IJavaProject;Lorg/eclipse/core/runtime/IPath; [Lorg/eclipse/jdt/core/IClasspathEntry;)V org/eclipse/jdt/ui/wizards/JavaCapabilityConfigurationPage.init (Lorg/eclipse/jdt/core/IJavaProject;Lorg/eclipse/core/runtime/IPath; [Lorg/eclipse/jdt/core/IClasspathEntry;Z)V org/eclipse/jdt/internal/ui/wizards/NewProjectCreationWizardPage.updateProject (ZLorg/eclipse/core/runtime/IProgressMonitor;)V org/eclipse/jdt/internal/ui/wizards/NewProjectCreationWizardPage.performFinish (Lorg/eclipse/core/runtime/IProgressMonitor;)V org/eclipse/jdt/internal/ui/wizards/NewProjectCreationWizard.finishPage (Lorg/eclipse/core/runtime/IProgressMonitor;)V org/eclipse/jdt/internal/ui/wizards/NewElementWizard$2.run (Lorg/eclipse/core/runtime/IProgressMonitor;)V org/eclipse/jdt/internal/core/BatchOperation.executeOperation()V org/eclipse/jdt/internal/core/JavaModelOperation.execute()V org/eclipse/jdt/internal/core/JavaModelOperation.run (Lorg/eclipse/core/runtime/IProgressMonitor;)V org/eclipse/core/internal/resources/Workspace.run (Lorg/eclipse/core/resources/IWorkspaceRunnable;Lorg/eclipse/core/runtime/IProgr essMonitor;)V org/eclipse/jdt/core/JavaCore.run (Lorg/eclipse/core/resources/IWorkspaceRunnable;Lorg/eclipse/core/runtime/IProgr essMonitor;)V org/eclipse/jdt/internal/ui/actions/WorkbenchRunnableAdapter.run (Lorg/eclipse/core/runtime/IProgressMonitor;)V org/eclipse/jface/operation/ModalContext.runInCurrentThread (Lorg/eclipse/jface/operation/IRunnableWithProgress;Lorg/eclipse/core/runtime/IP rogressMonitor;)V org/eclipse/jface/operation/ModalContext.run (Lorg/eclipse/jface/operation/IRunnableWithProgress;ZLorg/eclipse/core/runtime/I ProgressMonitor;Lorg/eclipse/swt/widgets/Display;)V org/eclipse/jface/wizard/WizardDialog.run (ZZLorg/eclipse/jface/operation/IRunnableWithProgress;)V org/eclipse/jdt/internal/ui/wizards/NewElementWizard.performFinish()Z org/eclipse/jface/wizard/WizardDialog.finishPressed()V org/eclipse/jface/wizard/WizardDialog.buttonPressed(I)V org/eclipse/jface/dialogs/Dialog$1.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.sendEvent(Lorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/widgets/Display.runDeferredEvents()Z 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/jdt/internal/ui/wizards/AbstractOpenWizardAction.run()V org/eclipse/jdt/internal/ui/wizards/AbstractOpenWizardAction.run (Lorg/eclipse/jface/action/IAction;)V org/eclipse/ui/internal/PluginAction.runWithEvent (Lorg/eclipse/swt/widgets/Event;)V org/eclipse/ui/internal/WWinPluginAction.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.sendEvent(Lorg/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 (Lorg/eclipse/jface/window/Window$IExceptionHandler;)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/Runnable;)Ljava/lang/Object; org/eclipse/core/boot/BootLoader.run (Ljava/lang/String;Ljava/net/URL;Ljava/lang/String; [Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object; java/lang/reflect/AccessibleObject.invokeImpl(Ljava/lang/Object; [Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; java/lang/reflect/AccessibleObject.invokeL(Ljava/lang/Object; [Ljava/lang/Object;)Ljava/lang/Object; java/lang/reflect/Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;) Ljava/lang/Object; org/eclipse/core/launcher/Main.basicRun([Ljava/lang/String;) Ljava/lang/Object; org/eclipse/core/launcher/Main.run([Ljava/lang/String;)Ljava/lang/Object; org/eclipse/core/launcher/Main.main([Ljava/lang/String;)V
2003-02-06 13:39:59
1,044,560,000
resolved fixed
25362e8
1,044,990,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java
JDT
5,216
31,291
Bug 31291 rename of read-only package doesn't ask for confirmation on 'OK'
- 'rename' read-only package - leave everything unchecked except 'Update ref. to renamed element' - 'Update ref. to renamed element' can be checked or unchecked - press ok -> renames without asking for confirmation
2003-02-07 09:31:25
1,044,630,000
resolved fixed
836f337
1,044,980,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePackageRefactoring.java
JDT
5,217
31,281
Bug 31281 Push down refactoring: Dialog details + exception
20030206 Select a method and choose Refactoring->Push down - The message at the botton says '1 element(s) selected'. It should end with a dot (I would use 'member' istead of 'element' - double click should open the edit view - deselect all methods. An error icon comes up, the message says 'Select members to push down or declare abstract' As this is an error message (it has a big error icon) it should better be 'No members selected to push down' - the images in the table could be small (option of the label provider) - the edit dialog needs a title that is capitalized - the edit dialog should be initialized with the current values -deselect all elements, and press 'add required', you get an exception java.lang.reflect.InvocationTargetException: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.get(ArrayList.java(Compiled Code)) at java.util.ArrayList.get(ArrayList.java(Compiled Code)) at org.eclipse.jdt.internal.corext.refactoring.structure.PushDownRefactoring.getAdd itionalRequiredMembers(PushDownRefactoring.java:438) at org.eclipse.jdt.internal.corext.refactoring.structure.PushDownRefactoring.comput eAdditionalRequiredMembersToPushDown(PushDownRefactoring.java:426) at org.eclipse.jdt.internal.ui.refactoring.PushDownInputPage$6.run (PushDownInputPage.java:338) at org.eclipse.jface.operation.ModalContext.runInCurrentThread (ModalContext.java:296) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:246)
2003-02-07 08:54:19
1,044,630,000
resolved fixed
081a2d2
1,044,980,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PushDownRefactoring.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ComboSelectionDialog.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpInputPage1.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PushDownInputPage.java
JDT
5,218
30,827
Bug 30827 cannot go pack from refactoring error dialog
20030129 in the wizard world i used to be able to go back to the input page from the error page - now i have to re-start my refactoring and re-type everything
2003-02-03 13:01:03
1,044,300,000
resolved fixed
e2da23d
1,044,970,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringExecutionHelper.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringStatusDialog.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringWizardDialog2.java
JDT
5,219
31,288
Bug 31288 read-only source folder not renamed
- 'rename' read-only source folder - confirm renaming on read-only source folder - supply a new name -> nothing changes
2003-02-07 09:24:02
1,044,630,000
verified fixed
4d3d34f
1,044,960,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameSourceFolderRefactoring.java
JDT
5,220
21,183
Bug 21183 Class javadoc created during "New Class" operation doesn't fill in variables properly [javadoc] [code manipulation]
If you use the enclosing_type variable in your javadoc comment template, it is not properly filled in when you make a new class (using the New Class dialog). Probably the class should be created, then after creating and saving, javadoc should be added. I suspect the variables don't have valid values yet at the time the javadoc is prepended to the class.
2002-07-02 13:23:38
1,025,630,000
resolved fixed
0d95509
1,044,960,000
org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddJavaDocStubOperation.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/CodeTemplateContext.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/CodeTemplateContextType.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocAutoIndentStrategy.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java
JDT
5,221
31,285
Bug 31285 renaming of source folder leaves "Missing source folder <new folder name>" marker
- autobuild is off - the folder is neither ready-only nor derived - the marker disappears on the next 'build' my guess from our discussion is that first the folder gets added to the classpath with its new name and only then the folder is renamed (instead of the other way arround)
2003-02-07 09:04:26
1,044,630,000
resolved fixed
19c1137
1,044,960,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameSourceFolderChange.java
JDT
5,222
30,191
Bug 30191 Navigate Goto Resource does not find certain files
If I open a Java perspective and then Navigate | Go to | Resource, not all files are visible only those that are under the java source directory. If I open a navigator view or perspective, all files are seen. Should the the goto resource should be the same.
2003-01-24 12:08:53
1,043,430,000
resolved fixed
cece5ba
1,044,960,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/GotoResourceAction.java
JDT
5,223
31,150
Bug 31150 filecomment template no longer used [code manipulation]
Build: I20030206 The "filecomment" template description says it is used by the new class and interface wizards. This template doesn't seem to be used anymore. Instead I now get the template from the code generation preference page. The catch block template is also found in two places. Having two template preference pages with some overlapping entries seems confusing.
2003-02-06 15:06:41
1,044,560,000
resolved fixed
7ff0036
1,044,960,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IUIConstants.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/OptionalMessageDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewClassCreationWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewElementWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewInterfaceCreationWizard.java
JDT
5,224
31,241
Bug 31241 Unsufficient progress reporting when renaming a linked source folder
I20030206 - create a project - create a source folder ui and link it to the ui folder of org.eclipse.jdt.ui observe: you get lots of error messages due to missing imports - now rename the source folder to ui2 Observe: you get a progress bar in the application window. The progress gos to 95% really quick and then states there for 40 seconds. Furthermore no tasks are presented.
2003-02-07 06:23:56
1,044,620,000
resolved fixed
d1b9f09
1,044,960,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RefactoringStarter.java
JDT
5,225
31,215
Bug 31215 close project enabled on a closed project
20030206 create a non-java project in package explorer close it from the context menu open the context menu again - both 'open project' and 'close project' actions are enabled
2003-02-07 05:08:10
1,044,610,000
verified fixed
c9ea9f2
1,044,960,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ProjectActionGroup.java
JDT
5,226
31,252
Bug 31252 Change Method signature refactoring: Message is strangely located
20030206 1. When opening the refactoring on a method to modify the method signature, a label at the bottom of the dialog says 'Specify the new order...' This message is strangely located. The indent is confusing. I suggest that the StatusDialog is used, (where the message background is different, and that the message gets an 'Info' image.
2003-02-07 07:00:52
1,044,620,000
resolved fixed
393531c
1,044,960,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringWizardDialog2.java
JDT
5,227
31,228
Bug 31228 "Sort members" and markers
null
2003-02-07 05:43:34
1,044,610,000
resolved fixed
f5fa7dc
1,044,900,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/SortMembersAction.java
JDT
5,228
31,226
Bug 31226 Add Constructor Quick fix: Method body stub used, not constructor
20030206 Add Constructor Quick fix: Method body stub used, not constructor 1. quick fix on B import java.rmi.server.Operation; public class B extends Operation { }
2003-02-07 05:40:54
1,044,610,000
resolved fixed
a5d3245
1,044,900,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ConstructorFromSuperclassProposal.java
JDT
5,229
31,088
Bug 31088 member sort pref page - incorrect message
20030206 it should say that this order is used by the Sort Members action otherwise people will have no clue in order order that action will sort their files
2003-02-06 10:06:55
1,044,540,000
resolved fixed
6da3023
1,044,900,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MembersOrderPreferencePage.java
JDT
5,230
31,307
Bug 31307 Preview in "Push Down" flickers distractingly
- open "Push Down" dialog for a method that calls a private method - press "Preview" -> You get some errors. - scroll through the errors using the next action in the upper right corner -> the preview is first feeded with the new document and caret offset 0 and then reposition to the error offset. This is distracting. setRedraw should be called around the two method invocations.
2003-02-07 10:11:44
1,044,630,000
resolved fixed
f31bedd
1,044,900,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/SourceContextViewer.java
JDT
5,231
31,229
Bug 31229 code templates pref page: opening a dialog on typing is unexpected [code manipulation]
20030206 when i start typing (or even press an arrow key) in the template preview a dialog pops up it's unexpected and unusual
2003-02-07 05:47:07
1,044,610,000
resolved fixed
5e51940
1,044,900,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateBlock.java
JDT
5,232
31,478
Bug 31478 Inline actions doen't check if resource is on class path
20030206 Title says it all.
2003-02-10 12:28:09
1,044,900,000
resolved fixed
d03f33a
1,044,900,000
org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/InlineConstantAction.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/InlineMethodAction.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RenameTempAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/InlineAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/InlineTempAction.java
JDT
5,233
31,221
Bug 31221 provide filter for closed projects [filters]
20030206 closed projects are non-java projects but it does not work the other way so there's no (filter-based) way to remove only closed projects
2003-02-07 05:23:55
1,044,610,000
resolved fixed
ac4a921
1,044,900,000
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/ClosedProjectFilter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/NonJavaElementFilter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/NonJavaProjectsFilter.java
JDT
5,234
31,445
Bug 31445 QualifiedNameFinder loads Search plug-in
Build I20030207 QualifiedNameFinder forces the Search plug-in to be loaded. It should only load the Search plug-in when the user selects to search for qualified strings. Affected refactorings are all those that reference QualifiedNameFinder (through a field).
2003-02-10 06:33:07
1,044,880,000
verified fixed
e81e606
1,044,890,000
org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePackageRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameTypeRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/util/QualifiedNameFinder.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/util/QualifiedNameSearchResult.java
JDT