id int64 1 6.5k | bug_id int64 2.03k 426k | summary stringlengths 9 251 | description stringlengths 1 32.8k ⌀ | report_time stringlengths 19 19 | report_timestamp int64 1B 1.39B | status stringclasses 6
values | commit stringlengths 7 9 | commit_timestamp int64 1B 1.39B | files stringlengths 25 32.8k | project_name stringclasses 6
values |
|---|---|---|---|---|---|---|---|---|---|---|
635 | 299,667 | Bug 299667 Test failure in org.eclipse.jdt.ui.tests.refactoring.ccp.CopyToClipboardActionTest.testEnabled20() | HEAD. Raksha, please investigate. I suspect this is caused by your recent changes. CopyToClipboardActionTest org.eclipse.jdt.ui.tests.refactoring.RefactoringTestSetup org.eclipse.jdt.ui.tests.refactoring.ccp.CopyToClipboardActionTest testEnabled20(org.eclipse.jdt.ui.tests.refactoring.ccp.CopyToClipboardActionTest) juni... | 2010-01-14 12:27:06 | 1,263,490,000 | verified fixed | f2663db | 1,263,560,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ParentChecker.java | JDT |
636 | 285,000 | Bug 285000 [preferences] Add UI option for unused object allocation problem | null | 2009-07-29 08:58:42 | 1,248,870,000 | verified fixed | 80a93fa | 1,263,410,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.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 org.eclipse.jdt.ui/ui/org/eclipse/... | JDT |
637 | 297,449 | Bug 297449 [ccp] Can't copy files out of a JAR | User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729) Build Identifier: 20090920-1017 When I open a JAR in the Package Explorer, then the following options in the context menu are disabled: - Copy - Copy Qualified Name (might make sense but it would be ni... | 2009-12-10 03:31:36 | 1,260,430,000 | verified fixed | 341cb8d | 1,263,370,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ParentChecker.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgUtils.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/CopyToClipboardAction.java org.ec... | JDT |
638 | 297,392 | Bug 297392 Static variables removal in JDT UI causing compatibility issues between Eclipse 3.4 and 3.6 | 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: 3.6.0 I20091125-2200 The following 3 static variables have been removed from the JDT. This is breaking our compatibility between Eclipse 3.4 and 3.6. Can we get it back? org... | 2009-12-09 15:26:00 | 1,260,390,000 | resolved fixed | 1bd8c1e | 1,263,320,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/ui/internal/compatibility/InternalsNotRemovedTest.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgMessages.java | JDT |
639 | 296,836 | Bug 296836 2 messages removed from ActionMessages | The following 2 static variables have been removed from the JDT. Unfortunately, this is breaking our compatibility between Eclipse 3.4 and 3.6. I would appreciate if we could bring them back: org.eclipse.jdt.internal.ui.actions.ActionMessages.OrganizeImportsAction_summary_added org.eclipse.jdt.internal.ui.actions.Actio... | 2009-12-03 12:56:16 | 1,259,860,000 | resolved fixed | 45e30e7 | 1,263,310,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java | JDT |
640 | 299,151 | Bug 299151 Search opens on wrong page when started from Java editor | null | 2010-01-08 12:34:46 | 1,262,970,000 | verified fixed | 7c9bbfb | 1,263,210,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPageScoreComputer.java | JDT |
641 | 299,127 | Bug 299127 'Refresh Filter' problem: NullPointerException when entering a blank in JAR selection dialog | Build Identifier: 20090920-1017 In the Java Build Path properties select the button "Add JARs...". The "JAR Selection" dialog pops up, where you can filter the jars by the text entered in the textbox at the top. When you insert a blank in the textbox, the 'Refresh Filter' crashes with a NullPointerException. Reproducib... | 2010-01-08 08:35:03 | 1,262,960,000 | resolved fixed | f52db19 | 1,263,200,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/FilteredElementTreeSelectionDialog.java | JDT |
642 | 299,155 | Bug 299155 [implementation] NPE while editing breakpoint properties in JavaAutoIndentStrategy's computeSmartMode | I tried to cut some text and got this error. No luck in reproducing it so far. I'm using an 0106 e4 SDK. java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text.java.JavaAutoIndentStrategy.computeSmartMode(JavaAutoIndentStrategy.java:1275) at org.eclipse.jdt.internal.ui.text.java.JavaAutoIndentStrategy.clear... | 2010-01-08 13:23:23 | 1,262,970,000 | resolved fixed | 92da31e | 1,263,200,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java | JDT |
643 | 297,593 | Bug 297593 [type wizards] Java class wizard gives incorrect warning message | Build id: I20091210-1301 1. Make a new Java project. 2. File > New > Class 3. Give it a name. 4. The warning says 'The use of the default package is discouraged.', that's fine. 5. Now in the source folder text field, change it from 'test/src' to 'test/' or 'test'. 6. Now the warning says 'Source folder is not a Java pr... | 2009-12-11 10:44:28 | 1,260,550,000 | resolved fixed | a4e9699 | 1,262,940,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewContainerWizardPage.java | JDT |
644 | 297,709 | Bug 297709 [package explorer] JDT error behavior when "link with editor" option opening | User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-CN; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 GTB6 Build Identifier: I20091210-1301 JDT frequencely synchronize the package tree when link with editor option opening. Reproducible: Always Steps to Reproduce: 1.open some other class in editor, like Composite, SWT, C... | 2009-12-13 23:39:05 | 1,260,770,000 | resolved fixed | 4e8f6d3 | 1,262,870,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
645 | 298,031 | Bug 298031 [JUnit] Test cases not found when @RunWith annotation on binary super class | When a class extends a binary type annotated with @RunWith, the binary type has no source attachment, and the user selects the compilation unit -> Run As -> JUnit Test, a dialog appears that says no test class can be found. When the class itself is selected, then the class is recognized as a test class. Similarly, when... | 2009-12-17 00:35:37 | 1,261,030,000 | resolved fixed | 743fb11 | 1,262,790,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/JUnit4TestFinder.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/junit/tests/JUnit4TestFinderTest.java | JDT |
646 | 297,734 | Bug 297734 [spell checking] words after URL not correctly spell checked | null | 2009-12-14 09:20:21 | 1,260,800,000 | resolved fixed | cc0598c | 1,262,790,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/SpellCheckIterator.java | JDT |
647 | 298,066 | Bug 298066 [nls tooling] Refactoring removes comments in *.properties when done for a message key | I20091215-1320 Steps: 1. Checkout o.e.compare 2. Open /org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PatchMessages.java 3. Select InputPatchPage_SingleFileError_format field 4. Do Refactor > Rename or Alt+Shift+R with Rename Dialog 5. Change the field name 6. Examine changes made to PatchMessages.prope... | 2009-12-17 07:05:46 | 1,261,050,000 | verified fixed | fbb27e4 | 1,262,720,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/PropertyFileDocumentModel.java | JDT |
648 | 298,281 | Bug 298281 [introduce factory] Introduce Factory gets confused when replacing vararg constructor | Build Identifier: I20091210-1301 I've managed to boil the issue down to the following code: public class Thing { private Thing[] subthings; public Thing() { subthings = new Thing[]{}; } public Thing(Thing... subthings) { this.subthings = subthings; } public static void main(String args[]) { System.out.println(new Thing... | 2009-12-21 05:07:37 | 1,261,390,000 | resolved fixed | d8f3a00 | 1,262,700,000 | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/298281/Thing.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/298281/Thing_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceFactoryTests.java org.eclipse.jdt.ui/cor... | JDT |
649 | 264,112 | Bug 264112 [Formatter] Wrap when necessary too aggressive on short qualifiers | Build ID: I20080617-2000 Steps To Reproduce: 1. Go to Preferences -> Java -> Code Style -> Formatter -> Edit on the "Eclipse [built-in]" profile 2. Go to Tab "Line Wrapping", Select "Function Calls" 3. On the Preview Tab Set Line Width for 25 or smaller The original line: Other.bar(100, 200,....) will be formatted Othe... | 2009-02-08 19:21:06 | 1,234,140,000 | verified fixed | eb6348d | 1,262,630,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpStressTest.java | JDT |
650 | 298,520 | Bug 298520 [5.0][content assist] Constructor completion ignores outer type when completing type arguments | Build Identifier: M20090917-0800 When completing initializer of variable, which is of generalized type, content assist ignores outer type of type parameter. For example, if I type List<SelectDirective.Option> r = new then type Ctrl+Space and select ArrayList from the list, the following gets inserted: List<SelectDirect... | 2009-12-25 05:35:40 | 1,261,740,000 | resolved fixed | cf1accd | 1,262,610,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyGenericTypeProposal.java | JDT |
651 | 296,998 | Bug 296998 Unused imports should not prevent execution | Given this class: import java.util.List; public class Test { public static void main(String[] args) { System.out.println("Hello"); } } compile like: $ ecj -proceedOnError -err:+unused Test.java and execute: $ java Test gives Exception in thread "main" java.lang.Error: Unresolved compilation problem: at Test.main(Test.j... | 2009-12-05 11:27:18 | 1,260,030,000 | verified fixed | b3b82db | 1,261,340,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java | JDT |
652 | 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... | 2009-12-11 22:01:32 | 1,260,590,000 | resolved fixed | 3a3147e | 1,260,990,000 | 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 |
653 | 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... | 2009-01-29 10:15:19 | 1,233,240,000 | resolved fixed | dac1979 | 1,260,870,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/ProblemHover.java | JDT |
654 | 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... | 2009-12-08 18:01:37 | 1,260,310,000 | resolved fixed | 18cbc7d | 1,260,380,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestRunSession.java | JDT |
655 | 256,757 | Bug 256757 [content assist] for static members in unresolved qualifying type should show deprecated type | null | 2008-11-27 06:44:46 | 1,227,790,000 | resolved fixed | 7aab286 | 1,260,380,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalLabelProvider.java | JDT |
656 | 293,300 | Bug 293300 [formatter] The formatter is still unstable in certain circumstances | null | 2009-10-26 07:50:23 | 1,256,560,000 | verified fixed | 41830b2 | 1,260,210,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SurroundWithTemplateTest.java | JDT |
657 | 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 ... | 2009-11-30 12:32:48 | 1,259,600,000 | resolved fixed | a445cb4 | 1,260,200,000 | 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 |
658 | 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... | 2009-12-03 16:30:12 | 1,259,880,000 | resolved fixed | e7062e0 | 1,259,880,000 | 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 |
659 | 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... | 2009-08-04 17:12:10 | 1,249,420,000 | resolved fixed | 6a8449d | 1,259,880,000 | 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 |
660 | 276,466 | Bug 276466 [call hierarchy] Improve UI for View Menu Preferences | null | 2009-05-15 06:10:26 | 1,242,380,000 | verified fixed | 0304253 | 1,259,870,000 | 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.eclipse.jdt.ui/ui... | JDT |
661 | 296,439 | Bug 296439 [templates] Hard to extend Templates View - no access to template store and current selection | null | 2009-11-30 04:21:56 | 1,259,570,000 | resolved fixed | bd7becd | 1,259,850,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaTemplatesPage.java | JDT |
662 | 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.... | 2008-10-03 08:42:11 | 1,223,040,000 | resolved fixed | 918594b | 1,259,750,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java | JDT |
663 | 295,905 | Bug 295905 Open in External Browser does not work any more for URL in Javadoc view | null | 2009-11-23 13:12:45 | 1,259,000,000 | verified fixed | 6acf457 | 1,259,670,000 | 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/OpenExternalJavadocAction.java | JDT |
664 | 288,211 | Bug 288211 APT uses a lot of memory | null | 2009-09-01 02:15:50 | 1,251,790,000 | verified fixed | 55969dd | 1,259,580,000 | org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/ASTView.java | JDT |
665 | 296,229 | Bug 296229 @code tag always prepended by space | null | 2009-11-26 08:33:59 | 1,259,240,000 | resolved fixed | 3e78d7a | 1,259,260,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavadocContentAccess2.java | JDT |
666 | 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... | 2009-11-23 12:43:19 | 1,259,000,000 | resolved fixed | 7283118 | 1,259,060,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/OpenEditorAction.java | JDT |
667 | 295,897 | Bug 295897 [navigation] Remove workaround in open implementation after search is fixed for nested types. | null | 2009-11-23 11:49:43 | 1,258,990,000 | resolved fixed | 2f0880f | 1,259,050,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaElementImplementationHyperlink.java | JDT |
668 | 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 -----------------... | 2008-06-02 21:13:46 | 1,212,460,000 | verified fixed | bbe295d | 1,258,650,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java | JDT |
669 | 251,789 | Bug 251789 Open External Javadoc should use Web Browser settings | null | 2008-10-22 18:32:13 | 1,224,710,000 | verified fixed | 0d9e6aa | 1,258,540,000 | 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 org.eclipse.jdt.... | JDT |
670 | 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'... | 2009-01-27 03:22:00 | 1,233,040,000 | resolved fixed | bab683f | 1,258,460,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java | JDT |
671 | 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. | 2009-11-16 06:23:50 | 1,258,370,000 | resolved fixed | 4cbbf55 | 1,258,390,000 | 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/internal/junit/ui/... | JDT |
672 | 140,392 | Bug 140392 [JUnit] Rerun failed first does not work with JUnit4 | null | 2006-05-05 12:51:20 | 1,146,850,000 | resolved fixed | dc9b283 | 1,258,390,000 | 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.runtime/sr... | JDT |
673 | 295,208 | Bug 295208 [JUnit] Switching between JUnit history not working | null | 2009-11-16 04:21:43 | 1,258,360,000 | verified fixed | 8b63dcb | 1,258,380,000 | 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 |
674 | 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. | 2003-02-04 11:49:48 | 1,044,380,000 | verified fixed | fbd24ea | 1,258,140,000 | 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 |
675 | 294,893 | Bug 294893 [quick fix] Visibility quickfix does nothing if implicit constructor | null | 2009-11-11 12:48:07 | 1,257,960,000 | resolved fixed | 55ce37b | 1,258,050,000 | 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 |
676 | 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 | 2009-11-11 06:17:11 | 1,257,940,000 | verified fixed | ae4ba51 | 1,258,050,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/sef/SelfEncapsulateFieldRefactoring.java | JDT |
677 | 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... | 2009-11-10 12:16:26 | 1,257,870,000 | resolved fixed | 2d14744 | 1,258,050,000 | 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 |
678 | 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... | 2009-10-21 03:49:09 | 1,256,110,000 | verified fixed | 200011e | 1,258,030,000 | 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 |
679 | 294,833 | Bug 294833 [hovering] Improper hover triggered due to bad hover order | null | 2009-11-10 21:15:20 | 1,257,910,000 | resolved fixed | 0203ff6 | 1,257,960,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BestMatchHover.java | JDT |
680 | 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_... | 2008-09-11 09:17:28 | 1,221,140,000 | verified fixed | 74d199e | 1,257,940,000 | 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 |
681 | 294,763 | Bug 294763 Compiler Errors/Warnings preference page doesn't resize well | null | 2009-11-10 11:40:18 | 1,257,870,000 | resolved fixed | bab0c9b | 1,257,890,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesPreferencePage.java | JDT |
682 | 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... | 2004-02-04 14:31:53 | 1,075,920,000 | verified fixed | e8dac73 | 1,257,770,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/GetterSetterCompletionProposal.java | JDT |
683 | 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'... | 2009-04-16 13:26:16 | 1,239,900,000 | resolved fixed | 479711a | 1,257,440,000 | 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 |
684 | 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... | 2009-11-05 09:25:09 | 1,257,430,000 | resolved fixed | 7bfa7ac | 1,257,430,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/FatJarRsrcUrlManifestProvider.java | JDT |
685 | 262,748 | Bug 262748 [jar exporter] extract constants for string literals in JarRsrcLoader et al. | null | 2009-01-28 08:38:58 | 1,233,150,000 | resolved fixed | 303d815 | 1,257,430,000 | 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.java org.eclipse.jdt.ui/jar in jar... | JDT |
686 | 293,446 | Bug 293446 [JUnit] Importing from URL does not show progress | null | 2009-10-27 10:32:03 | 1,256,650,000 | verified fixed | a1b9e80 | 1,257,250,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/JUnitModel.java | JDT |
687 | 293,428 | Bug 293428 [JUnit] compiler warning in I20091027-0100 | null | 2009-10-27 09:19:18 | 1,256,650,000 | verified fixed | c1c32a5 | 1,256,650,000 | org.eclipse.jdt.junit4.runtime/src/org/eclipse/jdt/internal/junit4/runner/JUnit4TestLoader.java | JDT |
688 | 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... | 2009-01-22 12:15:36 | 1,232,640,000 | verified fixed | 5233633 | 1,256,290,000 | 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 |
689 | 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 ...". | 2009-05-15 02:42:19 | 1,242,370,000 | verified fixed | 0fe2aba | 1,256,200,000 | 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 |
690 | 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)... | 2009-01-09 06:51:32 | 1,231,500,000 | verified fixed | 52b5d1d | 1,256,190,000 | 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 |
691 | 292,903 | Bug 292903 [quick fix] NPE for quick fix on array fields | I20091020-0931 Use the following snippet and hit Ctrl+1 while the cursor is on "length". public class A { public int f() { String[] foo = new String[] {}; return foo.length; } } -- Error Details -- Date: Wed Oct 21 16:50:03 CEST 2009 Message: Exception while processing quick fixes or quick assists Severity: Error Produ... | 2009-10-21 10:53:02 | 1,256,140,000 | resolved fixed | e92143f0 | 1,256,140,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/GetterSetterCorrectionSubProcessor.java | JDT |
692 | 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... | 2008-10-22 13:08:00 | 1,224,700,000 | resolved fixed | 5074087 | 1,255,690,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ToggleCommentAction.java | JDT |
693 | 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 ==... | 2009-10-15 22:30:18 | 1,255,660,000 | closed fixed | 90c0137 | 1,255,680,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddGetterSetterOperation.java | JDT |
694 | 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... | 2009-08-30 16:05:35 | 1,251,660,000 | verified fixed | 2c25b1e | 1,255,540,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ASTResolving.java | JDT |
695 | 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.... | 2005-10-26 01:48:28 | 1,130,310,000 | resolved fixed | e9bd607 | 1,255,540,000 | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringWizardDialog2.java | JDT |
696 | 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... | 2007-09-12 15:21:51 | 1,189,620,000 | resolved fixed | 62425d3 | 1,255,540,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateHashCodeEqualsAction.java | JDT |
697 | 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... | 2009-06-04 11:42:57 | 1,244,130,000 | resolved fixed | 3f59e1e | 1,255,540,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java | JDT |
698 | 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... | 2009-10-11 10:35:40 | 1,255,270,000 | resolved fixed | cf0225a | 1,255,510,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaMergeViewer.java | JDT |
699 | 272,418 | Bug 272418 [JUnit] Support for JUnit 4.7 | null | 2009-04-15 19:57:41 | 1,239,840,000 | resolved fixed | 964492b | 1,255,460,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/buildpath/P2Utils.java | JDT |
700 | 153,079 | Bug 153079 [search] search button should be disabled when all "Search In" checkboxes cleared | null | 2006-08-08 07:12:37 | 1,155,040,000 | resolved fixed | 2e2f8f9 | 1,255,360,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java | JDT |
701 | 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... | 2009-07-07 18:05:15 | 1,247,000,000 | resolved fixed | 4064e2d | 1,255,360,000 | 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 |
702 | 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... | 2009-09-11 11:38:01 | 1,252,680,000 | verified fixed | fae4d60 | 1,255,360,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/VariableBlock.java | JDT |
703 | 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... | 2009-10-09 11:32:21 | 1,255,100,000 | verified fixed | 5614169 | 1,255,110,000 | 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 |
704 | 291,893 | Bug 291893 [search] UI for finegrained search options is missing some options | null | 2009-10-09 07:17:49 | 1,255,090,000 | resolved fixed | 173a4c7 | 1,255,090,000 | 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 |
705 | 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.... | 2009-09-30 10:16:45 | 1,254,320,000 | resolved fixed | 8ed9081 | 1,254,920,000 | 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 |
706 | 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... | 2009-09-30 10:07:25 | 1,254,320,000 | resolved fixed | 2f1045b | 1,254,920,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestSuiteWizardPage.java | JDT |
707 | 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... | 2009-09-25 05:08:37 | 1,253,870,000 | verified fixed | c885f72 | 1,254,850,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java | JDT |
708 | 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")... | 2009-07-07 23:48:32 | 1,247,020,000 | verified fixed | d77e4d5 | 1,254,830,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java | JDT |
709 | 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... | 2006-05-29 11:32:16 | 1,148,920,000 | resolved fixed | 4c99099 | 1,254,750,000 | 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 refactoring/org/ecl... | JDT |
710 | 289,992 | Bug 289992 Use IResource#setDerived(boolean, IProgressMonitor) instead of IResource#setDerived(boolean) | null | 2009-09-21 07:20:36 | 1,253,530,000 | resolved fixed | 1887141 | 1,254,500,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java | JDT |
711 | 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= "... | 2009-08-06 03:05:26 | 1,249,540,000 | resolved fixed | 6e46247 | 1,254,490,000 | 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 |
712 | 242,244 | Bug 242244 [extract interface] 'Extract interface' should offer to 'Generate @Override annotation' | null | 2008-07-28 10:51:31 | 1,217,260,000 | resolved fixed | de2a508 | 1,253,810,000 | 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/eclipse/jdt/ui/tests... | JDT |
713 | 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... | 2007-03-20 08:09:30 | 1,174,390,000 | resolved fixed | 15d4637 | 1,253,800,000 | 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 |
714 | 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... | 2009-09-21 12:50:18 | 1,253,550,000 | verified fixed | 694cf42 | 1,253,730,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java | JDT |
715 | 290,135 | Bug 290135 Add new option for bug 163194 into the compiler preference page | null | 2009-09-22 10:57:11 | 1,253,630,000 | resolved fixed | 26c4774 | 1,253,700,000 | 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/ProblemSeveri... | JDT |
716 | 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 ... | 2007-03-27 06:06:04 | 1,174,990,000 | resolved fixed | 014380c | 1,253,300,000 | 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 |
717 | 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... | 2009-09-16 16:51:00 | 1,253,130,000 | resolved fixed | 6e2bd48 | 1,253,280,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInformationPopup.java | JDT |
718 | 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... | 2009-09-10 16:53:14 | 1,252,620,000 | resolved fixed | c523827 | 1,253,110,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileDocumentProvider.java | JDT |
719 | 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... | 2009-09-12 07:34:45 | 1,252,760,000 | resolved fixed | a3ec054 | 1,252,940,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceIndirectionInputPage.java | JDT |
720 | 288,931 | Bug 288931 [JUnit] Test failure in TestRunSessionSerializationTests3.testFailures in I20090908-0800 | null | 2009-09-09 08:17:04 | 1,252,500,000 | resolved fixed | d6f315e | 1,252,940,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestRunHandler.java | JDT |
721 | 250,944 | Bug 250944 Adopt NodeFinder from jdt.core.dom | null | 2008-10-15 10:17:29 | 1,224,080,000 | resolved fixed | a8c22d3 | 1,252,920,000 | 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/ui/tests/... | JDT |
722 | 289,247 | Bug 289247 [1.5][compiler]Detecting duplicate methods should not consider return type | null | 2009-09-11 14:17:38 | 1,252,690,000 | verified fixed | 8f49de8 | 1,252,920,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/OverrideTest.java | JDT |
723 | 276,068 | Bug 276068 [JUnit] JUnit viewer doesn't recognise <skipped/> node | null | 2009-05-13 08:40:57 | 1,242,220,000 | resolved fixed | 9b48f2b | 1,252,610,000 | 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 |
724 | 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... | 2009-09-09 23:50:27 | 1,252,550,000 | resolved fixed | 31218ea | 1,252,590,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyJavaTypeCompletionProposal.java | JDT |
725 | 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... | 2009-09-08 13:40:31 | 1,252,430,000 | resolved fixed | 4a154e4 | 1,252,440,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyContentProvider.java | JDT |
726 | 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... | 2009-09-01 08:48:17 | 1,251,810,000 | resolved fixed | c151564 | 1,252,050,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/JavaContentAssistInvocationContext.java | JDT |
727 | 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... | 2009-07-05 14:15:53 | 1,246,820,000 | verified fixed | e951bdd | 1,251,990,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddJavaDocStubAction.java | JDT |
728 | 278,844 | Bug 278844 [JUnit] Separate UI from non-UI code | null | 2009-06-02 14:32:53 | 1,243,970,000 | verified fixed | 98a038b | 1,251,900,000 | 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/junit/JUnitPre... | JDT |
729 | 288,143 | Bug 288143 [perfs] Comments applied for performance tests may be obsolete | null | 2009-08-31 11:30:42 | 1,251,730,000 | resolved fixed | 1b6a6a1 | 1,251,730,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/ActivateTextEditorTest.java | JDT |
730 | 288,121 | Bug 288121 [perfs] Comments applied for performance tests are obsolete | null | 2009-08-31 09:49:25 | 1,251,730,000 | resolved fixed | 26d6269 | 1,251,730,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/reorg/RenameMethodWithOverloadPerfTests.java | JDT |
731 | 287,947 | Bug 287947 [navigation] Open Implementation should operate on selected method, not enclosing | null | 2009-08-28 06:08:08 | 1,251,450,000 | resolved fixed | ed14129 | 1,251,730,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenImplementationAction.java | JDT |
732 | 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... | 2009-08-23 11:58:24 | 1,251,040,000 | resolved fixed | d4db6cb | 1,251,300,000 | 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/InlineMethodTests.java org... | JDT |
733 | 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... | 2009-02-11 17:30:47 | 1,234,390,000 | resolved fixed | 5dd76bd | 1,251,280,000 | 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/ExtractMethodT... | JDT |
734 | 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); } } | 2005-08-24 15:40:07 | 1,124,910,000 | resolved fixed | 57c76e5 | 1,250,860,000 | 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.