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 |
|---|---|---|---|---|---|---|---|---|---|---|
435 | 314,076 | Bug 314076 [rename] Incorrect message while 'Rename' when CU not on Build path | Build I20100520-1744 - New workspace - Open a Java file placed anywhere on the file system (but is not on build path) Use following snippet package q; public class B { int a; void foo() { System.out.println(); System.out.println(); } } - Select field 'a' OR method 'foo' - From the Menu bar 'Refactor' -> Rename => Dialo... | 2010-05-24 05:09:18 | 1,274,690,000 | verified fixed | b04c07e | 1,283,940,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RenameJavaElementAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RenameAction.java | JDT |
436 | 314,077 | Bug 314077 [move member type] Incorrect message while 'Move Type to New File' when CU not on Build path | Build I20100520-1744 - New workspace - Open a Java file placed anywhere on the file system (but is not on build path) Use following snippet package q; public class B { void foo() { System.out.println(); } } class A{ } - Select class 'A' - From the Menu bar 'Refactor' -> Move Type to New File => Dialog saying ' To activ... | 2010-05-24 05:16:45 | 1,274,690,000 | verified fixed | 3760f57 | 1,283,930,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ConvertNestedToTopAction.java | JDT |
437 | 314,075 | Bug 314075 [encapsulate field] Incorrect message/Exception while 'Encapsulate field' when CU not on Build path | Build I20100520-1744 - New workspace - Open a Java file placed anywhere on the file system (but is not on build path) Use following snippet package q; public class B { int a; void foo() { System.out.println(); System.out.println(); } } - Select field 'a' - From the Menu bar 'Refactor' -> Encapsulate field => Dialog say... | 2010-05-24 05:02:29 | 1,274,690,000 | verified fixed | 71c3148 | 1,283,780,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/SelfEncapsulateFieldAction.java | JDT |
438 | 314,069 | Bug 314069 [introduce parameter] NPE while 'Introduce Parameter Object' when CU not on Build path | I20100520-1744 - New workspace - Open a Java file placed anywhere on the file system (but is not on build path) (OR can open a file from CVS repository ) Use the following snippet package q; public class B { void foo() { System.out.println(); } } - Select 'foo' - From the Menu bar 'Refactor' -> Introduce Parameter Obje... | 2010-05-24 04:29:02 | 1,274,690,000 | verified fixed | 03c14c3 | 1,283,780,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/IntroduceParameterObjectAction.java | JDT |
439 | 314,063 | Bug 314063 [extract interface] NPE while 'Extract Interface', 'Use SuperType', 'Extract class' when CU not on Build path | Build I20100520-1744 - New workspace - CVS Repositories view -> Navigate to a Java file stored in a CVS repository -> Right click, select 'Open' from the context menu (I used org.eclipse.jdt.ui.tests.AutomatedSuite) OR Open a Java file placed anywhere on the file system (but is not on build path) - Select a line of cod... | 2010-05-24 04:12:44 | 1,274,690,000 | verified fixed | 1521bfe | 1,283,770,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ExtractClassAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ExtractInterfaceAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/UseSupertypeAction.java | JDT |
440 | 139,197 | Bug 139197 [refactoring] 'Introduce Indirection' do nothing when right-clicking on method name in .class file | I20060428-0010 1. Open an external .java fil using File > Open File... 2. Refactor > Introduce indirection... Observe: You get no dialog (as you can expect because of the ellipsis) | 2006-04-28 11:17:08 | 1,146,240,000 | verified fixed | 84c9229 | 1,283,770,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/IntroduceIndirectionAction.java | JDT |
441 | 305,255 | Bug 305255 [preferences] Accept jsr14 as a build target | null | 2010-03-09 17:31:55 | 1,268,170,000 | resolved fixed | e5acb8c | 1,283,600,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java | JDT |
442 | 324,429 | Bug 324429 [navigation] Quick Hierarchy fails when selected element is type parameter | HEAD Quick Hierarchy fails when the selected element is a type parameter: !ENTRY org.eclipse.jdt.ui 4 10001 2010-09-03 16:26:04.762 !MESSAGE Element unsupported by the hierarchy: class org.eclipse.jdt.internal.core.TypeParameter Test case: package api; public class Bongo<Element> { Element fElement; public Element getE... | 2010-09-03 10:34:34 | 1,283,520,000 | resolved fixed | c6c3bc1 | 1,283,530,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaElementProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyInformationControl.java | JDT |
443 | 324,391 | Bug 324391 [content assist] Still too many semicolons after constructor completion | null | 2010-09-03 06:49:01 | 1,283,510,000 | verified fixed | 364e3a3 | 1,283,520,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AnonymousTypeCompletionProposal.java | JDT |
444 | 319,532 | Bug 319532 [preference][typing] Allow to disable smart auto-indent on return | null | 2010-07-12 07:01:06 | 1,278,930,000 | verified fixed | 19a57eb | 1,283,510,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SmartTypingConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/Prefere... | JDT |
445 | 298,426 | Bug 298426 [content assist] constructor completion with package prefix fails | Build Identifier: M20090917-0800 I have some code that uses JAXB. There are several places where I instantiate an ObjectFactory to create some related objects. As I'm using more than one ObjectFactory in a class, I specify the FQCN for the ObjectFactory, which is a little annoying. So, I figure I should be able to use ... | 2009-12-22 13:38:54 | 1,261,510,000 | verified fixed | 346ddb8 | 1,283,440,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaMethodCompletionProposal.java | JDT |
446 | 287,374 | Bug 287374 [extract method] Allows extracting lhs of full qualified expression | null | 2009-08-23 06:57:12 | 1,251,030,000 | resolved fixed | aad3069 | 1,283,360,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/invalidSelection/A_test124.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/Extra... | JDT |
447 | 322,538 | Bug 322538 [call hierarchy] "Expand with Constructors" should auto-expand single constructor | The "Expand with Constructors" action in the Call Hierarchy should auto-expand the "[constructor] ..." node if there is only one. There's a 99% chance that the user wants to expand this constructor after choosing the action. I would also try how it feels if we do the same when a node is automatically expanded with cons... | 2010-08-12 10:37:12 | 1,281,620,000 | verified fixed | 8252280 | 1,283,230,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/ExpandWithConstructorsAction.java | JDT |
448 | 261,498 | Bug 261498 [spell checking] Locales without country code don't work. | null | 2009-01-19 08:13:41 | 1,232,370,000 | verified fixed | 41e3642 | 1,283,180,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/SpellCheckEngine.java | JDT |
449 | 312,014 | Bug 312014 content of tree view (projects and folders) to export to a jar is not read by some screen readers | Build Identifier: N20100505-2000 I tested it with JAWS and NVDA and they gave me the same result. The workaround is to use the JAWS cursor to do the mapping between the project/folder names and their selected state, but it's a boring task. There are tree views in eclipse that are well red by JAWS, such as window > cust... | 2010-05-07 04:04:16 | 1,273,220,000 | resolved fixed | 2eeef51 | 1,282,930,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/SWTUtil.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringStatusViewer.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/util/SWTUtil.java | JDT |
450 | 322,331 | Bug 322331 [introduce parameter] IntroduceParameterRefactoring wrong assurance ICompilationUnit => IMethod | Build Identifier: M20090917-0800 I'm trying to create a refactoring using RefactoringDescriptor class. I'm generate the necessary arguments of the argument Map<String, String> to get an instance of the class "RefactoringDescriptor". Then a create refactoring object, that already parametrezed. Here I land in the method ... | 2010-08-11 06:17:54 | 1,281,520,000 | verified fixed | fc088b4 | 1,282,730,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceParameterRefactoring.java | JDT |
451 | 323,134 | Bug 323134 [JUnit] JUnit view loses several action states on restart | null | 2010-08-19 08:52:19 | 1,282,220,000 | verified fixed | 7748890 | 1,282,570,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java | JDT |
452 | 317,755 | Bug 317755 [JUnit] JUnit -> Activate on Error/Failure Only not working | Build Identifier: 20100617-1415 in Helios, JUnit's "Activate on Error/Failure Only" no longer works. Instead, the JUnit tab is always activated. This happens whether in Fast View or not. This happens with JUnit 3 and 4. Expected: when "Activate on Error/Failure Only" is checked and the tests pass, the JUnit dialog shou... | 2010-06-23 18:59:55 | 1,277,330,000 | verified fixed | 62aedcd | 1,282,210,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.java | JDT |
453 | 312,189 | Bug 312189 [quick assist] BadLocationException when applying proposal while preview is computed | null | 2010-05-09 15:58:16 | 1,273,440,000 | verified fixed | 469e07d | 1,282,060,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/ChangeCorrectionProposal.java | JDT |
454 | 322,812 | Bug 322812 [JUnit] JUnit library container can't resolve binary-imported org.hamcrest.core | null | 2010-08-16 12:00:55 | 1,281,970,000 | resolved fixed | ab3ba75 | 1,281,970,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport.java | JDT |
455 | 202,566 | Bug 202566 [nls tooling] Exernalize Strings Wizard always imports accessor class | I was externalizing strings in some new files yesterday and noticed that I was just internalizing everything because these were strings that didn't need to be externalized (ie., HTML tags). When I ran through the wizard, it gave me an unused import on my access class. The wizard should probably be more intelligent in w... | 2007-09-06 23:33:17 | 1,189,140,000 | resolved fixed | d2b3b49 | 1,281,960,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/nls/NlsRefactoringCreateChangeTest.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSSourceModifier.java | JDT |
456 | 322,253 | Bug 322253 [Widgets] Context menu does not go away after setVisible(false) | 3.5, 3.6 and latest 3.7 build. Happens on MacOSX 10.5.6 and 10.5.8 but not 10.6. Our org.eclipse.jdt.ui.tests.leaks.JavaLeakTest.testJavaEditorContextMenu() test ('org.eclipse.jdt.ui.tests' bundle) waits forever on Mac Cocoa because the menu doesn't get closed using setVisible(false). The result is that the test runs 2... | 2010-08-10 12:37:42 | 1,281,460,000 | resolved fixed | f6b653a | 1,281,900,000 | org.eclipse.jdt.ui.tests/leaks/org/eclipse/jdt/ui/tests/leaks/JavaLeakTest.java | JDT |
457 | 321,818 | Bug 321818 [preferences] 'Errors/Warnings' page: allow to filter a section for a value | I20100804-1800. The 'Errors/Warnings' page should allow to filter a category for a value, e.g. ~warn code style code style ~error | 2010-08-05 03:00:45 | 1,280,990,000 | verified fixed | 915e0e4 | 1,281,600,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java | JDT |
458 | 302,831 | Bug 302831 [quick assist] Assigning a parameter to an existing field allows incomplete linked mode | Build Identifier: I20100129-1300 Assume the following example: public class Foo { int existing; public Foo(int existingVal) { } void existingReference() { existing++; } } 1) on the constructor, move the cursor on the existingVal parameter. 2) Use quick fix to assign the parameter to the field existing observe: the edit... | 2010-02-14 17:21:42 | 1,266,190,000 | verified fixed | b700499 | 1,281,450,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/AssignToVariableAssistProposal.java | JDT |
459 | 314,407 | Bug 314407 [inline] IndexOutOfBoundsException in inline method refactoring with compile error | What steps will reproduce the problem? 1. Edit the attached file (it has compile errors) 2. Selected getImage() in line 31 3. Select Inline Method Refactoring 4. Select Replace all invocations 5. Error occurs 6. After saving the file, the error still remains -- Error Details -- Date: Wed May 26 09:58:21 CEST 2010 Messa... | 2010-05-26 04:10:58 | 1,274,860,000 | verified fixed | e30cc05 | 1,281,270,000 | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_in/Test_314407_1.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_in/Test_314407_2.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_out/Test_314407_1.java o... | JDT |
460 | 321,550 | Bug 321550 [navigation] Open Hyperlink > Open Implementation does not work for external files | Build id : I20100802-1800 (same behavior in 3.6) Open Implementation does nothing on files not on build path Steps: - Create a java file with the following snippet on the file system and open it in eclipse class A { void foo() { String s=""; System.out.println(""); System.out.append('a'); s.compareTo(""); s.equals("");... | 2010-08-03 02:00:40 | 1,280,820,000 | verified fixed | db1272c | 1,280,920,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaElementHyperlinkDetector.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaElementHyperlinkImplementationDetector.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaElementImplementationHyperlink.java | JDT |
461 | 321,574 | Bug 321574 [call hierarchy] Remove Hierarchy scope for Call Hierarchy | I2010070802-1800. Search In dialog: "Note:" should be bold like in the preference dialog. | 2010-08-03 06:43:04 | 1,280,830,000 | verified fixed | 5dd410e | 1,280,920,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/SearchInDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/SearchScopeActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/cal... | JDT |
462 | 321,558 | Bug 321558 [preferences] problem filtering should allow to combine name with value search | I20100802-1800. I tried to search a certain set of options (by name) along with a given value but failed. We should support name~value patterns, e.g. "param~warn" | 2010-08-03 04:44:51 | 1,280,830,000 | verified fixed | 871e52c | 1,280,910,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java | JDT |
463 | 320,983 | Bug 320983 [hovering] Javadoc does not display properly on classes with a generic type that's also an HTML element name | Build Identifier: M20090917-0800 Using the following code: public abstract class Test<T> { public static void main(String[] args) { new Test<Button>() { void foo() { } }; new Test<Strike>() { void foo() { } }; } } When you hover over the name of either foo() method, the Javadoc rendering that shows is wrong: The first ... | 2010-07-27 04:41:54 | 1,280,220,000 | resolved fixed | abc1f09 | 1,280,770,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabelComposer.java | JDT |
464 | 155,828 | Bug 155828 [JUnit] Update test suite wizard for JUnit 4: @RunWith(Suite.class)... | JUnit plugin is not working as described. Follow the "Writing and running JUnit tests" help section and after you create JUnit test case with the wizzard, the new Test Suit is not detecting the newly created Test Case as an available Test Case to be added to the suite. Before closing the bug down and bouncing it back (... | 2006-08-31 10:31:24 | 1,157,030,000 | verified fixed | 35db915 | 1,280,770,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 org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/WizardMessages.java org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wiz... | JDT |
465 | 308,199 | Bug 308199 JavaElementAdapterFactory loads Team UI | I20100406-0800. JavaElementAdapterFactory loads Team UI because it references IHistoryPageSource. We could use a lazy approach like for ISearchPageScoreComputer. | 2010-04-06 09:31:26 | 1,270,560,000 | resolved fixed | 7d25658 | 1,280,760,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaElementAdapterFactory.java | JDT |
466 | 321,385 | Bug 321385 SearchLeakTestWrapper#testRemoveSearchQueries() fails on build machine | SearchLeakTestWrapper#testRemoveSearchQueries() fails on build machine when running AllZRHTests. No problem when run by itself. Reverting the last change in SearchView makes the test green again. | 2010-07-30 13:09:48 | 1,280,510,000 | resolved fixed | f62e075 | 1,280,730,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/search/SearchLeakTest.java | JDT |
467 | 78,522 | Bug 78522 [navigation] All Ctrl+Click link targets should also be available under one command/action | I200411100800 All Ctrl+Click link targets should also work with Open (F3) | 2004-11-12 11:41:04 | 1,100,280,000 | verified fixed | 02a1a30 | 1,280,400,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BasicJavaEditorActionContributor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileEditorActionContributor.java | JDT |
468 | 305,103 | Bug 305103 [refactoring] Comment deleted on 'Move type to new file' refactoring | For each code snippet below - Move X to new file (problem is independent creating an instance variable) - The comment gets deleted. Its neither in new file nor the old file. - There can be some empty lines between the comment and class X, the comment will still be deleted However if the comment is a javadoc (begins wit... | 2010-03-09 01:21:28 | 1,268,120,000 | verified fixed | b026ae5 | 1,280,390,000 | org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test35/out/Inner.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test36/out/Inner.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test_nonstatic_45/in/A.java org.eclipse.jdt.ui.tests.refactoring/resources/... | JDT |
469 | 319,689 | Bug 319689 Invalid thread access in ProblemMarkerManager | I've just got this exception while shuting down my 4.0 SDK but my guess from the stacktrace is that this not really a problem solely in 4.0 --------8<-------- org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:4083) at org.eclipse.swt.SWT.error(SWT.java:3998) at org.eclipse.swt.SW... | 2010-07-13 07:51:35 | 1,279,020,000 | resolved fixed | b81ec58 | 1,280,320,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/SWTUtil.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ImageDescriptorRegistry.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ProblemMarkerManager.java | JDT |
470 | 318,797 | Bug 318797 [implementation] Deadlock in SharedASTProvider.getAST() (on breakpoint creation) | null | 2010-07-03 16:03:05 | 1,278,190,000 | verified fixed | b942db6 | 1,280,240,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java | JDT |
471 | 320,133 | Bug 320133 [nls tooling] externalize strings escapes ISO 8859-1 | Build Identifier: 20100218-1602 The externalize strings capability of eclipse escapes ISO 8859-1 characters, even if that is not necessary (since properties files are ISO 8859-1). E.g. "" becomes "\u00FC". This makes both the properties files less readable and might (in special cases) produce some different behavior de... | 2010-07-16 13:24:47 | 1,279,300,000 | verified fixed | 04bdb33 | 1,280,140,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/nls/PropertyFileDocumentModellTest.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/PropertyFileDocumentModel.java | JDT |
472 | 320,511 | Bug 320511 [infer type arguments] NPE in InferTypeArgumentsConstraintsSolver#getNonTaggingInterfaces() | null | 2010-07-21 09:59:12 | 1,279,720,000 | resolved fixed | 9f5733c | 1,279,720,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintsSolver.java | JDT |
473 | 312,054 | Bug 312054 [preferences] UserLibraryPreferencePage: After renaming a user library the Up, Down, Remove buttons do not work until dialog is reopened | Build Identifier: 20100218-1602 When you open the user library preference page and rename a library, you won't be able to remove jar files from it (or change the order) until you close and reopen the dialog. I am sorry that I do not have the time to dive into the code and search for a fix but I wanted to report it anyw... | 2010-05-07 09:06:35 | 1,273,240,000 | verified fixed | 14fd31e | 1,279,690,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPUserLibraryElement.java | JDT |
474 | 320,199 | Bug 320199 [preferences] UserLibraryPreferencePage Edit/Remove do not work as expected when same jar is contained in 2 or more libs | null | 2010-07-18 15:09:17 | 1,279,480,000 | verified fixed | 0be9881 | 1,279,610,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java | JDT |
475 | 319,860 | Bug 319860 [organize imports] Unused import added for reference to nested type from Javadoc | R3.6 - works in R3.5.x. 1. start with new workspace 2. enable Javadoc processing 3. paste this: --------- %< --------- package p; /** * {@link I}. * @see C */ public class Main { public interface I { } public class C {} } --------- %< --------- 4. Organize Imports (Ctrl+Shift+O) ==> the following unnecessary imports ar... | 2010-07-14 10:29:17 | 1,279,120,000 | verified fixed | 5281489 | 1,279,560,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/Bindings.java | JDT |
476 | 319,854 | Bug 319854 [search] wrong condition for warning about references to inlined constant | null | 2010-07-14 09:38:39 | 1,279,110,000 | resolved fixed | 995dea0 | 1,279,110,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchUtil.java | JDT |
477 | 240,690 | Bug 240690 [quick assist] selecting "x.equals(y)" should show the 'Invert equals' quick assist | R3.4. Selecting "x.equals(y)" should show the 'Invert equals' quick assist | 2008-07-14 11:20:15 | 1,216,050,000 | resolved fixed | 58137da | 1,279,040,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 |
478 | 318,772 | Bug 318772 [build path] help button on "Inclusion and Exclusion Patterns" wizard page does not work | The help button shown as a question mark icon on the "Inclusion and Exclusion Patterns" page of the "Edit source folder" wizard does not work when clicked. However, the previous page titled, "Source Folder" does work. Steps to duplicate: * Create a new Java project. * Open the project's properties. * Navigate to Java B... | 2010-07-02 19:34:57 | 1,278,110,000 | resolved fixed | 11a3256 | 1,278,350,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SetFilterWizardPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/UserLibraryWizardPage.java org.eclipse.jdt.ui/ui/org/ec... | JDT |
479 | 318,661 | Bug 318661 [breadcrumb] Pressing the 'Open Context Menu' key or Shift+F10 opens the context menu twice | R3.4 and latest 3.7 build. Pressing the 'Open Context Menu' key or Shift+F10 opens the context menu twice. | 2010-07-02 02:45:19 | 1,278,050,000 | resolved fixed | 0cd293f | 1,278,090,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDetails.java | JDT |
480 | 318,734 | Bug 318734 [perfs] Comments applied for JDT/Text performance tests are obsolete | null | 2010-07-02 10:29:08 | 1,278,080,000 | resolved fixed | 958d2cc | 1,278,080,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/ContentTypeTest.java org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/OpenJavaEditorStartupTest.java org.eclipse.jdt.text.te... | JDT |
481 | 318,731 | Bug 318731 [perfs] Comments applied for JDT/UI performance tests are obsolete | null | 2010-07-02 10:27:30 | 1,278,080,000 | resolved fixed | 91b6dd5 | 1,278,080,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/reorg/MoveStaticMembersPerfTests1.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/reorg/MoveStaticMembersPerfTests2.java org.eclipse.jdt.ui.tests/performance/org/eclipse/jdt/ui/tests/performanc... | JDT |
482 | 318,607 | Bug 318607 [ltk] RefactoringParticipant methods declare throws OperationCanceledExeption: exception gets logged | org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant.checkConditions() has a throws clause of OperationCanceledException. In my implementation of checkConditions() I check progressMonitor.isCanceled() and then throw the OperationCanceledException. ProcessorBasedRefactoring catches it and logs it, which ... | 2010-07-01 10:26:55 | 1,277,990,000 | resolved fixed | a7fe945 | 1,278,070,000 | org.eclipse.ltk.core.refactoring.tests/src/org/eclipse/ltk/core/refactoring/tests/participants/CancelingParticipantTests.java org.eclipse.ltk.core.refactoring.tests/src/org/eclipse/ltk/core/refactoring/tests/participants/ParticipantTests.java org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/partici... | JDT |
483 | 318,609 | Bug 318609 [extract method] Doesn't consider enum type as static | null | 2010-07-01 10:28:00 | 1,277,990,000 | verified fixed | d292a2f | 1,277,990,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/destination_in/A_test1058.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/destination_out/A_test1058.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refact... | JDT |
484 | 318,127 | Bug 318127 [extract method] "Extract Method" into an enclosing class fails when the inner class has a method of the same name | Build Identifier: 20100218-1602 When using "Extract Method" on an expression in an inner class to extract it into a method in the enclosing class, and the name of the new method is the same as the name of some method of the inner class, the refactoring fails although there is no name clash. Reproducible: Always Steps t... | 2010-06-27 10:57:06 | 1,277,650,000 | verified fixed | e370b5f | 1,277,970,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/destination_in/A_test1054.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/destination_in/A_test1055.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMet... | JDT |
485 | 318,388 | Bug 318388 Replace "org.eclipse.jdt.launching.jreContainerMarker" with JavaRuntime.JRE_CONTAINER_MARKER | null | 2010-06-29 18:07:11 | 1,277,850,000 | resolved fixed | 7aac4b7 | 1,277,850,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/ProblemsLabelDecorator.java | JDT |
486 | 318,255 | Bug 318255 [rename] RenameMethodProcessor.checkNewElementName(..) should allow _ at beginning | Build Identifier: 3.6 At my company, it is a common naming practice to use underscores in front of methods that are "logically protected" -- that is, they have to be public to support cross-package calling, but should be considered protected or discouraged API. This is a convention brought over from Objective-C and Web... | 2010-06-28 17:40:08 | 1,277,760,000 | resolved fixed | e2d8f0c | 1,277,830,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodProcessor.java | JDT |
487 | 251,200 | Bug 251200 [breadcrumb] Remember maximal drop-down height | I20081014-1600 Breadcrumb dropdowns should remember their maximal height. It's nice that the default size of the dropdown is as small as possible, but if the list gets long, the height is currently constrained to about 17 items. The dropdown should store the height when the user resized the dropdown, and use the user-s... | 2008-10-17 07:05:54 | 1,224,240,000 | verified fixed | fb053dd | 1,277,470,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java | JDT |
488 | 310,470 | Bug 310470 [breadcrumb] Should have "Hide Breadcrumb" in context menu | I20100425-2000 The only visible way to hide the breadcrumb again is to click the toolbar button. We should add a "Hide Breadcrumb" item to the context menu (and bind it to the "Toggle Breadcrumb" command). Like "Hide Toolbar". | 2010-04-26 11:25:18 | 1,272,300,000 | verified fixed | bcb2fed | 1,277,400,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumbActionGroup.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ToggleBreadcrumbAction.java | JDT |
489 | 231,329 | Bug 231329 [decorators] decorator for native methods | It would be good to have a decoration in the Outline view etc.. showing if a method is native. If there is no remaining real-estate for this, then maybe applying a filter to the entire icon so it appears in grayscale would be the way to go. | 2008-05-09 11:44:12 | 1,210,350,000 | resolved fixed | d690716 | 1,277,390,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/BindingLabelProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementImageProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementImageDescriptor.... | JDT |
490 | 98,025 | Bug 98025 [content assist] Code assist should decorate final fields with 'F' | Code assist currently shows if members are static, but not if they are final. It's logical to not indicate final methods and classes, since that information is relevant only to subclasses, but whether a field is final or not affects any code that uses it. | 2005-06-01 18:02:47 | 1,117,660,000 | resolved fixed | 1863a04 | 1,277,390,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalLabelProvider.java | JDT |
491 | 314,283 | Bug 314283 [package explorer][render] Decorator on CUs for deprecated and package-visible | Build Identifier: 20100318-1801 In the Preferences window (General->Appearance->Label Decorations) user can set a check-box "Java Type Indicator". If the box is checked, small icons appear in the Package Explorer: I (interface), A (abstract), E (enum). I propose the following extensions: 1) (more important). Add check-... | 2010-05-25 10:40:38 | 1,274,800,000 | resolved fixed | bd8c050 | 1,277,310,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/InterfaceIndicatorLabelDecorator.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java | JDT |
492 | 313,943 | Bug 313943 [hovering] Java source hovers not readable using Ubuntu 10.04 (white-on-black tooltips) | null | 2010-05-21 13:01:03 | 1,274,460,000 | verified fixed | 7e2ae03 | 1,277,300,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java | JDT |
493 | 316,199 | Bug 316199 [JUnit][API] Expose JUnitModel.exportTestRunSession(...) as API | There is currently no API that allows plug-ins to make use of the export methods in org.eclipse.jdt.internal.junit.model.JUnitModel: - exportTestRunSession(TestRunSession, File) - exportTestRunSession(TestRunSession, OutputStream) Without a public API, plug-ins that wish to programatically save JUnit test reports or ne... | 2010-06-08 15:49:04 | 1,276,030,000 | resolved fixed | 928f8ec | 1,277,230,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/ModelMessages.java org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/JUnitCore.java | JDT |
494 | 312,204 | Bug 312204 [api][JUnit] Allow changing the default superclass in NewTestCaseWizardPageOne | Build Identifier: 20100506-2000 Groovy Eclipse is subclassing from NewTestCaseWizardPageOne to create JUnit wizard for Groovy. It is hard to change the default superclass used for a JUnit3 style testcase. Using setSuperClass doesn't quite work because there is a call to a private method "internalSetJUnit4" which will r... | 2010-05-10 00:49:00 | 1,273,470,000 | resolved fixed | c2a6d6f | 1,277,220,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java | JDT |
495 | 308,672 | Bug 308672 [api] Make JavaElementImageDescriptor.BUILDPATH_ERROR API | null | 2010-04-09 13:03:15 | 1,270,830,000 | resolved fixed | cd04b95 | 1,277,220,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerProblemsDecorator.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementImageDescriptor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/ProblemsLabelDecorator.java | JDT |
496 | 317,474 | Bug 317474 [render] Javadoc view has 'Open Declaration' tooltip but image is not a link | null | 2010-06-21 11:42:40 | 1,277,130,000 | resolved fixed | 81ec81b | 1,277,130,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java | JDT |
497 | 313,478 | Bug 313478 [JUnit] New Test Case wizard: Browse... does nothing | Broken since R3.0. 1. make sure the Package Explorer is active but has no selection 2. File > New > JUnit Test Case 3. try to enter 'Class under test' by clicking on 'Browse...' ==> nothing happens | 2010-05-19 04:21:03 | 1,274,260,000 | verified fixed | d6ca54d | 1,277,120,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java | JDT |
498 | 303,617 | Bug 303617 [extract constant] Refactoring not available on pop-up if selected string is an annotation | Build Identifier: 3.5.1 If I select a string that is the value for an annotation, "Extract constant..." is available on the Refactor menu, but not on the Shift-Alt-T quick menu. This is inconsistent, as it is on that menu for string constants outside of annotations. Reproducible: Always Steps to Reproduce: 1. Select a ... | 2010-02-23 08:53:23 | 1,266,930,000 | resolved fixed | 1a89b9b | 1,276,880,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaTextSelection.java | JDT |
499 | 317,068 | Bug 317068 [breadcrumb] BreadcrumbItems not disposed when editor closed | HEAD BreadcrumbItems are leaked (not disposed) when a Java editor is closed. Found that by adding the following to org.eclipse.swt.widgets.Widget: // --- Find undisposed widgets: --- private Error creation; { creation = new Error("Widget not disposed before finalized! Created at:"); } protected void finalize() throws T... | 2010-06-16 12:19:31 | 1,276,710,000 | verified fixed | 4a4bb4a | 1,276,860,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbViewer.java | JDT |
500 | 311,283 | Bug 311283 [navigation] Open Declaration should work like hyperlink in .java file not on classpath | I20100429-1549 Open Declaration (F3) should work like hyperlink (Ctrl+click) in a .java file that is not on the classpath. Use case: I have SWT from CVS, and I'm in Control.java from another platform. Ctrl+click works perfectly for members that are declared in the same file, and it works reasonably well when I Ctrl+cli... | 2010-05-01 10:17:58 | 1,272,720,000 | verified fixed | ce7cdd8 | 1,276,790,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenAction.java | JDT |
501 | 277,862 | Bug 277862 [navigate] Show hand pointer for single-click tables and trees | null | 2009-05-26 10:21:05 | 1,243,350,000 | verified fixed | 4cc989a | 1,276,780,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java | JDT |
502 | 317,066 | Bug 317066 [breadcrumb] Exception on clicking folders contained in jars | Breadcrumb pop-up throws the following exception when clicking on folders contained in jars, e.g the META-INF folder contained in rt.jar org.eclipse.ui.PartInitException: Could not get an editor input for the given element at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.throwPartInitException(EditorUtility.java... | 2010-06-16 12:15:30 | 1,276,700,000 | resolved fixed | 317b290 | 1,276,710,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java | JDT |
503 | 317,057 | Bug 317057 [create on paste] Paste to Working Set should work | Pasting a source snippet to a working set in the the Package Explorer should paste the snippet to a new project and add the project to the working set. | 2010-06-16 11:21:27 | 1,276,700,000 | resolved fixed | d0106f8 | 1,276,700,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/PasteAction.java | JDT |
504 | 316,155 | Bug 316155 JUnit View: can't open source for test classes in fragments | null | 2010-06-08 11:07:19 | 1,276,010,000 | resolved fixed | 6c10486 | 1,276,530,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/OpenEditorAction.java | JDT |
505 | 316,756 | Bug 316756 [nls tooling] Hover resolution of NLS references is thrown off by unused, incorrect 'BUNDLE_NAME' | I sort of stumbled on this. If a client has an NLS class where the (a) the .properties file is named after the NLS class (b) the NLS class passes Messages.class.getName() to the NLS.initializeMessages() method, and (c) the NLS has an unused BUNDLE_NAME definition that is incorrect ...the support to show the NLS string ... | 2010-06-14 09:26:47 | 1,276,520,000 | resolved fixed | f170568 | 1,276,520,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHintHelper.java | JDT |
506 | 316,627 | Bug 316627 [refactoring] Refactoring does not give warning about modifying derived resources | Build Identifier: M20100211-1343 The first time I try to edit a derived resource, Eclipse gives a warning about the resource being derived. However, when some refactoring would change that same resource, no warning is issued. Reproducible: Always Steps to Reproduce: 1. Generate some Java classes with some tool like ANT... | 2010-06-11 11:18:30 | 1,276,270,000 | resolved fixed | 5cf3a33 | 1,276,520,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionUtil.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/AbstractChangeNode.java | JDT |
507 | 103,450 | Bug 103450 [quick assist] Quick fix to remove synchronized block | I would like a Quick Fix option to "remove surrounding 'synchronized' statement", just like you can do with an "if" statement. | 2005-07-12 02:13:14 | 1,121,150,000 | resolved fixed | 0b13a78 | 1,276,270,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java | JDT |
508 | 314,777 | Bug 314777 New Source folder wizard enables finish without valid project | Steps: 1. Start with clean workspace 2. Right click in package explorer 3. Select New > Source Folder 4. Click Finish The error below is logged. -- Configuration Details -- Product: Eclipse 1.3.0.20100526-1935 (org.eclipse.epp.package.java.product) eclipse.buildId=I20100520-1744 java.version=1.6.0_20 java.vendor=Sun Mi... | 2010-05-27 17:02:34 | 1,274,990,000 | verified fixed | 6943bb3 | 1,276,250,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java | JDT |
509 | 313,339 | Bug 313339 Remove unused internal deprecated code | I20100518-0800. Remove unused internal deprecated code. | 2010-05-18 08:50:51 | 1,274,190,000 | resolved fixed | dfe220d | 1,276,160,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/ClasspathModifierQueries.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/LinkFolderDialog.java | JDT |
510 | 312,659 | Bug 312659 Remove unused NLS keys | null | 2010-05-12 12:03:37 | 1,273,680,000 | resolved fixed | 710969c | 1,276,160,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMessages.java | JDT |
511 | 314,354 | Bug 314354 [common navigator] Project Explorer does not refresh on adding/removing library to a project | I20100520-1744 Steps - New Workspace - New Java project - In 'Project Explorer' right click on the java project -> Build Path -> Configure Build Path - 'Libraries' tab -> 'Add Library' -> add JUnit 3 and click Ok to close the dialog => The newly added library does not show up in Project Explorer - Manually refresh the ... | 2010-05-25 16:20:33 | 1,274,820,000 | verified fixed | 5d6e440 | 1,275,510,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaNavigatorContentProvider.java | JDT |
512 | 313,972 | Bug 313972 [projection] Java editor randomly crashes when opening certain Java files (throws IllegalStateException) | null | 2010-05-21 15:30:54 | 1,274,470,000 | verified fixed | 2cfdc43 | 1,275,400,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/folding/DefaultJavaFoldingStructureProvider.java | JDT |
513 | 314,585 | Bug 314585 [hovering] NPE in JavadocHover when annotation value is a primitive type | Build Identifier: I20100429-1549 From within the java editor, hovering over the interface (Service1Soap) of an implementation such as: "public class Service1_Service1SoapImpl implements Service1Soap {..." Produces the following stack trace: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.viewsupport.JavaE... | 2010-05-26 18:48:59 | 1,274,910,000 | verified fixed | bd8d455 | 1,274,980,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java | JDT |
514 | 313,586 | Bug 313586 [preferences] Expose new preference in the UI | null | 2010-05-19 13:34:47 | 1,274,290,000 | verified fixed | a286949 | 1,274,350,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/FormatterMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java | JDT |
515 | 312,966 | Bug 312966 [hovering] Some text in Javadoc hover/view not visible using Ubuntu 10.04 | I20100513-1500 I am using the default colors on Ubuntu 10.04 and some of the tooltips display black text on black background. Will attach a screenshot. | 2010-05-14 15:16:22 | 1,273,860,000 | verified fixed | 1eb46da | 1,274,350,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java | JDT |
516 | 313,680 | Bug 313680 [nls tooling][spell checking] Typing in Properties File editor removes all spelling errors | R3.5 and N20100519-2000. Typing in Properties File editor removes all spelling errors. | 2010-05-20 05:24:40 | 1,274,350,000 | verified fixed | 81eacda | 1,274,350,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileSourceViewerConfiguration.java | JDT |
517 | 312,074 | Bug 312074 The "Link Source' wizard in the Build Path property page does not show Project Path Variables | Reproducible: Always Steps to Reproduce: * In the Java perspective, right click a Java project, goto Build Path > Link Source... * Select Variables... Notice that none of the project path variables are listed (to see the project path variable list, see the property page "Resource / Linked Resources"). This is done by a... | 2010-05-07 10:43:04 | 1,273,240,000 | verified fixed | ceffa58 | 1,274,260,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java | JDT |
518 | 312,867 | Bug 312867 [extract method] NPE when trying to "Extract Method" | Build Identifier: I20100312-1448 eclipse.buildId=I20100312-1448 java.version=1.6.0_18 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE Command-line arguments: -os win32 -ws win32 -arch x86 Error Fri May 14 09:44:30 GMT+01:00 2010 Internal Error java.lang.reflect.InvocationT... | 2010-05-14 03:52:18 | 1,273,820,000 | verified fixed | adba2ac | 1,274,200,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/validSelection_in/A_test374.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/validSelection_out/A_test374.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/re... | JDT |
519 | 313,080 | Bug 313080 SpellCheckingTest#test() runs very fast | SpellCheckingTest#test() seems to run very fast on all platforms since it was added in Jan 2010. I suspect something is wrong as this test takes about 300ms on my machine. | 2010-05-17 04:27:00 | 1,274,080,000 | verified fixed | b18d7e5 | 1,274,180,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/PerformanceTestSuite.java org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/SpellCheckingTest.java | JDT |
520 | 310,641 | Bug 310641 [refactoring] Refactoring history doesn't seem to be formatting strings properly | I20100426-0852 1. Create a Java project. 2. Make a class in the source folder. 3. Delete it. 4. Access the project's properties > Refactoring history 5. Keep expanding, you'll see a 'Delete element' entry, select it. 6. I get the following in the details text box. Delete element from {1} - Original project: 'Test' - Or... | 2010-04-27 10:31:06 | 1,272,380,000 | verified fixed | 2a5fe25 | 1,273,690,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/JavaDeleteProcessor.java | JDT |
521 | 310,396 | Bug 310396 [implementation] Deadlock in SharedASTProvider.getAST() | null | 2010-04-25 17:43:38 | 1,272,230,000 | verified fixed | e447d77 | 1,273,680,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java | JDT |
522 | 310,903 | Bug 310903 [hovering] Javadoc hovers don't show annotations on constructors | null | 2010-04-28 16:17:57 | 1,272,490,000 | verified fixed | e4c4eb8 | 1,273,680,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java | JDT |
523 | 310,982 | Bug 310982 [hovering] Improve rendering of class references in annotation hovers | HEAD See e.g. hover for org.junit.tests.running.classes.SuiteTest.All: - type links should not be fully qualified - type links should not be rendered in 'header' style (should show underlines) | 2010-04-29 05:46:17 | 1,272,530,000 | verified fixed | a62c40d | 1,273,670,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java | JDT |
524 | 105,668 | Bug 105668 [quick fix] place @SuppressWarnings on variables | 3.1 add an option to place the @SuppressWarning annotation in the smallest scope you can. Currently, it never adds it to local variables or parameters but places them on the method which is potentially dangerous because it hides all warnings in the method | 2005-08-01 09:57:58 | 1,122,900,000 | verified fixed | 70921e0 | 1,273,670,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ModifierCorrectionsQuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SuppressWarningsSubProcessor.java | JDT |
525 | 120,615 | Bug 120615 [hovering] Javadoc Viewer doesn't display {@link ... } properly if text is just whitespace | I20051213-0010 While browsing doc using the viewer I noticed that the following java doc excerpt from the merge method in IMergeContext: * For two-way merging, clients can either accept changes using the * {@link #merge(IDiffNode[], boolean, IProgressMonitor) } method or reject * them using {@link #markAsMerged(IFile, ... | 2005-12-13 11:42:46 | 1,134,490,000 | verified fixed | 095d008 | 1,273,670,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavadocContentAccess2.java | JDT |
526 | 310,993 | Bug 310993 [hovering] {@value} resolution in Javadoc doesn't work if constant doesn't explicitly declare static final | null | 2010-04-29 06:48:38 | 1,272,540,000 | verified fixed | be62923 | 1,273,670,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavadocContentAccess2.java | JDT |
527 | 285,137 | Bug 285137 [content assist] Completing method from unresolved variable removes code in case of * import | Hello, apologies if this is filed in the wrong place. I use content assist extensively; I also use the Java -> Code Style -> Organize Imports "Number of imports needed for .*" feature with value of 2. I'm constantly running into an interaction between the two - when I use the completion of content assist (as in the fol... | 2009-07-30 06:51:17 | 1,248,950,000 | verified fixed | 81a3965 | 1,273,590,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java | JDT |
528 | 295,429 | Bug 295429 [package explorer] Adding resource filters causes grief | I20091117-1545. Adding resource filters to a container breaks the Package Explorer: the filtered element remains in the UI as '?'. Test Case: 1. create Java project 2. add second source folder 'src2' 3. add resource filter on project for 'src' ==> '?' in the UI plus exceptions in the .log Talking to Szymon: there's no ... | 2009-11-18 06:45:38 | 1,258,540,000 | verified fixed | f5ab282 | 1,273,590,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java | JDT |
529 | 298,951 | Bug 298951 OpenTypePerfTest#testWarmException() perf tests results are not reliable | Verifying performance results for all 3.6M4 scenarios, it appears that results for OpenTypePerfTest#testWarmException() test are completely unreliable (on all test machines). It seems that something should be done to stabilize this test or remove it from the benchmark. | 2010-01-06 10:01:16 | 1,262,790,000 | resolved fixed | bf100f2 | 1,273,570,000 | org.eclipse.jdt.ui.tests/performance/org/eclipse/jdt/ui/tests/performance/views/OpenTypePerfTest.java | JDT |
530 | 310,551 | Bug 310551 [render] UIEJB3Validator reports a build path problem | null | 2010-04-26 17:55:50 | 1,272,320,000 | verified fixed | e42c61d | 1,273,570,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerProblemsDecorator.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementImageDescriptor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/ProblemsLabelDecorator.java | JDT |
531 | 311,835 | Bug 311835 [preferences] Add option for FORMATTER_USE_ON_OFF_TAGS (bug 311582) | null | 2010-05-06 04:48:03 | 1,273,140,000 | verified fixed | bb07ae5 | 1,273,500,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/FormatterMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/OffOnTagsTabPage.java | JDT |
532 | 310,690 | Bug 310690 [type wizards] New class wizard eagerly fills input text fields | I20100426-0852 1. Ctrl+3 > Add All Plug-ins to Java Search 2. File > New > Other... > Java > Class 3. The source folder is prepopulated with "External Plug-in Libraries" even though the 'Package Explorer' view is empty. I think the wizards should always respect the selection. If nothing is selected then nothing should ... | 2010-04-27 14:37:11 | 1,272,390,000 | verified fixed | 2381e9a | 1,273,150,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewContainerWizardPage.java | JDT |
533 | 301,455 | Bug 301455 [type hierarchy] AssertionFailedException pressing F4 by mistake | Using eclipse.buildId=I20100128-1731 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 by pressing F4 by mistake. I could not reproduce, but I think it is worth bein... | 2010-02-01 14:38:13 | 1,265,050,000 | verified fixed | 147f1e3 | 1,273,040,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyLifeCycle.java | JDT |
534 | 304,217 | Bug 304217 [type hierarchy] Widget is disposed error on type hierarchy computation | Using I20100224-2242, it looks like background processing of type hierarchies can cause some issues when a widget is disposed. I don't have steps to reproduce. org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTException: Widget is disposed) at org.eclipse.swt.SWT.error(SWT.java:4083) at org.e... | 2010-03-01 10:34:38 | 1,267,460,000 | verified fixed | 3a22874 | 1,273,040,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java | JDT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.