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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
175,827 | Bug 175827 [clean up] ASTRewriteAnalyzer produces MalformedTreeException on convert loop clean up | null | resolved fixed | e570f9f | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertForLoopQuickFixTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/util/TightSourceRangeComputer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-02-28T17:28:14Z | 2007-02-28T13:40:00Z |
175,498 | Bug 175498 [organize imports] Organize imports adds useless static imports | package sample; public class Test<T> { public static enum TestEnum { V1, V2 } public void test(final TestEnum value) { switch (value) { case V1: case V2: } } } The following imports are added by 'Organize imports': import static sample.Test.TestEnum.V1; import static sample.Test.TestEnum.V2; These imports are useless, ... | resolved fixed | 495fa00 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/ScopeAnalyzer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-02-28T12:03:07Z | 2007-02-26T08:53:20Z |
175,710 | Bug 175710 [refactoring scripts] NL Questions needinf clarification | Build ID: eclipse-JDT-SDK-3.3Meh.zip Steps To Reproduce: 1.tct 15: Question needing clarification filename: eclipse\plugins\org.eclipse.jdt.core.manipulation\org\jdt\internal\core\refactoring\descriptors\DescriptorMessage.properties sentence: Qualified name updating enabled implies a non-empty patterns string. Q: What ... | closed fixed | e61008d | ["org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/core/refactoring/descriptors/RenameJavaElementDescriptor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-02-28T11:07:16Z | 2007-02-27T15:26:40Z |
153,407 | Bug 153407 [working sets] Package Explorer hides PDE Container if working set is used | R3.2 and I20060810-0010 If a working set is applied to the Package Explorer then the PDE Container goes away. Steps: 1. have JDT UI and Text plug-ins in source 2. create a working set with just the text plug-ins 3. set the Package Explorer to show projects as top level elements 3. use the working set in the Package Exp... | verified fixed | d9b15ed | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/ClassPathContainer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/LibraryContainer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageFragmentRootContainer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/inter... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-02-28T10:37:31Z | 2006-08-10T08:53:20Z |
175,699 | Bug 175699 "Javadoc could not be found" message if source file exists but member has no Javadoc | null | resolved fixed | 072a143 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/InfoViewMessages.java", "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/JavaHoverMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/h... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-02-27T18:25:06Z | 2007-02-27T12:40:00Z |
175,575 | Bug 175575 [refactoring] Refactoring history property page leaks four images | Build: I20070220 Each time the refactoring history property page is opened on a project, four images are leaked. Sample sleak trace: java.lang.Error at java.lang.Throwable.<init>(Throwable.java:58) at org.eclipse.swt.graphics.Device.new_Object(Device.java:786) at org.eclipse.swt.graphics.Image.<init>(Image.java:491) at... | resolved fixed | 0e355f8 | ["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/history/BrowseRefactoringHistoryLabelProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-02-27T10:24:07Z | 2007-02-26T20:00:00Z |
175,534 | Bug 175534 ScrolledPageContent leaks three colors | Build: I20070220 1) Capture Sleak snapshot 2) File > New > Project 3) Select Java project, click Next 4) Hit Esc to close dialog 5) Capture Sleak diff Three colors are leaked each time the Java project wizard is opened. Two copies of the "form title color", and one copy of the form background color. These all originate... | verified fixed | c774119 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ScrolledPageContent.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-02-27T09:19:05Z | 2007-02-26T14:26:40Z |
175,496 | Bug 175496 [preferences] Separate "null dereference" and "null reference" compiler options | null | resolved fixed | a1623db | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-02-26T17:43:36Z | 2007-02-26T08:53:20Z |
175,459 | Bug 175459 [hovering] JavaDoc view may display a warning message when document is missing in attached javadoc archive | When I attach javadoc archive to the jar file from the buildpath, Eclipse 3.3M5 is not picking it up even so validation in javadoc attachment dialog is saying that everything is ok. | resolved fixed | 2d7706f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/InfoViewMessages.java", "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/JavaHoverMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/h... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-02-26T15:33:29Z | 2007-02-25T19:00:00Z |
171,797 | Bug 171797 improve FilteredItemsSelectionDialog.ItemsFilter.equalsFilter(ItemsFilter) | I20070123-1715 The Javadoc of FilteredItemsSelectionDialog.ItemsFilter#equalsFilter(ItemsFilter) does not tell how this method is used. It should - tell whether the method is symmetric like Object#equals(..) - or even better: tell that subclasses of FilteredItemsSelectionDialog can be sure that the arguments to equalsF... | verified fixed | 7ba07b6 | ["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 | 2007-02-26T14:07:48Z | 2007-01-26T14:00:00Z |
175,180 | Bug 175180 Resource mapping for JUnit configs should be file instead of project | null | resolved fixed | 46869bd | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/JUnitMigrationDelegate.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitMigrationDelegate.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/launcher/JUnitLaunchConfigurationTab.java", "org.eclipse.jdt.junit/src/... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-02-23T09:46:18Z | 2007-02-22T18:46:40Z |
164,677 | Bug 164677 [EditorMgmt] can we remove IURIEditorInput? | URI cannot be resolved to a type org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui IURIEditorInput.java line 39 1163611136718 748662 This is API that was added in 3.3. Since URI is not part of J2ME Foundation 1.0, can we do without this API? | verified fixed | cd796ad | ["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 | 2007-02-21T10:17:22Z | 2006-11-15T17:00:00Z |
150,244 | Bug 150244 [API] Add getBytes() on IClassFile | R3.2 | verified fixed | b748cda | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-02-19T11:46:22Z | 2006-07-11T12:13:20Z |
174,579 | Bug 174579 [type wizards] annotations in new file template not used | The at symbol behaves oddly in java code templates (Preferences -> Java Code Style -> Code Templates). All text after the "at symbol" does not appear when the code template is instantiated. Specifically I attempted to use the "New Java Files" code template with the following body, to annotate the class with it's CVS re... | resolved fixed | 3f4d707 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-02-19T10:47:22Z | 2007-02-18T17:33:20Z |
83,706 | Bug 83706 [javadoc location] a jar file inside a workspace | When indicating the "Javadoc location" for a JAR file (a library), it will interesting to give Eclipse a location inside the workspace, when exactly the same logic that "Java Source Attachement" (give either a folder or a zip file). | resolved fixed | edb51d7 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/javadoc/JavaDocLocations.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.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 | 2007-02-15T16:53:56Z | 2005-01-26T14:33:20Z |
173,053 | Bug 173053 [rename] Rename popup: Actions should be disabled initially | I20070206-0010. 1. start refactoring in Java editor 2. add a space to the name ==> some options are disabled in the popup [OK] 3. press Ctrl+Z ==> options still disabled | resolved fixed | ba976a9 | ["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 | 2007-02-13T22:55:39Z | 2007-02-06T13:53:20Z |
173,020 | Bug 173020 [rename] Minimize Refactor popup should set focus back to editor | I20070206-0010. Minimize Refactor popup should set focus back to editor | resolved fixed | f225508 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInformationPopup.java", "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 | 2007-02-13T17:42:56Z | 2007-02-06T11:06:40Z |
173,492 | Bug 173492 [JUnit] JUnit Launch wizard does not check for invalid test class | I20070208-0010. Create a new or edit an existing JUnit launch config: it reports invalid project names but does not do so for invalid test class. | resolved fixed | 8bf461a | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitMessages.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitMessages.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/launcher/JUnitLaunchConfigurationTab.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-02-13T16:21:42Z | 2007-02-08T15:53:20Z |
173,018 | Bug 173018 [getter setter] GetterSetter dialog: wrong checked state | I20070206-0010. 1. open the GetterSetters dialog on a final field 2. check the 'Allow setters for..." ==> parent is white-checked but there are unchecked children Side Note: when a user checks that option you can probably assume that he wants to generate the setters and hence you could simply check them for the user. O... | resolved fixed | 1f271a2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-02-13T14:50:25Z | 2007-02-06T11:06:40Z |
173,012 | Bug 173012 [build path] Edit 'Source Attachment for cp variable' dialog too big | I20070206-0010 1. Open Java Build Path Properties page 2. On Libraries tab add a variable 3. Select Variable 4. Edit... Is: Shown dialog is death ugly (see screenshot). It has twice the size it needs, and it is resizable. | resolved fixed | 584c2a5 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-02-13T14:09:33Z | 2007-02-06T11:06:40Z |
172,944 | Bug 172944 [package explorer] refreshes whole project when single compilation unit saved | 3.3 M4 - had many projects loaded, with many errors due to missing prerequisites - made an innocuous change to one file (adding a void foo() method) - this led to various notifications, the end result of which was that the Package Explorer did a complete refresh of the containing project and a downstream project, which... | resolved fixed | b891e25 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-02-12T17:09:58Z | 2007-02-05T21:13:20Z |
173,767 | Bug 173767 [content assist] no template proposals if no whitespace in front | 3.3M5 I20070209-1006 Some examples I've spotted of when content assist offers too few suggestions. In the following | represents the cursor at the point when Ctrl-Alt-SHIFT is pressed. Main template not proposed: public class Two{m|} (works if a space is inserted before 'm') Sysout template not proposed: public class T... | resolved fixed | 1fa2d36 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-02-12T08:52:55Z | 2007-02-11T02:13:20Z |
173,295 | Bug 173295 [rename] Rename popup: Esc should quit rename mode | I20070206-0800. When I press the 'Alt' and then 'Esc' it is still in rename mode but it should not. | verified fixed | a146ced | ["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 | 2007-02-08T13:31:44Z | 2007-02-07T17:40:00Z |
173,421 | Bug 173421 [implementation] The class file editor does not restore the caret location | I20070208-0010. The class file editor does not restore the caret location. | verified fixed | f2a18ab | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-02-08T09:57:20Z | 2007-02-08T10:20:00Z |
173,031 | Bug 173031 [package explorer] AFE null argument when restoring state of WorkingSetModel | I20070206-0010 1. Start Eclipse on a fresh workspace 2. Restart Eclipse 3. In pkg explorer select 'Top Level Elements'>'Working Sets' Is: !ENTRY org.eclipse.jdt.ui 4 2 2007-02-06 12:30:37.322 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jdt.ui". !STACK 0 org.eclipse.core.runtime.AssertionFai... | resolved fixed | ff54d51 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.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 | 2007-02-07T20:48:55Z | 2007-02-06T11:06:40Z |
173,043 | Bug 173043 [rename] Rename popup: Alt should not commit during move | I20070206-0010. When I press the 'Alt' key while moving the Rename popup it places the shell to the closest target and ends the move operation. I would expect that 'Alt' has no special meaning. | verified fixed | dbc1bed | ["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 | 2007-02-07T11:53:48Z | 2007-02-06T13:53:20Z |
173,021 | Bug 173021 [rename] Weird behavior upon right mouse click in Refactor popup | I20070206-0010. Weird behavior upon right mouse click in Refactor popup: It goes into 'move' mode and adds an item to my Windows task bar while moving. | verified fixed | eeda8ce | ["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 | 2007-02-07T11:23:32Z | 2007-02-06T11:06:40Z |
173,055 | Bug 173055 [clean up] Widget disposed exception in CleanUpSaveParticipantPreferenceConfiguration | I20070206-0010. 1. open project specific settings 2. select Java Editor > 'Save Actions' 3. click 'Configure Workspace Settings...' 4. press 'OK' 5. on press 'Restore Defaults' ==> eclipse.buildId=I20070206-0010 java.version=1.5.0_10 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, ... | verified fixed | b10e133 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/saveparticipant/SaveParticipantDescriptor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/saveparticipant/SaveParticipantRegistry.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SaveParticipantConfigurationBlock.ja... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-02-07T10:47:20Z | 2007-02-06T13:53:20Z |
173,014 | Bug 173014 [clean up] NPE on remove unused local types | null | verified fixed | ede91d9 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/UnusedCodeFix.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-02-07T09:46:13Z | 2007-02-06T11:06:40Z |
92,322 | Bug 92322 [refactoring] refactoring without modal window | null | resolved wontfix | 5b56127 | ["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 | 2007-02-05T19:38:26Z | 2005-04-22T03:20:00Z |
172,516 | Bug 172516 use the new 'deprecated' and 'read-only' classpath variables | null | verified fixed | 8b14d87 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPVariableElement.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-02-05T15:18:52Z | 2007-02-01T17:13:20Z |
163,347 | Bug 163347 [clean up] Clean up doesn't follow formatter options | 3.3 M3 I enabled Clean up on save, and used the default save participant profile. When I started using it, I noticed that it was formatting my comments, even though my active formatter profile says comments should not be formatted. When I investigated I noticed that the clean up profile has a separate check box for "fo... | resolved fixed | f0cbb4b | ["org.eclipse.jdt.ui.tests/performance/org/eclipse/jdt/ui/tests/performance/views/CleanUpPerfTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpStressTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/ecl... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-02-02T15:58:27Z | 2006-11-03T16:06:40Z |
49,412 | Bug 49412 [formatting] Offer comment formatting options per comment type | Is it possible to avoid formating simple comments, not JavaDoc? I often comment big pieces of code using /* */ pair, but when I format code, it breaks structure of code inside of comments. :-( In same time, I would like to have JavaDoc comments formated, because they start with /**. Is it possible to have additional sw... | verified fixed | 8fa3926 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CommentFormatFix.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CommentsTabPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/FormatterMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/interna... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-02-02T14:48:01Z | 2003-12-30T04:53:20Z |
110,599 | Bug 110599 [quick assist] 'convert to enhanced for loop' removes comment | M20050923-1430 The 'convert to enhanced for loop' quick assist removes comments before the loop. It shouldn't. void m(String[] strings) { //comment stays //comment will be removed for (int i = 0; i < strings.length; i++) { System.out.println(strings[i]); } //comment stays } | resolved fixed | 483ad93 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertForLoopQuickFixTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertIterableLoopQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-02-02T10:48:01Z | 2005-09-26T15:53:20Z |
170,061 | Bug 170061 Use ResourceDescription API from IDE | null | resolved fixed | 5029e2a | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/DeleteFileChange.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/DeleteFolderChange.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/c... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-02-01T16:37:24Z | 2007-01-10T09:06:40Z |
171,049 | Bug 171049 [build path] use the new 'deprecated' and 'read-only' classpath variables | null | verified fixed | b1fc099 | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitMessages.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/buildpath/ClasspathVariableMarkerResolutionGenerator.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitMessages.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 | 2007-02-01T15:41:40Z | 2007-01-19T15:20:00Z |
170,885 | Bug 170885 [open type] sort prefix matches before camel case matches | I20070116-1510 see screenshot: When looking for IType, the dialog first shows camelcase matches, with the full match very late. Prefix matches should better be sorted first (after the history). | verified fixed | cdded9b | ["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 | 2007-02-01T11:25:21Z | 2007-01-18T11:33:20Z |
170,884 | Bug 170884 [open type] problem with incomplete results | 20070118 It seems that sometimes no search matches are shown, only the history entries. - Open the dialog on a larger workspace - Quickly enter two characters and then remove the second one with backspace - You can see that the search is interrrupted at 60% and doesn't start again after the backspace - the result only ... | verified fixed | e9da233 | ["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 | 2007-01-31T18:45:37Z | 2007-01-18T11:33:20Z |
171,525 | Bug 171525 [open type] package filters don't work any more | I20070123-1715 In 3.3M4, the user could enter "java.util.*" or "java.util." as pattern in the Open Type dialog, and the found matches were all types in that package. In HEAD, it looks like all types from the workspace are shown. Hint: FilteredTypesSelectionDialog.TypeItemsFilter.fPackageMatcher is never set. | verified fixed | 2ae1c8e | ["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 | 2007-01-31T16:11:56Z | 2007-01-24T12:00:00Z |
171,058 | Bug 171058 [package explorer] use FilteredResourcesSelectionDialog in 'Go To > Resource...' | Build ID: I20061214-1445 Steps To Reproduce: 1.Select a resource 2.Click Navigate in menu 3.Click Go to 4.Click Resource More information: 'Go to resource' dialog uses old dialog class. Now it extends ResourceListSelectionDialog. It should use new class - FilteredResourcesSelectionDialog. | verified fixed | 0e38587 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/GotoResourceAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-26T14:20:16Z | 2007-01-19T15:20:00Z |
157,479 | Bug 157479 [refactoring scripts] Internal error in refactoring history | Using I20060912-0800, no idea how to reproduce it. eclipse.buildId=I20060912-0800 java.version=1.5.0_09-ea java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_CA Framework arguments: -showlocation Command-line arguments: -os win32 -ws win32 -arch x86 -debug -consolelog -console -... | verified fixed | 5723232 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-24T11:41:21Z | 2006-09-15T14:20:00Z |
171,359 | Bug 171359 'Open Type' brings error dialog when filtering | I20070116-1510 + plug-in export I20070116-1510.from20070122_1159. Not reproducible with all patterns. In my dev workspace I type "s" into the filter field and get an error dialog (see attached picture) and the following .log entry: !ENTRY org.eclipse.core.jobs 4 2 2007-01-23 09:46:34.843 !MESSAGE An internal error occu... | verified fixed | d0971c5 | ["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 | 2007-01-23T10:23:18Z | 2007-01-23T08:13:20Z |
171,073 | Bug 171073 Remove information dialog when there are not enough members in type to sort | When a selected compilation unit only has one field, or one method, choosing Source > Sort Members... results in the following dialog: Title: Sort Members Icon: Information Prompt: There are not enough members in this type to sort. Please remove this dialog, since it does not add anything that the user cares to know ab... | resolved fixed | 75cbb86 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/SortMembersAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-22T18:22:06Z | 2007-01-19T18:06:40Z |
170,717 | Bug 170717 [content assist] Content assist fails to work | I have build I20070116-1510 and am working in org.eclipse.ui.tests in ArbitraryPropertyTest (which should be submitted soon :-) basically, I have: IViewReference ref = page.findViewReference(VIEW_ID); PropListener refListener = new PropListener(); ref.addPartPropertyListener(refListener); /// later I type "ref.removePr... | verified fixed | 6d9c4f9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalLabelProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-18T18:12:19Z | 2007-01-17T02:13:20Z |
170,819 | Bug 170819 AssertionFailedException from JavaElementImageProvider | Build ID: M20060921-0945 Steps To Reproduce: I have the following scenario: I have a Rich Client application and as part of this application I launch the Java Project creation wizard. I specify the name of the project in the first page and click finish. After that I get a pop up with the following error "An error has o... | resolved fixed | d59a22e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementImageProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-18T16:27:09Z | 2007-01-17T18:53:20Z |
129,973 | Bug 129973 [JUnit] Leaking TestCaseElements | I20060228 After removing all terminated test runs (and none was running), I still had 19384 instances of TestCaseElement (counting for 775 360 bytes). | resolved fixed | 0985bac | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/HistoryDropDownAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-16T18:48:08Z | 2006-03-01T16:20:00Z |
170,629 | Bug 170629 [Dialogs] PopupDialog - Quick Type Hierarchy does not properly support dialog fonts | I20070110-1600 - the 'Type hierarchy of...' label does not use the dialog font - the filter field uses the dialog font but does not resize vertically and thus clips text with larger fonts | verified fixed | a360b8d | ["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 | 2007-01-16T15:52:15Z | 2007-01-16T15:06:40Z |
170,552 | Bug 170552 [navigation] Outline no longer working (NullPointerException) | Eclipse 3.3 M4 I have no idea what I did, but suddenly Outline/Quick Outline stopped working for me for some projects (not all!). I tried restarting, cleaning, closing project, but nothing helped so far. Here is the exception: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditorInput... | resolved fixed | 5a30402 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditorInputFactory.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-16T08:18:37Z | 2007-01-15T22:26:40Z |
157,798 | Bug 157798 [clean up] NPE in preview | 20060919 - create the folloing two CUs package a; public class B{ void foo() { if (true) return; } } ----- package a; public class A { } - select the two CUs and invoke 'Clean Up' - on the wizard page, click on the 'Configure Clean Ups' link and create a new profile based on the built-in but with 'Convert control state... | resolved fixed | 86782f3 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-15T15:36:03Z | 2006-09-19T12:46:40Z |
163,806 | Bug 163806 [misc] "Clean Up on save, Undo" should leave file uncleaned, but saved | I20061107-0800 "Clean Up on Save" is a global setting, but sometimes, I edit a file and I do not want to clean it up. Currently, I have to - undo all applied clean ups individually, - hunt for the preference page, - disable the save participant, - save, - enable the preference again. I think a good way to streamline th... | resolved fixed | a78b777 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpPostSaveListener.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/FixMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-11T17:49:30Z | 2006-11-08T12:46:40Z |
170,124 | Bug 170124 Remove dependancy on runtime.compatibility | build i20070109 The org.eclipse.jdt.ui bundle has a dependancy on the org.eclipse.runtime.compatiibility bundle. Is this still required? I don't believe so, so I will attach a patch removing this dependancy. | resolved fixed | 0c1d0a7 | ["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 | 2007-01-11T13:58:14Z | 2007-01-10T20:13:20Z |
169,984 | Bug 169984 [JUnit] IAE when comparing text results from test failure | I20061219-1300 Given a TestCase with multiple text comparison failures (?or whatever you call this) 1. Go to one failure 2. Select 'Compare actual with expected test result' 3. Select another failure Is: java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:3434) at org.eclipse.sw... | resolved fixed | c1f7b63 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/CompareResultDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-11T11:51:31Z | 2007-01-09T16:26:40Z |
170,192 | Bug 170192 [implementation] IllegalStateException when reading spelling dictionary | I20070110-1600 and M20070110-1900 !ENTRY org.eclipse.ui.workbench.texteditor 4 2 2007-01-11 11:07:00.628 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench.texteditor". !STACK 0 java.lang.IllegalStateException: Current state = CODING_END, new state = CODING at java.nio.charset.Charset... | verified fixed | ee60239 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/AbstractSpellDictionary.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-11T11:23:22Z | 2007-01-11T10:06:40Z |
170,197 | Bug 170197 [model] JavaCore.newLibraryEntry(.., IClasspathAttribute[], ..) should check for null | I20070109-1805 JavaCore.newLibraryEntry(.., IClasspathAttribute[], ..) should throw an exception if the given IClasspathAttribute[] is not null. Currently, null is silently accepted and leads to NPEs when the extra attributes are accessed later. Although unspecified, passing null for accessRules is currently accepted (... | verified fixed | 1949134 | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-11T10:46:47Z | 2007-01-11T10:06:40Z |
170,191 | Bug 170191 [clean up] On save clean up should leverage ICleanUps requrieAST | I20070109-1805 If format on save is the only clean up it is not required to create an AST, but at the moment CUPSL does not use the requiresAST query on ICleanUp and therefor creates an unnecessary AST in this corner case. | resolved fixed | 886f3dc | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpPostSaveListener.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AbstractCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CodeStyleCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/Co... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-11T10:08:49Z | 2007-01-11T10:06:40Z |
163,443 | Bug 163443 [clean up] private constructor with parameter flagged as unnecessary | When invoking clean up with "Remove unused private member - constructor" enabled on the example class from the clean up preference page, the constructor is not being removed. class Example { private Example() {} public void bar() { int i= 10; } } | verified fixed | 020c7cf | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-11T09:55:43Z | 2006-11-04T14:20:00Z |
164,831 | Bug 164831 [preferences] Content Assist preference page: should indent checkboxes for access restrictions | I20061114-1636 Content Assist preference page: should indent checkboxes after "Proposals with access restrictions:". "Show camel case matches" has nothing to do with access restrictions, so it should be left-aligned with the "Proposals with..." label, and the "Hide..." checkboxes should be indented. I'm not sure about ... | verified fixed | 3333185 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeAssistConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-10T18:06:06Z | 2006-11-16T18:00:00Z |
169,365 | Bug 169365 [Compare] Adopt improved element compare support | There have been some improvements to the API to support element comparisons. I will attach a patch to JDT/UI that adopts these changes. | resolved fixed | a687647 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaElementAdapterFactory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/CompareMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaCompareWithEditionActionImpl.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/com... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-10T16:41:10Z | 2007-01-02T20:33:20Z |
157,784 | Bug 157784 [rename] Linked mode should be left immediately on external updates | null | resolved fixed | c4d1e04 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInformationPopup.java", "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 | 2007-01-10T15:22:58Z | 2006-09-19T10:00:00Z |
169,932 | Bug 169932 [generalize type] InvocationTargetException on array declaration | Build ID: M20060921-0945 Steps To Reproduce: If the generalize declared type refactoring is run on an array declaration like the one of the parameter args: public static void main(String args[]) {...} the refactoring throws an AssertionFailedException. More information: !ENTRY org.eclipse.jdt.ui 4 10001 2007-01-09 08:0... | resolved fixed | 690301c | ["org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testArray2_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testArray_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testBogusSelection_out.java", "org... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-10T14:54:27Z | 2007-01-09T08:06:40Z |
163,789 | Bug 163789 [clean up] Use modifier 'final' where possible: error for private field | I20061107-0800 The Clean Up "Use modifier 'final' where possible > Private field" erroneously adds 'final' when the field is assigned again in a constructor calling this(): public class Try { private int fField; public Try() { fField= 12; } public Try(int val) { this(); fField= val; } } | resolved fixed | 2ea7ca3 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/VariableDeclarationFix.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-09T17:26:57Z | 2006-11-08T12:46:40Z |
169,608 | Bug 169608 [Use supertype] refactoring causes infinite loop with self-referential generic types | Build ID: M20060921-0945 Steps To Reproduce: 1. Create A.java with body public class A<T extends A<T>> {} 2. Create B.java with body public class B<T extends B<T>> extends A<B<T>> {} 3. Create C.java with body: public class C extends B<C> {} 4. While in C.java, attempt the "Use supertype where possible" refactoring, an... | verified fixed | ceaf11b | ["org.eclipse.jdt.ui.tests.refactoring/resources/UseSupertypeWherePossible/testNew39/in/C.java", "org.eclipse.jdt.ui.tests.refactoring/resources/UseSupertypeWherePossible/testNew39/out/C.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/UseSupertypeWherePossibleTests.java",... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-09T17:10:00Z | 2007-01-04T22:33:20Z |
162,540 | Bug 162540 [clean up] clean up for editor must not create additional AST | I20061024-1200 If clean up is executed on the active editor then it must use the editor's AST (via ASTProvider) and not create a second one. | resolved fixed | 6923624 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpPostSaveListener.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-08T16:10:30Z | 2006-10-27T09:06:40Z |
169,840 | Bug 169840 [clean up] Ok button on profile modify dialog should not be disabled | I20061219-1300 1. Open the clean up (or formatter) profile dialog Is: The OK button is disabled Should: Not be disabled 2. Change the profile 3. Click Apply Is: The OK button becomes disabled Should: Not be disabled Disabling the OK button although everything is ok with the settings is confusing. | resolved fixed | 77511cd | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ModifyDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-08T15:11:28Z | 2007-01-08T15:26:40Z |
158,041 | Bug 158041 [clean up] Clean up requires two passes to add 'final' | When cleanup changes legacy for loops to use the new foreach format (i.e.: "for (Type x : collection_of_x) ..."), it does not add the initial 'final' keyword unless a second pass is made, changing the code to "for (final Type x : collection_of_x) ..." | resolved fixed | 4cf498e | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpStressTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertForLoopOperation.java", "org.eclipse.jdt.ui/core", "extension/org/ec... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-08T14:49:51Z | 2006-09-20T19:20:00Z |
162,573 | Bug 162573 [clean up] Clean up wizard too small / does not restore to default size | I20061024-1200 + ZRH-plugins from 20061027_1543 The Source > Clean Up wizard always opens with the last used size, and restoring the original size does not work. This is especially bad for users who used the wizard with an older build. Steps: - new workspace with I20061017-0800 - create project, open clean up wizard, c... | resolved fixed | 202a1d9 | ["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringWizardDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-08T14:07:36Z | 2006-10-27T14:40:00Z |
154,787 | Bug 154787 [clean up][member access] 'Change accesses through subtypes' does not check if supertype is visible | Version 3.3M1. If you have the following two types and you do a "Clean Up" with "Change access to static using declaring type." enabled, you will not be able to compile the results. This example is a simplification based on our production code. SomeClass.java: package test; public class SomeClass implements SomeConstan... | resolved fixed | 21df5f8 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-08T13:42:57Z | 2006-08-22T23:40:00Z |
169,831 | Bug 169831 [clean up] Share project specific profiles does not work | I20061219-1300 Given a project from CVS: 1. Go to project property page Java Code Style>Clean Up 2. Enable project specific settings 3. Edit eclipse built in 4. Rename to 'foo' 5. Enable 'Use blocks'/'Always' 6. Ok 7. Ok 8. Synchronize with reprository -> Outgoing changes 9. Commit 10. In another workspace load the sam... | verified fixed | a0564ec | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpPreferenceUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MultiFixMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-08T11:52:59Z | 2007-01-08T09:53:20Z |
168,847 | Bug 168847 [surround with] SurroundWithActionGroup waits for AST when building editor context menu | I20061219-1300 SurroundWithActionGroup waits for AST when building editor context menu. We must not wait for the AST while building the main editor context menu. "main" prio=6 tid=0x00036340 nid=0xda0 in Object.wait() [0x0007e000..0x0007fc40] at java.lang.Object.wait(Native Method) - waiting on <0x12d4dda0> (a java.lan... | verified fixed | 15f3cdc | ["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/internal/ui/text/correction/QuickTemplateProcessor.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 | 2007-01-08T10:14:02Z | 2006-12-21T14:06:40Z |
162,882 | Bug 162882 [preferences] [clean up] Clean Up and Code Formatter preference pages: combo should have label | I20061030-1704 The combo to select the current profile on the Clean Up and Code Formatter preference pages should have label, e.g. Clean Up profile: [profile combo] [edit] [remove] | resolved fixed | 36f7fd2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CleanUpPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeFormatterPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-08T10:10:20Z | 2006-10-31T13:06:40Z |
152,176 | Bug 152176 [quick fix] Request to recognize J9 executable as Java executable | This problem came up when using jclDesktop J9 JRE as the default JRE and try to do a quickfix to generate serialversionUID. The code that obtains the java executable in org.eclipse.jdt.internal.ui.text.correction.SerialVersionLaunchConfigurationDelegate.getJavaExecutable() fails to recognize that j9.exe (or j9) is a va... | verified fixed | 27dd8a5 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SerialVersionLaunchConfigurationDelegate.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-08T10:07:31Z | 2006-07-28T18:06:40Z |
99,738 | Bug 99738 [formatting] each format shifts code inside <pre> one space to the right | null | verified fixed | 63e251c | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpStressTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-08T09:02:37Z | 2005-06-13T16:26:40Z |
169,331 | Bug 169331 [inline] else branch captured after method inlining | Build ID: M20060921-0945 Consider the code snippet void a(boolean x) { if( x ) System.out.println("in a: x is true"); } void b(boolean x, boolean y) { if( y ) a(x); else System.out.println("in b: y is false"); } When I use the "inline" refactorization on a(boolean) I end up with void b(boolean x, boolean y) { if( y ) i... | resolved fixed | 35734e4 | ["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/controlStatement_in/TestDanglingIf.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/controlStatement_out/TestDanglingIf.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tes... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-04T23:42:55Z | 2007-01-02T15:00:00Z |
125,504 | Bug 125504 [API] common supertype for ICompilationUnit and IClassFile | 20060127 I know this is a classic, but this would help really a lot: introduce a common supertype for ICompilationUnit and IClassFile We currently often pass around IJavaElement, that can only be an IClassFile or ICompilationUnit. This can be swallowed for internal code, but is bad for API. Example: Input for the ASTPa... | verified fixed | 2d1f4d0 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/NodeFinder.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java", "org.eclipse... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-04T17:23:55Z | 2006-01-27T16:40:00Z |
153,055 | Bug 153055 [create on paste] Pasting illegal clipboard content gives crypted error message | I20060807-2000 Paste this into an empty Package Explorer: public MyClass( int param1, String param2, long param3 ) { } ==> you get a strange error message talking about selected elements. | resolved fixed | 148e31f | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringMessages.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/PasteAction.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 | 2007-01-04T13:51:30Z | 2006-08-08T09:40:00Z |
169,446 | Bug 169446 [quick fix] @SuppressWarnings should use full qualifier to attribute class | The quickfix @SuppressWarnings currently only adds an unqualified reference to the SuppressWarnings attribute instead of a fully qualified reference to java.lang.SuppressWarnings. When there is already a reference to another annotation with the same name in the same file, (e.g., edu.umd.cs.findbugs.annotations.Suppress... | resolved fixed | 16b93ed | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ModifierCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SuppressWarningsSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-04T11:14:24Z | 2007-01-03T16:00:00Z |
169,166 | Bug 169166 [JUnit] JUnit does not report failure when a test fails if the exception thrown by the test fails itself in getMessage() | Build ID: M20060629-1905 Steps To Reproduce: In the following example, JUnit reports no failures, doesn't finish properly (progress information is not updated to show that the test has concluded) and doesn't continue processing tests. import org.junit.Test; public class Sample { @Test public void testSomething() { thro... | resolved fixed | 20cde58 | ["org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/junit3/JUnit3Listener.java", "org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/junit3/JUnit3TestReference.java", "org.eclipse.jdt.junit4.runtime/src/org/eclipse/jdt/internal/junit4/runner/JUnit4TestListener.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-03T17:08:30Z | 2006-12-28T07:13:20Z |
168,691 | Bug 168691 [create on paste] Source paste cannot handle simple syntax errors | 3.3 M4 I often have snippets in bug reports that do not compile. In such situations the pasting source feature simply gives up with an error dialog. It should handle such scenarios gracefully. Try this: ------------%<-------------- class Test { /** !!! this line breaks it !!! void foo() { doSomething(); } } -----------... | resolved fixed | da76a97 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/PasteAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-03T15:28:14Z | 2006-12-20T15:53:20Z |
169,362 | Bug 169362 [key binding] Ctrl+O during code assist disables key bindings | Build ID: I20060810-1230 Steps To Reproduce: 1. Open some existing Java file in a Java editor, and trigger an autocomplete popup, for example, by typing "return get", and pressing CTRL-SPACE, to see a list of getters. 2. While the pop-up is still being displayed, press CTRL-O to attempt to open the quick-outline. The q... | resolved fixed | b10caa9 | ["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 | 2007-01-03T15:14:00Z | 2007-01-02T20:33:20Z |
167,826 | Bug 167826 [rename] Rename field does not allow refactoring to an existing name | Build ID: 3.2.0 Previous I could refactor a name to an existing name and I would receive an warning that there was a nameclash. That clash could I then deal with after the refactoring. In 3.2.0 I am not even allowed to do the refactoring. A simplyfied example. I have a static class like public class CONST { public stat... | resolved fixed | ec2d5cb | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameFieldProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-01-03T13:17:22Z | 2006-12-13T11:40:00Z |
168,834 | Bug 168834 [getter setter] should remove final field modifier | I20061219-1300 Given: package test; public class E { private final int field; public E() { field= -1; } } 1. Source>Generate Getters and Setters... 2. Check 'field' (why is it not already checked?) 3. OK Is: Dialog is asking me if I want to skip the generation of the setter (due to final modifier of field) Should: What... | resolved fixed | b761de5 | ["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/AddGetterSetterOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/CodeGeneratio... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-12-22T15:54:26Z | 2006-12-21T08:33:20Z |
163,121 | Bug 163121 [quick assist] "Convert to enhanced for loop" proposes existing name "element" | I20061101-0800 "Convert to enhanced for loop" proposes existing name "element", causing compile errors: void foo(Object[] x, Object[] y) { for (int i= 0; i < y.length; i++) for (int j= 0; j < x.length; j++) System.out.println(y[i]); } - convert outer for - convert inner for => result: void foo(Object[] x, Object[] y) {... | resolved fixed | 251bcef | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertForLoopQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertForLoopOperation.java", "org.eclipse.jdt.ui/core", "extensi... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-12-22T10:47:01Z | 2006-11-01T19:40:00Z |
168,032 | Bug 168032 [package explorer] cannot reveal resources in closed working sets | 3.3 M3 - make sure to have the Package Explorer in working sets mode - open any file - collapse the working set containing that file - in the editor do a "Show in > Package Explorer" from the context menu Observe: you hear a beep, but the file is not revealed in the Package Explorer - expand working set, try again Obse... | verified fixed | be100df | ["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 | 2006-12-21T17:46:23Z | 2006-12-14T09:53:20Z |
168,007 | Bug 168007 [build path] Removing an attribute removes selection | I20061214-0010 1. expand rt.jar on the 'Libraries' build path page 2. click 'Remove' ==> the entry is update but the selection is lost EXPTECTED: the entry is still gray selected (because the list does not have the focus) | resolved fixed | ca9722e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/ListDialogField.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/TreeListDialogField.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-12-21T11:08:34Z | 2006-12-14T07:06:40Z |
168,209 | Bug 168209 [actions] Javadoc Attachments do not open on Shift-F2 when target folder contains spaces and plug-in is not jarD | Build ID: M20060629-1905 Steps To Reproduce: 1. Switch Target Platform to a one that contains spaces in path 2. Put a plug-in that implements the extension-point 'org.eclipse.pde.core.javadoc' and is *not* jarD up into the this Target Platform 3. Within the ide create a class that references a class that's described by... | resolved fixed | 3bbd22e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenExternalJavadocAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-12-19T16:31:09Z | 2006-12-15T13:40:00Z |
164,626 | Bug 164626 [actions] Add 'Show in...' to context menu of any Java view, not just editor | Add the ALT+Shift+W (Show in...) on the right click menu on any file, not just the java ones. Note that the keyboard shortcut already exists on any type of file, it's just not mapped onto the right-click menu. | resolved fixed | ae29476 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/NewSearchViewActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/Open... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-12-19T15:34:28Z | 2006-11-15T11:26:40Z |
167,682 | Bug 167682 [package explorer] 'Referenced Libraries' node stays when all libraries filtered | I20061212-0010 The 'Referenced Libraries' node stays in the Package Explorer when all libraries are filtered (enable filters 'Libraries from external' and 'Libraries from project'). This is inconsistent with the 'Plug-in Dependencies' node which is removed as soon as the 'Libraries from external' filter is active. | resolved fixed | a5ee9bb | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/LogicalPackage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesViewTreeViewer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/LibraryFilter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/Layo... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-12-19T10:36:30Z | 2006-12-12T16:13:20Z |
75,843 | Bug 75843 Deadlock arised when calling JDIDebugModel.createMethodEntryBreakpoint | We are now having quite a few cases where a deadlock occurred when we were trying to created an internal breakpoint by calling JDIDebugModel.createMethodEntryBreakpoint. The deadlock will freeze the entire UI. The situation can be summarized into the following: 1. The UI thread (main thread) is in the process of displa... | verified fixed | 69fdb44 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-12-18T16:42:10Z | 2004-10-07T20:13:20Z |
168,412 | Bug 168412 [navigation] CTRL+O tree should expand first level items when editor opened on nested class | I have EMF in my classpath. I open a nested, top-level class (EcoreUtil$Copier). When I invoke CTRL+O, I see the outline with only the class name shown. Expectation is that the top-level treeitems should be expanded initially. Maybe it is being calculated as 2nd-level because of the filtered outer class. | resolved fixed | bb07862 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-12-18T16:11:06Z | 2006-12-18T13:53:20Z |
139,805 | Bug 139805 [preferences] Java Editor preference page cut off in High Contrast | RC2 1) Change your window resolution to 1152x768 2) Select Use High Contrast from the Accessibility options 3) Restart when prompted 4) Open the preference dialog 5) Select java - > Editor | resolved fixed | 5f16fd2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorHoverConfigurationBlock.java",... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-12-18T15:21:47Z | 2006-05-02T20:00:00Z |
168,104 | Bug 168104 [preferences] Make configurable errors non-fatal preference option more prominent | If I want to mark Unused Imports as errors in my files, I should be able to do so without preventing that CU from being compiled successfully. My desire is to see a Red X in the decorators for Tasks View, Synchronize View, etc., not to prevent the file from compiling. Some teams allow warnings to be present in their fi... | resolved fixed | 6371524 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBuildConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-12-18T10:11:10Z | 2006-12-14T18:13:20Z |
167,706 | Bug 167706 [preferences] Selecting 5.0 compliance with 6.0 JRE should not warn | I20061212-0010 In a project with a 6.0 JRE on the build path, go to project properties > Java Compiler and set compiler compliance to 5.0 => the "make sure you have a 5.0 JRE" warning makes no sense | resolved fixed | 25d7e20 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-12-18T08:42:31Z | 2006-12-12T19:00:00Z |
167,714 | Bug 167714 [quick assist] add commands for refactoring quick fixes to support keybindings | I20061212-0010 Add commands for the new refactoring quick fixes to support keybindings: Extract local, extract constant, inline local, convert local to field, convert anonymous to member type. | resolved fixed | e7ddac4 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-12-15T21:06:32Z | 2006-12-12T19:00:00Z |
167,663 | Bug 167663 rename does not fully reveal renamed type | 20061212-0010 1. create type A 2. Select the type name 'A' in the editor and invoke 'Rename' from the context menu 3. Dialog shows up, enter A1 as new name 4. After the rename, the selection is still on 'A', should be 'A1' | resolved fixed | 8d9c6ce | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameLinkedMode.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/refactoring/RenameSupport.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-12-15T16:45:46Z | 2006-12-12T16:13:20Z |
167,646 | Bug 167646 [package explorer] Source generation actions still enabled after delete | 20061212-0010 - select a java file on the package explorer - press 'Delete' and confirm to delete - after the delete open the 'Source' global menu > 'Generate Getter' and other source generation menues are still enabled | resolved fixed | 1a03e00 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ProblemTreeViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-12-15T11:57:04Z | 2006-12-12T16:13:20Z |
167,616 | Bug 167616 [build path] Java project gets into weird state when .classpath is gone | I20061212-0010 1. create a Java project P 2. delete the .classpath file 3. close P 4. open P 5. open the build path dialog ==> shows a JRE system library 6. press OK ==> P still doesn't shows a JRE 7. create class C ==> errors are reported | resolved fixed | da6022a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/BuildPathsPropertyPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-12-15T09:26:24Z | 2006-12-12T13:26:40Z |
167,554 | Bug 167554 [package explorer] Double-clicking on a closed project should open it | null | resolved fixed | c39a7cc | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ProjectActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-12-14T16:55:39Z | 2006-12-12T07:53:20Z |
167,644 | Bug 167644 [build path] no feedback when removing source attachement | I20061212-0010 1. expand rt.jar on the 'Libraries' build path page 2. click 'Remove' ==> the entry is not update (still shows the source location) If you den select the entry again, the button is grayed out. Also, when hitting 'Edit...' no location is shown. Look like an update problem of the entry text and the 'Remove... | verified fixed | 90a90c1 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-12-13T15:23:07Z | 2006-12-12T16:13:20Z |
167,634 | Bug 167634 [JUnit] println in TestElement | When running plugin tests I am getting prints to the console. It looks like a println in org.eclipse.jdt.internal.junit.model.TestElement.setStatus(*) PW | verified fixed | 01ef0d7 | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestElement.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/TestElement.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-12-13T15:16:12Z | 2006-12-12T13:26:40Z |
167,570 | Bug 167570 [quick assist] Convert local variable to field misses references | I20061212-0010 Have: public class Bug { void foo() { Bug i = new Bug(); i.foo(); } } Use the 'Convert local variable to field' quick assist on i (after 'Bug i') ==> the 'i' on 'i.foo()' is not linked and hence not updated. | verified fixed | 90f0d5d | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/PromoteTempToFieldRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-12-13T14:40:11Z | 2006-12-12T10:40:00Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.