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 timestamp[us, tz=UTC] | report_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 '{... | 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 t... | 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.... | 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... | 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% I2009... | 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/act... | 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/refactorin... | 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.Open... | 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-expl... | 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 conne... | 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).addContro... | 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: Ec... | 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/reso... | 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. o... | 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:... | 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.e... | 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 ... | 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 | 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 pro... | 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 upgra... | 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 complete... | 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 | 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/in... | 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 initi... | 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/WorkingSe... | 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/or... | 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=... | 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/int... | 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... | 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 do... | 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" - ... | 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 contrib... | 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' ... | 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 ... | 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 d... | 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. !... | 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 ... | 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 men... | 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... | 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.ecli... | 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 mark... | 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/JavaAutoIn... | 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 !STA... | 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... | 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/Inline... | 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,... | 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/te... | 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 normal... | 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.CompilationUni... | 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 r... | 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.f... | 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/testSubclassInC... | 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 ... | 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 ent... | 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/re... | 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 implem... | 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'"... | 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 ad... | 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/Ref... | 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 ... | 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/Delete... | 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... | 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 ... | 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/ec... | 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.