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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
267,616 | Bug 267616 [rename] Rename method fails to create a method handle | Build ID: M20090211-1700 Steps To Reproduce: 1. place the cursor in the middle of a method selector 2. Shift-Alt-R to rename it 3. Ctrl-Backspace to delete first part of selector 4. Ctrl-Delete to delete rest of selector 5. type new name 6. Return A dialog pops up saying: Could not create a method handle for project '{0}' with handle identifier '=YouProject/src<your.packagepath{YourClass.java[YourClass~yourMethod~QYourArgtype;' Reproducable in 3.4.2 but NOT in 3.4.1 Initial debugging yields: + the method handle memento is OK, but the method cannot be found in the java model. + refactoring tries to undo the editing but step 5. is missing from the undo history! => Method is not present in the java model due to missing selector. | resolved fixed | 237595f | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameLinkedMode.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-03-13T14:26:40Z" | "2009-03-09T12:00:00Z" |
267,897 | Bug 267897 [navigation] 'Open Implementation' sometimes opens Ctrl+T even if there's only one match | I20090310-0100. 'Open Implementation' sometimes opens Ctrl+T even if there's only one match. Test Case: 1. open org.eclipse.jdt.internal.corext.buildpath.CPJavaProject 2. on line 29 click on getOutputLocation ==> should open org.eclipse.jdt.internal.core.JavaProject.getOutputLocation() but instead invokes Ctrl+T. | verified fixed | 587c2cd | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaElementImplementationHyperlink.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-03-11T10:00:13Z" | "2009-03-10T15:46:40Z" |
267,901 | Bug 267901 [compare] TextMergeViewerCreator looks obsolete | It looks like org.eclipse.jdt.internal.ui.compare.TextMergeViewerCreator became obsolete. | resolved fixed | d6fd276 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/TextMergeViewerCreator.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-03-10T16:37:54Z" | "2009-03-10T15:46:40Z" |
267,802 | Bug 267802 [implementation] progress monitor in JUnitCore.findTestTypes not used | I20090310-0100. JUnitCore.findTestTypes(IJavaElement, IProgressMonitor) does not pass on the progress monitor. | resolved fixed | 809784c | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/JUnitCore.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/JUnitCore.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-03-10T10:29:09Z" | "2009-03-10T10:13:20Z" |
26,070 | Bug 26070 [code manipulation] [dcr] toString() builder wizard | It would be nice to have a wizard that acts similar to the Generate Getter and Setter wizard in that a user is presented with a GUI that displays all of the fields associated with a class. If a field is unchecked, the field would be removed from the toString(). It would also be nice to be able to control the order of the fields. | resolved fixed | d1e4a68 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/source/GenerateToStringTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/source/SourceActionTests.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/CodeGenerationMessages.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/tostringgeneration/AbstractToStringGenerator.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/tostringgeneration/ApacheBuilderSpringCreatorGenerator.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/tostringgeneration/GenerateToStringOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/tostringgeneration/StringBuilderChainGenerator.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/tostringgeneration/StringBuilderGenerator.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/tostringgeneration/StringConcatenationGenerator.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/tostringgeneration/StringFormatGenerator.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/tostringgeneration/ToStringGenerationContext.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/tostringgeneration/ToStringGenerationSettings.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/tostringgeneration/ToStringTemplateParser.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/GenerateToStringDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateHashCodeEqualsAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateMethodAbstractAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateToStringAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/IJavaEditorActionDefinitionIds.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/JdtActionConstants.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-03-09T19:20:36Z" | "2002-11-13T01:13:20Z" |
263,935 | Bug 263935 [compare] compare holds on to deleted compilation unit | build I20090203-1200 1) checkout org.eclipse.jdt.core 2) add a type org.eclipse.jdt.core.ZZZ.java 3) select org.eclipse.jdt.core and synchronize with the repository 4) from the synchronize view open ZZZ.java in compare editor 5) in the synchronize view select ZZZ.java and do 'Override and Update' 6) do ctrl+shift+T and type ZZZ ZZZ.java appear 7) try to open ZZZ.java an error window appear The deleted type is also still visible in the package explorer The problem does not occur if i do not open ZZZ.java in compare editor. The problem is caused by a workingcopy of ZZZ.java which was not discarded. | verified fixed | 381a6c0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaMergeViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-03-09T17:31:56Z" | "2009-02-06T11:33:20Z" |
266,443 | Bug 266443 [navigation] JavaElementImplementationHyperlink does not work for method declarations | HEAD. The JavaElementImplementationHyperlink does not work for method declarations: it always opens the Quick Hierarchy. | resolved fixed | 21f2cc3 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaElementImplementationHyperlink.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-03-09T17:20:56Z" | "2009-02-27T10:20:00Z" |
261,530 | Bug 261530 Ctrl+S no longer working in Java compare | HEAD. Running with Compare from HEAD I am no longer able to save a Java compare editor (left side) using Ctrl+S. | resolved fixed | 2ecac6d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaMergeViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-03-09T17:13:25Z" | "2009-01-19T15:46:40Z" |
266,878 | Bug 266878 [perfs] Regression on 'Rename method with overloading' test | The perf results verification for N20090228-2000 build confirms that a regression occurred for RenameMethodWithOverloadPerfTests#test_100_10() scenario since N20090212-2000 build. Here are the numbers on all machines since 3.5M5: builds Rename method with overloading M4 I20081211-1908 -6.0% M5 I20090202-1535 0.5% I20090203-1200 0.1% N20090205-2000 -0.7% I20090210-0950 -6.2% N20090212-2000 -3.1% I20090217-2200 -18.8% N20090219-2000 -14.3% SLED 10 Sun 1.5.0_10 (2 x 3.00GHz - 3GB RAM) builds Rename method with overloading M4 I20081211-1908 -0.2% M5 I20090202-1535 -1.6% I20090203-1200 -2.8% N20090205-2000 -2.3% I20090210-0950 -0.1% N20090212-2000 -7.0% I20090217-2200 -10.4% I20090224-0800 -9.1% N20090226-2000 -10.0% N20090228-2000 -9.4% diff M5 -10.2% diff previous -1.2% RHEL 5.0 Sun 6.0_04 (2 x 3.00GHz - 3GB RAM) builds Rename method with overloading M4 I20081211-1908 -2.1% M5 I20090202-1535 0.9% I20090203-1200 -3.8% N20090205-2000 -2.4% I20090210-0950 0.5% N20090212-2000 -6.6% I20090217-2200 -7.2% N20090219-2000 -7.0% I20090224-0800 -12.4% N20090226-2000 -9.9% N20090228-2000 -5.6% Even if the error on the test is important, the regression seems to be confirmed by the Elapsed Process time graph on each machine... | resolved fixed | 40d060e | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/reorg/RenameMethodWithOverloadPerfTests.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-03-09T13:58:40Z" | "2009-03-03T17:06:40Z" |
266,938 | Bug 266938 Replace (JDT)QuickMenuAction with QuickMenuCreator | null | resolved fixed | 024b32d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/JDTQuickMenuAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/JDTQuickMenuCreator.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OccurrencesSearchMenuAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/QuickMenuAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/SurroundWithActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/SurroundWithTemplateMenuAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OccurrencesSearchGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefactorActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-03-09T11:47:02Z" | "2009-03-03T22:40:00Z" |
243,294 | Bug 243294 [JUnit][api] Need public API to provide JUnit test searching | null | verified fixed | 9bfc1a0 | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/JUnitCore.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/JUnitCore.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/junit/tests/JUnit4TestFinderTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-03-09T11:25:48Z" | "2008-08-06T13:40:00Z" |
255,932 | Bug 255932 [api] Make RefactoringSaveHelper API | null | verified fixed | 3f77516 | ["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/rename/JavaRenameProcessor.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/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/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/reorg/IReorgPolicy.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringExecutionHelper.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringSaveHelper.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/UserInterfaceStarter.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RefactoringStarter.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizard.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/PasteAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/GetterSetterCorrectionSubProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/FixCorrectionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ConvertLocalToFieldAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ExtractConstantAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ExtractMethodAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ExtractTempAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/refactoring/RefactoringSaveHelper.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-03-08T14:51:43Z" | "2008-11-20T08:33:20Z" |
267,002 | Bug 267002 [working sets] Assign Working Sets dialog does not show new working set | null | resolved fixed | e55ffbb | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-03-06T13:42:22Z" | "2009-03-04T12:33:20Z" |
266,831 | Bug 266831 [navigation] Open Implementation hyperlink should not show up for non-overridable methods | N20090302-2000 The Open Implementation hyperlink should not show up for methods that cannot be overridden, i.e. - static methods - final methods - constructors | resolved fixed | 5909e81 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaElementHyperlinkImplementationDetector.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-03-06T12:02:01Z" | "2009-03-03T11:33:20Z" |
266,442 | Bug 266442 [navigation] JavaElementImplementationHyperlink.open() must show dialog in case of error | HEAD. In case of error JavaElementImplementationHyperlink.open() currently logs the error with "" as message. This is not good: - it must use an appropriate message - it must show an ErrorDialog to the user | resolved fixed | 2cbf4e7 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaElementImplementationHyperlink.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-03-06T11:39:00Z" | "2009-02-27T10:20:00Z" |
267,241 | Bug 267241 RenameTypePerfAcceptanceTests (aka "Rename of Control") bogus | null | resolved fixed | 081a5f2 | ["org.eclipse.jdt.ui.tests/performance/org/eclipse/jdt/ui/tests/performance/SWTTestProject.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-03-05T18:06:33Z" | "2009-03-05T19:06:40Z" |
267,090 | Bug 267090 leaking OpenTypeSelectionDialogs | I20090303-0800 We're leaking OpenTypeSelectionDialogs (about 100K each) because the constructor of FilteredTypesSelectionDialog adds a DisposeListener on the parent shell instead of the dialog's shell. The sad thing is that the DisposeListener is not even necessary... Backtrace: org.eclipse.jdt.internal.ui.dialogs.OpenTypeSelectionDialog this$0 of org.eclipse.jdt.internal.ui.dialogs.FilteredTypesSelectionDialog$4 eventListener of org.eclipse.swt.widgets.TypedListener [70] of org.eclipse.swt.widgets.Listener[256] listeners of org.eclipse.swt.widgets.EventTable eventTable of org.eclipse.swt.widgets.Shell shell of org.eclipse.ui.internal.WorkbenchWindow activeWorkbenchWindow of org.eclipse.ui.internal.Workbench [Stack Local] | verified fixed | ea86be0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-03-04T19:46:52Z" | "2009-03-04T20:53:20Z" |
266,646 | Bug 266646 Change CommonDropAdapter method call | The CommonDropAdapter.setCurrentOperation() is replaced by overrideOperation(). These are both new API introduced in M5. As soon as JDT switches over to overriderOperation(), I will delete setCurrentOperation(). They both do exactly the same thing. I will provide a patch. | resolved fixed | aedca01 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaDropAdapterAssistant.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-03-02T15:41:56Z" | "2009-03-02T05:00:00Z" |
266,275 | Bug 266275 Apply Patch wizard: 'Show Whitespace Characters' does nothing | null | resolved fixed | 61b2084 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaMergeViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-27T09:21:26Z" | "2009-02-26T09:20:00Z" |
79,053 | Bug 79053 Compare: Title not informative enough, when comparing methods from different compilation units | Eclipse I20041110 When comparing two methods (with the same signature) from two classes in the same package the title for both "panes" only shows "method() - project/folder/package". As the "order" (left->right) doesn't seem to be the order in which you selected the methods, but the order they apear in the package-explorer it's not possible to "see" which method is from which class, you must know it. -> When comparing methods from different compilation units the name of the compilation unit should be displayed in the title of the code pane. | verified fixed | 3620b0d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaCompareAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-26T18:33:10Z" | "2004-11-19T07:40:00Z" |
264,321 | Bug 264321 [Edit] Undesired switch from compare editor to regular java editor | 1. make some changes in java file 2. compare with head 3. invoke quick fix (in my case it was add nonlns tag) 4. regular java editor is activated (or opened). | resolved fixed | 66130f3 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/EditorUtility.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-26T08:54:11Z" | "2009-02-10T10:00:00Z" |
228,608 | Bug 228608 [hovering] executing javascript in javadoc potentially malicious | null | resolved fixed | 30886d2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/model/RefactoringDescriptorViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-25T12:01:12Z" | "2008-04-24T06:53:20Z" |
266,085 | Bug 266085 [navigation] Quick outline view reproduces StackOverflow on certain key presses (to filter) | I have a java class on which i open the quick outline view Then if i press f it filters it fine or if i press r it also filters it fine But when i do the same with 's' then i get the stackoverflow error below: The thing is that for another class 's' works fine but if i type there 'd' it crashes.. And i dont see a connection for the first class s would get results, for the second class d wouldnt get results this is with build: I20090224-0800 java.lang.StackOverflowError at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:2297) at org.eclipse.swt.widgets.Tree.callWindowProc(Tree.java:1529) at org.eclipse.swt.widgets.Control.windowProc(Control.java:4002) at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5820) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4588) at org.eclipse.swt.internal.win32.OS.SendMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.SendMessage(OS.java:3130) at org.eclipse.swt.widgets.Tree.getItems(Tree.java:3267) at org.eclipse.swt.widgets.TreeItem.getItems(TreeItem.java:787) at org.eclipse.jdt.internal.ui.text.AbstractInformationControl.findElement(AbstractInformationControl.java:500) at org.eclipse.jdt.internal.ui.text.AbstractInformationControl.findElement(AbstractInformationControl.java:506) at org.eclipse.jdt.internal.ui.text.AbstractInformationControl.findElement(AbstractInformationControl.java:480) at org.eclipse.jdt.internal.ui.text.AbstractInformationControl.findElement(AbstractInformationControl.java:500) at org.eclipse.jdt.internal.ui.text.AbstractInformationControl.findElement(AbstractInformationControl.java:506) at org.eclipse.jdt.internal.ui.text.AbstractInformationControl.findElement(AbstractInformationControl.java:480) at org.eclipse.jdt.internal.ui.text.AbstractInformationControl.findElement(AbstractInformationControl.java:500) at org.eclipse.jdt.internal.ui.text.AbstractInformationControl.findElement(AbstractInformationControl.java:506) at org.eclipse.jdt.internal.ui.text.AbstractInformationControl.findElement(AbstractInformationControl.java:480) at org.eclipse.jdt.internal.ui.text.AbstractInformationControl.findElement(AbstractInformationControl.java:500) at org.eclipse.jdt.internal.ui.text.AbstractInformationControl.findElement(AbstractInformationControl.java:506) at org.eclipse.jdt.internal.ui.text.AbstractInformationControl.findElement(AbstractInformationControl.java:480) at org.eclipse.jdt.internal.ui.text.AbstractInformationControl.findElement(AbstractInformationControl.java:500) at org.eclipse.jdt.internal.ui.text.AbstractInformationControl.findElement(AbstractInformationControl.java:506) at org.eclipse.jdt.internal.ui.text.AbstractInformationControl.findElement(AbstractInformationControl.java:480) at org.eclipse.jdt.internal.ui.text.AbstractInformationControl.findElement(AbstractInformationControl.java:500) at org.eclipse.jdt.internal.ui.text.AbstractInformationControl.findElement(AbstractInformationControl.java:506) at org.eclipse.jdt.internal.ui.text.AbstractInformationControl.findElement(AbstractInformationControl.java:480) at org.eclipse.jdt.internal.ui.text.AbstractInformationControl.findElement(AbstractInformationControl.java:500) | resolved fixed | ab4075b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-25T11:59:16Z" | "2009-02-25T08:20:00Z" |
265,645 | Bug 265645 Configure Working Sets Dialog: sort checkbox does not use dialog font | I20090217-2200. The 'Configure Working Sets' dialog's sort check box does not use dialog font. | resolved fixed | a36d246 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-25T10:32:19Z" | "2009-02-20T14:26:40Z" |
266,092 | Bug 266092 Extract Superclass, Pull Up and Push Down window cuts off text when more than 9 items are selected | null | resolved fixed | c6f2688 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpMemberPage.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/PushDownWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-25T10:25:26Z" | "2009-02-25T11:06:40Z" |
264,136 | Bug 264136 [content assist] applying anonymous type proposal: Linked Editor selection is too big | null | resolved fixed | 14eb14d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AnonymousTypeCompletionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-23T15:00:53Z" | "2009-02-09T09:00:00Z" |
263,916 | Bug 263916 [content assist] Auto completion of innerclasses does not work as expected | Here's a snippet of code that I have in my editor: new Text(null, 0).addControlListener(TYPE+HERE); if I type new 'ControlListener' and auto complete, M5 seems to provide a nice stub, however it also introduces a compile error when it removes the closing brackets at the end of the statement: new Text(null, 0).addControlListener(new ControlListener(){ public void controlResized(ControlEvent e) { } public void controlMoved(ControlEvent e) { } }; <<--- SHOULD BE A CLOSING PAREN HERE | resolved fixed | 8b06b86 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AnonymousTypeCompletionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-23T14:58:18Z" | "2009-02-06T08:46:40Z" |
260,816 | Bug 260816 [preferences] EditTemplateDialog does not restrict code assist to the right field | R3.4 The EditTemplateDialog does not restrict code assist to the right field. | resolved fixed | e20a807 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-23T13:48:47Z" | "2009-01-13T09:46:40Z" |
265,448 | Bug 265448 [inline] Inlining long constants may change semantics | If the variable "two" in the snippet below is inlined using "Refactor -> Inline...", the result will change from 2^32-2 to -2. The 2 should be suffixed with 'L' when inlined. This type of bug (in the code below, not the JDT bug) is quite tricky to spot. long two = 2; long much = two * Integer.MAX_VALUE; JDT Version: Eclipse Java Development Tools Version: 3.4.0.v20080603-2000-7o7tEAXEFpPqqoXxgaBhhhq Build id: I20080617-2000 | resolved fixed | faa73fe | ["org.eclipse.jdt.ui.tests.refactoring/resources/InlineConstant/canInline/test31/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineConstant/canInline/test31/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineConstant/canInline/test32/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineConstant/canInline/test32/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineConstant/canInline/test5/in/PartOfDeclNameSelected.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineConstant/canInline/test5/out/PartOfDeclNameSelected.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test36_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test36_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineConstantTests.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineTempTests.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/ASTNodes.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineConstantRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineTempRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-23T13:32:18Z" | "2009-02-19T13:26:40Z" |
265,789 | Bug 265789 [preferences] Java Editor one of project properties shouldn't show Restore Defaults/Apply buttons. | Build ID: I20090202-1535 Steps To Reproduce: 1. Create Java Project. 2. Open project properties. 3. Go to [Java Editor]. Java Editor the one of the java project properties has no items to edit, so should not display the [Restore Default] and [Apply] buttons. noDefaultAndApplyButton() method should be called at below. org.eclipse.jdt.internal.ui.preferences.JavaEditorPropertyPage#createContents(Composite) | resolved fixed | 14d715b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPropertyPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-23T10:02:21Z" | "2009-02-23T06:20:00Z" |
265,638 | Bug 265638 [quick fix] NPE in StubUtility.getBaseName() in add parameter proposal | Sorry I cannot give more details on this error. I got this in my .log file. Using eclipse.buildId=I20090211-0900 java.version=1.6.0_10 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_CA Command-line arguments: -os win32 -ws win32 -arch x86 -debug -consolelog -console file:/D:/eclipse/I1118/eclipse/plugins/org.eclipse.equinox.launcher_1.0.200.v20081201-1815.jar, java.lang.NullPointerException at org.eclipse.jdt.internal.corext.codemanipulation.StubUtility.getBaseName(StubUtility.java:1285) at org.eclipse.jdt.internal.ui.text.correction.UnresolvedElementsSubProcessor.getExpressionBaseName(UnresolvedElementsSubProcessor.java:1398) at org.eclipse.jdt.internal.ui.text.correction.UnresolvedElementsSubProcessor.doMoreArguments(UnresolvedElementsSubProcessor.java:1198) at org.eclipse.jdt.internal.ui.text.correction.UnresolvedElementsSubProcessor.addParameterMissmatchProposals(UnresolvedElementsSubProcessor.java:1036) at org.eclipse.jdt.internal.ui.text.correction.UnresolvedElementsSubProcessor.getMethodProposals(UnresolvedElementsSubProcessor.java:850) at org.eclipse.jdt.internal.ui.text.correction.QuickFixProcessor.process(QuickFixProcessor.java:287) at org.eclipse.jdt.internal.ui.text.correction.QuickFixProcessor.getCorrections(QuickFixProcessor.java:250) at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor$SafeCorrectionCollector.safeRun(JavaCorrectionProcessor.java:374) at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor$SafeCorrectionProcessorAccess.run(JavaCorrectionProcessor.java:336) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor$SafeCorrectionProcessorAccess.process(JavaCorrectionProcessor.java:332) at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor.collectCorrections(JavaCorrectionProcessor.java:461) at org.eclipse.jdt.internal.ui.text.java.hover.ProblemHover$ProblemInfo.getJavaAnnotationFixes(ProblemHover.java:216) at org.eclipse.jdt.internal.ui.text.java.hover.ProblemHover$ProblemInfo.getCompletionProposals(ProblemHover.java:192) at org.eclipse.jdt.internal.ui.text.java.hover.AbstractAnnotationHover$AnnotationInformationControl.deferredCreateContent(AbstractAnnotationHover.java:275) at org.eclipse.jdt.internal.ui.text.java.hover.AbstractAnnotationHover$AnnotationInformationControl.setInput(AbstractAnnotationHover.java:181) at org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1170) at org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1139) at org.eclipse.jface.text.AbstractHoverInformationControlManager.presentInformation(AbstractHoverInformationControlManager.java:902) at org.eclipse.jface.text.TextViewerHoverManager.doPresentInformation(TextViewerHoverManager.java:243) at org.eclipse.jface.text.TextViewerHoverManager$5.run(TextViewerHoverManager.java:233) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3854) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3475) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2388) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2352) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:499) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:333) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:492) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 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:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:556) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:511) at org.eclipse.equinox.launcher.Main.run(Main.java:1284) at org.eclipse.equinox.launcher.Main.main(Main.java:1260) | resolved fixed | 291219e | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedMethodsQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-20T15:17:55Z" | "2009-02-20T14:26:40Z" |
262,605 | Bug 262605 [content assist] ANONYMOUS_CLASS_DECLARATION proposal should support TYPE_REF as required proposals | null | resolved fixed | a3a4308 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposalComputer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-20T15:15:54Z" | "2009-01-27T18:13:20Z" |
185,043 | Bug 185043 [rename] Undo in in-place refactoring "animates" info popup | In junit.samples.money.Money select Money in Line 27 and start a rename refactoring on this type. Enter something. Press crtl-z. The animation now is quite nasty because the hover is repainted for every character. Enter something else and press ctrl-z again. Each change of a character done by linked mode is undo'ed as single undo. | resolved fixed | d1d00ba | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInformationPopup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-19T15:22:36Z" | "2007-05-02T10:00:00Z" |
262,794 | Bug 262794 [quick assist] Rename in workspace not available in compare editor | null | resolved fixed | c082716 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AssistContext.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionCommandHandler.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/LinkedNamesAssistProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-19T14:53:11Z" | "2009-01-28T16:26:40Z" |
239,695 | Bug 239695 [jar exporter] Cannot export JAR to a project folder of a project outside the workspace | Build ID: I20080617-2000 Steps To Reproduce: 1. Create a new Java project, and delete it again (do not delete contents) 2. Move the java project somewhere outside the workspace using Windows Explorer 3. Create a new Java project from existing source, select that place. 4. File->Export->Jar file, Next 5. Select that project in the "resources to export" 6. Browse for export destination, select the project folder and some filename (example.jar). 7. Click Finish. Actual result: Eclipse asks if it should create the folder inside the workspace (in the Explorer selector, I selected the existing folder outside the workspace) and if I say yes, the Jar is exported into the new folder in the workspace. Expected result: The jar is stored in the project directory outside the workspace Workaround: Type the full path to the project directory into the export destination box manually. | resolved fixed | 5922fee | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarPackageData.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-19T11:02:19Z" | "2008-07-05T23:20:00Z" |
249,981 | Bug 249981 [quick diff] Text should use latest RangeDifferencer | It appears that the text component has it's own instance of RangeDifferencer that was copied from the old RangeDifferencer in compare. The old algorithm was very memory intensive which causes it to degrad in performance as the number of differences in the file increase. Either the algorithm used by Text should be upgraded or the compare differencer should be pushed down to Compare/Core and used by Text. | resolved fixed | 5976855 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/QuickDiffInvocationCountTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-19T11:00:09Z" | "2008-10-07T14:33:20Z" |
265,188 | Bug 265188 Refactor rename popup (border is black and bottom is missing) | Select a variable or method in the java editor. Popup menu and select "Refactor ->Rename". Note that the popup has a black border and the bottom line is missing. | resolved fixed | 329eb37 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInformationPopup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-19T08:35:40Z" | "2009-02-17T17:00:00Z" |
265,394 | Bug 265394 [implementation] Cannot save a Java file that is not in on the Java build path | Build id: I20090217-2200 1. File > New > Other... > General > Project 2. Give it a name, click 'Finish'. 3. File > New > Other... > General > File 4. Create a file called 'Test.java' in the project created in step 2. 5. Type something in the editor. 6. Hit Ctrl+S. 7. An error dialog appears. "Save could not be completed. Reason: Operation not supported for specified element type(s):Test.java [in <default> [in <project root> [in a]]]" This is causing (at least) UI's IWorkbenchPageTest's testOpenAndHideEditor9 test to hang because the workbench won't shut down because it is hung on a modal dialog asking for save confirmation with a dirty editor (that should not be dirty because we invoked a save). | verified fixed | 4ea9e29 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-19T08:09:20Z" | "2009-02-19T02:20:00Z" |
262,763 | Bug 262763 [jar exporter] remove Built-By attribute in ANT files from Fat JAR Exporter | I20090127-2000 The ANT files generated by the fat JAR exporter contain a "Built-By" attribute. This is non-standard and does not show up when the JAR is generated by the wizard, so it should also not show up in the script. | resolved fixed | 3038f57 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/jarexport/FatJarExportTests.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/FatJarRsrcUrlAntExporter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/UnpackFatJarAntExporter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/UnpackJarAntExporter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-18T17:17:23Z" | "2009-01-28T13:40:00Z" |
262,768 | Bug 262768 [jar exporter] Jardesc for normal Jar contains <fatjar builder="... | I20090127-2000 The *.jardesc generated from the normal JAR file exporter contains this line: <fatjar builder="org.eclipse.jdt.ui.plain_jar_builder" launchConfig=""/> I don't see the benefit of this, especially since the Runnable JAR exporter does not support .jardesc files. | resolved fixed | eafd2eb | ["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 | "2009-02-18T16:52:13Z" | "2009-01-28T16:26:40Z" |
262,766 | Bug 262766 [jar exporter] ANT file for Jar-in-Jar option contains relative path to jar-rsrc-loader.zip | I20090127-2000 The ANT file generated by the Jar-in-Jar option of the Runnable JAR file exporter does not work, since the path of the jar-rsrc-loader.zip is not absolute: <zipfileset src="jar-rsrc-loader.zip"/> | resolved fixed | d29b3ac | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/jarexport/FatJarExportTests.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/FatJarAntExporter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/FatJarRsrcUrlAntExporter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/UnpackFatJarAntExporter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/UnpackJarAntExporter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-18T16:35:47Z" | "2009-01-28T16:26:40Z" |
265,197 | Bug 265197 [misc] static final String member with specific content truncated in hover tooltip | Build ID: I20090202-1535 Steps To Reproduce: 1. assume existence of Example class in package com.example 2. define new constant in Example: static final String TEST = "<foo>"; 3. hover over TEST identifier 4. note hover text reads: String com.example.Example.TEST = "" More information: Appears related to sequence initiated with less than (lt) char: '<' Text preceding opening lt char displays correctly. (e.g. "bar <foo>" will display "bar ") If sequence does not contain "closing" greater than (gt) char final double quote will also be truncated. (e.g. "<foo" will display ") If opening lt char followed by space or colon, all text is displayed correctly. (e.g. "< foo>", "<:foo>" will display as typed) If opening lt char followed by slash or alphanumeric char, text is truncated as described. (e.g. "</foo>" will display "") Have only tested char combinations listed. | resolved fixed | db07243 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.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 | "2009-02-18T08:48:37Z" | "2009-02-17T19:46:40Z" |
264,997 | Bug 264997 [preferences] Compiler page should show current EE | N20090215-2000. The 'Compiler' page should show the current EE. | resolved fixed | b8fd416 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-16T17:32:51Z" | "2009-02-16T10:26:40Z" |
264,999 | Bug 264999 [open type] Does not make matching range bold if pattern ends with < or space | HEAD The Open Type dialog does not make the matching range bold if the pattern ends with < or space, e.g. "IStorage" -> good "IStorage<" -> nothing bold | resolved fixed | b50646b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-16T13:31:09Z" | "2009-02-16T13:13:20Z" |
264,722 | Bug 264722 Get rid of duplicate working set comparators | N20090212-2000. We currently have two working set comparators (WorkingSetSortComparator and WorkingSetComparator). We should remove one and make the remaining one configurable whether to sort the "other" working set on top. The remaining one should live in org.eclipse.jdt.internal.ui.workingsets. | resolved fixed | 11b5e16 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/SearchUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchScopeFactory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetComparator.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetFilterActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetModel.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-16T13:04:45Z" | "2009-02-12T17:33:20Z" |
189,294 | Bug 189294 [getter setter] Getter methods not generated correctly for boolean types that starts with "is" | Build ID: M20070212-1330 Steps To Reproduce: 1. Create a POJO with boolean fields named "isDone" and "done". Example: class Foo { private boolean done; private boolean isDone; } 2. Menu->Source generate Getter and Setter. 3. The methods for "isDone" field is created same as "done" which is incorrect. More information: | resolved fixed | 16d0a2a | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/source/GenerateGettersSettersTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/GetterSetterUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-16T11:52:19Z" | "2007-05-26T17:20:00Z" |
176,516 | Bug 176516 [build path] Compiler Compliance should follow Execution Environment | null | resolved fixed | ae96eb3 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/BuildPathsPropertyPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ClasspathContainerPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompliancePreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathSupport.java", "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", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/AddLibraryToBuildpathAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/JavaCapabilityConfigurationPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPageOne.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPageTwo.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-14T07:57:06Z" | "2007-03-06T16:53:20Z" |
264,720 | Bug 264720 Remove duplicate creation of comparator in WorkingSetConfigurationDialog | N20090212-2000. Remove duplicate creation of comparator in WorkingSetConfigurationDialog: create a getComparator() which lazily creates it and stores it in a field. | resolved fixed | bba9da5 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-13T12:31:09Z" | "2009-02-12T17:33:20Z" |
264,747 | Bug 264747 [navigation] Quick outline auto scrolling does not work in cocoa | null | resolved fixed | 9878b24 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-13T12:29:38Z" | "2009-02-12T17:33:20Z" |
264,770 | Bug 264770 [browsing][implementation] NPE when starting eclipse with Java Browsing Perspective | I started eclipse which opened with the Java Browsing Perspective I had previously used, and the packages view had the following exception: Build ID: I20090202-1535 Steps To Reproduce: eclipse.buildId=I20090202-1535 java.version=1.5.0_16 java.vendor=Apple Inc. BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_GB Framework arguments: -keyring /Users/channing/.eclipse_keyring -showlocation Command-line arguments: -os macosx -ws cocoa -arch x86_64 -keyring /Users/channing/.eclipse_keyring -consoleLog -showlocation Error Thu Feb 12 20:29:42 GMT 2009 Unable to create view ID org.eclipse.jdt.ui.PackagesView: An unexpected exception was thrown. java.lang.NullPointerException at org.eclipse.jdt.internal.ui.browsing.JavaBrowsingPart.setInitialSelection(JavaBrowsingPart.java:916) at org.eclipse.jdt.internal.ui.browsing.JavaBrowsingPart.createPartControl(JavaBrowsingPart.java:377) at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:371) at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:230) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595) at org.eclipse.ui.internal.WorkbenchPage$ActivationList.setActive(WorkbenchPage.java:4203) at org.eclipse.ui.internal.WorkbenchPage$17.runWithException(WorkbenchPage.java:3265) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3000) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2749) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803) at org.eclipse.ui.internal.Workbench$27.runWithException(Workbench.java:1367) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3000) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2749) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2299) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:499) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:333) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:492) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 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.equinox.launcher.Main.invokeFramework(Main.java:556) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:511) at org.eclipse.equinox.launcher.Main.run(Main.java:1270) | resolved fixed | 002fc7b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-13T07:56:07Z" | "2009-02-12T20:20:00Z" |
264,752 | Bug 264752 [Viewers] Fix Javadoc for StyledCellLabelProvider#styleDecoratedString(..) | null | verified fixed | 727582d | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestSessionLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/TextSearchLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickTemplateProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/ChangeCorrectionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/LinkedNamesAssistProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/RenameRefactoringProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/TemplateProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaUILabelProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-13T07:26:28Z" | "2009-02-12T17:33:20Z" |
120,561 | Bug 120561 [working sets] Allow to have the working sets automatically sorted in the Package Explorer | In the dialog where you can chose the working sets to be displayed in the Package Explorer view, please add a button to sort working sets alphabetically. | resolved fixed | a9f0bc0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetModel.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetSortComparator.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-12T17:01:47Z" | "2005-12-13T13:20:00Z" |
264,504 | Bug 264504 [misc] Editor should not create working copy for deleted resource | Build ID: I20090129-1800 To Reproduce: 1) Create a class A 2) Close the editor, reveal class A in the package explorer 3) Start the rename refactoring for class A via the package explorer's context menu, name it B 4) go back to the last edit location using alt-left observe: there is an editor opened for file A which does not exist anymore. observe: the package explorer now shows a resource A alongside with B, even though it does not exist. Trying to open the file results in an error. 5) keep the editor for the non-existant file A open 6) in the package explorer, start the rename refactoring again, rename the class A again observe: no error is shown observe: the editor for the non-existant file A becomes dirty. observe: the class B still exists and is not touched at all observe: all references to B in other files are change to A, leading to compile errors | resolved fixed | 0585b3c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-11T11:50:30Z" | "2009-02-11T11:00:00Z" |
264,143 | Bug 264143 [navigation][compare] Quick Outline does not select current element if no resource | I20090203-1200 In Java compare editors, the Quick Outline does not initially select the current element in remote editor panes. | resolved fixed | 6a32644 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/SelectionConverter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaElementProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-09T10:09:22Z" | "2009-02-09T09:00:00Z" |
264,120 | Bug 264120 Remove LineBreakingReader | null | resolved fixed | 9e3421d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/LineBreakingReader.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-09T08:42:07Z" | "2009-02-09T03:26:40Z" |
263,784 | Bug 263784 NPE when renaming a source folder | I used the Platform SDK 3.5 M5 and: - created a new Java project with all the defaults - tried to rename the source folder either by hitting F2 or Refactor->Rename... Notice the attached NPE stack trace in the log. | verified fixed | 14433e0 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInputWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-05T15:02:48Z" | "2009-02-05T13:20:00Z" |
263,751 | Bug 263751 [common navigator] Drag Java object from Project Explorer to Package Explorer gets "assertion failed" | null | resolved fixed | 07bcd48 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaDropAdapterAssistant.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-05T10:23:23Z" | "2009-02-05T07:46:40Z" |
190,438 | Bug 190438 [working sets] Assign Working Sets dialog forgets settings after adding and moving new working set | I20070601-0010 I had the platform and jdt doc plugins in two different working sets: - WS JDT: jdt.doc - WS Platform: platform.doc - selected all doc plug-ins - Assign Working Sets... - New..., create WS "Doc" with selection - uncheck both grey-checked WS (JDT & Platform) - click link "Package Explorer working sets" - move WS Doc up or down - OK => WS JDT and WS Platform are grey-checked again => Expected: check state should not be changed when working sets are moved around | resolved fixed | c4e0ff9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-05T08:54:41Z" | "2007-06-01T09:26:40Z" |
236,878 | Bug 236878 [misc] Context type registry should be defined via extension (plugin.xml) | 3.4 RC4. Currently we have a hole in our template context story: template contexts can be contributed via XML but the context type registry is created in code and the definition which contexts are available are done in code. See for JavaPlugin.getTemplateContextRegistry() example. This means that clients cannot contribute new context types to existing registries, e.g. the one used by the Java editor. | resolved fixed | 65861de | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-04T16:46:51Z" | "2008-06-12T14:13:20Z" |
246,627 | Bug 246627 [ast rewrite] Wrong indentation for statement inserted before SwitchCase | I20080617-2000 and HEAD ASTRewrite produces wrong indentation for a statement inserted before a SwitchCase: - have: switch (1) { case 1: System.out.println(); case 2: System.out.println(); } - format with Eclipse [built-in] formatter profile - enable warning for "'switch' case fall-through" - quick fix "Insert 'break' statement" => result: switch (1) { case 1: System.out.println(); break; case 2: System.out.println(); } => expected: same as when I format the result again: switch (1) { case 1: System.out.println(); break; case 2: System.out.println(); } The implementation in LocalCorrectionsSubProcessor.addFallThroughProposals(..) is trivial: listRewrite.insertBefore(ast.newBreakStatement(), switchCaseNode, null); | verified fixed | f018b60 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-04T13:56:41Z" | "2008-09-08T18:53:20Z" |
261,100 | Bug 261100 [common navigator] Dragging FileTransfer to closed project shows "valid drop" | null | resolved fixed | 3849029 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaDropAdapterAssistant.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-04T11:31:15Z" | "2009-01-14T21:53:20Z" |
88,195 | Bug 88195 [navigation] Type ahead search in quick outline should prefer enclosing type | If there is an inner class which has a method name starting with the same prefix as a method in the enclosing class, the type-ahead matching in the popup outline should give precedence to the enclosing type. Currently it selects the first match based on the trees sorting. Or, if the caret is currently inside the inner class, then that class' method should have higher precedence. Also, the tree should be completely expanded. I'm looking at a Type with 2 nested types. All 3 types have a method called "translate", but only one of the two nested types is expanded. | resolved fixed | ef2be96 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-02T16:14:51Z" | "2005-03-16T16:20:00Z" |
262,517 | Bug 262517 [ast rewrite] Whitespace settings in formatter ignored when adding annotation | Build ID: 3.4M4 Steps To Reproduce: 1. Open Preferences 2. Create your own format under Java->Code Style->Formatter 3. Click the WhiteSpace tab 4. Under Declarations->Annotations check the before opening parentheses option 5. Save and close 6. Now in the java editor create a statement which produces a warning for say deprecated 7. Choose Cmd+1 for Quick Fix and choose the "Add suppress warnings" autofix option 8. Annotation is added but the whitespace option you set is ignored More information: | verified fixed | a7ae933 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-02-02T10:02:32Z" | "2009-01-27T09:53:20Z" |
262,877 | Bug 262877 The JavaModel object needs to be handled by the JavaNavigatorLabelProvider | null | resolved fixed | dc6115f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaNavigatorContentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-01-30T18:36:29Z" | "2009-01-29T09:06:40Z" |
262,389 | Bug 262389 Internal code must not use ICompilationUnit.applyTextEdit | null | verified fixed | 56eca67 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-01-29T11:42:57Z" | "2009-01-26T17:13:20Z" |
262,393 | Bug 262393 [quick assist] Rename in workspace throws NPE in compare editor | I20090125-2000 The 'Rename in workspace' quick assist throws an NPE in the compare editor. Underlying problem is that the IInvocationContext we get in QuickAssistProcessor#getAssists(..) does not offer a way to access the current JavaEditor. LinkedNamesAssistProposal contains a similar shortcut to get the JavaEditor. !ENTRY org.eclipse.ui 4 0 2009-01-26 17:05:31.193 !MESSAGE Unhandled event loop exception !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.ui.refactoring.actions.RenameJavaElementAction.<init>(RenameJavaElementAction.java:53) at org.eclipse.jdt.internal.ui.text.correction.proposals.RenameRefactoringProposal.apply(RenameRefactoringProposal.java:69) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertProposal(CompletionProposalPopup.java:931) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertSelectedProposalWithMask(CompletionProposalPopup.java:877) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.verifyKey(CompletionProposalPopup.java:1304) at org.eclipse.jface.text.contentassist.ContentAssistant$InternalListener.verifyKey(ContentAssistant.java:806) at org.eclipse.jface.text.TextViewer$VerifyKeyListenersManager.verifyKey(TextViewer.java:482) at org.eclipse.swt.custom.StyledTextListener.handleEvent(StyledTextListener.java:62) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:770) at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5693) at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:5398) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1358) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:4019) at org.eclipse.swt.widgets.Canvas.WM_CHAR(Canvas.java:346) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3912) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:342) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4584) at org.eclipse.swt.internal.win32.OS.$$YJP$$CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(OS.java) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:2296) at org.eclipse.swt.internal.BidiUtil.windowProc(BidiUtil.java:639) at org.eclipse.swt.internal.win32.OS.$$YJP$$DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(OS.java) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2393) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3468) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2388) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2352) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:499) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:333) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:492) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 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:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:550) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:505) at org.eclipse.equinox.launcher.Main.run(Main.java:1264) at org.eclipse.equinox.launcher.Main.main(Main.java:1240) | verified fixed | 13856d2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/RenameRefactoringProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-01-28T17:37:24Z" | "2009-01-26T17:13:20Z" |
262,532 | Bug 262532 [dnd] can no longer move a cu to a folder | I20090127-0100. 1. create Java project 'P' 2. create CU 'Test' in 'src' 3. create folder 'f' in 'P' 4. try to move 'Test' to 'f' using drag and drop | verified fixed | 28ec2de | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgMoveStarter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/SelectionTransferDropAdapter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-01-27T17:34:33Z" | "2009-01-27T12:40:00Z" |
262,552 | Bug 262552 NPE in AnnotationInformationControl#createAnnotationInformation(..) | I20090127-0100 Sorry, no steps. Found this in the log. !ENTRY org.eclipse.ui 4 0 2009-01-27 12:54:03.911 !MESSAGE Unhandled event loop exception !STACK 0 org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.IllegalArgumentException: Argument cannot be null) at org.eclipse.swt.SWT.error(SWT.java:3860) at org.eclipse.swt.SWT.error(SWT.java:3775) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3340) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3069) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2388) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2352) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:499) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:333) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:492) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 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.equinox.launcher.Main.invokeFramework(Main.java:550) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:505) at org.eclipse.equinox.launcher.Main.run(Main.java:1264) Caused by: java.lang.IllegalArgumentException: Argument cannot be null at org.eclipse.swt.SWT.error(SWT.java:3841) at org.eclipse.swt.SWT.error(SWT.java:3775) at org.eclipse.swt.SWT.error(SWT.java:3746) at org.eclipse.swt.custom.StyledText.setText(StyledText.java:8825) at org.eclipse.jdt.internal.ui.text.java.hover.AbstractAnnotationHover$AnnotationInformationControl.createAnnotationInformation(AbstractAnnotationHover.java:319) at org.eclipse.jdt.internal.ui.text.java.hover.AbstractAnnotationHover$AnnotationInformationControl.deferredCreateContent(AbstractAnnotationHover.java:272) at org.eclipse.jdt.internal.ui.text.java.hover.AbstractAnnotationHover$AnnotationInformationControl.setInput(AbstractAnnotationHover.java:181) at org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1170) at org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1139) at org.eclipse.jface.text.AbstractHoverInformationControlManager.presentInformation(AbstractHoverInformationControlManager.java:902) at org.eclipse.jface.text.TextViewerHoverManager.doPresentInformation(TextViewerHoverManager.java:243) at org.eclipse.jface.text.TextViewerHoverManager$5.run(TextViewerHoverManager.java:233) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133) ... 22 more | verified fixed | add8dff | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractAnnotationHover.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-01-27T14:57:05Z" | "2009-01-27T15:26:40Z" |
262,550 | Bug 262550 [compare] Ctrl+O and other navigation commands broken in Java compare | I20090127-0100. Ctrl+O and other navigation commands are broken in Java compare i.e. they either don't work or give an exception. | verified fixed | 9b4eb5b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/EditorUtility.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-01-27T14:41:50Z" | "2009-01-27T15:26:40Z" |
259,408 | Bug 259408 [compare] Quick views should stay in compare editor if same CU | Not yet in HEAD. Quick views should stay in compare editor if same CU. | resolved fixed | 07023dc | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/EditorUtility.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-01-23T16:00:25Z" | "2008-12-19T20:53:20Z" |
189,682 | Bug 189682 [actions] Menu bar Navigate->"Go Into" not enabled until popup used | I0524 1. Startup an Eclipse that has a java project in the Package Explorer 2. Select the project 3. Pulldown the Navigate menu. Observe: "Go Into" is disabled. This is an error, it should be enabled. 4. In the Package Explorer, popup the menu Observe: "Go Into" is enabled (correct). 5. Again, pulldown the Navigate menu. Observe: "Go Into" is now enabled. | resolved fixed | 9fb2651 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-01-23T13:08:15Z" | "2007-05-29T14:46:40Z" |
260,528 | Bug 260528 [compare] wrong caret on right side | HEAD (regression from last I-build). Now that we use enhanced compare on the left we also have to use it on the right side because otherwise it looks strange the UI is different. Most prominent example being the different carets. | resolved fixed | 1630d47 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaMergeViewer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/EditorUtility.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-01-23T11:31:43Z" | "2009-01-09T11:20:00Z" |
259,413 | Bug 259413 [refactoring] Handler conflicts in refactoring previews | Not yet in HEAD. There are handler conflicts in refactoring previews. 1. select a Java element 2. start Rename refactoring (using dialog) 3. when the preview is visible press 'Back' 4. press 'Preview' ==> handler conflicts | resolved fixed | ec20ff6 | ["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/PreviewWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-01-22T14:52:44Z" | "2008-12-19T20:53:20Z" |
261,797 | Bug 261797 CVS decorators broken due to fix to JavaElementResourceMapping | N20090120-2000. The fix for bug in JavaElementResourceMapping breaks CVS decorators as it causes: !ENTRY org.eclipse.ui 4 4 2009-01-21 12:18:26.639 !MESSAGE java.lang.ArrayStoreException !STACK 0 java.lang.ArrayStoreException at java.lang.System.arraycopy(Native Method) at java.util.ArrayList.toArray(ArrayList.java:306) at org.eclipse.jdt.internal.corext.util.JavaElementResourceMapping$LogicalPackageResourceMapping.getTraversals(JavaElementResourceMapping.java:309) at org.eclipse.team.internal.ccvs.ui.CVSLightweightDecorator.getTraversalRoots(CVSLightweightDecorator.java:261) at org.eclipse.team.internal.ccvs.ui.CVSLightweightDecorator.isSupervised(CVSLightweightDecorator.java:248) at org.eclipse.team.internal.ccvs.ui.CVSLightweightDecorator.decorate(CVSLightweightDecorator.java:209) at org.eclipse.team.internal.ccvs.ui.CVSLightweightDecorator.decorate(CVSLightweightDecorator.java:161) at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(LightweightDecoratorDefinition.java:263) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(LightweightDecoratorManager.java:81) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(LightweightDecoratorManager.java:365) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:347) at org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(DecorationScheduler.java:374) at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:334) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) | verified fixed | c12c9ed | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaElementResourceMapping.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-01-21T12:21:32Z" | "2009-01-21T12:13:20Z" |
261,538 | Bug 261538 [hovering] Problem hover blocks the UI thread | Certain initializations of JDT content assist make long blocking calls on the UI thread that make Eclipse appear hung for up to five minutes. Here is a stack trace for an example: at java.lang.Object.wait(Native Method) - waiting on <0x0c86c968> (a java.lang.Object) at java.lang.Object.wait(Object.java:474) at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.getAST(ASTProvider.java:450) - locked <0x0c86c968> (a java.lang.Object) at org.eclipse.jdt.ui.SharedASTProvider.getAST(SharedASTProvider.java:129) at org.eclipse.jdt.internal.ui.text.correction.AssistContext.getASTRoot(AssistContext.java:77) at org.eclipse.jdt.internal.ui.text.java.hover.ProblemHover$ProblemInfo.getJavaAnnotationFixes(ProblemHover.java:225) at org.eclipse.jdt.internal.ui.text.java.hover.ProblemHover$ProblemInfo.getCompletionProposals(ProblemHover.java:205) at org.eclipse.jdt.internal.ui.text.java.hover.AbstractAnnotationHover$AnnotationInformationControl.deferredCreateContent(AbstractAnnotationHover.java:274) at org.eclipse.jdt.internal.ui.text.java.hover.AbstractAnnotationHover$AnnotationInformationControl.setInput(AbstractAnnotationHover.java:180) at org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1167) at org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1136) at org.eclipse.jface.text.AbstractHoverInformationControlManager.presentInformation(AbstractHoverInformationControlManager.java:901) at org.eclipse.jface.text.TextViewerHoverManager.doPresentInformation(TextViewerHoverManager.java:243) at org.eclipse.jface.text.TextViewerHoverManager$5.run(TextViewerHoverManager.java:233) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133) - locked <0x0e93cb98> (a org.eclipse.swt.widgets.RunnableLock) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 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.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) at org.eclipse.equinox.launcher.Main.main(Main.java:1212) That appears to be waiting for this thread that spends a lot of time looking at zip files: "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon prio=2 tid=0x02fb6938 nid=0x5c4 runnable [0x064af000..0x064afa68] at java.util.zip.ZipFile.getNextEntry(Native Method) at java.util.zip.ZipFile.access$700(ZipFile.java:35) at java.util.zip.ZipFile$3.nextElement(ZipFile.java:421) - locked <0x0add6078> (a java.util.zip.ZipFile) at java.util.zip.ZipFile$3.nextElement(ZipFile.java:415) at org.eclipse.jdt.internal.core.JarPackageFragmentRoot.computeChildren(JarPackageFragmentRoot.java:84) at org.eclipse.jdt.internal.core.JavaProjectElementInfo.initializePackageNames(JavaProjectElementInfo.java:251) at org.eclipse.jdt.internal.core.JavaProjectElementInfo.getProjectCache(JavaProjectElementInfo.java:224) at org.eclipse.jdt.internal.core.JavaProject.getProjectCache(JavaProject.java:1795) at org.eclipse.jdt.internal.core.JavaProjectElementInfo.newNameLookup(JavaProjectElementInfo.java:307) at org.eclipse.jdt.internal.core.JavaProject.newNameLookup(JavaProject.java:2197) at org.eclipse.jdt.internal.core.SearchableEnvironment.<init>(SearchableEnvironment.java:53) at org.eclipse.jdt.internal.core.SearchableEnvironment.<init>(SearchableEnvironment.java:60) at org.eclipse.jdt.internal.core.CancelableNameEnvironment.<init>(CancelableNameEnvironment.java:26) at org.eclipse.jdt.internal.core.CompilationUnitProblemFinder.process(CompilationUnitProblemFinder.java:158) at org.eclipse.jdt.internal.core.CompilationUnitProblemFinder.process(CompilationUnitProblemFinder.java:243) at org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.makeConsistent(ReconcileWorkingCopyOperation.java:190) at org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.executeOperation(ReconcileWorkingCopyOperation.java:89) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:709) at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:770) at org.eclipse.jdt.internal.core.CompilationUnit.reconcile(CompilationUnit.java:1224) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.reconcile(JavaReconcilingStrategy.java:124) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.access$0(JavaReconcilingStrategy.java:108) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy$1.run(JavaReconcilingStrategy.java:89) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.reconcile(JavaReconcilingStrategy.java:87) at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.initialReconcile(JavaReconcilingStrategy.java:176) at org.eclipse.jdt.internal.ui.text.CompositeReconcilingStrategy.initialReconcile(CompositeReconcilingStrategy.java:114) at org.eclipse.jdt.internal.ui.text.JavaCompositeReconcilingStrategy.initialReconcile(JavaCompositeReconcilingStrategy.java:133) at org.eclipse.jface.text.reconciler.MonoReconciler.initialProcess(MonoReconciler.java:105) at org.eclipse.jdt.internal.ui.text.JavaReconciler.initialProcess(JavaReconciler.java:388) - locked <0x0e5ef5a0> (a java.lang.Object) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:173) | resolved fixed | 776b969 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AssistContext.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/ProblemHover.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-01-20T15:26:37Z" | "2009-01-19T18:33:20Z" |
261,519 | Bug 261519 dead code warning inconsistent with "if (true)" return value | The following gives a dead code warning in the last line, because of the "if (true)" line above it: public class Main { public static void main(String[] args) { new Main().go(); } boolean go() { if (true) return true; return true; // dead code here } } However if I comment out the dead code line then the method is marked with an error for possibly not returning a boolean value (the "if (true)" line isn't good enough). Is the "if (true)" line considered safe enough to return a value (in which case there shouldn't be an error) or not (in which case there shouldn't be a dead code warning)? | resolved fixed | 7a69153 | ["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 | "2009-01-19T18:02:42Z" | "2009-01-19T15:46:40Z" |
261,003 | Bug 261003 [rename] In-place refactoring menu contains 'Preview' even if no preview | 3.4.x and 3.5 M5. When opening the menu while doing an in-place refactoring in the Java editor the 'Preview' menu item is shown even if there's no preview. | resolved fixed | e006493 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInformationPopup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-01-14T14:28:26Z" | "2009-01-14T10:46:40Z" |
261,002 | Bug 261002 [refactoring] 'Preview' button always enabled | N20090113-2000. The 'Preview' button is always enabled. Most likely a regression from enabling the 'Back' button again. | resolved fixed | 653edb6 | ["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringWizardDialog2.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-01-14T13:31:18Z" | "2009-01-14T10:46:40Z" |
19,771 | Bug 19771 [typing] Add column based editing capabilities to textual editors | Add column based editing: cut/copy/paste/move, etc. colums of text. | resolved fixed | 23dbc21 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/IndentAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMoveLinesAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaSourceViewerConfiguration.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-01-13T21:28:04Z" | "2002-06-10T11:53:20Z" |
260,694 | Bug 260694 [compare] NPE in log when opening Java compare editor with breadcrumbs enabled | HEAD (I20090106-1323 + latest compare, text, jdt) - open a Java editor on a .java file from CVS - show breadcrumbs - open History view - select an old revision and choose context menu > Compare Current with x.y => NPE in log: !ENTRY org.eclipse.ui 4 0 2009-01-12 12:34:28.158 !MESSAGE Unhandled event loop exception !STACK 0 org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:3827) at org.eclipse.swt.SWT.error(SWT.java:3742) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3852) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:333) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:366) 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:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:550) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:505) at org.eclipse.equinox.launcher.Main.run(Main.java:1237) Caused by: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.selectionChanged(JavaEditor.java:2176) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$4.run(CompilationUnitEditor.java:1628) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133) ... 22 more | resolved fixed | bbf7df3 | ["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 | "2009-01-12T12:18:01Z" | "2009-01-12T11:33:20Z" |
185,214 | Bug 185214 [inline] Inlining generic local variable to raw value fails to add necessary cast | import java.util.List; public class InlineTest { public void inlineTest(List list) { List<String> genericList = list; for (String string : genericList) ; } } After inlining genericList, the resulting expression in the for loop is not cast to List<String>, causing an error: import java.util.List; public class InlineTest { public void inlineTest(List list) { for (String string : list) ; } } | resolved fixed | 3e1b3e4 | ["org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test33_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test33_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test34_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test34_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test35_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test35_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineTempTests.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/ASTNodes.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineTempRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-01-09T17:28:01Z" | "2007-05-02T21:06:40Z" |
46,216 | Bug 46216 [inline] Inline local should add explicit cast for primitive types | Try to inline variable l in the following code: public class Inline { public long inline(int i) { long l = i; return l << 50; } } and you will get public class Inline { public long inline(int i) { return i << 50; } } which is wrong. The "return" statement should be return (long) i << 50; First the cast, then the shift, not the other way round. (Shifting an int by 50 is equivalent to shifting it by 18) | verified fixed | 190bdb8 | ["org.eclipse.jdt.ui.tests.refactoring/resources/InlineConstant/canInline/test14/out/GrueziWohl.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test33_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test33_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineTempTests.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/ASTNodes.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineTempRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-01-09T14:47:40Z" | "2003-11-06T17:33:20Z" |
260,362 | Bug 260362 NPE when using content assist in compare | HEAD. I get an NPE when doing content assist in the Java compare viewer. It works if the input is the CU but if I narrow down to an element it breaks. When I do Ctrl+Space at the beginning of the file (when the CU is the !ENTRY org.eclipse.ui 4 4 2009-01-08 10:50:41.420 !MESSAGE "Content Assist" did not complete normally. Please see the log for more information. !ENTRY org.eclipse.ui 4 0 2009-01-08 10:50:41.420 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer.doOperation(CompilationUnitEditor.java:177) at org.eclipse.ui.texteditor.ContentAssistAction$1.run(ContentAssistAction.java:82) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.texteditor.ContentAssistAction.run(ContentAssistAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) 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:476) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:471) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:823) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:879) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:570) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:511) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:126) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1190) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1002) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1358) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:4019) at org.eclipse.swt.widgets.Canvas.WM_CHAR(Canvas.java:346) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3912) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:342) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4584) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:2295) at org.eclipse.swt.internal.BidiUtil.windowProc(BidiUtil.java:639) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2392) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3468) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:333) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:366) 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:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:550) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:505) at org.eclipse.equinox.launcher.Main.run(Main.java:1237) at org.eclipse.equinox.launcher.Main.main(Main.java:1213) | verified fixed | 15de8db | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaMergeViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-01-09T11:37:08Z" | "2009-01-08T10:20:00Z" |
256,867 | Bug 256867 [package explorer] Assign Working Sets dialog: checking a working set should show it | I20081126-000 When choosing to see all working sets in the 'Working Set Assignements' dialog and checking one of the yet hidden working sets it should make the working set(s) visible when clicking 'OK'. | resolved fixed | 45a66bf | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-01-07T14:23:53Z" | "2008-11-28T11:00:00Z" |
233,559 | Bug 233559 [implementation] NPE in DocumentAdapter | Closed an editor right after startup. Will try to reproduce... java.lang.NullPointerException at org.eclipse.jdt.int.ui.javaeditor.DocumentAdapter.getContents(DocumentAdapter.java:371) at org.eclipse.jdt.int.ui.javaeditor.DocumentAdapter.getCharacters(DocumentAdapter.java:363) at org.eclipse.jdt.int.core.CompilationUnit.getContents(CompilationUnit.java:649) at org.eclipse.jdt.int.core.CompilationUnit$1.getContents(CompilationUnit.java:221) at org.eclipse.jdt.int.compiler.parser.Parser.parse(Parser.java:9483) at org.eclipse.jdt.int.compiler.parser.Parser.parse(Parser.java:9455) at org.eclipse.jdt.int.compiler.parser.Parser.dietParse(Parser.java:8102) at org.eclipse.jdt.int.compiler.Compiler.internalBeginToCompile(Compiler.java:696) at org.eclipse.jdt.int.compiler.Compiler.beginToCompile(Compiler.java:376) at org.eclipse.jdt.int.compiler.Compiler.resolve(Compiler.java:838) at org.eclipse.jdt.int.compiler.Compiler.resolve(Compiler.java:904) at org.eclipse.jdt.int.core.CompilationUnitProblemFinder.process(CompilationUnitProblemFinder.java:182) at org.eclipse.jdt.int.core.CompilationUnitProblemFinder.process(CompilationUnitProblemFinder.java:243) at org.eclipse.jdt.int.core.ReconcileWorkingCopyOperation.makeConsistent(ReconcileWorkingCopyOperation.java:190) at org.eclipse.jdt.int.core.ReconcileWorkingCopyOperation.executeOperation(ReconcileWorkingCopyOperation.java:89) at org.eclipse.jdt.int.core.JavaModelOperation.run(JavaModelOperation.java:709) at org.eclipse.jdt.int.core.JavaModelOperation.runOperation(JavaModelOperation.java:769) at org.eclipse.jdt.int.core.CompilationUnit.reconcile(CompilationUnit.java:1224) at org.eclipse.jdt.int.ui.text.java.JavaReconcilingStrategy.reconcile(JavaReconcilingStrategy.java:124) at org.eclipse.jdt.int.ui.text.java.JavaReconcilingStrategy.access$0(JavaReconcilingStrategy.java:108) at org.eclipse.jdt.int.ui.text.java.JavaReconcilingStrategy$1.run(JavaReconcilingStrategy.java:89) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.jdt.int.ui.text.java.JavaReconcilingStrategy.reconcile(JavaReconcilingStrategy.java:87) at org.eclipse.jdt.int.ui.text.java.JavaReconcilingStrategy.initialReconcile(JavaReconcilingStrategy.java:176) at org.eclipse.jdt.int.ui.text.CompositeReconcilingStrategy.initialReconcile(CompositeReconcilingStrategy.java:114) at org.eclipse.jdt.int.ui.text.JavaCompositeReconcilingStrategy.initialReconcile(JavaCompositeReconcilingStrategy.java:133) at org.eclipse.jface.text.reconciler.MonoReconciler.initialProcess(MonoReconciler.java:105) at org.eclipse.jdt.int.ui.text.JavaReconciler.initialProcess(JavaReconciler.java:388) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:173) | resolved fixed | e763e82 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/DocumentAdapter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-01-07T11:00:13Z" | "2008-05-22T21:00:00Z" |
169,386 | Bug 169386 [Theme] More Java editor features in Compare Editor | When comparing java elements, the local side does not benefit from the fact that there is compilation context available. Specifically, there is no java search and no hyperlinking. Clearly this is tricky to do for the non-local part of the compare but for the local it should behave as an editor. Is this a problem with reusing the jdt editor part? (i.e. the compare can only provide a generic text editor)? This was initiated from compare of local vs. head. | resolved fixed | 97bf137 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaMergeViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-01-07T10:15:57Z" | "2007-01-02T23:20:00Z" |
258,792 | Bug 258792 [package explorer] 'Working Set Assignments' dialog no longer sorted if new ws is created | 3.5 M4. The 'Working Set Assignemnts' dialog is no longer sorted if a new working set is created. | resolved fixed | 741b0ba | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-01-07T08:14:26Z" | "2008-12-15T11:20:00Z" |
259,095 | Bug 259095 [introduce parameter] Error reported in dialog/preview but result is OK | I20081216-0800. 1. start fresh workspace 2. paste this source: package p; public class TestInlineRename { int x = foo(1, 2, 3); public int foo(int xg, int yg, int zg) { return xg + yg; } } class B extends TestInlineRename { public int foo(int x, int y, int z) { System.out.println(x); foo(x, y, z); foo(x, z, y); super.foo(x, z, y); return super.x; } } 3. select method declaration TestInlineRename.foo 4. Refactor > Introduce Parameter Object... 5. click 'OK' ==> unexpected dialog comes which shows errors 6. click 'Continue' ==> correct code is generated | resolved fixed | 0586c01 | ["org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testSubclassInCU/in/TestSubclassInCU.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testSubclassInCU/out/FooParameter.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testSubclassInCU/out/TestSubclassInCU.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceParameterObjectTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/IntroduceParameterObjectProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-01-06T14:34:17Z" | "2008-12-17T13:20:00Z" |
254,603 | Bug 254603 [package explorer][working sets] Package Explorer should support "Show All" Working Sets | When top-level elements are set to working sets, the most obvious usage of this would be to show all of the working sets defined. This is currently not supported. The user can configure PE to show all *current* working sets, but as new working sets are created, for example, when checking out sets of projects code from an SCM system, the user must constantly reconfigure the view to show all working sets again. I propose that if all of the current sets are selected (in the configure dialog), and the user presses OK, then this should be persisted as the single choice "all" rather than as the list of the currently defined sets. | verified fixed | 46df211 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewJavaWorkingSetWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetModel.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2009-01-06T09:34:03Z" | "2008-11-07T15:00:00Z" |
33,737 | Bug 33737 [refactoring] dialog lost function - going back from Preview | 20030228 it used to be able to go back from the preview it's not possible now it was a very useful feature - i could type some stuff in the input page, see the preview, go back if i didn't like what i saw, fix and keep doing that until i was happy with the result. it is not possible now and all my effort i put into entering input for a refactoring is gone as soon as i press preview (unless i'm lucky and get an error, in which case i can go back <g>) major - messes up my workflow | verified fixed | 829beec | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/IntroduceParameterObjectProcessor.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceParameterObjectWizard.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveInstanceMethodWizard.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringWizardDialog2.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-12-16T19:07:54Z" | "2003-03-04T12:13:20Z" |
88,265 | Bug 88265 Make SourceRange API | JDT/Core uses source ranges to indicate the range of elements in source. Since most of the JDT/UI can deal with source range from IJavaElements and DOM/AST we implemented our own source range with implements ISoureRange to not be forced to copy source ranges retrieved from JDT/Core. Would it be possible to allow implementation of ISourceRange ? | verified fixed | 7af9e7e | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/SourceRange.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-12-16T10:45:12Z" | "2005-03-17T00:40:00Z" |
256,879 | Bug 256879 [package explorer] Assign Working Sets dialog should preserve check box setting | N20081126-2000. The dialog to assign working sets has a check box (show only package explorer working sets). This setting is not preserved but it should be. | verified fixed | 5383376 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-12-15T10:23:40Z" | "2008-11-28T11:00:00Z" |
252,331 | Bug 252331 [quick fix] Generate hashCode() and equals() should not be proposed if no non-static fields | I20081027-1800. 1. enable the warning for missing hashCode() 2. paste: class C { public boolean equals(Object obj) { return true; } } ==> quick fix to generate hashCode() and equals() is proposed but I only get a dialog that this can't be done due to no non-static fields. | resolved fixed | 1ba3ad2 | ["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 | "2008-12-11T18:33:12Z" | "2008-10-28T10:33:20Z" |
258,059 | Bug 258059 [quick fix] Quick fix suggests invalid List<Object> for "instanceof List" | I20081209-0100 1. Paste the following in Package Explorer import java.util.List; public class X { boolean foo() { return null instanceof List; } } 2. You should get a warning: "List is a raw type. References to generic type List<E> should be parameterized" 3. Bring up Quick Fix and choose "Add type arguments to 'List'" 4. You have to choices: - inserting '<?>' (valid suggestion) - inserting '<Object>' (invalid suggestion) If you choose the second suggestion, the resulting code has the following error: "Cannot perform instanceof check against parameterized type List<Object>. Use instead its raw form List since generic type information will be erased at runtime" | resolved fixed | 162c166 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/Java50Fix.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-12-11T16:40:23Z" | "2008-12-09T13:40:00Z" |
239,347 | Bug 239347 Drag and drop any none java file doesn't refactor | Build ID: I20080516-1333 Steps To Reproduce: 1-Create general project, file file.a , and folder X on the project 2-Select file.a drag and drop into folder X. in the code, you'll find that this is handled by JavaDropAdaptorAssistant (I thought this only should do java files, and any other will be done by the resource adaptor). And in ReorgPolicyFactory.getModifications, update reference will be set to false. means refactoring file.a will not happen. More information: JavaDropAdaptorAssistant is intercepting all the Drag and Drop for any resource. the move is done properly, in ReorgPolicyFactory.getModifications, it checks if canUodateReferences and if the file is not a java, updateReferences will not be enabled. So refactorying any file type rather than Java is broken. Icluding our part. Was expecting, either Java handle all resource move but leave the update reference enabled. or just not provide the none-java resources. so other providers will handle it and propably will set the updateReferences normally. | verified fixed | 724389a | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ccp/MoveTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/JDTRefactoringDescriptorComment.java", "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/rename/RenameCompilationUnitProcessor.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/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/reorg/IReorgPolicy.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/JavaMoveProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/tagging/IReferenceUpdating.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInputWizardPage.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgMoveWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-12-11T12:46:56Z" | "2008-07-02T20:20:00Z" |
258,135 | Bug 258135 Confirm Delete package dialog: 'Delete subpackages' should have focus | I20081209-0100. The 'Delete subpackages' check box in the 'Confirm Delete' package dialog should have focus otherwise hitting Space bar to toggle the check box starts the deletion. | resolved fixed | 89002fb | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/DeleteWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-12-09T17:26:36Z" | "2008-12-09T16:26:40Z" |
182,539 | Bug 182539 [package explorer][working sets] Offer delete on a working set | If my working set has nothing contained within it, I should be allowed to delete it. Hitting 'Delete' prompts no confirmation dialog and right-clicking on it doesn't work since 'Delete' is greyed out. It is cumbersome to have to go and edit my working sets just for this. If it's completely empty, deleting it should be no loss, and prompting a confirmation dialog should suffice as a deterrent for misclicked deletions. | verified fixed | f447f86 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgUtils.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/DeleteAction.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-12-05T12:10:19Z" | "2007-04-16T13:26:40Z" |
257,695 | Bug 257695 [common navigator] action groups are not disposed | I20081202-1812. All Java action (groups) are leaked when the Project Explorer is closed. | verified fixed | 0ce8c43 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaNavigatorActionProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaNavigatorRefactorActionProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaNavigatorViewActionProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/PackageExplorerOpenActionProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-12-05T11:08:45Z" | "2008-12-05T09:40:00Z" |
257,490 | Bug 257490 [compiler] Quick fix for dead code does not remove all the dead code | build I20081202-1812 1) enable dead code diagnosis 2) create Test.java public class Test { void foo() { if (true) { return; } System.out.println("1"); System.out.println("2"); System.out.println("3"); } } A dead code problem is reported on the line 'System.out.println("1");' 3) apply the proposed quickfix 'Remove' The line 'System.out.println("1");' is removed. The quickfix could also remove next lines which are also dead code. | resolved fixed | 88713cb | ["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 | "2008-12-04T13:28:10Z" | "2008-12-04T08:40:00Z" |
175,733 | Bug 175733 [refactoring] change execution should not happen in the UI thread | I20070209-1006 In a project that has a lot of packages, deleting them all from within the project explorer causes the UI to hang. | verified fixed | e21dfbc | ["org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/Lock.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/MultiStateTextFileChange.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/TextChange.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/TextFileChange.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/UIPerformChangeOperation.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/RefactoringUI.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-12-01T18:12:37Z" | "2007-02-27T18:13:20Z" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.