issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
updated_files
stringlengths
29
34.1k
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
unknown
report_datetime
unknown
139,172
Bug 139172 Inline binary method should fail with a more precise message
null
verified fixed
c29f7a2
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceAnalyzer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-05-04T12:21:22Z"
"2006-04-28T13:13:20Z"
138,944
Bug 138944 [refactoring] NPE in Change Signature refactoring
null
verified fixed
009b660
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-05-04T10:40:21Z"
"2006-04-27T15:00:00Z"
139,662
Bug 139662 open type dialog: Error when opening an excluded type
3.2 RC2 Given some cu 'E1.java' containing type 'E1' in a project. 1. Ctrl-Shift-T and open E1 2. In package explorer right click on E1.java and select Build Path->Exclude 3. Ctrl-Shift-T and select E1 from the recend type list ->Error Dialog is shown: "Could not uniquely map the type name to a type."
verified fixed
8ae7bb0
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/IFileTypeInfo.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JarFileEntryTypeInfo.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/OpenTypeHistory.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-05-04T10:34:47Z"
"2006-05-02T14:26:40Z"
139,677
Bug 139677 [refactoring] Rename Java project does not appear in refactoring history
I20060428-1315 Rename Java project refactorings do not appear in the refactoring history and therefore cannot be executed via refactoring scripts. The problem is that the refactoring is associated with the original project, which does not exist anymore. Fix is to associate the refactoring with the workspace. Attaching patch...
verified fixed
1bfa2d2
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameJavaProjectProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameResourceProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-05-04T10:01:55Z"
"2006-05-02T14:26:40Z"
138,577
Bug 138577 Package content disapear in package explorer
N20060426 With package explorer in flat layout 1. Create new java project with seperate src and output folders 2. create package p01 in src 3. create class Klazz in p01 4. Right click on p01 5. Select 'Build Path -> Use as source folder' 6. Right click on src/p01 7. Select 'Build Path -> Remove from bp' 8. Right click on p01 9. Select 'Build Path -> Include' Is: p01 is shown as empty package and has no + to expand it Should: It contains Klazz it should not be empty. The only way to access Klazz in the package explorer seams to be to close and reopen the project.
verified fixed
1d4e562
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/browsing/PackagesViewContentProviderTests.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-05-04T09:35:00Z"
"2006-04-26T08:26:40Z"
139,145
Bug 139145 [nls tooling] Wrong dialog title for 'Externalize Strings...'
null
verified fixed
118c2e3
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ExternalizeStringsAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-05-04T09:02:01Z"
"2006-04-28T13:13:20Z"
139,230
Bug 139230 [content assist] Camel Case + insert common prefix not working
I20060428-0010. 1. enable Camel case and "insert common prefix automatically 2. in the Java editor type "JE" + code assist ==> the first item is directly inserted even though there are more completions.
verified fixed
290489d
["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java", "org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/JavadocCompletionTest.java", "org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/MethodInsertCompletionTest.java", "org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/TypeCompletionTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaMethodCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyJavaCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyJavaTypeCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-05-04T08:49:48Z"
"2006-04-28T16:00:00Z"
139,822
Bug 139822 NPE in QuickAssistProcessor.getSplitVariableProposals
Build: 3.2 RC2 I found this exception in my log today... sorry, I don't know what I was doing at the time of the failure, and I don't notice any bad side-effects in the UI. !ENTRY org.eclipse.jdt.ui 4 2 2006-05-02 14:53:26.595 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jdt.ui". !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text.correction.QuickAssistProcessor.getSplitVariableProposals(QuickAssistProcessor.java:366) at org.eclipse.jdt.internal.ui.text.correction.QuickAssistProcessor.getAssists(QuickAssistProcessor.java:158) at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor$SafeAssistCollector.safeRun(JavaCorrectionProcessor.java:369) at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor$SafeCorrectionProcessorAccess.run(JavaCorrectionProcessor.java:307) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor$SafeCorrectionProcessorAccess.process(JavaCorrectionProcessor.java:297) at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor.collectAssists(JavaCorrectionProcessor.java:473) at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor.collectProposals(JavaCorrectionProcessor.java:255) at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor.computeQuickAssistProposals(JavaCorrectionProcessor.java:211) at org.eclipse.jface.text.quickassist.QuickAssistAssistant$ContentAssistProcessor.computeCompletionProposals(QuickAssistAssistant.java:64) at org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionProposals(ContentAssistant.java:1612) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.computeProposals(CompletionProposalPopup.java:475) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$17(CompletionProposalPopup.java:472) at org.eclipse.jface.text.contentassist.CompletionProposalPopup$2.run(CompletionProposalPopup.java:407) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.showProposals(CompletionProposalPopup.java:401) at org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssistant.java:1441) at org.eclipse.jface.text.quickassist.QuickAssistAssistant.showPossibleQuickAssists(QuickAssistAssistant.java:117) at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionAssistant.showPossibleQuickAssists(JavaCorrectionAssistant.java:176) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer.doOperation(CompilationUnitEditor.java:186) at org.eclipse.ui.texteditor.TextOperationAction$1.run(TextOperationAction.java:131) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.texteditor.TextOperationAction.run(TextOperationAction.java:129) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:185) at org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:109) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:460) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:424) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:160) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:466) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:799) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:846) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:564) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:506) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:122) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1336) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1069) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1094) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1079) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1106) at org.eclipse.swt.widgets.Widget.gtk_key_press_event(Widget.java:652) at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:2070) at org.eclipse.swt.widgets.Composite.gtk_key_press_event(Composite.java:611) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1419) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3787) at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method) at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:5242) at org.eclipse.swt.widgets.Display.eventProc(Display.java:1128) at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1424) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2833) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
verified fixed
56b0913
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-05-04T07:09:42Z"
"2006-05-02T20:00:00Z"
139,915
Bug 139915 [nls] Find Broken Externalized Strings action should not be enabled for accessor classes not on build path
3.2 RC2 The Find Broken Externalized Strings action does not correctly work on accessor classes not on the build path and should therefore be disabled.
verified fixed
d3525ad
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/FindBrokenNLSKeysAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-05-03T16:19:35Z"
"2006-05-03T09:53:20Z"
139,741
Bug 139741 No way to import refactoring history from JAR file
Build: 3.2 RC2 When exporting a JAR file, there is an option to export the refactoring history along with the content. However, there doesn't seem to be any corresponding import wizard for importing content along with refactoring history. If I use the "archive file" import wizard on a jar that contains refactoring history, the refactoring history does not seem to be imported (no refactorings available on the refactoring history property page). The 3.2 M4 New & Noteworthy mentions a "JAR Import Wizard", but I don't see one in 3.2 RC2...
verified fixed
b972c72
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/MigrateJarFileAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-05-03T15:17:31Z"
"2006-05-02T17:13:20Z"
139,762
Bug 139762 Open type dialog sorted incorrectly
A screenshot will be attached. In the screenshot the first item starts with ClassType and the last item is ClassAndMethod.... In the middle there are items that start with "Cli" and "Clo". I use 3.2RC2
verified fixed
ece309d
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeInfoViewer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-05-03T12:41:26Z"
"2006-05-02T17:13:20Z"
139,436
Bug 139436 [content assist] Auto-complete for Javadoc @link reference
When using auto-complete for javadoc @link a double notation is presented: 1. inside a javadoc style comment, start entering a class to link to, e.g. Object. 2. press Ctrl+space to auto-complete and choose one of the {@link Object} options. This will result in a: {@link {@link Object}} notation instead of only {@link Object} This did not appear in 3.2M6
verified fixed
a4f9906
["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/JavadocCompletionTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyJavaTypeCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-05-03T11:00:54Z"
"2006-04-30T12:26:40Z"
139,889
Bug 139889 [junit] NPE in JUnitQuickFixProcessor#isInsideJUnit4Test
3.2 RC2 Steps to reproduce: - Create a JUnit 4 Testcase by wizard, but without adding library to build path - Make sure that some test methods are generated - Invoke quickfix on one of the "fail" method invocations -> NPE occurs java.lang.NullPointerException at org.eclipse.jdt.internal.junit.ui.JUnitQuickFixProcessor.isInsideJUnit4Test(JUnitQuickFixProcessor.java:163) at org.eclipse.jdt.internal.junit.ui.JUnitQuickFixProcessor.getAddAssertImportProposals(JUnitQuickFixProcessor.java:105) at org.eclipse.jdt.internal.junit.ui.JUnitQuickFixProcessor.getCorrections(JUnitQuickFixProcessor.java:92) at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor$SafeCorrectionCollector.safeRun(JavaCorrectionProcessor.java:345) at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor$SafeCorrectionProcessorAccess.run(JavaCorrectionProcessor.java:307) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor$SafeCorrectionProcessorAccess.process(JavaCorrectionProcessor.java:303) at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor.collectCorrections(JavaCorrectionProcessor.java:432) at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor.collectProposals(JavaCorrectionProcessor.java:248) at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor.computeQuickAssistProposals(JavaCorrectionProcessor.java:211) at org.eclipse.jface.text.quickassist.QuickAssistAssistant$ContentAssistProcessor.computeCompletionProposals(QuickAssistAssistant.java:64) at org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionProposals(ContentAssistant.java:1612) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.computeProposals(CompletionProposalPopup.java:475) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$17(CompletionProposalPopup.java:472) at org.eclipse.jface.text.contentassist.CompletionProposalPopup$2.run(CompletionProposalPopup.java:407) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.showProposals(CompletionProposalPopup.java:401) at org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssistant.java:1441) at org.eclipse.jface.text.quickassist.QuickAssistAssistant.showPossibleQuickAssists(QuickAssistAssistant.java:117) at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionAssistant.showPossibleQuickAssists(JavaCorrectionAssistant.java:176) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer.doOperation(CompilationUnitEditor.java:186) at org.eclipse.ui.texteditor.TextOperationAction$1.run(TextOperationAction.java:131) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.texteditor.TextOperationAction.run(TextOperationAction.java:129) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:185) at org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:109) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:461) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:424) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:160) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:466) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:799) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:846) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:564) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:506) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:122) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:982) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:924) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:949) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:934) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:962) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:958) at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1557) at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:3567) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3275) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4025) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1923) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
verified fixed
7f6ac79
["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitQuickFixProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-05-03T10:36:28Z"
"2006-05-03T07:06:40Z"
138,767
Bug 138767 Empty folders in Sync View after update
null
resolved fixed
f641895
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-05-03T10:36:22Z"
"2006-04-26T22:20:00Z"
139,565
Bug 139565 [syntax highlighting] Two errors during Eclipse startup with opened classfile editors
Using 3.2 RC2, on restart of Eclipse I have seen 2 errors in log (see below). In Eclipse workspace I had 13 Java editors from the last session, some of them with classes from my projects (source in my projects), and some of them from eclipse libraries, referenced by my plugin, like org.eclipse.jdt.internal.core.ClassFile or org.eclipse.jdt.internal.core.BufferManager. I couldn't reproduce these errors on the next restart of Eclipse with the same editor set. It seems that we have here some race conditions during startup. eclipse.buildId=I20060428-1315 java.version=1.5.0_06 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE Framework arguments: -showLocation Command-line arguments: -os win32 -ws win32 -arch x86 -showLocation -clean Error Mon May 01 20:03:09 CEST 2006 Error in JDT Core during AST creation java.lang.IllegalStateException: Workspace is closed. at org.eclipse.core.resources.ResourcesPlugin.getWorkspace(ResourcesPlugin.java:329) at org.eclipse.jdt.core.JavaConventions.validateClassFileName(JavaConventions.java:197) at org.eclipse.jdt.internal.core.ClassFile.validateClassFile(ClassFile.java:558) at org.eclipse.jdt.internal.core.ClassFile.buildStructure(ClassFile.java:82) at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:229) at org.eclipse.jdt.internal.core.BinaryMember.generateInfos(BinaryMember.java:47) at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:505) at org.eclipse.jdt.internal.core.BinaryType.getElementInfo(BinaryType.java:281) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:235) at org.eclipse.jdt.internal.core.SearchableEnvironment.find(SearchableEnvironment.java:88) at org.eclipse.jdt.internal.core.SearchableEnvironment.findType(SearchableEnvironment.java:152) at org.eclipse.jdt.internal.core.CancelableNameEnvironment.findType(CancelableNameEnvironment.java:50) at org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.askForType(LookupEnvironment.java:96) at org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.resolve(UnresolvedReferenceBinding.java:43) at org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.resolveType(BinaryTypeBinding.java:131) at org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.resolveTypesFor(BinaryTypeBinding.java:884) at org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.getMethods(BinaryTypeBinding.java:766) at org.eclipse.jdt.internal.compiler.lookup.Scope.getConstructor(Scope.java:1601) at org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolveType(AllocationExpression.java:301) at org.eclipse.jdt.internal.compiler.ast.Expression.resolveTypeExpecting(Expression.java:899) at org.eclipse.jdt.internal.compiler.ast.ThrowStatement.resolve(ThrowStatement.java:64) at org.eclipse.jdt.internal.compiler.ast.Block.resolveUsing(Block.java:115) at org.eclipse.jdt.internal.compiler.ast.TryStatement.resolve(TryStatement.java:707) at org.eclipse.jdt.internal.compiler.ast.Block.resolve(Block.java:101) at org.eclipse.jdt.internal.compiler.ast.IfStatement.resolve(IfStatement.java:234) at org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.resolveStatements(AbstractMethodDeclaration.java:432) at org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.resolveStatements(MethodDeclaration.java:179) at org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.resolve(AbstractMethodDeclaration.java:403) at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve(TypeDeclaration.java:1054) at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve(TypeDeclaration.java:1101) at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.resolve(CompilationUnitDeclaration.java:353) at org.eclipse.jdt.core.dom.CompilationUnitResolver.resolve(CompilationUnitResolver.java:882) at org.eclipse.jdt.core.dom.CompilationUnitResolver.resolve(CompilationUnitResolver.java:508) at org.eclipse.jdt.core.dom.ASTParser.internalCreateAST(ASTParser.java:833) at org.eclipse.jdt.core.dom.ASTParser.createAST(ASTParser.java:631) at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider$1.run(ASTProvider.java:605) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.createAST(ASTProvider.java:600) at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.getAST(ASTProvider.java:514) at org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightingReconciler$1.run(SemanticHighlightingReconciler.java:425) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) ------------- eclipse.buildId=I20060428-1315 java.version=1.5.0_06 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE Framework arguments: -showLocation Command-line arguments: -os win32 -ws win32 -arch x86 -showLocation -clean Error Mon May 01 20:03:09 CEST 2006 Problems occurred when invoking code from plug-in: "org.eclipse.jdt.ui". java.lang.IllegalStateException: Workspace is closed. at org.eclipse.core.resources.ResourcesPlugin.getWorkspace(ResourcesPlugin.java:329) at org.eclipse.jdt.core.JavaConventions.validateClassFileName(JavaConventions.java:197) at org.eclipse.jdt.internal.core.ClassFile.validateClassFile(ClassFile.java:558) at org.eclipse.jdt.internal.core.ClassFile.buildStructure(ClassFile.java:82) at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:229) at org.eclipse.jdt.internal.core.BinaryMember.generateInfos(BinaryMember.java:47) at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:505) at org.eclipse.jdt.internal.core.BinaryType.getElementInfo(BinaryType.java:281) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:235) at org.eclipse.jdt.internal.core.SearchableEnvironment.find(SearchableEnvironment.java:88) at org.eclipse.jdt.internal.core.SearchableEnvironment.findType(SearchableEnvironment.java:152) at org.eclipse.jdt.internal.core.CancelableNameEnvironment.findType(CancelableNameEnvironment.java:50) at org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.askForType(LookupEnvironment.java:96) at org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.resolve(UnresolvedReferenceBinding.java:43) at org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.resolveType(BinaryTypeBinding.java:131) at org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.resolveTypesFor(BinaryTypeBinding.java:884) at org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.getMethods(BinaryTypeBinding.java:766) at org.eclipse.jdt.internal.compiler.lookup.Scope.getConstructor(Scope.java:1601) at org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolveType(AllocationExpression.java:301) at org.eclipse.jdt.internal.compiler.ast.Expression.resolveTypeExpecting(Expression.java:899) at org.eclipse.jdt.internal.compiler.ast.ThrowStatement.resolve(ThrowStatement.java:64) at org.eclipse.jdt.internal.compiler.ast.Block.resolveUsing(Block.java:115) at org.eclipse.jdt.internal.compiler.ast.TryStatement.resolve(TryStatement.java:707) at org.eclipse.jdt.internal.compiler.ast.Block.resolve(Block.java:101) at org.eclipse.jdt.internal.compiler.ast.IfStatement.resolve(IfStatement.java:234) at org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.resolveStatements(AbstractMethodDeclaration.java:432) at org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.resolveStatements(MethodDeclaration.java:179) at org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.resolve(AbstractMethodDeclaration.java:403) at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve(TypeDeclaration.java:1054) at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve(TypeDeclaration.java:1101) at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.resolve(CompilationUnitDeclaration.java:353) at org.eclipse.jdt.core.dom.CompilationUnitResolver.resolve(CompilationUnitResolver.java:882) at org.eclipse.jdt.core.dom.CompilationUnitResolver.resolve(CompilationUnitResolver.java:508) at org.eclipse.jdt.core.dom.ASTParser.internalCreateAST(ASTParser.java:833) at org.eclipse.jdt.core.dom.ASTParser.createAST(ASTParser.java:631) at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider$1.run(ASTProvider.java:605) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.createAST(ASTProvider.java:600) at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.getAST(ASTProvider.java:514) at org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightingReconciler$1.run(SemanticHighlightingReconciler.java:425) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
verified fixed
beb59ac
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightingReconciler.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-05-03T10:33:54Z"
"2006-05-01T19:00:00Z"
139,691
Bug 139691 [navigation] Syntax highlighting broken in Declarations view
I20060428-1315 The declarations view does not highlight comments and Javadoc anymore.
verified fixed
06c05d3
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/SourceView.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-05-03T09:22:37Z"
"2006-05-02T14:26:40Z"
139,170
Bug 139170 Extract superclass should make created class abstract if it inherits from an abstract class
null
verified fixed
96d2663
["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/test0/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/test0/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/test0/out/Z.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/test1/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/test1/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/test1/out/Z.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/test2/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/test2/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/test2/out/Z.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/test3/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/test3/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/test3/out/Z.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/test4/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/test4/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/test4/out/Z.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/AllRefactoringTests.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractSupertypeTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractSupertypeProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-05-03T07:45:09Z"
"2006-04-28T13:13:20Z"
139,175
Bug 139175 Use radio button for JUnit view's history menu item
null
resolved fixed
6a2f768
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/HistoryListAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-28T14:57:19Z"
"2006-04-28T13:13:20Z"
139,150
Bug 139150 Externalize String and Find Broken NLS actions should have same enablement rules
I20060428-0010 Externalize String and Find Broken NLS actions should have same enablement rules.
resolved fixed
5e1142e
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ExternalizeStringsAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-28T14:54:54Z"
"2006-04-28T13:13:20Z"
139,158
Bug 139158 JavaModelUtil.applyTextEdit should not start rewrite sessions for empty edits
I20060428-0010 Organize imports will flash and potentially scroll the editor even if there isn't anything to do. Also, clients listening for document rewrite sessions may suspend their activity and resume it afterwards, which incurrs some overhead. The applyTextEdit method should at least check whether the text edit contains any changes, and not start/stop a rewrite session if it does not. I will attach a patch.
resolved fixed
03af35f
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-28T14:34:30Z"
"2006-04-28T13:13:20Z"
129,035
Bug 129035 JUnit 4.0 classes not being recognized correctly.
I was using Eclipse 3.2M4 and using JUnit 4.0. I was using their adapter to hook into Eclipse, via RightClicking on the JUnit test file, Selecting Run>JUnit Test. This behavior went away when I updated to 3.2M5. Now the only way I can run the test is by going to the Run menu, and creating a brand new "Run Profile" for it.
resolved fixed
95feeea
["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/ITestFinder.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/JUnit3TestFinder.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/JUnit4TestFinder.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/util/TestSearchEngine.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/ContainerTestSearchExtent.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/ITestFinder.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnit3TestFinder.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnit4TestFinder.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitLaunchShortcut.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitMainTab.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/TestSelectionDialog.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/TestSearchEngine.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-27T20:17:33Z"
"2006-02-22T20:26:40Z"
138,930
Bug 138930 [refactor + jar export] refactoring info loss when jar-desc-file is created
When you create a jardesc-file your selected refactorings get lost. Due to that, on subsequend exports the refactoring information isn't included in the jar file anymore.
verified fixed
4e95dcc
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageReader.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageWriter.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-27T17:01:49Z"
"2006-04-27T15:00:00Z"
133,609
Bug 133609 Java Model Exception: A.java does not exist when Extract Supertype
I20060328-0010 Given: package pack; public class A { public void foo() {} } 1. On cu A execute 'Refactor->Extract Supertype' 2. Supertype Name: 'AB' 3. Select foo() 4. Next 5. Next 6. Back 7. Next -> Java Model Exception: Java Model Status [[Working copy] A.java [in pack [in <project root> [in P01]]] does not exist] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(JavaElement.java:485) at org.eclipse.jdt.internal.core.CompilationUnit.buildStructure(CompilationUnit.java:81) at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:229) at org.eclipse.jdt.internal.core.SourceRefElement.generateInfos(SourceRefElement.java:107) at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:505) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:249) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:235) at org.eclipse.jdt.internal.core.SourceType.getTypeParameters(SourceType.java:470) at org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoringProcessor.checkGenericDeclaringType(PullUpRefactoringProcessor.java:729) at org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoringProcessor.checkFinalConditions(PullUpRefactoringProcessor.java:672) at org.eclipse.jdt.internal.corext.refactoring.structure.ExtractSupertypeProcessor.checkFinalConditions(ExtractSupertypeProcessor.java:200) at org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring.checkFinalConditions(ProcessorBasedRefactoring.java:174) at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:83) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:118) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1736) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
resolved fixed
ccac0ac
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ConvertAnonymousToNestedRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/scripting/PullUpRefactoringContribution.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractSupertypeProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/HierarchyProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PushDownRefactoringProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeRefactoringProcessor.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractSupertypeMemberPage.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractSupertypeMethodPage.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpMemberPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-27T16:52:22Z"
"2006-03-28T18:20:00Z"
138,937
Bug 138937 CastCastException
Found a CC in my log, but I've no clue how it got there. eclipse.buildId=N20060426-0010 java.fullversion=J2RE 1.4.2 IBM Windows 32 build cn142-20040926 (JIT enabled: jitc) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -data C:\eclipse_N20060426\eclipse\workspace2 -os win32 -ws win32 -arch x86 Error Thu Apr 27 15:20:02 CEST 2006 Internal Error java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:350) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:479) at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:265) at org.eclipse.ui.internal.progress.ProgressManager.run(ProgressManager.java:1107) at org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.AddSelectedLibraryToBuildpathAction.run(AddSelectedLibraryToBuildpathAction.java:85) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Caused by: java.lang.ClassCastException: org.eclipse.jdt.internal.core.JarPackageFragmentRoot at org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.AddSelectedLibraryToBuildpathAction.addLibraryEntries(AddSelectedLibraryToBuildpathAction.java:112) at org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.AddSelectedLibraryToBuildpathAction.access$1(AddSelectedLibraryToBuildpathAction.java:96) at org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.AddSelectedLibraryToBuildpathAction$1.run(AddSelectedLibraryToBuildpathAction.java:78) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Root exception: java.lang.ClassCastException: org.eclipse.jdt.internal.core.JarPackageFragmentRoot at org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.AddSelectedLibraryToBuildpathAction.addLibraryEntries(AddSelectedLibraryToBuildpathAction.java:112) at org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.AddSelectedLibraryToBuildpathAction.access$1(AddSelectedLibraryToBuildpathAction.java:96) at org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.AddSelectedLibraryToBuildpathAction$1.run(AddSelectedLibraryToBuildpathAction.java:78) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
resolved fixed
9d16a25
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/AddSelectedLibraryToBuildpathAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-27T16:45:52Z"
"2006-04-27T15:00:00Z"
101,623
Bug 101623 [content assist] code assist should not touch typed qualified import
In code assist options (Preferences => Java => Editor), it is possible to select either import or qualified name to be inserted, when eclipse "guesses" which class is meant. This results, that it's not possible to insert qualified names with code assist, when needed to emphasize that it is a certain class in a certain package. (of course, full names can be typed without code assist, but..) The proposal is that when typing the qualified name with all of the package hierarchy, it would be left as typed, even if insert import was selected. At least I would like to have a check box in the preferences for that...
verified fixed
eb6c865
["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java", "org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/CamelCaseCompletionTest.java", "org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/JavadocCompletionTest.java", "org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/TypeCompletionTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyJavaTypeCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-27T16:44:06Z"
"2005-06-24T13:33:20Z"
138,943
Bug 138943 [clean up] CorrectionMarkerResolution.findOtherMarkers(IMarker[]) creates AST for each marker
N20060427 This does not scale at all and can be done much faster.
resolved fixed
4339d4f
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMarkerResolutionGenerator.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-27T16:21:16Z"
"2006-04-27T15:00:00Z"
138,855
Bug 138855 RefactoringAvailabilityTester.isPullUpAvilable parses CU
N20060426 Take the project in the attachment and right click on the very large CU E.java, wait a minute or two until context menu opens. The problem is, that RefactoringAvailabilityTester.isPullUpAvilable forces the CU to be parsed on right click, wich sould never happen. See attached YourKit profile.
resolved fixed
5053505
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ExtractSuperTypeAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-27T15:58:00Z"
"2006-04-27T09:26:40Z"
138,880
Bug 138880 [refactor apply script] ClassCastException while appling script
what I have done: 1) change method signature (remove throws-decl) and save as script 2) manually (typing) readd throws-decl 3) apply script eclipse.buildId=N20060426-0010 java.fullversion=J2RE 1.4.2 IBM Windows 32 build cn142-20040926 (JIT enabled: jitc) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -data C:\eclipse_N20060426\eclipse\workspace2 -os win32 -ws win32 -arch x86 -debug -consolelog Error Thu Apr 27 12:20:24 CEST 2006 Internal Error java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:350) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:851) at org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard.getRefactoringPage(RefactoringHistoryWizard.java:885) at org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard.getNextPage(RefactoringHistoryWizard.java:658) at org.eclipse.ltk.internal.ui.refactoring.history.RefactoringHistoryOverviewPage.getNextPage(RefactoringHistoryOverviewPage.java:119) at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:751) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:351) at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java(Compiled Code)) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.jface.window.Window.runEventLoop(Window.java(Compiled Code)) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ltk.internal.ui.refactoring.actions.ApplyRefactoringScriptAction.showApplyScriptWizard(ApplyRefactoringScriptAction.java:60) at org.eclipse.jdt.internal.ui.refactoring.actions.ApplyRefactoringScriptAction.run(ApplyRefactoringScriptAction.java:48) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:254) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Caused by: java.lang.ClassCastException: org.eclipse.jdt.internal.core.SourceMethod at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.initialize(ChangeSignatureRefactoring.java:2511) at org.eclipse.jdt.internal.corext.refactoring.JavaRefactoringDescriptor.createRefactoring(JavaRefactoringDescriptor.java:330) at org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard.createRefactoring(RefactoringHistoryWizard.java:565) at org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard.createRefactoring(RefactoringHistoryWizard.java:585) at org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard.access$12(RefactoringHistoryWizard.java:584) at org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard$8.run(RefactoringHistoryWizard.java:835) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Root exception: java.lang.ClassCastException: org.eclipse.jdt.internal.core.SourceMethod at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.initialize(ChangeSignatureRefactoring.java:2511) at org.eclipse.jdt.internal.corext.refactoring.JavaRefactoringDescriptor.createRefactoring(JavaRefactoringDescriptor.java:330) at org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard.createRefactoring(RefactoringHistoryWizard.java:565) at org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard.createRefactoring(RefactoringHistoryWizard.java:585) at org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard.access$12(RefactoringHistoryWizard.java:584) at org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard$8.run(RefactoringHistoryWizard.java:835) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
verified fixed
8dd50a2
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-27T15:04:01Z"
"2006-04-27T09:26:40Z"
138,566
Bug 138566 NPE in CorrectionMarkerResolution.findOtherMarkers
Eclipse 3.2RC1a Problem: - Multiple "Unnecessary $NON-NLS$ tag" for one file - Select QuickFix -> QuickFix dialog opens - Press "Find Similar Problems" button -> Progress seems to start, nothing happens - Press Cancel button -> Nothing happens - Press Okay button -> The one QuickFix is applied Error Log: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text.correction.CorrectionMarkerResolutionGenerator$CorrectionMarkerResolution.findOtherMarkers(CorrectionMarkerResolutionGenerator.java:335) at org.eclipse.ui.views.markers.internal.MarkerResolutionDialog$8.run(MarkerResolutionDialog.java:410) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.views.markers.internal.MarkerResolutionDialog.addMatchingMarkers(MarkerResolutionDialog.java:403) at org.eclipse.ui.views.markers.internal.MarkerResolutionDialog$7.widgetSelected(MarkerResolutionDialog.java:337) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3346) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ui.views.markers.internal.ActionResolveMarker.run(ActionResolveMarker.java:96) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3346) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
resolved fixed
4e3e3a0
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMarkerResolutionGenerator.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-27T15:01:39Z"
"2006-04-26T05:40:00Z"
138,875
Bug 138875 [refactor apply script] 'next' button isn't enabled by default
If one opens the 'refactor' -> 'apply script' dialog for the n'th time (n>0) the previous refactor script is selected but the 'Next' button is not enabled. Toogling between 'Clipboard' and 'File' enables it.
verified fixed
7a2ff88
["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/scripting/ApplyRefactoringScriptWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-27T14:34:35Z"
"2006-04-27T09:26:40Z"
138,888
Bug 138888 view history should use a radio menu items, not check items
N20060426 Several views have a history drop down in their tool bars: Type Hierarchy, JUnit, Search views. The drop down typically marks the currently active element with a check mark. We should use a radio-style decoration instead of a check mark, since only one element can be active at any time. This is not so much an issue on win32, but on GTK, the decoration looks funny - will attach a shot.
resolved fixed
1384697
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/HistoryAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HistoryAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/HistoryDropDownAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-27T13:56:19Z"
"2006-04-27T12:13:20Z"
138,639
Bug 138639 Compiler preference page does not use horizontal space
N20060406 Go to preference page: Java-Compiler and resize the preference dialog. The page is not resized. See screenshot.
resolved fixed
1f88777
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-27T13:28:28Z"
"2006-04-26T14:00:00Z"
138,547
Bug 138547 CorrectionMarkerResolutionGenerator has inconsistent hasResolutions and getResolutions
20060425 The file i am about to attach has an unreachable code error. The CorrectionMarkerResolutionGenerator returns true for #hasResolutions and an empty collection for #getResolutions. As a result we are getting an empty Quick Fix dialog.
resolved wontfix
9da9adb
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-27T12:47:27Z"
"2006-04-26T02:53:20Z"
135,816
Bug 135816 [introduce indirection] NPE in when invoken on declaration
20060410-0010 - open the following code in the editor, select method declaration 'run' in 'MyThread' and invoke the introduce indirection refactoring. public class ThreadRunner { private static class MyThread extends Thread { public void run() { } } public void startInBackground() { MyThread thread= new MyThread(); thread.run(); } } java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.code.IntroduceIndirectionRefactoring.checkInitialConditions(IntroduceIndirectionRefactoring.java:408) at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:81) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
resolved fixed
013074b
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceIndirectionRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-27T11:21:13Z"
"2006-04-10T09:06:40Z"
133,555
Bug 133555 [refactoring] Superfluos signature preview of extract local
I20060328-0010 The signature preview of extract local seems IMHO superfluos and does not even update when the final bit changes. I opt to remove it to make the dialog more lightweight.
resolved fixed
ccc0d47
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractTempWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-27T11:03:05Z"
"2006-03-28T15:33:20Z"
138,628
Bug 138628 [clean up] semantic change when removing blocks in nested if-then-else
If you run clean up and use "no block for single statements" then the braces are removed from the following. if (a) { if (b) doSomething(); } else doSomethingElse(); which actually results in the symantically different code if (a) if (b) doSomething(); else doSomethingElse(); It was only during reformatting I spotted the code move on the screen.
verified fixed
61ddf8d
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-27T09:44:43Z"
"2006-04-26T14:00:00Z"
100,963
Bug 100963 Remove ripple method finder
Since the class isn't used anylonger we should remove it in 3.2
resolved fixed
6f2debe
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RippleMethodFinder.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-27T07:41:20Z"
"2005-06-20T20:40:00Z"
131,284
Bug 131284 Removing all libraries from a Java Project does not work
Eclipse Version: 3.2.0 Build id: I20060217-1115 This is how to reproduce it: 1. In Windows (somewhere on your harddrive) create a folder and copy some (at least more than one) JAR libraries into this folder. 2. Open Eclipse. Use new Project Wizard and create new Java Project from existing source and let it point to the folder you just created in 1). Ensure that the wizard automatically adds the JAR libraries to the project s build path 3. Finish wizard 4. Open Java Project Properties Dialog on the project, switch to Libraries tab, select all libraries with CTRL-A and hit remove. In the dialog, the libraries disappear 5. Close Properties Dialog and look at the project in Package Explorer: The libraries were not removed. Also if the properties dialog is opened again, they are still there. It is important, that all libraries need to be selected for remove. If only some are selected, it does work. Regards, Christian
resolved fixed
d333f76
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-27T07:36:01Z"
"2006-03-10T08:40:00Z"
138,320
Bug 138320 [refactoring] CCE in Change method signature
N20060423-0010 Steps to reproduce: - Use CMS to rename a method ChangeSignatureRefactoring$ReferenceUpdate(ChangeSignatureRefactoring$OccurrenceUpdate).getTightSourceRangeComputer() line: 1674 ChangeSignatureRefactoring$ReferenceUpdate(ChangeSignatureRefactoring$OccurrenceUpdate).changeMethodName() line: 1657 ChangeSignatureRefactoring$ReferenceUpdate.updateNode() line: 1689 ChangeSignatureRefactoring$DeclarationUpdate.addDelegate() line: 1855 ChangeSignatureRefactoring$DeclarationUpdate.updateNode() line: 1833 ChangeSignatureRefactoring.createChangeManager(IProgressMonitor, RefactoringStatus) line: 1277 ChangeSignatureRefactoring.checkFinalConditions(IProgressMonitor) line: 812 CheckConditionsOperation.run(IProgressMonitor) line: 83 CreateChangeOperation.run(IProgressMonitor) line: 118 UIPerformChangeOperation(PerformChangeOperation).run(IProgressMonitor) line: 189 Workspace.run(IWorkspaceRunnable, ISchedulingRule, int, IProgressMonitor) line: 1737 WorkbenchRunnableAdapter.run(IProgressMonitor) line: 87 ModalContext$ModalContextThread.run() line: 113
verified fixed
b418c46
["org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testDelegate05_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testDelegate05_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ChangeSignatureTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/delegates/DelegateCreator.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-26T18:50:55Z"
"2006-04-25T10:13:20Z"
107,373
Bug 107373 [preferences] Show more details on Typing > Tabulators preference page
OS : RHEL 3.1 not a must fix Severity ( 1 thru 4, 1 as most severe): 3 Build date: 0802 Blocking: Yes Language: JPN, ENG Bitmap Location: Z:\defects\JPN\Base_09002400_JPN.gif Tester Name: Hiroshi Inoue Problem Description: "Mixed" is not shown on Typing preference page. Steps: 1. From menu bar, select Window -> Preference. 2. Select Java -> Editor -> Typing. 3. On the Tabulatiors field, we can see description "The current indentation size is 4, using tabs." Please see attached screen capture. 4. Click the "formatter prefernece page." link at the field. Or select Java -> Code Style -> Formatter. 5. Click "Show..." button. 6. On the General settings field, drop down the "Tab policy" menu and select "Mixed". 7. Click Apply. 8. "Rename Profile" dialog appears. Type in anything and click OK. 9. Go back to the Typing preferece page. The description is not changed. When we choice "Spaces only" or "Tanb only" on the Formatter prefarence page, the change is appeared on the Typing page.
closed fixed
5588b35
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SmartTypingConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-26T13:12:26Z"
"2005-08-18T21:20:00Z"
107,587
Bug 107587 [organize imports] Organize imports dialog is sometimes unnecessary
Sometimes on "organize imports" Eclipse asks me if I want to add: org.xml.sax.SAXException or org.xml.sax.SAXException This is because I have two XML/HTML/SAX parsers (or whatever) in my classpath. Now regardless of which one I choose I always get the same import row in my source; thus the dialog is redundant and can be removed.
resolved fixed
028fae5
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-26T13:07:06Z"
"2005-08-22T11:26:40Z"
108,030
Bug 108030 [refactoring] Move instance method inserts argument at wrong position
I20050823-0800 class A { B fB; public void doit(String doitArg) { subroutine(1.2f); } public void subroutine(float subArg) { subsub(); } public void subsub() { } } class B { } - move doit(..) to fB -> compiles - move subroutine(..) to fB -> does not compile since subroutine's new parameter A a is at first position but the argument at the call site is at the second position Please fix and add a second test case where methods have 2 or more parameters.
verified fixed
899faae
["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test36/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test36/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test36/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test36/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/MoveInstanceMethodTests.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-26T13:01:02Z"
"2005-08-25T20:00:00Z"
126,351
Bug 126351 [implementation] remove usage of the deprecated javadocCompletionProcessors extension point
we should replace our usage and contribute to the javaCompletionProposalComputer ext. pt.
verified fixed
5f0d668
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/HTMLTagCompletionProposalComputer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocCompletionEvaluator.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/LegacyJavadocCompletionProposalComputer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-26T10:36:57Z"
"2006-02-03T15:20:00Z"
129,336
Bug 129336 [quick assist] Introduce local with casted type does not handle negations correct
I20060221-1300 Given: if (!(binding instanceof IVariableBinding)) return false; 1. Cursor on 'instanceof' 2. Ctrl-1 3. Introduce new local with casted type Result: if (!(binding instanceof IVariableBinding)) { IVariableBinding binding= (IVariableBinding)binding; return false; } Expected: if (!(binding instanceof IVariableBinding)) return false; IVariableBinding binding= (IVariableBinding)binding;
resolved fixed
7b97f90
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-26T10:15:28Z"
"2006-02-24T14:06:40Z"
99,948
Bug 99948 [build path] build path actions write to log
3.1 RC3 'Build Path' > 'Use as Source Folder' on package results in error dialog and writes to .log ==> the action should not be available at all or at least not write to .log
resolved fixed
149ce6e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/AddArchiveToBuildpathAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/AddFolderToBuildpathAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/AddLibraryToBuildpathAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/AddSelectedLibraryToBuildpathAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/EditOutputFolderAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/ExcludeFromBuildpathAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/IncludeToBuildpathAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/RemoveFromBuildpathAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-26T09:11:51Z"
"2005-06-14T11:53:20Z"
94,705
Bug 94705 [hovering] Javadoc hover's trigger region exceeds right side
I20050509-2010 (MacOS X and Windows XP) Hovering over a type declaration with an 'unimplemented method' error shows the type hover when hovering over the right border of the type name. I would expect the error hover to completely hide the type hover.
verified fixed
1795f75
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaElementHyperlinkDetector.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaWordFinder.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-25T18:12:34Z"
"2005-05-11T14:00:00Z"
128,843
Bug 128843 [quick assist] make enablement of 'Change statement <-> block' more predictable
I20060217-1115 The quick assists should be enabled when the caret is - in a keyword (if, else, do, while, for) - in the condition - inside a block with a single statement (but not inside the statement itself) if (true) { // "Change 'if' block to statement" should be enabled here System.out.println("Hello" /*but not here*/ ); } All those quick assists should be enabled which can really change the code. Also consider "if ... else if ... else if ... else " sequences and offer to: - convert all to blocks (unless they are all blocks) - convert all to statements (unless they are all statements) - convert the node at caret position to the other form
resolved fixed
c9eac42
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-25T16:57:49Z"
"2006-02-21T16:40:00Z"
93,200
Bug 93200 [new wizard] Option not availabe to avoid default 'super()' calls
When creating a new class there is no option to prevent the inclusion of a default 'super()' method invocation. However when using the Source > Add Contructors from Superclass context menu I can omit these calls. It is extremely annoying to have to continue to take these out as that is what our coding stanrds require and the ant process checks for. The ui should be consistent and provide a checkbox to exclude these default calls in the New Class Wizard and maybe the Enum wizard to if it is relevant.
resolved fixed
c76cc5e
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-25T16:53:30Z"
"2005-04-28T23:13:20Z"
135,884
Bug 135884 [content assist][api] Ctrl+Space does not toggle content assist groups when popup has focus
N20060410-0010 Ctrl+Space does not toggle content assist groups when popup has focus: - press Ctrl+Space, press Tab => popup has focus and affordance says "Press 'Ctrl+Space' to show Template Proposals", but Ctrl+Space only selects/unselects the current table item
verified fixed
77a1285
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-25T16:26:39Z"
"2006-04-10T14:40:00Z"
87,258
Bug 87258 Userlibrary preferences - Changing a jar clears attributes
If a userlibrary is created there is no way to change the jar file and holding src and javadoc.
resolved fixed
e025639
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPUserLibraryElement.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-25T15:50:01Z"
"2005-03-07T12:53:20Z"
82,147
Bug 82147 [5.0][content assist] Content Assist infos don't work for Class#getAnnotation(Class<A>)
I200412210800 class X { void m() { X.class.//Ctrl+Space } } Content Assist for "<U> Class<? extends U> asSubclass(Class<U> clazz)": - misses argument name and type argument (shows "asSubclass(Class arg0) Class - Class") - does not show javadoc Also doesn't work for isAssignableFrom(Class<?> cls) and isAnnotationPresent(..).
verified fixed
2c92432
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavadocContentAccess.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-25T15:44:33Z"
"2005-01-04T17:33:20Z"
138,325
Bug 138325 [quick fix] Qualify unqualfied field access not applicable
N20060423-0010 Given: package test; public class E<I> { private int i; public void foo() { System.out.println(i); } } With unqualified field accesses set to warning 1. Ctrl-1 on the warning at 'i' Is: No quick fix to qualify 'i' is avilable Sould: Qualify with 'this' Same for: public class Klass<T> { public int i; public void foo() { Runnable runnable = new Runnable() { public void run() { System.out.println(i); } }; } } No Quick fix proposal is shown for i access. The same holds for the 'Qualify non static field and method accesses' clean up.
resolved fixed
68b0e9d
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CodeStyleFix.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-25T15:19:54Z"
"2006-04-25T10:13:20Z"
137,172
Bug 137172 [nls tooling] constant is falsely recognized as NLS key constant
3.2 RC1 1. open ChangeHoverInformationControl rev. 1.3 2. in line 90 hover or Ctrl+click on "SYMBOLIC_FONT_NAME" ==> wrong hover and Ctrl+Click does not jump to the constant declaration
verified fixed
314ac83
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHintHelper.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-25T15:18:16Z"
"2006-04-18T08:46:40Z"
115,524
Bug 115524 [javadoc wizard] Cannot change default javadoc command
I can't find a way to set the default javadoc command offered by the javadoc wizard. Now it offers me two choices, both of which correspond to two different versions of Java 1.4 that I have uninstalled long ago. I've entered in it /usr/bin/javadoc and /usr/lib/j2.../bin/javadoc uncountable times, and although the correct command is then used, the next time I start the dialog it still only offers me the old settings. I greped my metadata dir for one of the two current options, and I found the following two matches: .metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs:command=/usr/lib/j2sdk1.4-ibm/bin/javadoc .metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml: <item key="javadoc_command_history" value="/usr/lib/j2sdk1.4-ibm/bin/javadoc:/usr/lib/j2sdk1.4-sun/bin/javadoc"/> In case it matters, I've been converting this workspace along since Eclipse 2.1, passing through 3.0 and a couple 3.1 release candidates, and finally 3.1. Now I'm using Eclipse 3.1.1. I think I remember that at some point I found a way to select the default command, but that might have been with a long unavailable configuration UI.
resolved fixed
3471743
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-25T13:51:59Z"
"2005-11-08T17:13:20Z"
115,526
Bug 115526 [javadoc wizard] Misses some packages loading javadoc.xml
I have this javadoc.xml that defines a javadoc export spanning several Eclipse projects. The problem is that for one of the projects the UI is populated incorrectly, that is, some of the packages are left unselected (and hence not included in the final documentation). The project organization is as follows: BuddyStream Java API (all selected) BuddyStream Server c~.b~.db (should be all selected, but it's empty) c~.b~.db.mysql (should be all selected, but it's empty) c~.b~.logging (should be all selected, but it's empty) c~.b~.plugins (should be all selected, but it's empty) c~.b~.server (all files but one are selected, that's expected) c~.b~.util (all selected) ... a few other projects, some all selected, some partially, all work as expected. The only project that seems to have problems is the one that mixes per package and per file selections. In this case, the only package that is not wholly selected is c~.b~.server, and I believe that causes the problem. All packages up to that one are listed by package in javadoc.xml, but c~.b~.server and c~.b~.util are described file by file. The former appear unselected while the latter appear properly selected. The result is that everytime I want to generate the documentation I have to manually add those packages. The javadoc.xml file will be attached below.
resolved fixed
9ec6caf
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-25T13:39:27Z"
"2005-11-08T17:13:20Z"
114,499
Bug 114499 [new wizard] recreate Java project should honor .settings directory
null
resolved fixed
444c8a1
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-25T12:16:09Z"
"2005-11-01T10:13:20Z"
137,964
Bug 137964 [hovering][projection] sticky projection hover only contains first line
N20060421-0010 The sticky projection hover only contains first line.
verified fixed
7a622c0
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-25T10:57:51Z"
"2006-04-21T14:33:20Z"
138,323
Bug 138323 [quick assist] surround with does not qualify 'this'
N20060423-0010 Given: public class E { public void foo() { System.out.println(this); } } 1. Select 'System.out.println(this); 2. Alt-Shift-Z 3. Surround with runnable Is: System.out.println(this); Should: System.out.println(E.this);
resolved fixed
38b868b
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SurroundWith.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SurroundWithRunnableProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/SurroundWithTemplateProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-25T10:25:16Z"
"2006-04-25T10:13:20Z"
138,318
Bug 138318 [clean up] Qualify static field accesses qualifies with type parameters
N20060423-0010 Given: public class E<I> { private static int F; public void foo() { Runnable runnable = new Runnable() { public void run() { System.out.println(F); } }; } } Source->Clean Up->Qualify static field accesses Is: System.out.println(E<I>.F); Should: System.out.println(E.F); Same for methodes.
resolved fixed
c65ff38
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CodeStyleFix.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-25T09:54:20Z"
"2006-04-25T10:13:20Z"
108,515
Bug 108515 [5.0][content assist] Completion of static import generates illegal generic.
Steps: 1) Paste at top of file: import static java.lang 2) Place caret at the end of pasted line. 3) Type '.' (period). A completion menu pops up. 4) Press the Down Arrow key repeatedly until the Class menu item is hilited. 5) Type Enter (carriage return) to pick the Class menu item. See that the generated import statement illegally contains a generic template.
verified fixed
f8978b5
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ExperimentalResultCollector.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-25T09:38:28Z"
"2005-08-31T20:26:40Z"
137,954
Bug 137954 [5.0][content assist] content assist completely replaces the import statement in static import
null
verified fixed
57d5ab4
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaMethodCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-25T09:21:26Z"
"2006-04-21T14:33:20Z"
131,305
Bug 131305 [organize import] incorrectly removes import for Map.Entry
I have a class that compiles with this import: import java.util.Map.Entry; If I do an organize import on the class or the project, this import is removed and the project no longer compiles. There is no warning about unused classes though (correct). I am using eclipse 3.2 M5.
resolved fixed
44bb5e1
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/Bindings.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/ScopeAnalyzer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-24T21:40:08Z"
"2006-03-10T11:26:40Z"
137,427
Bug 137427 Use as Source Folder action should only be available for java projects
Version: 3.2.0 Build id: I20060413-1718 The "Use as Source Folder" action is available from package and project explorers for non Java projects. Using the action results in an exception in the log about not being able to find the java project. 1. Create a new non java project 2. Create a folder in the project 3. right click on the folder, select "Build Path"/"Use as Source Folder" 4. Observe the following exception in the log Java Model Exception: Java Model Status [ZZZ does not exist] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(JavaElement.java:485) at org.eclipse.jdt.internal.core.JavaModelManager.getPerProjectInfoCheckExistence(JavaModelManager.java:1507) at org.eclipse.jdt.internal.core.JavaProject.getPerProjectInfo(JavaProject.java:1906) at org.eclipse.jdt.internal.core.JavaProject.getOutputLocation(JavaProject.java:1726) at org.eclipse.jdt.internal.core.JavaProject.getOutputLocation(JavaProject.java:1715) at org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.AddFolderToBuildpathAction.run(AddFolderToBuildpathAction.java:103) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3346) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
resolved fixed
6e83f89
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/AddFolderToBuildpathAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-24T08:55:21Z"
"2006-04-19T04:13:20Z"
137,756
Bug 137756 Quickfix causes Java Model Exception: Project cannot reference itself
3.2RC1 In a plug-in I'm trying to reference an internal class. Using the AntBuilderTabGroup class as a guide (from org.eclipse.ant.ui), I have this line in my java file: import org.eclipse.ui.externaltools.internal.launchConfigurations.ExternalToolsBuilderTab; Eclipse complains "The import org.eclipse.ui.externaltools" cannot be resolved, so I clicked on the error and pressed Ctrl+1. The quick fix suggested "Add library 'External Plug-ins' to build path of 'com.sas.tools.sds'", so I selected that and got an error dialog: Quick Fix An exception occurred while applying the quick fix. Reason: Project cannot reference itself: com.sas.tools.sds The traceback from the .log file is copied below. eclipse.buildId=I20060413-1718 java.version=1.6.0-beta2 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Framework arguments: Command-line arguments: -os win32 -ws win32 -arch x86 -data c:\Development\eclipse\workspace Error Thu Apr 20 11:16:35 EDT 2006 Internal Error Java Model Exception: Java Model Status [Project cannot reference itself: com.sas.tools.sds] at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:775) at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:3011) at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:3027) at org.eclipse.jdt.internal.corext.refactoring.changes.AddToClasspathChange.perform(AddToClasspathChange.java:70) at org.eclipse.jdt.internal.ui.text.correction.ChangeCorrectionProposal.performChange(ChangeCorrectionProposal.java:119) at org.eclipse.jdt.internal.ui.text.correction.ChangeCorrectionProposal.apply(ChangeCorrectionProposal.java:81) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertProposal(CompletionProposalPopup.java:726) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertSelectedProposalWithMask(CompletionProposalPopup.java:672) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$26(CompletionProposalPopup.java:668) at org.eclipse.jface.text.contentassist.CompletionProposalPopup$5.widgetDefaultSelected(CompletionProposalPopup.java:538) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:97) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3346) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:589) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
resolved fixed
2b7af78
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/AddToClasspathChange.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-23T21:25:14Z"
"2006-04-20T16:20:00Z"
138,088
Bug 138088 Clear button on Java preference page should not fill vertically
Version: 3.2.0 Build id: I20060413-1718 The button to clear the state of the "don't ask me again" dialogs currently has a vertical alignment of fill. This causes the button to look strange when the preference dialog is very narrow (see screenshot). The vertical alignment should be changed to center to match the label. ### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.ui Index: ui/org/eclipse/jdt/internal/ui/preferences/JavaBasePreferencePage.java =================================================================== RCS file: /home/eclipse/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBasePreferencePage.java,v retrieving revision 1.69 diff -u -r1.69 JavaBasePreferencePage.java --- ui/org/eclipse/jdt/internal/ui/preferences/JavaBasePreferencePage.java 8 Nov 2005 10:36:33 -0000 1.69 +++ ui/org/eclipse/jdt/internal/ui/preferences/JavaBasePreferencePage.java 22 Apr 2006 00:40:59 -0000 @@ -182,7 +182,7 @@ Button clearButton= new Button(dontAskGroup, SWT.PUSH); clearButton.setText(PreferencesMessages.JavaBasePreferencePage_do_not_hide_button); - clearButton.setLayoutData(new GridData(GridData.FILL, GridData.FILL, false, false)); + clearButton.setLayoutData(new GridData(GridData.FILL, GridData.CENTER, false, false)); clearButton.addSelectionListener(new SelectionListener() { public void widgetSelected(SelectionEvent e) { unhideAllDialogs();
resolved fixed
44a066a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBasePreferencePage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-23T20:54:16Z"
"2006-04-22T01:40:00Z"
137,925
Bug 137925 Quick assist on undefined method in assert statement creates wrong result type
Assume that I write the following line within some Java (>=1.4) method: assert checkFoo() : "foo fails" ; Assume also that method 'checkFoo()' has not yet been defined. I now use Quick Assist (CTRL+1) on "checkFoo()" to create the method. This results in the following construct: private Object checkFoo() { // ... some code template expanded here ... } The problem is, that the result type is 'Object', but should be 'boolean', because the assert statement demands this.
resolved fixed
06776e9
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ASTResolving.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-23T20:15:39Z"
"2006-04-21T11:46:40Z"
137,732
Bug 137732 [new type wizard] [api] addStaticImport to NewTypeWizardPage.ImportsManager
20060420 For the new JUnit 4 test case wizard which extends NewTypeWizardPage and uses the ImportsManager I would like to add a new API ImportsManager.addStaticImport so a static import "static import org.junit.Assert.*" can be added to the created class. ImportsManager cannot be extended (nor instantiated). The API addition is therefore completly safe/non breaking. Erich, can give the PMC approval?
resolved fixed
8ddc149
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-21T14:22:51Z"
"2006-04-20T13:33:20Z"
137,688
Bug 137688 [performance] Improve initial performance for new AbstractLineTracker implementation
3.2 RC1 The new AbstractLineTracker implementation hits us on open editor performance scenarios. We should use the old implementation as long as the document is not dirty.
verified fixed
00a9215
["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/LineTrackerPerformanceTest.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-20T16:02:48Z"
"2006-04-20T10:46:40Z"
30,826
Bug 30826 Pull Up should support pulling up static fields and methods into an interface [refactoring]
If methods are selected the method should be kept in the class and made "abstract" in the interface.
resolved fixed
8082fa3
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-20T10:33:04Z"
"2003-02-03T19:20:00Z"
134,736
Bug 134736 [move type] Moving interface from class to another interface produces misleading error message
Moving interface A from class Foo to interface Bar produces misleading error message: "Only 'public static' types and 'public static final' fields with variable initializers can be moved to an interface." class Foo { public interface A {} } interface Bar {}
resolved fixed
d944a19
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembersProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-20T07:37:38Z"
"2006-04-04T14:13:20Z"
133,355
Bug 133355 [rulers] Transfer focus to vertical ruler hovers
null
verified fixed
7c29f5e
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-19T15:24:18Z"
"2006-03-27T14:33:20Z"
137,474
Bug 137474 NPE in MethodOverrideTester.hasCompatibleTypeParameters when overriding generic method
build I20060418-0010 1) create the following classes public class A { public <T1, T2> void foo() {} } class B extends A { public <U1,> void foo() {} } 2) type a 'U' character after 'public <U1,' an NPE occur java.lang.NullPointerException at org.eclipse.jdt.internal.corext.util.MethodOverrideTester.hasCompatibleTypeParameters(MethodOverrideTester.java:248) at org.eclipse.jdt.internal.corext.util.MethodOverrideTester.isSubsignature(MethodOverrideTester.java:229) at org.eclipse.jdt.internal.corext.util.MethodOverrideTester.findOverriddenMethodInType(MethodOverrideTester.java:186) at org.eclipse.jdt.internal.corext.util.MethodOverrideTester.findOverriddenMethodInHierarchy(MethodOverrideTester.java:152) at org.eclipse.jdt.internal.corext.util.MethodOverrideTester.findOverriddenMethod(MethodOverrideTester.java:124) at org.eclipse.jdt.ui.actions.OpenSuperImplementationAction.findSuperImplementation(OpenSuperImplementationAction.java:171) at org.eclipse.jdt.ui.actions.OpenSuperImplementationAction.checkMethod(OpenSuperImplementationAction.java:191) at org.eclipse.jdt.ui.actions.OpenSuperImplementationAction.selectionChanged(OpenSuperImplementationAction.java:117) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchSelectionChanged(SelectionDispatchAction.java:255) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.selectionChanged(SelectionDispatchAction.java:250) at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
resolved fixed
bc2ccb9
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/MethodOverrideTester.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-19T13:49:34Z"
"2006-04-19T09:46:40Z"
137,204
Bug 137204 [project explorer] Missing label for JRE containers in status bar
3.2 RC1 Selecting a jre container in the project explorer displays the icon correctly in the status bar, but without the corresponding element label
resolved fixed
e4776a0
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/StatusBarUpdater.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-19T08:46:20Z"
"2006-04-18T14:20:00Z"
136,618
Bug 136618 JUnit failure opens on single click makes it unusable
I20060413-0010 My setup is as follow: - I have the 'Single click' open mode selected in the preferences. - I have the JUnit view as a fast view in vertical orientation When I click on a failure (upper pane of the JUnit view), it now closes the JUnit view to show me the corresponding .java file. In 3.2 M6 and before, selecting a failure used to only show the failure trace in the lower pane). This 'feature' makes it impossible to see the failure trace. The open mode should be followed only in the 'Failure trace' pane.
verified fixed
6d507a8
["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestViewer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-18T20:20:41Z"
"2006-04-13T12:06:40Z"
137,244
Bug 137244 Type Info filter also needs to search using prefix when CamelCase fails
null
resolved fixed
fb06455
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/TypeInfoFilter.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-18T19:39:48Z"
"2006-04-18T14:20:00Z"
137,182
Bug 137182 [hovering] Annotation hover always placed at same horizontal position
3.2 RC1 The annotation hover is not placed where the change is but always at the same horizontal position.
verified fixed
dc00b0a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BrowserInformationControl.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-18T13:08:05Z"
"2006-04-18T11:33:20Z"
136,312
Bug 136312 Java Model Exception in org.eclipse.jdt.internal.core.JavaElement.openWhenClosed
I get the following exception in 3.2M6. I have no ideas what let up the exception. Java Model Exception: Java Model Status [checkReservedWords(ICDLDOMWordToken) [in NamingRulesProcessor [in [Working copy] NamingRulesProcessor.java [in com.nettest.cdb.cdlplugin.modelprocessors.naming [in modelprocessers [in com.nettest.cdb.cdlplugin]]]]] does not exist] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(JavaElement.java:485) at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:516) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:249) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:235) at org.eclipse.jdt.internal.core.Member.getFlags(Member.java:157) at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring$1.getDescriptor(ChangeSignatureRefactoring.java:1154) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.getChange(CreateChangeOperation.java:147) at org.eclipse.ltk.ui.refactoring.UserInputWizardPage.performFinish(UserInputWizardPage.java:155) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.performFinish(RefactoringWizard.java:611) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.okPressed(RefactoringWizardDialog2.java:433) at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:500) at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:652) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3346) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation$1.run(RefactoringWizardOpenOperation.java:132) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run(RefactoringWizardOpenOperation.java:145) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate(RefactoringStarter.java:40) at org.eclipse.jdt.internal.ui.refactoring.UserInterfaceStarter.activate(UserInterfaceStarter.java:56) at org.eclipse.jdt.internal.corext.refactoring.RefactoringExecutionStarter$1.activate(RefactoringExecutionStarter.java:199) at org.eclipse.jdt.internal.corext.refactoring.RefactoringExecutionStarter.startChangeSignatureRefactoring(RefactoringExecutionStarter.java:204) at org.eclipse.jdt.ui.actions.ModifyParametersAction.run(ModifyParametersAction.java:132) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:271) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:243) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:185) at org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:109) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:460) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:424) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:160) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:466) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:799) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:846) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:564) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:506) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:122) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:982) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:924) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:949) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:934) at org.eclipse.swt.widgets.Control.traverse(Control.java:2965) at org.eclipse.swt.widgets.Control.translateMnemonic(Control.java:2809) at org.eclipse.swt.widgets.Composite.translateMnemonic(Composite.java:924) at org.eclipse.swt.widgets.Control.translateMnemonic(Control.java:2827) at org.eclipse.swt.widgets.Display.translateMnemonic(Display.java:3850) at org.eclipse.swt.widgets.Display.filterMessage(Display.java:996) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2962) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
resolved fixed
83037b2
["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RenameResourceChangeTests.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RenameSourceFolderChangeTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/AbstractJavaElementRenameChange.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/CompilationUnitDescriptorChange.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/DynamicValidationRefactoringChange.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RefactoringDescriptorChange.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameCompilationUnitChange.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameJavaProjectChange.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenamePackageChange.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameResourceChange.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameSourceFolderChange.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ConvertAnonymousToNestedRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineConstantRefactoring.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/InlineTempRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceFactoryRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceIndirectionRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceParameterRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/PromoteTempToFieldRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ReplaceInvocationsRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameCompilationUnitProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameEnumConstProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameFieldProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameJavaProjectProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameLocalVariableProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePackageProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameResourceProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameSourceFolderProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameTypeParameterProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameTypeProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/sef/SelfEncapsulateFieldRefactoring.java", "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/ChangeTypeRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractSupertypeProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembersProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PushDownRefactoringProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/UseSuperTypeProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-18T10:50:14Z"
"2006-04-12T11:06:40Z"
137,167
Bug 137167 [hovering] Wrong font in SourceViewerInformationControl
3.2. RC1 The SourceViewerInformationControl uses the default text font instead of the Java editor font.
verified fixed
39329d8
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-18T10:37:42Z"
"2006-04-18T08:46:40Z"
128,181
Bug 128181 [jar import] Method handles are not correctly translated
I20060216-0010 The JAR import wizard needs to consider a mix of qualified and unqualified type names for method arguments
resolved fixed
9a088e5
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/JavaRefactoringDescriptor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-18T10:03:54Z"
"2006-02-16T11:40:00Z"
137,162
Bug 137162 [projection][hovering] projection hover is too big
null
verified fixed
9a163ac
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-18T09:11:27Z"
"2006-04-18T08:46:40Z"
135,168
Bug 135168 [Java Sync] Mixed source folders duplicate contents
I20060331-2000 I am not exactly sure what "Show All" is supposed to do, but I think it's broken now, with the new java model option in the synchronize view. It seems that "Show All" is doing an intersection of the different view types, instead of a union of them. For me, this ends up being "show less". The best way I can describe this is with a series of screen snapshots. So three snapshots will follow, all of different views of the current incoming and outgoing changes in the swt project. Snap 1) Show Workspace Snap 2) Show Java Workspace Snap 3) Show All
resolved fixed
9da7b9f
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-13T15:53:53Z"
"2006-04-05T23:33:20Z"
129,168
Bug 129168 [content assist] UI hangs in Code assist while showing additional info
M5 Steps to reproduce: - create a project with a 5.0 JDK - create a CU - enter a method void foo() { c<code assist> } observe code assist pops up and hangs in the UI thread for some amount of time. The stack trace is as follows: "main" prio=7 tid=0x00037350 nid=0x64c runnable [0x0007e000..0x0007fc40] at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) - locked <0x106ac2b8> (a java.net.PlainSocketImpl) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) at java.net.Socket.connect(Socket.java:507) at java.net.Socket.connect(Socket.java:457) at sun.net.NetworkClient.doConnect(NetworkClient.java:157) at sun.net.www.http.HttpClient.openServer(HttpClient.java:365) at sun.net.www.http.HttpClient.openServer(HttpClient.java:477) - locked <0x106ac218> (a sun.net.www.http.HttpClient) at sun.net.www.http.HttpClient.<init>(HttpClient.java:214) at sun.net.www.http.HttpClient.New(HttpClient.java:287) at sun.net.www.http.HttpClient.New(HttpClient.java:299) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:792) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:744) at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:669) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913) - locked <0x106ab848> (a sun.net.www.protocol.http.HttpURLConnection) at org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:717) at org.eclipse.jdt.internal.core.BinaryType.getJavadocContents(BinaryType.java:1063) at org.eclipse.jdt.internal.core.BinaryType.getAttachedJavadoc(BinaryType.java:990) at org.eclipse.jdt.ui.JavadocContentAccess.getHTMLContentReader(JavadocContentAccess.java:121) at org.eclipse.jdt.internal.ui.text.java.MemberProposalInfo.extractJavadoc(MemberProposalInfo.java:102) at org.eclipse.jdt.internal.ui.text.java.MemberProposalInfo.computeInfo(MemberProposalInfo.java:81) at org.eclipse.jdt.internal.ui.text.java.MemberProposalInfo.getInfo(MemberProposalInfo.java:68) at org.eclipse.jdt.internal.ui.text.java.LazyJavaCompletionProposal.getAdditionalProposalInfo(LazyJavaCompletionProposal .java:180) at org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:221) at org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:820 ) at org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:810) at org.eclipse.jface.text.contentassist.AdditionalInfoController$1.run(AdditionalInfoController.java:173) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) - locked <0x106bca28> (a org.eclipse.swt.widgets.RunnableLock) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3262) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2908) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1762) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1726) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:397) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
verified fixed
a384025
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ProposalInfo.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-13T15:38:34Z"
"2006-02-23T15:53:20Z"
136,598
Bug 136598 [hovering] Don't read css file for each hover
N20060412-0010. We currently add a link to a style sheet when creating the hover HTML. This forces the browser to access the disk for each hover. Same applies to Javadoc view.
verified fixed
7a1af2d
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/HTML2TextReader.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/HTMLPrinter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractAnnotationHover.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractJavaEditorTextHover.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-13T11:12:35Z"
"2006-04-13T12:06:40Z"
136,362
Bug 136362 [nls tooling] Navigate to properties file ends up in wrong property file
N20060412-0010. 1. open AbstractDecoratedTextEditor rev. 1.64 2. hover over "AbstractDecoratedTextEditor_saveAs_overwrite_title" on line 132 ==> hover says: "The key is missing!" 3. Ctrl+Click ==> wrong properties file is opened and message says that the key has not been found.
resolved fixed
8a88f72
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHintHelper.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-12T16:50:20Z"
"2006-04-12T16:40:00Z"
74,375
Bug 74375 [misc] Save as to a location external to the workspace
200409140800 I was editing an external file and wanted to make use of save as to save the copy to a new location. The only option I had was to save the file in a workspace location. I would like to be able to save as to an external location
verified fixed
df0023f
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-12T15:46:14Z"
"2004-09-20T19:53:20Z"
135,560
Bug 135560 [refactoring history] multiple dialogs on delete
20060407 Open the refactoring history dialog, select multiple entries and press 'Remove'. You get a dialog per entry. Should better be one dialog for all. 'Ok to remove 5 entries?'
resolved fixed
683d39b
["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringUIMessages.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/history/RefactoringPropertyPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-12T14:55:05Z"
"2006-04-07T14:26:40Z"
99,729
Bug 99729 [ast rewrite] first annotation not on new line
null
resolved fixed
60553d3
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ModifierCorrectionsQuickFixTest.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-12T14:24:07Z"
"2005-06-13T16:26:40Z"
120,432
Bug 120432 [refactoring] "Move Member Type to New File" crashes when going back after an error
null
resolved fixed
e593c98
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-12T08:25:33Z"
"2005-12-12T20:40:00Z"
135,278
Bug 135278 Deadlock in TypeHistory
N20060405-0010 + plug-in export See attached stack trace. Steps that made it happen for me: 1. open launch config 2. edit installed JREs 3. change default VM for 1.4 execution environment
resolved fixed
f030ea6
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/OpenTypeHistory.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-11T18:03:34Z"
"2006-04-06T13:26:40Z"
127,799
Bug 127799 [jar exporter] Manifest selection dialog in JAR exporter not sorted
I20060214-0010 On the last page of the JAR file export wizard, there's a Browse button under 'Use existing manifest from workspace'. It opens a dialog that is only partly sorted (looks like all source projects first and binaries later). If this is really the intention, then there should be a binary decorator for binary projects, and/or a dividing line between the groups. If this was not planned, then a viewer sorter should be installed.
resolved fixed
519f0c3
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarManifestWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-11T13:42:58Z"
"2006-02-14T18:00:00Z"
127,659
Bug 127659 @Overrid extracted to Interface
M5 test path Given: public class Klazz { @Override public int hashCode() {return 0;} } 1. 'extract interface' refactoring 2. extract hashCode() results in: public interface IKlazz { @Override public abstract int hashCode(); } With compile error: The method hashCode() of type IKlazz must override a superclass method
resolved fixed
1c8f8c5
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-11T13:23:32Z"
"2006-02-14T09:40:00Z"
128,990
Bug 128990 CVS label decorations should be recursive, when using tree view in package explorer
When using the the tree view in the package explorer, package com.foo.bar is shown as a child of package com.foo. Therefore the CVS label decorations of package com.foo should mark it as dirty even if only com.foo.bar contains dirty files. So the label decoration should be recursive, as they were before Version 3.2 M5. This would make it a lot easier to find edited files for commit, when the tree nodes are collapsed. IHMO the CVS actions should also be recursive, when using the tree view. However, I understand that this can be dangerous when committing/replacing files unintentionally.
resolved fixed
ac3f6a4
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaElementResourceMapping.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/HierarchicalDecorationContext.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/DecoratingJavaLabelProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-11T10:49:23Z"
"2006-02-22T14:53:20Z"
95,619
Bug 95619 [5.0][content assist] Function parameter assist does not work with some parameterized types
If I have a function like private int fn(HashMap <String,HashMap<String,Integer[]>> map, int p1, float p2) { } then when the parameter assist pops up when I call fn(), it interprets the commas in the parameterized type as commas that separate parameters, so the following are highlighted (bolded), in order, as if they are parameters: HashMap <String HashMap<String Integer[]>> map int p1 float p2 What should happen is that angle brackets should hierarchically "escape" comma interpretation.
verified fixed
71fc361
["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java", "org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaParameterListValidatorTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaHeuristicScanner.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaParameterListValidator.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-11T09:52:42Z"
"2005-05-17T17:13:20Z"
135,697
Bug 135697 Exception while refactoring (Extract Interface)
While extracting interface from a class I got internal error. I'm sorry I can't provide a test case. Regards, Max java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:350) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDialog2.java:304) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.internalPerformFinish(RefactoringWizard.java:545) at org.eclipse.ltk.ui.refactoring.UserInputWizardPage.performFinish(UserInputWizardPage.java:154) at org.eclipse.jdt.internal.ui.refactoring.ExtractInterfaceWizard$ExtractInterfaceInputPage.performFinish(ExtractInterfaceWizard.java:367) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.performFinish(RefactoringWizard.java:611) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.okPressed(RefactoringWizardDialog2.java:433) at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:500) at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:652) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1074) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3158) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2838) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation$1.run(RefactoringWizardOpenOperation.java:132) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run(RefactoringWizardOpenOperation.java:145) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate(RefactoringStarter.java:40) at org.eclipse.jdt.internal.corext.refactoring.RefactoringExecutionStarter.startExtractInterfaceRefactoring(RefactoringExecutionStarter.java:236) at org.eclipse.jdt.ui.actions.ExtractInterfaceAction.run(ExtractInterfaceAction.java:145) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:271) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:243) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1074) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3158) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2838) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:589) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Caused by: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.constraints.SuperTypeConstraintsModel.createVariableVariable(SuperTypeConstraintsModel.java:494) at org.eclipse.jdt.internal.corext.refactoring.structure.constraints.SuperTypeConstraintsCreator.endVisit(SuperTypeConstraintsCreator.java:378) at org.eclipse.jdt.internal.corext.refactoring.structure.constraints.SuperTypeConstraintsCreator.endVisit(SuperTypeConstraintsCreator.java:305) at org.eclipse.jdt.core.dom.FieldAccess.accept0(FieldAccess.java:196) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2513) at org.eclipse.jdt.core.dom.MethodInvocation.accept0(MethodInvocation.java:239) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2513) at org.eclipse.jdt.core.dom.MethodInvocation.accept0(MethodInvocation.java:239) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2536) at org.eclipse.jdt.core.dom.MethodInvocation.accept0(MethodInvocation.java:244) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2513) at org.eclipse.jdt.core.dom.IfStatement.accept0(IfStatement.java:188) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2536) at org.eclipse.jdt.core.dom.Block.accept0(Block.java:135) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2513) at org.eclipse.jdt.core.dom.ForStatement.accept0(ForStatement.java:228) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2536) at org.eclipse.jdt.core.dom.Block.accept0(Block.java:135) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2513) at org.eclipse.jdt.core.dom.MethodDeclaration.accept0(MethodDeclaration.java:501) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2536) at org.eclipse.jdt.core.dom.TypeDeclaration.accept0(TypeDeclaration.java:483) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2536) at org.eclipse.jdt.core.dom.CompilationUnit.accept0(CompilationUnit.java:212) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.internal.corext.refactoring.structure.constraints.SuperTypeRefactoringProcessor.performFirstPass(SuperTypeRefactoringProcessor.java:700) at org.eclipse.jdt.internal.corext.refactoring.structure.constraints.SuperTypeRefactoringProcessor$3.acceptAST(SuperTypeRefactoringProcessor.java:1118) at org.eclipse.jdt.core.dom.CompilationUnitResolver.resolve(CompilationUnitResolver.java:706) at org.eclipse.jdt.core.dom.CompilationUnitResolver.resolve(CompilationUnitResolver.java:459) at org.eclipse.jdt.core.dom.ASTParser.createASTs(ASTParser.java:708) at org.eclipse.jdt.internal.corext.refactoring.structure.constraints.SuperTypeRefactoringProcessor.solveSuperTypeConstraints(SuperTypeRefactoringProcessor.java:1112) at org.eclipse.jdt.internal.corext.refactoring.structure.ExtractInterfaceProcessor.access$8(ExtractInterfaceProcessor.java:1) at org.eclipse.jdt.internal.corext.refactoring.structure.ExtractInterfaceProcessor$3.acceptAST(ExtractInterfaceProcessor.java:1035) at org.eclipse.jdt.core.dom.CompilationUnitResolver.resolve(CompilationUnitResolver.java:706) at org.eclipse.jdt.core.dom.CompilationUnitResolver.resolve(CompilationUnitResolver.java:459) at org.eclipse.jdt.core.dom.ASTParser.createASTs(ASTParser.java:708) at org.eclipse.jdt.internal.corext.refactoring.structure.ExtractInterfaceProcessor.rewriteTypeOccurrences(ExtractInterfaceProcessor.java:1017) at org.eclipse.jdt.internal.corext.refactoring.structure.ExtractInterfaceProcessor.createChangeManager(ExtractInterfaceProcessor.java:401) at org.eclipse.jdt.internal.corext.refactoring.structure.ExtractInterfaceProcessor.checkFinalConditions(ExtractInterfaceProcessor.java:233) at org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring.checkFinalConditions(ProcessorBasedRefactoring.java:174) at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:83) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:118) at org.eclipse.ltk.core.refactoring.PerformChangeOperation.run(PerformChangeOperation.java:189) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Root exception: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.constraints.SuperTypeConstraintsModel.createVariableVariable(SuperTypeConstraintsModel.java:494) at org.eclipse.jdt.internal.corext.refactoring.structure.constraints.SuperTypeConstraintsCreator.endVisit(SuperTypeConstraintsCreator.java:378) at org.eclipse.jdt.internal.corext.refactoring.structure.constraints.SuperTypeConstraintsCreator.endVisit(SuperTypeConstraintsCreator.java:305) at org.eclipse.jdt.core.dom.FieldAccess.accept0(FieldAccess.java:196) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2513) at org.eclipse.jdt.core.dom.MethodInvocation.accept0(MethodInvocation.java:239) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2513) at org.eclipse.jdt.core.dom.MethodInvocation.accept0(MethodInvocation.java:239) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2536) at org.eclipse.jdt.core.dom.MethodInvocation.accept0(MethodInvocation.java:244) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2513) at org.eclipse.jdt.core.dom.IfStatement.accept0(IfStatement.java:188) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2536) at org.eclipse.jdt.core.dom.Block.accept0(Block.java:135) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2513) at org.eclipse.jdt.core.dom.ForStatement.accept0(ForStatement.java:228) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2536) at org.eclipse.jdt.core.dom.Block.accept0(Block.java:135) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2513) at org.eclipse.jdt.core.dom.MethodDeclaration.accept0(MethodDeclaration.java:501) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2536) at org.eclipse.jdt.core.dom.TypeDeclaration.accept0(TypeDeclaration.java:483) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2536) at org.eclipse.jdt.core.dom.CompilationUnit.accept0(CompilationUnit.java:212) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466) at org.eclipse.jdt.internal.corext.refactoring.structure.constraints.SuperTypeRefactoringProcessor.performFirstPass(SuperTypeRefactoringProcessor.java:700) at org.eclipse.jdt.internal.corext.refactoring.structure.constraints.SuperTypeRefactoringProcessor$3.acceptAST(SuperTypeRefactoringProcessor.java:1118) at org.eclipse.jdt.core.dom.CompilationUnitResolver.resolve(CompilationUnitResolver.java:706) at org.eclipse.jdt.core.dom.CompilationUnitResolver.resolve(CompilationUnitResolver.java:459) at org.eclipse.jdt.core.dom.ASTParser.createASTs(ASTParser.java:708) at org.eclipse.jdt.internal.corext.refactoring.structure.constraints.SuperTypeRefactoringProcessor.solveSuperTypeConstraints(SuperTypeRefactoringProcessor.java:1112) at org.eclipse.jdt.internal.corext.refactoring.structure.ExtractInterfaceProcessor.access$8(ExtractInterfaceProcessor.java:1) at org.eclipse.jdt.internal.corext.refactoring.structure.ExtractInterfaceProcessor$3.acceptAST(ExtractInterfaceProcessor.java:1035) at org.eclipse.jdt.core.dom.CompilationUnitResolver.resolve(CompilationUnitResolver.java:706) at org.eclipse.jdt.core.dom.CompilationUnitResolver.resolve(CompilationUnitResolver.java:459) at org.eclipse.jdt.core.dom.ASTParser.createASTs(ASTParser.java:708) at org.eclipse.jdt.internal.corext.refactoring.structure.ExtractInterfaceProcessor.rewriteTypeOccurrences(ExtractInterfaceProcessor.java:1017) at org.eclipse.jdt.internal.corext.refactoring.structure.ExtractInterfaceProcessor.createChangeManager(ExtractInterfaceProcessor.java:401) at org.eclipse.jdt.internal.corext.refactoring.structure.ExtractInterfaceProcessor.checkFinalConditions(ExtractInterfaceProcessor.java:233) at org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring.checkFinalConditions(ProcessorBasedRefactoring.java:174) at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:83) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:118) at org.eclipse.ltk.core.refactoring.PerformChangeOperation.run(PerformChangeOperation.java:189) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Session data: eclipse.buildId=I20060331-2000 java.version=1.6.0-beta java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: -os linux -ws gtk -arch x86
resolved fixed
89ba8b9
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeConstraintsCreator.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-10T23:12:35Z"
"2006-04-08T09:53:20Z"
135,122
Bug 135122 Java 1.5 - Optimize Imports adds abnormal "import static"
Optimize Imports inserts unnecessary "import static" of class constant. // Example code package test; public class Bar { public void testMethod(String something) { } } // Subclass package test; // Unnecessary static import import static test.Foo.MYCONSTANT; public class Foo extends Bar { public static final String MYCONSTANT = ""; public void anotherMethod() { super.testMethod(MYCONSTANT); } } It seems as though the optimize imports function only adds the "import static" if the constant is used in a super()'s method. Eclipse then notifies the user that the import is never used locally and underlines yellow. Compiler doesn't seem to complain, however, it is mostly annoying and should not be there.
resolved fixed
b1a81c7
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/ScopeAnalyzer.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-10T21:25:14Z"
"2006-04-05T20:46:40Z"
76,657
Bug 76657 [dom] Call for "Quick Fix" for reference to an object's member field
For reference to an objects member function/method, such as: stringBuffer.toString(); "Quick fix" can help to create a new field/local variable. So, what about reference to an objects member variable/field? such as: gridBagConstrains.insets; I suggest "Quick fix" can also help to do the similar for this, since in this case it's an obvious syntax error. -- Roger Ye
resolved fixed
6f3c757
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java", "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/QuickAssistProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-10T21:07:36Z"
"2004-10-20T13:46:40Z"
135,500
Bug 135500 Apply does not save formatter preferences
N20060405-0010. We no longer receive that JavaCore property change event when formatter preferences get applied. Test Case: 1. set breakpoint in PreferencesAdapter line 46 2. start target and change the formatters Tab size preference 3. press Apply for the profile 4. press Apply on the formatter preference page NOTE: works when pressing OK.
resolved fixed
dad8237
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeFormatterPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesAccess.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CodeFormatterConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-10T21:06:21Z"
"2006-04-07T08:53:20Z"
124,182
Bug 124182 [navigation] Status line loses annotation text when selection changes
build I20060110 - open a CU with some compilation error (in my case it was an unused private field) - place the caret some term that has no error, such as a class name - the highlighting does its thing, and the status line is blank (correct) - place the caret in the range of the error - the highlighting does its thing, and the status line shows the error (correct) - move the caret somewhere else in the range (either using mouse or keyboard) - the highlighting is unchanged (correct) but the status line is cleared (incorrect) It looks like the error display is tied to the highlighting, and is optimized to do nothing when the highlighting is unchanged, but someone else is clearing the status line on every selection. Expectation: the status line shows the error text whenever the caret is within the range of an error (likewise for warnings).
resolved fixed
c8900be
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-10T14:05:08Z"
"2006-01-17T17:46:40Z"
113,673
Bug 113673 [source actions] "Generate Constructor using fields" causes wrong error message
If you have a class without any fields, the call of "Source | Generate Constructor using fields..." causes an error message "This operation is not applicable to the current selection. Select a class." This should be more like "This class does not have fields to create a constructor from." Eclipse-Version: Version: 3.1.0 Build id: I20050627-1435
resolved fixed
6ec31c6
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateNewConstructorUsingFieldsAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-10T13:00:16Z"
"2005-10-25T14:20:00Z"
135,841
Bug 135841 [hovering] SourceViewerInformationControl does not respect size hint
I20060410 SourceViewerInformationControl (the jdt-ui one) does not respect the size hint - its setSizeConstraints method is a noop. We should remember the size constraints and use them when computing the size, similar to what DefaultInformationControl does. Patch is ready.
resolved fixed
8d1ad57
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
"2006-04-10T12:10:26Z"
"2006-04-10T09:06:40Z"