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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
297,645 | Bug 297645 Quick Fix "Invert 'if' statement" omits '!' operator when expression is java.lang.Boolean | User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.33 Safari/532.0 Build Identifier: M20090917-0800 Since the introduction of auto-boxing/auto-unboxing it has become legal to use expressions of type java.lang.Boolean for 'if' statement expressions. Eclipse's... | resolved fixed | 3a3147e | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-12-16T19:04:06Z | 2009-12-12T03:53:20Z |
262,909 | Bug 262909 Illegal argument exception in AssistContext.getASTRoot | I found this at the top of my log this morning. Not sure what caused it: eclipse.buildId=I20090129-0100 java.fullversion=J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 j9vmwi3223-20070201 (JIT enabled) J9VM - 20070131_11312_lHdSMR JIT - 20070109_1805ifx1_r8 GC - 200701_09 BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL... | resolved fixed | dac1979 | ["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-12-15T09:45:56Z | 2009-01-29T14:40:00Z |
297,280 | Bug 297280 JUnit view not showing @BeforeClass exception when single test is run | User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729) Build Identifier: M20090917-0800 This is a bug that only occurs when the user runs a single JUnit 4 test by selecting the test method name and chosing "Run As JUnit Test" from the context menu. If a... | resolved fixed | 18cbc7d | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestRunSession.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-12-09T18:37:02Z | 2009-12-08T22:06:40Z |
256,757 | Bug 256757 [content assist] for static members in unresolved qualifying type should show deprecated type | null | resolved fixed | 7aab286 | ["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 | 2009-12-09T18:13:00Z | 2008-11-27T12:46:40Z |
293,300 | Bug 293300 [formatter] The formatter is still unstable in certain circumstances | null | verified fixed | 41830b2 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SurroundWithTemplateTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-12-07T18:21:49Z | 2009-10-26T12:26:40Z |
296,498 | Bug 296498 [JUnit] Launching from the 'JUnit' view with dirty editors causes two save prompts | Build id: I20091124-0800 1. Create a JUnit test. 2. Put a test method in it. 3. Run it. The test passes, everyone's happy. 4. Make the editor dirty by typing stuff in it. 5. Try to run the same test from the 'JUnit' view. 6. A 'Save Resource' prompt appears, hit the 'ESC' key to cancel. 7. The 'Save and Launch' prompt ... | resolved fixed | a445cb4 | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestRunSession.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-12-07T15:11:52Z | 2009-11-30T16:53:20Z |
296,878 | Bug 296878 [quick fix] Quick fix that adds exception doesn't check if @throws javadoc element exists | User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.4 (KHTML, like Gecko) Chrome/4.0.244.0 Safari/532.4 Build Identifier: I20090611-1540 If a piece of code that throws an exception not declared in the throws clause is quick-fixed, it adds the exception to the throws clause, and also add... | resolved fixed | e7062e0 | ["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/proposals/ChangeMethodSignatureProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-12-03T23:10:27Z | 2009-12-03T22:40:00Z |
285,637 | Bug 285637 [JUnit] Improve discoverability of the ability to run a single method under JUnit Tests | I'm happy to write the patch. The problem is that it's rather undiscoverable that you can run a single method from a single test -- only through the launch shortcut. I propose a solution that makes it clear you can select a single method: The method name is still only shown as a label, but it's _always_ visible, and sa... | resolved fixed | 6a8449d | ["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 | 2009-12-03T22:56:15Z | 2009-08-04T21:06:40Z |
276,466 | Bug 276466 [call hierarchy] Improve UI for View Menu Preferences | null | verified fixed | 0304253 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyContentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/ExpandWithConstructorsConfigurationBlock.java", "org.eclips... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-12-03T18:38:48Z | 2009-05-15T09:33:20Z |
296,439 | Bug 296439 [templates] Hard to extend Templates View - no access to template store and current selection | null | resolved fixed | bd7becd | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaTemplatesPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-12-03T13:50:32Z | 2009-11-30T08:33:20Z |
249,593 | Bug 249593 Cannot set default compiler level for product | Build ID: org.eclipse.jdt.core_3.4.1.v_877a_R34x.jar Steps To Reproduce: We have a product where we'd like the default compiler level set to 1.5 instead of 1.6 (which is the default). We added these lines to our product customization ini file: org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.... | resolved fixed | 918594b | ["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 | 2009-12-02T09:22:39Z | 2008-10-03T13:20:00Z |
295,905 | Bug 295905 Open in External Browser does not work any more for URL in Javadoc view | null | verified fixed | 6acf457 | ["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/ui/actions/OpenAttachedJavadocAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenExternalJavadocAc... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-12-01T12:20:17Z | 2009-11-23T18:13:20Z |
288,211 | Bug 288211 APT uses a lot of memory | null | verified fixed | 55969dd | ["org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/ASTView.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-11-30T12:23:43Z | 2009-09-01T07:26:40Z |
296,229 | Bug 296229 @code tag always prepended by space | null | resolved fixed | 3e78d7a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavadocContentAccess2.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-11-26T19:07:25Z | 2009-11-26T12:53:20Z |
295,901 | Bug 295901 [JUnit] CCE when opening an editor | Using eclipse.buildId=I20091118-1342 java.version=1.6.0_18-ea 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 -console I got this exception in my .log file. I don't know exactly what I was doing when this occurred. java... | resolved fixed | 7283118 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/OpenEditorAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-11-24T09:39:24Z | 2009-11-23T18:13:20Z |
295,897 | Bug 295897 [navigation] Remove workaround in open implementation after search is fixed for nested types. | null | resolved fixed | 2f0880f | ["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-11-24T06:44:32Z | 2009-11-23T15:26:40Z |
235,253 | Bug 235253 [organize imports] Organize imports removes needed import statement. | Build ID: I20080330-1350 (3.4M6) Steps To Reproduce: Please organize imports and see that the import statement is wrongly removed, causing a compile error. In the sample below, I put both classes in the same compilation unit. But the problem also occurs if in different units. ------------ bug/Bug.java -----------------... | verified fixed | bbe295d | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-11-19T17:39:09Z | 2008-06-03T02:26:40Z |
251,789 | Bug 251789 Open External Javadoc should use Web Browser settings | null | verified fixed | 0d9e6aa | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OpenBrowserUtil.java", "or... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-11-18T09:53:26Z | 2008-10-22T21:13:20Z |
262,511 | Bug 262511 [quick fix] Wrong quick fixes for "The type X is not visible" | Build id: M20080911-1700 Using the test case below (3 java files), there is one compiler error "The type Field is not visible". 2 quick fixes are proposed in the hoover: 1/ Change visibility of 'field' to 'public' 2/ Change to 'field' The first one is wrog because 'field' is already public, AND because the error doens'... | resolved fixed | bab683f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-11-17T11:56:08Z | 2009-01-27T07:06:40Z |
295,230 | Bug 295230 [JUnit] Opening JUnit view loads preference page class | I20091110-0800. Opening JUnit view loads preference page class. This is a blooper. | resolved fixed | 4cbbf55 | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitPreferencesConstants.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/EnableStackFilterAction.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/FailureTrace.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/interna... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-11-16T17:33:45Z | 2009-11-16T11:13:20Z |
140,392 | Bug 140392 [JUnit] Rerun failed first does not work with JUnit4 | null | resolved fixed | dc9b283 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java", "org.eclipse.jdt.junit4.runtime/src/org/eclipse/jdt/internal/junit4/runner/FailuresFirstSorter.java", "org.eclipse.jdt.junit4.runtime/src/org/eclipse/jdt/internal/junit4/runner/JUnit4TestClassReference.java", "org.eclipse.jdt.junit4... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-11-16T16:10:40Z | 2006-05-05T17:26:40Z |
295,208 | Bug 295208 [JUnit] Switching between JUnit history not working | null | verified fixed | 8b63dcb | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestRunSession.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-11-16T14:26:20Z | 2009-11-16T08:26:40Z |
30,881 | Bug 30881 [type hierarchy] Type hierarchy should be computed in a background thread | I20030129++ The type hierarchy is currently computed in the UI thread. We should do it in the background thread and should make it cancelable. | verified fixed | fbd24ea | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyLifeCycle.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-11-13T20:26:52Z | 2003-02-04T17:33:20Z |
294,893 | Bug 294893 [quick fix] Visibility quickfix does nothing if implicit constructor | null | resolved fixed | 55ce37b | ["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/ModifierCorrectionSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-11-12T19:40:58Z | 2009-11-11T17:20:00Z |
294,856 | Bug 294856 [encapsulate field] Back + Preview or OK ==> duplicated code | I20091111-0800. 1. paste this: public class Bug { private int i; } 2. Refactor > Encapuslate Field... 3. click Preview 4. click Back 5. click Preview or OK ==> code is duplicated | verified fixed | ae4ba51 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/sef/SelfEncapsulateFieldRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-11-12T18:40:23Z | 2009-11-11T11:46:40Z |
294,768 | Bug 294768 [clean up] Save Action; 'Add final modifier to private fields' over aggressive | User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.15) Gecko/2009102815 Ubuntu/9.04 (jaunty) Firefox/3.0.15 Build Identifier: 20090920-1017 The java save action 'Add final modifier to private fields' will apply a final modifier to a member variable that is defined as transient. As final transient member field... | resolved fixed | 2d14744 | ["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 | 2009-11-12T18:29:15Z | 2009-11-10T16:20:00Z |
292,860 | Bug 292860 [preferences] Finish adding note to Compiler > Javadoc pref page | I20091013-1302. Initial changes have been made to add a note to the Compiler > Javadoc pref page. This needs to be finished: 1. "Note:" is not bold as elsewhere in the preference. Notes should be added using PreferencePage.createNoteComposite(Font, Composite, String, String) 2. strings are not externalized 3. work in p... | verified fixed | 200011e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocProblemsConfigurationBlock.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-11-12T12:08:46Z | 2009-10-21T07:26:40Z |
294,833 | Bug 294833 [hovering] Improper hover triggered due to bad hover order | null | resolved fixed | 0203ff6 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BestMatchHover.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-11-11T15:58:29Z | 2009-11-11T03:26:40Z |
247,012 | Bug 247012 [nls tooling] Find Broken Externalized Strings could handle constants for message keys | If I externalize strings using non-Eclipse-style, then change the literal key strings in the code to constants, the Find Broken Externalized Strings function reports such keys as undefined in the code, and unused in the properties file. For example, with this class, public class Main { private static final String MAIN_... | verified fixed | 74d199e | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/search/NLSSearchTest.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultRequestor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-11-11T11:03:36Z | 2008-09-11T13:33:20Z |
294,763 | Bug 294763 Compiler Errors/Warnings preference page doesn't resize well | null | resolved fixed | bab0c9b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesPreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-11-10T20:38:41Z | 2009-11-10T16:20:00Z |
51,187 | Bug 51187 [content assist] should filter setters for final fields | Many classes have constants defined as public static final or protected staticd final with name in all caps. You don't really need getter and setter (since it is final) for the constants. They should not be displayed by default when you go to Generate getter and setter dialog since they are taking real esteate and make... | verified fixed | e8dac73 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/GetterSetterCompletionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-11-09T13:09:47Z | 2004-02-04T18:40:00Z |
272,532 | Bug 272532 [clean up] "Use modifier 'final' where possible" can introduce compile errors | Build ID: I20090313-0100 Steps To Reproduce: 1. Create a class with a private field and a constructor that can return before assigning to said field. e.g. class Choo { private int a; Choo(int b) { if (1 == b) return; a = 2; } } 2. Source -> Cleanup.. 3. Ensure Code Style -> Variable declarations -> Use modifier 'final'... | resolved fixed | 479711a | ["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 | 2009-11-05T17:51:07Z | 2009-04-16T16:40:00Z |
294,322 | Bug 294322 [jar exporter] Runnable JAR Export - problem with special characters in included JAR-in-JAR filenames | User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.14) Gecko/2009091008 Firefox/3.0.6 (Debian-3.0.6-3) Build Identifier: 20090619-0625 When exporting a "Runnable JAR File" from an Eclipse project which itself contains JAR files, a class loader is included in the runnable JAR. This JAR-in-JAR class loader seems... | resolved fixed | 7bfa7ac | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/FatJarRsrcUrlManifestProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-11-05T15:20:55Z | 2009-11-05T14:06:40Z |
262,748 | Bug 262748 [jar exporter] extract constants for string literals in JarRsrcLoader et al. | null | resolved fixed | 303d815 | ["org.eclipse.jdt.ui/jar", "in", "jar", "loader/org/eclipse/jdt/internal/jarinjarloader/JIJConstants.java", "org.eclipse.jdt.ui/jar", "in", "jar", "loader/org/eclipse/jdt/internal/jarinjarloader/JarRsrcLoader.java", "org.eclipse.jdt.ui/jar", "in", "jar", "loader/org/eclipse/jdt/internal/jarinjarloader/RsrcURLConnection... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-11-05T14:40:11Z | 2009-01-28T13:40:00Z |
293,446 | Bug 293446 [JUnit] Importing from URL does not show progress | null | verified fixed | a1b9e80 | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/JUnitModel.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-11-03T11:22:17Z | 2009-10-27T13:26:40Z |
293,428 | Bug 293428 [JUnit] compiler warning in I20091027-0100 | null | verified fixed | c1c32a5 | ["org.eclipse.jdt.junit4.runtime/src/org/eclipse/jdt/internal/junit4/runner/JUnit4TestLoader.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-10-27T13:38:23Z | 2009-10-27T13:26:40Z |
262,050 | Bug 262050 Unclear directions in New Java Project wizard | Build ID: I20080617-2000 Steps To Reproduce: 1. File->New->Java Project. 2. In the first panel, in the frame entitled "Contents", the option "Create project from existing source" should be renamed to "Create project files in specific directory." More information: I am suggesting this change because the new text more cl... | verified fixed | 5233633 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPageOne.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-10-23T10:11:39Z | 2009-01-22T16:00:00Z |
276,424 | Bug 276424 [content assist][preferences] 'Favorites > Edit' button opens dialog with title "New ..." | I20090514-2000. The Java > Editor > Content Assist > Favorites preference page's Edit button opens a dialog with "New ..." in the title. It should be "Edit ...". | verified fixed | 0fe2aba | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeAssistFavoritesConfigurationBlock.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-10-22T09:13:23Z | 2009-05-15T06:46:40Z |
260,531 | Bug 260531 [compare] auto-indent not working as expected | HEAD. Auto-indent does not work as expected in the Java compare editor (it behaves like in text editor and not like in Java editor). If you have e.g.: if (tools != null) {<CARET> IEditorInput editorInput= getEditorInput(sourceViewer); sourceViewer.unconfigure(); } and hit return, then you should get: if (tools != null)... | verified fixed | 52b5d1d | ["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", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-10-22T06:53:40Z | 2009-01-09T11:20:00Z |
251,741 | Bug 251741 [implementation] BadLocationExceptions when inserting code inside a javadoc comment | I got this error, but I have no clue how to reproduce it. This was inside a target eclipse. I was editing a javadoc comment. I am using I20081021-0905. org.eclipse.jface.text.BadLocationException at org.eclipse.jface.text.TreeLineTracker.fail(TreeLineTracker.java:1061) at org.eclipse.jface.text.TreeLineTracker.lineByOf... | resolved fixed | 5074087 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ToggleCommentAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-10-16T10:18:36Z | 2008-10-22T18:26:40Z |
292,491 | Bug 292491 org.eclipse.jdt.internal.corext.codemanipulation.AddGetterSetterOperation method[generateSetterMethod] has a miss | User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3) Build Identifier: 20090920-1017 When studing AddGetterSetterOperationa problem happened. Method - generateGetterMethod if (existing ==... | closed fixed | 90c0137 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/AddGetterSetterOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-10-16T08:40:42Z | 2009-10-16T02:26:40Z |
288,060 | Bug 288060 [quick fix]: Ctrl-2 + L to trigger quick fix causes NPE if the method returns an array (Mobile projects only) | User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729) Build Identifier: Pulsar for Mobile Java Developers. Build id: 20090619-0625 The Quick-Fix obtained by Ctrl-1 or Ctrl-2, L (and as well for class fields) foes not work if the resulting field/variable would... | verified fixed | 2c25b1e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ASTResolving.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-10-14T17:59:00Z | 2009-08-30T19:20:00Z |
113,731 | Bug 113731 [refactoring] preview page gets bigger and bigger | Hi I am not quite sure if this is the right Component to report this bug - for an outsider it is quite difficult to determine which Component causes a "strange" behaviour. Here is my bug: Calling the refactoring on and on again causes the "Rename Package" Window to get a little bit bigger every time. I use IBM RAD 6.0.... | resolved fixed | e9bd607 | ["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-10-14T17:47:27Z | 2005-10-26T07:00:00Z |
203,132 | Bug 203132 [hashcode/equals] Remove unnecessary warning from hashcode/equals generator | ** Background: When using Source->Generate hashCode() and equals(), there is a check on whether all included fields implement their own version of hashCode() and equals(). If one of the fields does not implement hashCode() or equals(), then the following warning is shown (see example below). For example, attempt to run... | resolved fixed | 62425d3 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateHashCodeEqualsAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-10-14T17:27:52Z | 2007-09-12T18:00:00Z |
279,124 | Bug 279124 [quick assist] 'Remove extra parenthesis' removes comment | Build ID: I20090522-1710 java.version=1.6.0_13 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB Framework arguments: -product org.eclipse.epp.package.jee.product Command-line arguments: -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product Steps To Repr... | resolved fixed | 3f59e1e | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-10-14T16:46:45Z | 2009-06-04T15:40:00Z |
291,996 | Bug 291996 [compare] Invalid thread access from JavaMergeViewer during extracting method | I was extracting method in the source with compilation errors. Error dialog disappeared, so I guess some shell was presented and closed after the error. org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:3952) at org.eclipse.swt.SWT.error(SWT.java:3867) at org.eclipse.swt.SWT.erro... | resolved fixed | cf0225a | ["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-10-14T08:44:52Z | 2009-10-11T14:06:40Z |
272,418 | Bug 272418 [JUnit] Support for JUnit 4.7 | null | resolved fixed | 964492b | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-10-13T19:47:39Z | 2009-04-16T00:00:00Z |
153,079 | Bug 153079 [search] search button should be disabled when all "Search In" checkboxes cleared | null | resolved fixed | 2e2f8f9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-10-12T16:20:24Z | 2006-08-08T12:26:40Z |
282,755 | Bug 282755 [quick assist] "Use 'StringBuilder' for string concatenation" could fix existing misuses | I've seen a lot of code that looks like: StringBuilder sb = new StringBuilder(); sb.append("high" + 5); sb.append("more" + STUFF + "here"); etc. Currently, Eclipse will refactor this to e.g.: StringBuilder sb = new StringBuilder(); StringBuilder stringBuilder = new StringBuilder(); stringBuilder.append("high") stringBu... | resolved fixed | 4064e2d | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-10-12T15:50:04Z | 2009-07-07T20:53:20Z |
289,228 | Bug 289228 [build path] Setting Classpath Variables Hangs | User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.0.12) Gecko/2009070611 Firefox/3.0.12 (.NET CLR 3.5.30729) Build Identifier: M20090211-1700 I have been using Ganymede on a new machine (Vista 32 bit) with a single workspace (default) for a couple of months now with no issues. I created a new workspace... | verified fixed | fae4d60 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/VariableBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-10-12T13:44:34Z | 2009-09-11T14:40:00Z |
291,924 | Bug 291924 hashCode() and equals() break when extending abstract class | User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; en-us) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9 Build Identifier: M20090917-0800 I have an abstract base class for database objects that specifies a few basic methods that all database objects need. To enforce that all objects overrid... | verified fixed | 5614169 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/source/GenerateHashCodeEqualsTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/GenerateHashCodeEqualsOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-10-09T17:57:38Z | 2009-10-09T14:53:20Z |
291,893 | Bug 291893 [search] UI for finegrained search options is missing some options | null | resolved fixed | 173a4c7 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/MatchLocations.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-10-09T12:06:05Z | 2009-10-09T12:06:40Z |
290,916 | Bug 290916 [JUnit] Recreate Testsuite should uncheck AllTests by default | User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Build Identifier: M20090211-1700 By default when using the Recreate Testsuite-Wizard it also checks the AllTests-Suite itself to be included and shows a warning.... | resolved fixed | 8ed9081 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/SuiteClassesContentProvider.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/UpdateTestSuite.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-10-07T13:20:38Z | 2009-09-30T14:13:20Z |
290,913 | Bug 290913 [JUnit] Testsuites created by New Testsuite-Wizard have a fix name | User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Build Identifier: When creating a new TestSuite using the Wizard the generated suite-method creates a TestSuite with a fixed name: TestSuite suite = new TestSuit... | resolved fixed | 2f1045b | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestSuiteWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-10-07T12:02:33Z | 2009-09-30T14:13:20Z |
290,491 | Bug 290491 [preferences] EE/JRE vs. compiler compliance inconsistency should be better visible | R3.5. We show a message at the bottom of the 'Java Compiler' page if the JRE/EE doesn't fit well together with the compiler compliance. Unfortunately this can easily be overseen. We should either show a warning icon along with a small text pointing to the longer version at the bottom or put a warning icon in front of t... | verified fixed | c885f72 | ["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 | 2009-10-06T17:46:38Z | 2009-09-25T09:13:20Z |
282,770 | Bug 282770 [compiler] Dead code detection should have specific @SuppressWarnings | As far as I can tell there is no option to selectively turn off dead code detection warnings using the @SuppressWarnings annotation. The feature either has to be disabled (globally/per-project) or @SuppressWarnings("all") has to be used. While the latter is acceptable, it seems a specific @SuppressWarnings("dead-code")... | verified fixed | d77e4d5 | ["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-10-06T10:36:17Z | 2009-07-08T02:26:40Z |
144,249 | Bug 144249 [rename] NPE when renaming a local variable | 3.2RC6 Note that I have not been able to reproduce this in a clean workspace, so the root problem likely happened in some steps that preceded the steps below. However the workspace that this happened in was pretty new, so whatever got it into its bad state did not take much effort. Hopefully the stack gives a clue of w... | resolved fixed | 4c99099 | ["org.eclipse.jdt.ui.tests.refactoring/resources/RenameTemp/canRename/A_test64_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenameTemp/canRename/A_test64_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RenameTempTests.java", "org.eclipse.jdt.ui/core", "re... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-10-05T12:46:54Z | 2006-05-29T16:26:40Z |
289,992 | Bug 289992 Use IResource#setDerived(boolean, IProgressMonitor) instead of IResource#setDerived(boolean) | null | resolved fixed | 1887141 | ["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 | 2009-10-02T16:09:04Z | 2009-09-21T10:46:40Z |
285,814 | Bug 285814 [clean up] 'Remove unnecessary $NLS-TAGS$' removes necessary ones in case of syntax errors | The save action 'Remove unnecessary $NLS-TAGS$' has removed all my neccessary tags of a file more than once. This now stops me from using the otherwise great feature. Here is an example how to reproduce the issue: 1) Enable the save action. 2) Start with the following code and save it. public class Test { String bla= "... | resolved fixed | 6e46247 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/StringFix.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StringCleanUp.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-10-02T13:45:53Z | 2009-08-06T06:26:40Z |
242,244 | Bug 242244 [extract interface] 'Extract interface' should offer to 'Generate @Override annotation' | null | resolved fixed | de2a508 | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test109/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test109/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test109/out/I.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclips... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-09-24T16:09:12Z | 2008-07-28T15:46:40Z |
178,238 | Bug 178238 [quick fix] lightbulb shown although there's no SuppressWarnings quick fix for user-configured error | I20070320-0010 - Have this class in a 5.0 project: public class T { void m() { Object a= null; if (a == null) // quick fix? return; } } - Set 'Redundant null check' problem to Error => There's a quick fix light bulb, but Ctrl+1 does not show a quick fix. The problem is that SuppressWarningsSubProcessor.hasSuppressWarni... | resolved fixed | 15d4637 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.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 | 2009-09-24T14:39:30Z | 2007-03-20T11:26:40Z |
290,034 | Bug 290034 Effects of @SuppressWarnings("unchecked") are broader in Eclipse than in javac | User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729) Build Identifier: 20090619-0625 Eclipse seems to overload "unchecked" warning suppression to also suppress raw uses of parameterized classes. Javac doesn't issue a warning in this case so there's no... | verified fixed | 694cf42 | ["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-09-23T17:33:47Z | 2009-09-21T16:20:00Z |
290,135 | Bug 290135 Add new option for bug 163194 into the compiler preference page | null | resolved fixed | 26c4774 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/Java50Fix.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/Java50CleanUp.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... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-09-23T08:54:18Z | 2009-09-22T14:33:20Z |
179,473 | Bug 179473 [rename] Rename in Editor should enter linked mode if identifier cannot be resolved | N20070327-0010 'Refactor > Rename' in 'Rename in Editor' mode should enter linked mode if the selected identifier cannot be resolved. This is the last advantage of the 'Rename In File' quick assist over the in-place rename refactoring. E.g. Alt+Shift+R should link the two unresolved 'argument' references (but not show ... | resolved fixed | 014380c | ["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/actions/RenameJavaElementAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionCommandHandler.java"... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-09-18T17:39:22Z | 2007-03-27T10:06:40Z |
289,655 | Bug 289655 [rename] Refactor rename in editor is slow with many matches | test case: public class Test { public void test(Object asdf) { if (asdf == null) asdf = null; if (asdf == null) asdf = null; if (asdf == null) asdf = null; if (asdf == null) asdf = null; if (asdf == null) asdf = null; if (asdf == null) asdf = null; } } Use Alt-Shift-R refactoring to change the name of asdf variable. Ty... | resolved fixed | 6e2bd48 | ["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-09-18T14:20:35Z | 2009-09-16T19:40:00Z |
289,152 | Bug 289152 [implementation] Class cast exception from editor while getting content from CVS | I had a .class file open in an editor (EclipseHomeVariableResolver), and then I went to get the source from CVS. While the source was being checked out, I got the following exception: eclipse.buildId=I20090908-0800 java.fullversion=J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 j9vmwi3223-20070201 (JIT enabled) J9VM - 2007013... | resolved fixed | c523827 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileDocumentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-09-16T14:36:53Z | 2009-09-10T22:00:00Z |
289,280 | Bug 289280 [introduce indirection] wizard uses wrong path for inner classes as target | User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729) Build Identifier: 20090621-0832 Open the select dialog in the "introduce indirection" dialog. When you choose some inner class as target (for example Y inner class of X), then the class "X$Y" instead o... | resolved fixed | a3ec054 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceIndirectionInputPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-09-14T15:29:16Z | 2009-09-12T12:53:20Z |
288,931 | Bug 288931 [JUnit] Test failure in TestRunSessionSerializationTests3.testFailures in I20090908-0800 | null | resolved fixed | d6f315e | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestRunHandler.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-09-14T13:50:56Z | 2009-09-09T12:40:00Z |
250,944 | Bug 250944 Adopt NodeFinder from jdt.core.dom | null | resolved fixed | a8c22d3 | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/nls/NLSHintHelperTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/AddImportTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/PartialASTTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-09-14T10:37:43Z | 2008-10-15T14:13:20Z |
289,247 | Bug 289247 [1.5][compiler]Detecting duplicate methods should not consider return type | null | verified fixed | 8f49de8 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/OverrideTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-09-14T10:01:04Z | 2009-09-11T17:26:40Z |
276,068 | Bug 276068 [JUnit] JUnit viewer doesn't recognise <skipped/> node | null | resolved fixed | 9b48f2b | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/IXMLTags.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestRunHandler.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-09-10T18:58:59Z | 2009-05-13T13:06:40Z |
289,028 | Bug 289028 [content assist] Missing null check | Using eclipse.buildId=I20090908-0800 java.version=1.6.0_17-ea 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 -console, I got this exception while trying to define a condition into a breakpoint. I typed "Arrays+<code as... | resolved fixed | 31218ea | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyJavaTypeCompletionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-09-10T12:57:12Z | 2009-09-10T02:33:20Z |
288,847 | Bug 288847 [type hierarchy] NPE from type hierarchy view when refactoring a method | I20090901-0800 I added an argument to a method using the refactoring wizard and received this error. java.lang.NullPointerException at org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyContentProvider.isCompatibleMethod(TypeHierarchyContentProvider.java:118) at org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarc... | resolved fixed | 4a154e4 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyContentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-09-08T18:55:10Z | 2009-09-08T17:13:20Z |
288,242 | Bug 288242 [content assist] Each completion proposal computer should be able to configure the shared context | I20090901-0800. Each contributed completion proposal computer should be able to configure the internal collector that's used to compute the shared core context. Workaround for clients is to compute their own core context: CompletionProposalCollector collector= new CompletionProposalCollector(cu, true); // configure the... | resolved fixed | c151564 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/JavaContentAssistInvocationContext.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-09-04T07:12:16Z | 2009-09-01T13:00:00Z |
282,468 | Bug 282468 [typing] Add Javadocs somewhat slow and have annoying progress window | Build ID: Build id: 20090619-0625 Steps To Reproduce: When adding javadocs (pressing the shortcut key), it takes a fair bit of time to add the comments and it always display a progress window that flashes rapidly. Not showing the progress window would probably make the addition of javadocs faster and would remove the a... | verified fixed | e951bdd | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddJavaDocStubAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-09-03T15:43:42Z | 2009-07-05T18:53:20Z |
278,844 | Bug 278844 [JUnit] Separate UI from non-UI code | null | verified fixed | 98a038b | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/BasicElementLabels.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitMessages.java", "org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/jun... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-09-02T14:42:40Z | 2009-06-02T19:13:20Z |
288,143 | Bug 288143 [perfs] Comments applied for performance tests may be obsolete | null | resolved fixed | 1b6a6a1 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/ActivateTextEditorTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-08-31T15:45:27Z | 2009-08-31T14:46:40Z |
288,121 | Bug 288121 [perfs] Comments applied for performance tests are obsolete | null | resolved fixed | 26d6269 | ["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-08-31T15:00:09Z | 2009-08-31T14:46:40Z |
287,947 | Bug 287947 [navigation] Open Implementation should operate on selected method, not enclosing | null | resolved fixed | ed14129 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenImplementationAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-08-31T14:29:33Z | 2009-08-28T09:00:00Z |
287,378 | Bug 287378 [inline] Inline Method throws MalformedTreeException if return statement surrounded by comments | I20090818-0800 Run "Inline method" on "extracted" in the assignment. Fails with the exception below. Snippet: package duplicates_in; public class A_test987 { A_test987 other; int x; protected void f() { other.extracted().x= 5; } protected A_test987 extracted() { return /*[*/other/*]*/; } } !ENTRY org.eclipse.ltk.ui.ref... | resolved fixed | d4db6cb | ["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_in/Test_287378.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_out/Test_287378.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTes... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-08-26T16:26:04Z | 2009-08-23T15:06:40Z |
264,606 | Bug 264606 [extract method] extracting return value results in compile error | Build ID: I20080617-2000 Steps To Reproduce: Use Extract Method on 'foo' in the indicated line. class Bar { boolean foo; private boolean getFoo() { return foo; // use 'Extract Method' on 'foo' here } private void setFoo(boolean newFoo) { this.foo = newFoo; // breaks this line } } More information: This changes the indi... | resolved fixed | 5dd76bd | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/duplicates_in/A_test972.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/duplicates_in/A_test980.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/Extrac... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-08-26T10:26:39Z | 2009-02-11T22:06:40Z |
107,924 | Bug 107924 [quick fix] "Add exceptions to..." quickfix does nothing. | Either the quickfix should do something, or it shouldn't be offered. ----------------------- Bug.java ------------------------------- class Bug implements Runnable { public void run() throws ClassNotFoundException { Class.forName(null); } } | resolved fixed | 57c76e5 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/TypeMismatchQuickFixTests.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/TypeMismatchSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-08-21T14:12:29Z | 2005-08-24T19:00:00Z |
287,049 | Bug 287049 [actions] 'Add Import' always marks the editor as if it has unsaved changes | Build ID: I20090611-1540 Steps To Reproduce: 1. Save the Java source file. 2. Put the cursor to any class name which already has an appropriate 'import' statement or doesn't need it, press Shift-Ctrl-M or use corresponding menu item for 'Add Import'. The editor will be marked by an asterisk as if it has unsaved changes... | resolved fixed | 2467883 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/AddImportsOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-08-19T14:06:36Z | 2009-08-19T11:06:40Z |
286,845 | Bug 286845 Added new IProblem id UnresolvedVariable | null | resolved fixed | f384f51 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/LinkedNodeFinder.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-08-18T09:30:36Z | 2009-08-17T17:26:40Z |
286,221 | Bug 286221 [move method] Move refactoring can produce duplicate methods [refactoring] | Build ID: I20090611-1540 Steps To Reproduce: Steps To Reproduce: 1. Create the following classes: public class O { private S _s; public void m(){} } public class S { public void m(){} } 2. Now use the move refactoring to move method O.m to S. 3. The refactoring performs and produces the compile error without indicating... | resolved fixed | 90e5a54 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-08-17T16:33:39Z | 2009-08-11T11:26:40Z |
286,406 | Bug 286406 [build path] File -> New Java Project not identifying source files correctly | null | resolved fixed | 9973883 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/ClassPathDetector.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-08-17T14:59:42Z | 2009-08-12T15:13:20Z |
285,523 | Bug 285523 [actions] Error by open a .js file | What steps will reproduce the problem? 1. I switch to the web perspective 2. choose a .js file in my project 3. double klick to open this file -- Error Details -- Date: Tue Aug 04 08:25:42 CEST 2009 Message: Beim Aufrufen des Codes vom Plug-in sind Fehler aufgetreten: "org.eclipse.jface". Severity: Fehler Product: Ecli... | resolved fixed | 7e19513 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/OpenAndExpand.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-08-17T13:17:04Z | 2009-08-04T07:13:20Z |
283,413 | Bug 283413 [content assist] Package-level javadoc requires fully-qualified refs for @see and @link tags | Currently, eclipse will auto-complete class names in the current package, but they are not fully qualified. This produces warnings when running javadoc, and the hyperlinks are not generated. | verified fixed | e63162b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyJavaTypeCompletionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-08-17T12:45:52Z | 2009-07-14T14:00:00Z |
285,854 | Bug 285854 [build path] javadoc location can't be changed to domain name if ip is given | null | resolved fixed | 26dd526 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationPropertyPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-08-11T10:40:59Z | 2009-08-06T12:00:00Z |
285,852 | Bug 285852 [build path] Validating Javadoc url seems to have no effect | null | resolved fixed | 69f7dff | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-08-10T16:35:23Z | 2009-08-06T12:00:00Z |
285,573 | Bug 285573 [quick fix] Wrong quickfix proposal for operations involving double and Integer | Build ID: I20090803-1800 Steps To Reproduce: Integer value = 4711; double test = 47d; value = value + test; //Line3: Error Line 3 is marked with a compilation error (Type mismatch: cannot convert from double to Integer) and one of the quick fixes suggest "Add a cast to 'Integer'". However, this is wrong and will not fi... | resolved fixed | 59ec55d | ["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/dom/Bindings.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/j... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-08-06T19:05:14Z | 2009-08-04T12:46:40Z |
100,593 | Bug 100593 [quick fix] proposes wrong cast from Object to primitive int | I20050617-0010 void m(Object obj) { int i= obj; } In a 5.0 project, a quick fix proposes 'Add cast to (int)', which is wrong. The right cast here would be to (Integer), which would then be autounboxed. In a 1.4 project, no 'Add cast ..' quick fix is proposed, which is correct. | resolved fixed | be6845e | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/TypeMismatchQuickFixTests.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/TypeMismatchSubProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/CastCorrectionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-08-06T16:02:20Z | 2005-06-17T14:53:20Z |
181,040 | Bug 181040 [actions] Consider removing "Create New Java Project" as default from toolbar | 3.3 M6 In an effort to reduce the number of toolbar items to allow space for other plugins: We should consider removing "Create New Java Project" as being present by default in the toolbar. Generally speaking, toolbar items should be used to represent frequently accessed items (e.g. see MS Vista guidelines). Creation o... | resolved fixed | ada51e5 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPerspectiveFactory.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-08-06T10:56:18Z | 2007-04-04T18:06:40Z |
285,558 | Bug 285558 [misc] Source attached shows blank untill reopened in the editor | null | verified fixed | c3ad319 | ["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 | 2009-08-05T10:20:36Z | 2009-08-04T10:00:00Z |
285,645 | Bug 285645 [navigation] 'Open Implementation' doesn't detect method after last character | Put the cursor behind a valid method name and hit "Open Implementation". It says that you need to selected a overridable method. As other features like Open Call Hierarchy, mark occurences, etc allow to span the selection backwards, it should be consistent. public class A { protected void foo|() { } } Pipe marks the cu... | verified fixed | 9ffee04 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaElementImplementationHyperlink.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenImplementationAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-08-05T07:19:30Z | 2009-08-04T21:06:40Z |
50,607 | Bug 50607 [extract method] Name ambiguous return value in error message | Sometimes a get an error message about ambigous return values, when I want to extract a method. This message is correct, but not very comforable. It would be better to explicitly name all variables that are ambigous to be able to decide which variables must be refactored first. best regards Thorsten van Ellen P.S.: Of ... | verified fixed | 5e1c430 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-08-03T18:59:03Z | 2004-01-26T15:13:20Z |
152,004 | Bug 152004 [extract method] should declare method static if extracted from anonymous in static method | I20060725-0800 public class Try { public static void main(String[] args) { new Runnable() { public void run() { //extract method on "xx", extract to class Try System.out.println("xx"); } }; } } The extracted method is nonstatic, which results in a compile error. | verified fixed | 2d9832b | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/destination_in/A_test1052.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/destination_in/A_test1053.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/Ex... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-08-03T17:45:03Z | 2006-07-27T14:20:00Z |
284,769 | Bug 284769 [Extract Superclass] IOOBE extracting superclass | Build ID: M20090211-1700 Steps To Reproduce: 1. Run 'Refactor > Extract Superclass' on the included class. 2. Select target, defaultTarget, enroll(), cancel() as elements to pull up. Name the new class MultiplexingStream 3. Hit next until the IOOBE is thrown. Marking as 'major' since I can't refactor. More information:... | verified fixed | feaf7d0 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeConstraintsModel.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-08-03T13:58:01Z | 2009-07-27T15:53:20Z |
285,437 | Bug 285437 [extract superclass] action not enabled any more when class is selected | 3.5 'Refactor > Extract Superclass' action is not enabled any more when a class is selected. | verified fixed | d443bb6 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-08-03T13:47:05Z | 2009-08-03T14:33:20Z |
280,333 | Bug 280333 [refactoring] enhance Javadoc of RefactoringWizard.performFinish() (was: Refactoring wizard remains open with enabled buttons after refactoring operation completes) | Refactoring wizard remains open with enabled buttons after refactoring operation completes. When an extension of the org.eclipse.ltk.ui.refactoring.RefactoringWizard performs steps after the call to org.eclipse.ltk.ui.refactoring.RefactoringWizard.performFinish() in the <subclass>.performFinish() method, the refactorin... | closed fixed | 56b557e | ["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/RefactoringWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2009-08-03T12:01:14Z | 2009-06-15T18:20:00Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.