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 |
|---|---|---|---|---|---|---|---|---|---|---|
1,435 | 204,682 | Bug 204682 [JUnit] Any class that references org.junit.Test is run as a test | Build ID: I20070921-0919 Steps To Reproduce: If you place the following class in a package, and run all tests in the package, this class will also get picked up, and cause an error. This can make it challenging when trying to write custom JUnit runners. Does core provide a way to search for annotation classes only when... | 2007-09-26 09:49:16 | 1,190,810,000 | verified fixed | a8a409c | 1,196,260,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/JUnit4TestFinder.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnit4TestFinder.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/junit/tests/JUnit4TestFinderTest.java | JDT |
1,436 | 105,651 | Bug 105651 [quick fix] Create getter for unused field | Hi all, A nice to have would be 'quick fix' to automatiically generate a getter when a field is, currently unused. public class MyClass { private int field; // unused field } click on lightbulb, select "Generate getter" would result in public class MyClass { private int field; // warning gone public int getField() { re... | 2005-08-01 02:20:03 | 1,122,880,000 | resolved fixed | 7c29604 | 1,196,260,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/AdvancedQuickAssistProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/GetterSetterCorrectionSubProcessor.java org.eclipse.jdt.ui... | JDT |
1,437 | 210,865 | Bug 210865 [search] 'Occurrences in File' does not work in Outline | HEAD Occurrences in File (Ctrl=Shift+U) does not work in Outline any more. | 2007-11-25 14:23:09 | 1,196,020,000 | resolved fixed | 61fbabd | 1,196,160,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OccurrencesSearchMenuAction.java | JDT |
1,438 | 210,940 | Bug 210940 [open type] Open type is slow | I20071120-1300 1. Start self-hosting workspace (with all jdt.core projects as source) 2. Ctrl+Shift+T 3. Type A Observe: You see 'Searching x%' for several seconds (maybe 30s) | 2007-11-26 10:42:58 | 1,196,090,000 | resolved fixed | 2e7b82d | 1,196,100,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java | JDT |
1,439 | 210,909 | Bug 210909 [save actions] Remove workaround for bug 208541 | null | 2007-11-26 05:36:32 | 1,196,070,000 | resolved fixed | 937e0f5 | 1,196,090,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SaveParticipantTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CodeFormatFix.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/EditorUtility.java | JDT |
1,440 | 83,258 | Bug 83258 [jar exporter] Deploy java application as executable jar | null | 2005-01-19 16:59:03 | 1,106,170,000 | resolved fixed | 9d00862 | 1,196,090,000 | org.eclipse.jdt.ui.tests/test plugin/org/eclipse/jdt/testplugin/JavaProjectHelper.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/AutomatedSuite.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/jarexport/FatJarExportTests.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/jarexport/JarExportTe... | JDT |
1,441 | 210,758 | Bug 210758 Improve LeakTestCase performance by checking multiple classes | HEAD LeakTestCase performance is very bad if tests assert the instance count of multiple classes in sequence (e.g. TextViewerUndoManagerLeakTest.testLeak()). LeakTestCase.assertInstanceCount(Class, int) should be expanded to allow checking instance counts for more than one classes at once during the same memory travers... | 2007-11-23 08:58:29 | 1,195,830,000 | resolved fixed | 441b3ed | 1,196,080,000 | org.eclipse.jdt.ui.tests/leaks/org/eclipse/jdt/ui/leaktest/LeakTestCase.java org.eclipse.jdt.ui.tests/leaks/org/eclipse/jdt/ui/tests/leaks/TextViewerUndoManagerLeakTest.java org.eclipse.jdt.ui.tests/leaks/org/eclipse/jdt/ui/tests/leaks/UndoManagerLeakTest.java | JDT |
1,442 | 210,918 | Bug 210918 [rulers] show line number in overview ruler | I20071120-1300. We could show the line number when hovering over an Overview ruler location without an annotation. | 2007-11-26 08:17:56 | 1,196,080,000 | resolved fixed | 0a6c7be | 1,196,080,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileSourceViewerConfiguration.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/HTMLAnnotationHover.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaSourceViewerConfiguration.java | JDT |
1,443 | 210,883 | Bug 210883 Link with editor fails for Java Projects | There is an issue with the Java content provider where it is returning an IJavaProject instead of an IProject. Scenario: Create a Java Project and add a few classes, files, etc using the Navigator view. Open the new files using the Navigator view. Open the Project Explorer and press the link with editor button. | 2007-11-25 20:51:37 | 1,196,040,000 | resolved fixed | af44c9a | 1,196,070,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaNavigatorContentProvider.java | JDT |
1,444 | 204,289 | Bug 204289 Closing context menu programmatically does not work when shell not active | null | 2007-09-21 12:28:58 | 1,190,390,000 | resolved fixed | 313dcbb | 1,195,830,000 | org.eclipse.jdt.ui.tests/leaks/org/eclipse/jdt/ui/tests/leaks/JavaLeakTest.java | JDT |
1,445 | 42,066 | Bug 42066 [preferences] "New Template" and "Edit Template" dialogs margin spacing | The spacing at the top, left and right should be the same as the spacing between the OK button and the bottom. | 2003-08-26 20:34:19 | 1,061,940,000 | resolved fixed | eff4b59 | 1,195,820,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java | JDT |
1,446 | 209,979 | Bug 209979 Compare Java structure: Ignore White Space only works partially | I20071113-0800. Compare Java structure: Ignore White Space only works partially i.e. some members still show up in the structure even though there are no changes after clicking the 'Ignore White Space...' toolbar button. Test Case: 1. compare org.eclipse.jdt.internal.ui.preferences.SmartTypingConfigurationBlock rev. 1.... | 2007-11-15 11:22:36 | 1,195,140,000 | verified fixed | 63e556c | 1,195,820,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaStructureCreator.java | JDT |
1,447 | 210,644 | Bug 210644 [mark occurrence] Occurrences in File does not work in class files | HEAD Occurrences in File does not work in class files any more (e.g. Object.class). | 2007-11-22 07:06:08 | 1,195,730,000 | verified fixed | 8ce1b16 | 1,195,750,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaTextSelection.java | JDT |
1,448 | 210,616 | Bug 210616 jdt.ui RenameTypeParameterTests#test10() not running anymore | Version: 3.4.0 Build id: I20071120-1300 this jdt.ui test is running OK with v825, but not with HEAD. expected result: package p; class A<T>{ private T f; class B<T>{ static <S> S f(S t) { T s=t; return null; } } } actual result: package p; class A<T>{ private T f; class B<T>{ static <S> S f(S t) { S s=t; return null; }... | 2007-11-22 01:45:25 | 1,195,710,000 | resolved fixed | f79cc2f | 1,195,740,000 | org.eclipse.jdt.ui.tests.refactoring/resources/RenameTypeParameter/test10/in/A.java org.eclipse.jdt.ui.tests.refactoring/resources/RenameTypeParameter/test10/out/A.java | JDT |
1,449 | 210,633 | Bug 210633 [JUnit] JUnit view leaks SWT image handle | If you open and close the JUnit view repeatedly while watching with the Windows Task Manager you can see an increasing number of GDI objects. With the Sleak view we detected the image fSuiteOkIcon is responsible for the leak. I have prepared a patch (to follow...) | 2007-11-22 05:06:34 | 1,195,730,000 | verified fixed | ac8316c | 1,195,730,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/CounterPanel.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/FailureTableDisplay.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.ja... | JDT |
1,450 | 70,870 | Bug 70870 [navigation][hovering] Javadoc view cannot find URL with anchor | null | 2004-07-26 18:38:01 | 1,090,880,000 | resolved fixed | ef5a775 | 1,195,660,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaDoc2HTMLTextReaderTester.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java | JDT |
1,451 | 210,388 | Bug 210388 [search] 'Search > Occurrences in File' broken for non-zero length selections | HEAD 'Search > Occurrences in File' is broken for non-zero length selections (Ctrl+Shift+U shows '<no entries available>'). | 2007-11-20 09:11:56 | 1,195,570,000 | resolved fixed | 23c0e58 | 1,195,580,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindBreakContinueTargetOccurrencesAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindExceptionOccurrencesAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindImplementOccurrencesAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindMe... | JDT |
1,452 | 210,336 | Bug 210336 [extract local] Extract local variable falsely detects a conflict | package a; public class A { List var = new ArrayList(); } package b; public class B extends a.A { public void doSomething() { new ArrayList().size(); } } In the above snippet, if you try to extract "new ArrayList()" as a local variable "var" in doSomething(), you will be warned that a variable with that name is already... | 2007-11-20 00:04:18 | 1,195,540,000 | resolved fixed | 51e3ff8 | 1,195,550,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java | JDT |
1,453 | 209,505 | Bug 209505 [implementation] Incorrect pair-match determination of searchable partition | Build ID: M20071023-1652 Steps To Reproduce: For a document where the closing element of a matchable pair is the last character in a partition, DefaultCharacterPairMatcher will fail to search the correct partition type -- it will search based on the type of the immediately following partition. More information: In Defa... | 2007-11-12 10:32:34 | 1,194,880,000 | resolved fixed | 55772ea | 1,195,490,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java | JDT |
1,454 | 207,839 | Bug 207839 [package explorer] Link with editor is broken for cus non on the build path | Using I20071023-0800, link with editor doesn't work for compilation units that are not on the build path. 1) Create an empty workspace 2) Create a java project "P" with a source folder "src" 3) Create a folder "tests" in the root of "P". 4) Create a new type "X" in the source folder "src". An editor on X is opened. Lea... | 2007-10-29 15:26:23 | 1,193,690,000 | resolved fixed | 24554c0 | 1,195,480,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
1,455 | 183,512 | Bug 183512 [navigation] Mark Occurrences false hit on superclass/static method | 3.3M6 I20070323-1616 In the following code (single source file): public class X { public static void method() { } } class Y extends X { public static void method() { } } place the cursor after 'X' in the declaration of class Y. Mark occurrences will highlight the nearest X but will also highlight Y.method() on the next... | 2007-04-21 17:49:53 | 1,177,190,000 | resolved fixed | a692ebe | 1,195,480,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ImplementOccurrencesFinder.java | JDT |
1,456 | 203,765 | Bug 203765 [search] occurrences search wrongly colors read as write access on same line | I20070918-0010 Given (with colored labels enabled): public class Dummy { int field; { field= 1; field= field; //first is write, second is read System.out.println(field); } } 1. select 'field' 2. Search > Occurrences in File > Identifier => third entry in Search view renders both matches as write access, but the second ... | 2007-09-18 09:48:40 | 1,190,120,000 | resolved fixed | d07dd96 | 1,195,470,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/OccurrenceMatch.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/OccurrencesSearchLabelProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/OccurrencesSearchQuery.java | JDT |
1,457 | 166,521 | Bug 166521 [typing] Smart Paste into string should not escape single ticks (') | null | 2006-12-01 12:20:57 | 1,164,990,000 | resolved fixed | 51ebc94 | 1,195,140,000 | 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/JavaStringAutoIndentStrategy.java | JDT |
1,458 | 209,853 | Bug 209853 [rename] Rename refactoring dead end with unsaved .java file | [3.4 M3] Steps: 1. Select a class name, Alt-Shift-R to rename. 2. Enter a different name but don't press enter 3. Pick "Open Rename Dialog..." from the dropdown 4. Click Finish in the wizard Expected: The rename is performed Actual: An error dialog is shown saying that the file has unsaved changes. | 2007-11-14 15:11:37 | 1,195,070,000 | resolved fixed | 3b12628 | 1,195,130,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameCompilationUnitChange.java | JDT |
1,459 | 209,778 | Bug 209778 [search] TypeReferenceMatch#getOtherElements() fails for match in annotation | null | 2007-11-14 07:15:56 | 1,195,040,000 | verified fixed | 0872ae5 | 1,195,040,000 | org.eclipse.jdt.ui.tests.refactoring/resources/RenameType/testSimilarElements34/in/Try.java org.eclipse.jdt.ui.tests.refactoring/resources/RenameType/testSimilarElements34/out/Bla.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RenameTypeTests.java | JDT |
1,460 | 209,705 | Bug 209705 org.eclipse.jdt.ui.PreferenceConstants should update its specification | This class document should be updated to clearly state that it cannot be subclassed. The component.xml file for jdt/ui contains: <type name="PreferenceConstants" subclass="false" instantiate="false"/> This should be reflected in the documentation. | 2007-11-13 16:09:58 | 1,194,990,000 | resolved fixed | 5b382f6 | 1,195,030,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java | JDT |
1,461 | 155,013 | Bug 155013 [search] [DCR] More finegrained options for Java search | 20060824 A first step toward more advanced searching would be to offer more finegrained search criterias. Currently it is only possible to find all type references of 'X'. It would be nice to distinguish the references by the AST-location where they were used. For example inside as a cast type ((X) a).foo()) or as a va... | 2006-08-24 06:09:07 | 1,156,410,000 | verified fixed | 20029a4 | 1,194,980,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameTypeProcessor.java | JDT |
1,462 | 209,545 | Bug 209545 [JUnit] Allow to run the test at the current cursor location | null | 2007-11-12 15:49:21 | 1,194,900,000 | resolved fixed | e11e01e | 1,194,960,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/launcher/JUnitLaunchShortcut.java | JDT |
1,463 | 209,500 | Bug 209500 ClassCastException using rename method refactoring | Hi, I got the following error during a rename refactoring on a method. -- Error Log -- Date: Mon Nov 12 14:52:22 GMT 2007 Message: Internal Error Severity: Error Plugin ID: org.eclipse.ltk.ui.refactoring Stack Trace: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContex... | 2007-11-12 09:58:30 | 1,194,880,000 | verified fixed | fb96000 | 1,194,950,000 | org.eclipse.jdt.ui.tests.refactoring/resources/RenameVirtualMethodInClass/testFail41/in/A.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RenameVirtualMethodInClassTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodProc... | JDT |
1,464 | 209,465 | Bug 209465 [convert local] Convert Local Variable to Field removes empty line | Build ID: I20071101-2000 Steps To Reproduce: 1. paste the code below in a java editor 2. put the cursor on "list" (declaration) 3. Press Ctrl+1, and select "Convert Local Variable to Field" 4. The quick fix do his job but also removes the empty line before the if statement, while it should'nt !!! public class Foo { voi... | 2007-11-12 05:00:57 | 1,194,860,000 | resolved fixed | 6c78788 | 1,194,870,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/PromoteTempToFieldRefactoring.java | JDT |
1,465 | 203,049 | Bug 203049 [open type] TypeSelectionExtension#getImageProvider() not called any more | 3.4 HEAD org.eclipse.jdt.internal.ui.dialogs.FilteredTypesSelectionDialog.TypeInfoUtil.getImageDescriptor(Object) is not used, but probably should be. | 2007-09-12 06:14:09 | 1,189,590,000 | verified fixed | abcbee4 | 1,194,870,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java | JDT |
1,466 | 209,220 | Bug 209220 [build path] Create Java project dialog has confusing ordering for 508 issues | Build ID: 3.3 Steps To Reproduce: I make a new Java Project, the Create a Java Project dialog has an odd tab order. Under JRE there are two radio buttons for default and a project specific JRE. If you stay on default and press tab, it takes you to Configure Default... and then to the next box for Project Layout. Howeve... | 2007-11-08 12:33:17 | 1,194,540,000 | resolved fixed | ad4ace9 | 1,194,860,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPageOne.java | JDT |
1,467 | 129,588 | Bug 129588 [rulers] No error icon in editor left ruler | Build 3.2M5 When typing following code in editor (without building), there is no error indication in left ruler, where one appears when building. public class X { { (a } } Note that if removing the open parenthesis, the error icon appears as expected. | 2006-02-27 10:54:23 | 1,141,060,000 | resolved fixed | 8a19b93 | 1,194,540,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java | JDT |
1,468 | 208,868 | Bug 208868 [add import] "Ctrl + shift + m" error | null | 2007-11-06 05:55:12 | 1,194,350,000 | resolved fixed | e34fc08 | 1,194,360,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddImportsOperation.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/CodeGenerationMessages.java | JDT |
1,469 | 207,946 | Bug 207946 [call hierarchy] Call Hierarchy: constructors do not call a type | I20071030-0010. The Call Hierarchy now allows to be opened on a type in which case it lists the constructors as callers. This is wrong. Markus explained that this is a handy workaround to start with all constructors. If we really want this then we should simply feed the call hierarchy with all these constructors as roo... | 2007-10-30 07:25:49 | 1,193,740,000 | resolved fixed | b1330e4 | 1,194,340,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/callhierarchy/CallHierarchyContentProviderTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/CallHierarchyTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/CallHierarchy.java org.eclipse.jdt.ui/core extension/o... | JDT |
1,470 | 208,752 | Bug 208752 [clean up] Remove parentheses is too aggressive | Build ID: I20071101-2000 Steps To Reproduce: Following code spaceCount = 2 * (spaceCount / 2); incorrectly converted into spaceCount = 2 * spaceCount / 2; As you understand, when spaceCount is odd, these two expressions have different value. ;-) More information: | 2007-11-05 06:51:24 | 1,194,260,000 | verified fixed | 08f9622 | 1,194,340,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/ExpressionsFix.java | JDT |
1,471 | 208,568 | Bug 208568 [save actions] Work around core bug 208541 | null | 2007-11-02 10:59:53 | 1,194,020,000 | resolved fixed | befd68a | 1,194,020,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SaveParticipantTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CodeFormatFix.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/... | JDT |
1,472 | 208,213 | Bug 208213 [preferences] Export User Libraries not working | Build ID: M20071023-1652 Steps To Reproduce: 1.Window>Preferences>Java>Build Path>User Libraries>Export ... 2.Select Libraries to export and Fill in File Location 3.Click "OK" More information: Cannot export user libraries. From the "Export User Libraries" dialog, you can select the libraries you want to export and cho... | 2007-10-31 08:02:44 | 1,193,830,000 | resolved fixed | 65696bf | 1,194,010,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java | JDT |
1,473 | 192,805 | Bug 192805 [open type] Open Type in fresh workspace does not work | 3.3 RC4 (like this since day one) 1. start fresh workspace 2. verify on Java > Installed JREs that a JRE is installed and selected 3. press Ctrl+Shift+T or click the enabled 'Open Type' tool bar button 4. try to find a class from the JRE, e.g. HashMap ==> nothing. We should either allow to select the types from the ins... | 2007-06-15 02:54:27 | 1,181,890,000 | resolved fixed | 0eadf04 | 1,193,940,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OpenTypeAction.java | JDT |
1,474 | 206,025 | Bug 206025 [inline] NPE when inlining | 3.4 20071011 - inline 'activate' in 'foo' public class RefactoringStarter { public boolean activate(String wizard) { return true; } public boolean activate(Object refactoring, String wizard) { String wizard1= wizard; return activate(wizard1); } private void foo() { if (this != null) activate(new Object(), new String())... | 2007-10-11 07:18:28 | 1,192,100,000 | resolved fixed | 7289651 | 1,193,940,000 | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/controlStatement_in/TestIfWithVariable.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/controlStatement_out/TestIfWithVariable.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/... | JDT |
1,475 | 207,928 | Bug 207928 [preference] compliance: enabling project properties clears 'use default' | 20071030 - Open the 'Java Compiler' property page on a Java project - Check 'use project settings' - 'Use default compliance...' got unchecked | 2007-10-30 06:23:35 | 1,193,740,000 | resolved fixed | 63760ab | 1,193,840,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java | JDT |
1,476 | 208,066 | Bug 208066 [save actions] Format edited lines on save takes ages with many changed lines | I20071030-0010 - open StyledText.java - enable format on save (edited lines) - replace all " =" with "=" - save => takes multiple minutes, not cancellable, no progress => expected: a) is quicker b) shows cancellable progress after at most 5 seconds (in dialog or in workbench window trim) | 2007-10-30 14:05:30 | 1,193,770,000 | resolved fixed | 5404bfc | 1,193,840,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CodeFormatFix.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/CodeFormatterUtil.java | JDT |
1,477 | 208,002 | Bug 208002 [CommonNavigator] Navigator: Delete fails with nested resources | null | 2007-10-30 10:37:19 | 1,193,760,000 | verified fixed | 39e376b | 1,193,830,000 | org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/resource/DeleteResourcesProcessor.java | JDT |
1,478 | 206,143 | Bug 206143 [organize imports] Organize Imports imports static nested binary type with $ | I20071010-1200, also wrong in 3.3, was OK in 3.2.2 public class Try { STRING var; } - Organize Imports => was: adds import javax.print.DocFlavor$STRING; => expected: adds import javax.print.DocFlavor.STRING; | 2007-10-12 10:19:29 | 1,192,200,000 | resolved fixed | 5f28626 | 1,193,670,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddImportsOperation.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java or... | JDT |
1,479 | 127,533 | Bug 127533 [1.5][compiler] warning on unused @SuppressWarnings annotations | 3.2M4 there should be a warning on unused @SuppressWarnings annotations (just like we have one on 'unused exceptions') for example here the annotation is unused - it just pollutes code: If it was for a whole class if would've been even worse @SuppressWarnings("unchecked") //unused void doNoEvil(){ System.out.println("h... | 2006-02-13 15:09:44 | 1,139,860,000 | verified fixed | cf0815c | 1,193,590,000 | org.eclipse.jdt.ui.tests/test plugin/org/eclipse/jdt/testplugin/TestOptions.java | JDT |
1,480 | 206,064 | Bug 206064 [GlobalActions] Provide LTK aware IDE actions | org.eclipse.ui.ide RenameResourceAction should use the LTK rename refactoring instead of the MoveResourcesOperation. | 2007-10-11 12:47:23 | 1,192,120,000 | verified fixed | db6dd11 | 1,193,400,000 | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringUIMessages.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/actions/AbstractResourcesHandler.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/actions/DeleteResourcesHandler... | JDT |
1,481 | 202,221 | Bug 202221 [content assist][5.0] when selected method from favorites is a member of a type with a type variable an invalid static import is added | null | 2007-09-04 21:42:42 | 1,188,960,000 | resolved fixed | e66c1c5 | 1,193,400,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ImportCompletionProposal.java | JDT |
1,482 | 63,573 | Bug 63573 [syntax highlighting] highlight numbers | In 3.0, the java editor has supported operator..... etc. much more than 2.1.3. But it has not support highlight number. Hope to enhance this feature. | 2004-05-23 02:39:18 | 1,085,290,000 | verified fixed | 3ed7ea6 | 1,193,390,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaThemeConstants.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text... | JDT |
1,483 | 205,723 | Bug 205723 [content assist] support code assist for static members when import missing | null | 2007-10-08 09:30:00 | 1,191,850,000 | resolved fixed | d62f195 | 1,193,390,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposalComputer.java | JDT |
1,484 | 207,492 | Bug 207492 [move member type] Moving enum from one class to another adds public modifier | Build ID: I20070621-1340 Steps To Reproduce: If I have the following: ----------------------------------- public class Foo { /** * This is the enum */ public static enum Logic { /** * Is True */ TRUE, /** * Is False */ FALSE } ... } public class Bar { ... } ----------------------------------- RMB on the enum Logic, cho... | 2007-10-25 14:13:43 | 1,193,340,000 | resolved fixed | 05d22e5 | 1,193,390,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MemberVisibilityAdjustor.java | JDT |
1,485 | 192,045 | Bug 192045 [nls tooling] Properties file editor should have "toggle comment" action | It would be great if in the properties file editor there were some way to do the equivalent of the Java "toggle comment" action to add/remove # to the beginning of each line. So, given a file foo.properties: # Neato properties p1=a p2=b p3=c I would like to highlight lines 2-4, select the "Toggle Comment" action (I'd e... | 2007-06-11 17:14:52 | 1,181,600,000 | resolved fixed | 4b82f0f | 1,193,390,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileSourceViewerConfiguration.java | JDT |
1,486 | 79,112 | Bug 79112 [1.5] [model] accessing annotation on Java elements | In J2SE5, package, class, field, and method declaration can all carry annotations. Tools that work with Java code will need to be able to find out how a Java element has been annotated. They have no way to do this now. The support that is there now in DOM/AST is no sufficient: (1) Both Java compilation units and class ... | 2004-11-19 15:58:48 | 1,100,900,000 | verified fixed | 654d99e | 1,193,320,000 | org.eclipse.jdt.jeview/src/org/eclipse/jdt/jeview/properties/JavaElementProperties.java org.eclipse.jdt.jeview/src/org/eclipse/jdt/jeview/properties/MemberValuePairProperties.java org.eclipse.jdt.jeview/src/org/eclipse/jdt/jeview/views/JEMemberValuePair.java org.eclipse.jdt.jeview/src/org/eclipse/jdt/jeview/views/JEVie... | JDT |
1,487 | 206,617 | Bug 206617 [quick assist] ClassCastException in if statement | Build ID: I20070621-1340 Steps To Reproduce: 1. Request quick assist in a || operand of an else-if statement, e.g : .. else if(a||b) { .. 2. Some quick assist are missing (Exchange left and right operands, split || condition...) , check the log you will see that a ClassCastException has occured. More information: It wo... | 2007-10-17 09:40:58 | 1,192,630,000 | resolved fixed | 2eac900 | 1,193,150,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 |
1,488 | 53,377 | Bug 53377 Libraries need to support activity filtering | The libraries dialog shown by the class path dialog needs to support activity based filtering, i.e., when PDE isn't active then the Required Plug-ins Container should not be shown. | 2004-03-01 06:03:41 | 1,078,140,000 | resolved fixed | 04a2d52 | 1,193,140,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ClasspathContainerDescriptor.java | JDT |
1,489 | 202,914 | Bug 202914 [open type] FilteredTypesSelectionDialog package pattern doesn't work properly | Build ID: Build id: I20070809-1105 Steps To Reproduce: 1. Type '.*' . Result: It shows all types in the workspace. Even if the classes are in default packages. Is it properly behavior of this window? 2. Type something before '.*' eg. 'org.eclipse.*' . Result: It do nothing. Probably it's problem with implementation of ... | 2007-09-11 09:14:42 | 1,189,520,000 | resolved fixed | 49ceda9 | 1,193,130,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeInfoFilter.java | JDT |
1,490 | 186,720 | Bug 186720 [rename] In-place rename preview shown inconsistently | 3.3M7 I20070503-1400 public class Pqr { public static void main(String[] args) { new Stu(5); } } public class Stu { public Stu(int x) { x++; } } 1. Create the two class sources above. 2. Rename Stu -> St in-place: Completes silently. 3. Roll back to the situation in (1). 4. Rename Stu -> Vwx in-place: Preview dialogue ... | 2007-05-13 12:02:44 | 1,179,070,000 | resolved fixed | 604c020 | 1,192,710,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameLinkedMode.java | JDT |
1,491 | 75,800 | Bug 75800 [call hierarchy] should allow searches for fields | null | 2004-10-07 10:36:48 | 1,097,160,000 | resolved fixed | 4cdc064 | 1,192,710,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/CallHierarchy.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyContentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyTransferDropAdapter.java org.eclipse.jdt.ui/ui... | JDT |
1,492 | 206,153 | Bug 206153 [ltk] offer move resource refactoring in LTK | 3.4 We want to push down the MoveResource refactoring to LTK so that platform IDE and other clients can use it to move resources. The MoveResource refactoring serves participants, does validate edit and checks changes with the ResourceChangeValidator. | 2007-10-12 11:38:37 | 1,192,200,000 | resolved fixed | f8406e1 | 1,192,460,000 | org.eclipse.ltk.core.refactoring.tests/src/org/eclipse/ltk/core/refactoring/tests/AllTests.java org.eclipse.ltk.core.refactoring.tests/src/org/eclipse/ltk/core/refactoring/tests/resource/ResourceRefactoringTests.java org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/resource/MoveResourceChange.java ... | JDT |
1,493 | 200,016 | Bug 200016 [1.5][compiler] better error message when enum constants must implement methods | 3.4 In the following code, the enum constants need to implement 'foo'. Currently the error is on 'foo': 'The enum TestEnum can only define the abstract method foo() if it also defines enum constants with corresponding implementations' enum TestEnum { test1, test2; public abstract boolean foo(); } I think it would make ... | 2007-08-15 06:36:08 | 1,187,170,000 | verified fixed | 32ad6ab | 1,192,460,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/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java org.eclipse.jdt.ui/core ... | JDT |
1,494 | 163,660 | Bug 163660 [surround with try/catch] Surround With templates not showing in javadoc | When I select some javadoc text and invoke the 'Surround With' menu I get no ptions other than 'Try/catch block'. The next part of the popup menu contains the text: 'none applicable'. I've checked the registered templates and there are several listed for the javadoc context. The surround with functionality works fine w... | 2006-11-07 09:38:20 | 1,162,910,000 | resolved fixed | a68f981 | 1,192,200,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickTemplateProcessor.java | JDT |
1,495 | 190,188 | Bug 190188 [clean up] Extra parentheses not removed | I20070530-0010 Given: package p01; public class Klazz { public void foo() { (new Object()).toString(); } } 1. Run clean up with 'Remove unnecessary parentheses' enabled Is: No changes Should: new Object().toString(); Also the quick assist is not offered | 2007-05-31 08:20:12 | 1,180,610,000 | resolved fixed | 0b7ca6e | 1,192,190,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/OperatorPrecedence.java | JDT |
1,496 | 189,944 | Bug 189944 [clean up] Long project name aren't fully visible inside the Clean Up wizard. | build I20070530-0010 1) Create a project 'abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz' 2) Create a class X.java inside this project 3) Do a Clean Up of this class (Source>Clean Up) The Clean Up wizard appear. The displayed project name look like 'abcdefghijklmnopqrstuvwxyz...'. 3) Resize the 'Project' column t... | 2007-05-30 11:03:26 | 1,180,540,000 | resolved fixed | a02d1a3 | 1,192,180,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java | JDT |
1,497 | 189,398 | Bug 189398 [clean up] Does not add block if expected | I20070525-0010 Given: package e; public class A { public void foo(Object o) { if (o != null) System.out.println(o); } } 1. Source>Clean Up... 2. Configure... 3. No block for single return and throw statements 4. OK 5. Finish Is: No change Should: Add a block, shouldn't it? What would you expect? | 2007-05-28 06:37:29 | 1,180,350,000 | resolved fixed | f1d949b | 1,192,180,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/ControlStatementsFix.java | JDT |
1,498 | 189,394 | Bug 189394 [clean up] Does not remove unused local variable if assignment | I20070525-0010 Given: package e; import java.util.Random; public class A { public void foo() { Random ran= new Random(); } } 1. Run Source>Clean Up... 2. Select 'Remove unused local variables' Is: No changes Should: public void foo() { new Random(); } | 2007-05-28 06:13:59 | 1,180,350,000 | resolved fixed | 335d9d6 | 1,192,120,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpStressTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/UnusedCodeFix.java | JDT |
1,499 | 185,333 | Bug 185333 [package explorer] Better defaults when switching to working set mode | I20070503-0010. 0. start fresh workspace 1. go to Package Explorer 2. add a project 3. add a working set 4. add the project to that working set 2. view menu > Top Level Elements > Working Sets ==> customization dialog comes up with just 'Other Projects' preselected. I would also expect that my working set(s) are pre-se... | 2007-05-03 09:23:23 | 1,178,200,000 | resolved fixed | 9f1628f | 1,192,110,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAction.java | JDT |
1,500 | 183,736 | Bug 183736 [preferences] Selecting element in tree on Line Wrapping formatter page shows error | I20070417-0800 1. Go to Preferences>Java>Code Style>Formatter 2. Activate profile Eclipse [built-in] 3. Edit... 4. Go to Line Wrapping tab page 5. Select an element in the tree Is: Error is shown: This is a built in profile blabla Should: Not be shown, no changes yet... | 2007-04-24 03:55:05 | 1,177,400,000 | resolved fixed | 9ea90cb | 1,192,110,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ModifyDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileManager.java | JDT |
1,501 | 195,552 | Bug 195552 [preferences] Code formatter prefs: "Force split" checkbox cut | N20070705-0010 Code formatter preference page > Line Wrapping: The "Force split" checkbox is cut in some scenarios. Steps: - profile dialog > Line Wrapping - in tree, select Class Declarations > 'extends' clause - Cancel - open profile dialog again - in tree, select Class Declarations => checkbox name is "Force split (... | 2007-07-05 12:53:24 | 1,183,650,000 | resolved fixed | c24f63d | 1,192,110,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java | JDT |
1,502 | 205,951 | Bug 205951 [reconciling] problem annotations not updated after preference chage | I20071009-2225 Given: package pack2; public class Test { public int foo(String s) { int i; return 0; } } 1. Open in java editor Is: A warning is shown in editor and problems view 'i is never read' 2. Go to Errors/Warnings preference page 3. Set 'Local variable is never read' to 'Ignore' 4. Ok, Yes, Is: The waring is go... | 2007-10-10 12:18:43 | 1,192,030,000 | verified fixed | fd6f8b9 | 1,192,100,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaReconciler.java | JDT |
1,503 | 205,908 | Bug 205908 [clean up] Restore default on save action preference page does not enable/disable correctly | I20071009-2225 1. Go to Save Action preference page 2. Press 'Restore Defaults' Is: Organize import info text is enabled Should: Not be enabled | 2007-10-10 08:48:31 | 1,192,020,000 | resolved fixed | b3bdb49 | 1,192,020,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpSaveParticipantPreferenceConfiguration.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/SaveParticipantMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/u... | JDT |
1,504 | 205,906 | Bug 205906 [clean up] Cancel clean up modify dialog does not cancel | I20071009-2225 1. Go to save action preference page 2. Enable additional actions 3. configure... 4. change something 5. cancel Is: Additional actions has changed Should: not change | 2007-10-10 08:43:23 | 1,192,020,000 | resolved fixed | c493400 | 1,192,020,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpSaveParticipantPreferenceConfiguration.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/SaveActionSelectionDialog.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal... | JDT |
1,505 | 191,009 | Bug 191009 [clean up] Save actions preference page does not restore all defaults | I20070605-0010 1. Go to Java>Editor>Save Actions 2. Select 'Perform the selected actions on save' 3. Press 'Restore Defaults' Is: 'Perform the selected actions on save' is not unchecked Should: Be unchecked as this is the default. | 2007-06-05 08:18:38 | 1,181,050,000 | resolved fixed | d09ef58 | 1,192,020,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpSaveParticipantPreferenceConfiguration.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/saveparticipant/AbstractSaveParticipantPreferenceConfiguration.java | JDT |
1,506 | 205,801 | Bug 205801 [clean up] enhanced for loop local name | Build ID: I20070921-0919 The default name for the local created by enhanced for loop cleanup is "element". Could you detect when the array/collection name ends with an 's' and use the name without the 's' for the local? | 2007-10-09 07:12:12 | 1,191,930,000 | resolved fixed | 8e034bc | 1,191,940,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpStressTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertForLoopQuickFixTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/cor... | JDT |
1,507 | 203,757 | Bug 203757 [quick fix] misleading multi-quick-fix affordance for EnumAbstractMethodMustBeImplemented | null | 2007-09-18 09:08:47 | 1,190,120,000 | resolved fixed | 5ef35f2 | 1,191,930,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/UnimplementedCodeFix.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnimplementedCodeCleanUp.java | JDT |
1,508 | 202,815 | Bug 202815 [nls tooling] externalize string editor picks used keys | using build I20070904-0800 I was trying to externalize some new strings for one of our pref pages, in doing so I opened the wizard made sure the properties files were correct and pressed finish...only to find that the wizard reused existing keys causing compilation errors. Next I used undo to undo the changes, and star... | 2007-09-10 12:21:17 | 1,189,440,000 | resolved fixed | 2226604 | 1,191,920,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/nls/NLSSourceModifierTest.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/nls/NLSSubstitutionTest.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/nls/N... | JDT |
1,509 | 204,274 | Bug 204274 [nls tooling] Externalize Strings wizard does not properly insert new entries | null | 2007-09-21 10:30:07 | 1,190,390,000 | resolved fixed | 179ec5b | 1,191,850,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/AccessorClassModifier.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/... | JDT |
1,510 | 205,600 | Bug 205600 [clean up] 'Sort members' action uses workspace/project clean up options | [I20071002-1342] Source > Sort Members... brings up the confirmation dialog but does nothing when you click OK. I picked the "Sort all members" option. Nothing in the .log. | 2007-10-05 14:53:19 | 1,191,610,000 | verified fixed | f304c65 | 1,191,840,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpActionTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTestCase.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/... | JDT |
1,511 | 205,556 | Bug 205556 [nls tooling] Rename accessor field should rename property key | I20071002-1342 Given an eclipse style NLS'd string. 1. Rename the accessor field of such a string Is: The key in the property file is not renamed leading to broken keys Should: The key should be renamed as well | 2007-10-05 06:31:44 | 1,191,580,000 | resolved fixed | 5492223 | 1,191,600,000 | org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/testRenameNLSAccessor01/in/A.java org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/testRenameNLSAccessor01/out/A.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RenameNonPrivateFieldTests.j... | JDT |
1,512 | 141,492 | Bug 141492 'Copy Fully Qualified Name' could copy full path for resources | I20060512-0010 Sometimes I need to paste the full path of a resource (e.g. into a bug report). 'Copy Fully Qualified Name' which is currently disabled for resources could do that task. Maybe we could even switch the label (e.g. 'Copy Full Path' for resources). | 2006-05-12 03:28:27 | 1,147,420,000 | resolved fixed | d50642e | 1,191,590,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CopyQualifiedNameAction.java | JDT |
1,513 | 133,614 | Bug 133614 [extract superclass] MTE on extract superclass preview [refactoring] | I20060328-0010 This is hard to reproduce, it only happens sometimes, I'm not sure why. Given: package pack; public class A { public void foo() {} public void bar() {} } package pack; public class B { public void foo() {} public void bar() {} public void foobar() {} } 1. An cu A execute 'Refactor->Extract Supertype' 2. ... | 2006-03-28 12:23:10 | 1,143,570,000 | resolved fixed | e607f7a | 1,191,510,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/CompilationUnitChangeNode.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/TextEditChangeNode.java | JDT |
1,514 | 205,309 | Bug 205309 [clean up] Save error dialog has wrong wording | I20071002-1342 The Save error dialog that comes up when clean up on save fails has wrong wording: it says that save failed which is wrong. It should better explain what happened, especially whether all participants will be reverted or just this change being ignored. E.g. if I have participant1..10 and participant 5 fai... | 2007-10-03 12:17:12 | 1,191,430,000 | resolved fixed | 10f63c3 | 1,191,510,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui... | JDT |
1,515 | 188,597 | Bug 188597 [pull up] AFE on preview page | null | 2007-05-23 05:19:59 | 1,179,910,000 | resolved fixed | f9e9d48 | 1,191,510,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/CompilationUnitRewrite.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/TextE... | JDT |
1,516 | 204,453 | Bug 204453 [pull up] NPE in PullUp Refactoring when selecting 'Add Required' | I20070921-0919 1. Check out org.eclipse.jdt.internal.ui.jarpackager.JarPackageWizardPage revision 1.77 2. Select createDestinationGroup 3. Refactor>Pull Up... 4. Add Required Is: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.util.JavaModelUtil.findMethod(JavaModelUtil.java:419) at org.eclipse.jdt.in... | 2007-09-24 10:13:01 | 1,190,640,000 | verified fixed | 84ab6f9 | 1,191,500,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpMemberPage.java | JDT |
1,517 | 205,314 | Bug 205314 [open type] Open Type dialog looses history entries | I20071002-1342 + plug-in export I don't have steps yet but Markus also saw this. Previously used entries disappear from the open type dialog history. I'll watch it closer and try to come up with steps. | 2007-10-03 12:35:10 | 1,191,430,000 | verified fixed | 655cc17 | 1,191,440,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java | JDT |
1,518 | 205,301 | Bug 205301 [clean up] Format changed lines formats all Javadoc | I20071002-1342 + plug-in export. If the option to format changed lines on save is enabled it still formats all Javadoc. | 2007-10-03 12:03:58 | 1,191,430,000 | resolved fixed | 2a79819 | 1,191,430,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SaveParticipantTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CommentFormatFix.java | JDT |
1,519 | 205,308 | Bug 205308 [clean up] IAE while saving | I20071002-1342 Got this several times today. I while editing and saving IDocument. !ENTRY org.eclipse.jdt.ui 4 10006 2007-10-03 17:48:13.354 !MESSAGE The save participant 'org.eclipse.jdt.ui.postsavelistener.cleanup' caused an exception: java.lang.IllegalArgumentException: offset or length outside of string. offset: 12... | 2007-10-03 12:13:17 | 1,191,430,000 | verified fixed | 5130b44 | 1,191,430,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SaveParticipantTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/EditorUtility.java | JDT |
1,520 | 205,177 | Bug 205177 [clean up] 'Only format changed regions' off by one at line end | HEAD as of 20071002_1138 public class A { int a= 1; int b= 2; int c= 3; int d= 4; } - append '//' to line that declares b => c is also formatted. Expected: only line b formatted | 2007-10-02 08:54:58 | 1,191,330,000 | resolved fixed | 3fa44e7 | 1,191,410,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SaveParticipantTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.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/... | JDT |
1,521 | 205,256 | Bug 205256 [browsing] Custom package filter doesn't work if all default filters are enabled | Build ID: I20070621-1340 Steps To Reproduce: 1. In Java Browsing Perspective, select filters in the Packages view and disable all default filters (i.e., empty parent packages, empty packages, folders containing no packages) 2. Create a custom named filter; this will work 3. Re-enable default filters and the custom name... | 2007-10-02 20:37:57 | 1,191,370,000 | verified fixed | 92532a6 | 1,191,410,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackageViewerWrapper.java | JDT |
1,522 | 201,426 | Bug 201426 [search] New SearchPattern constant R_CAMEL_CASE_MATCH name may be misleading for users | JDT/Core version v_809 (eg. build I20070828-0800). Added SearchPattern constant R_CAMEL_CASE_MATCH name must have a name which better indicates to user that its behavior will be different than R_CAMELCASE_MATCH constant. | 2007-08-28 10:38:23 | 1,188,310,000 | verified fixed | f30f685 | 1,191,350,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/SearchUtils.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeInfoFilter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchQuery.java | JDT |
1,523 | 184,559 | Bug 184559 [quick fix] Misplaced bold in quick fix/assist preview due to naive diffing | Build ID: HEAD as of 4/27/2007 The JDT quick fix/assist preview uses bold to emphasize what the fix/assist changes. CUCorrectionProposal.getAdditionalProposalInfo determines where to put the bold by diffing the old text and the new text. Sometimes the automatically determined diff does not capture the intent of the fix... | 2007-04-27 23:01:13 | 1,177,730,000 | resolved fixed | 24fec50 | 1,191,330,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/CUCorrectionProposal.java | JDT |
1,524 | 204,803 | Bug 204803 [code generation] uses "Compiler compliance level" instead of "Source compatibility" | Build ID: I20070621-1340 Steps To Reproduce: 1. Create some non-abstract class extending an abstract class. 2. In project properites / Java Compiler set Compiler compliance level to 6.0 and Source compatibility to 1.4 3. Using "Add unimplemented methods" create missing abstract method stubs. They get @Override annotati... | 2007-09-27 09:32:20 | 1,190,900,000 | resolved fixed | 1a57d27 | 1,190,990,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java | JDT |
1,525 | 201,063 | Bug 201063 [save actions] Allow to 'Only format changed regions' | I20070821-0800 When enabling format on save the high amount of outgoing changes due to formating changes is a major annoyance/makes it unusable for me. The ability to format (and maybe other actions) only changed regions would be a substantial improvement for this feature. I've wrote a prototype which does use the Last... | 2007-08-24 06:22:00 | 1,187,950,000 | resolved fixed | a41bc08 | 1,190,990,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTestCase.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SaveParticipantTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CleanUpConstants.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal... | JDT |
1,526 | 204,667 | Bug 204667 [template] Default resolution for 'var' variable should be closest variable | I20070921-0919 Given: package test.root; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.widgets.Composite; public class Main { private Composite fField; public void foo(Composite param) { Composite local1 = null; Composite local2 = null;... | 2007-09-26 07:34:03 | 1,190,810,000 | resolved fixed | d322335 | 1,190,890,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/VarResolver.java | JDT |
1,527 | 203,605 | Bug 203605 [implementation] don't call reconcile on save | null | 2007-09-17 11:24:05 | 1,190,040,000 | resolved fixed | 500f429 | 1,190,820,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java | JDT |
1,528 | 194,639 | Bug 194639 [clean up] Iterable loop converter removes used import | N20070625-0010 Given: package test; import java.util.Collections; import java.util.Iterator; public class E01 { public void foo() { for|(Iterator iterator = Collections.singleton(Integer.valueOf(1)).iterator(); iterator.hasNext();) { Integer inter = (Integer) iterator.next(); System.out.println(inter); } } } 1. Replace... | 2007-06-27 12:45:28 | 1,182,960,000 | resolved fixed | 5e6c891 | 1,190,810,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertIterableLoopQuickFixTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ConvertIterableLoopOperation.java | JDT |
1,529 | 204,642 | Bug 204642 [change method signature] Logical error in restoreSelection of ChangeParametersControl | Build ID: I20070625-1500 Steps To Reproduce: 1. Open source org.eclipse.jdt.internal.ui.refactoring.ChangeParametersControl 2. Find method createRemoveButton(Composite buttonComposite) 3. In line 534, This line should not be there, or will not restore selection More information: Fixing method: From: if (itemCount != 0 ... | 2007-09-26 00:48:00 | 1,190,780,000 | verified fixed | f52b76d | 1,190,810,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java | JDT |
1,530 | 204,634 | Bug 204634 [code generation] NPE from content assist overriding method in anonymous subclass assigned to constant | Build ID: I20070921-0919 Steps To Reproduce: Create the following class: public class OverrideBug { public static final OverrideBug bug = new OverrideBug() { foo| }; public void foo() { } } Put the cursor at the pipe, invoke content assist, and choose foo. Stack trace of the NPE created: java.lang.NullPointerException ... | 2007-09-25 22:42:03 | 1,190,770,000 | resolved fixed | e24e070 | 1,190,810,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/GenerateHashCodeEqualsOperation.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java | JDT |
1,531 | 101,225 | Bug 101225 [content assist] Argument guessing proposes toString() and hashCode() of outer types [code assist] | 3.1 RC3 - Enable argument guessing - Consider following snippet: public class Foo { public class Bar { public Bar() { setInt<Ctrl+Space> } public void setString(String string) {} public void setInt(int integer) {} } } -> Argument guess is Foo.this.hashCode() -> Unqualified calls to toString() and hashCode() are not pro... | 2005-06-22 07:01:00 | 1,119,440,000 | resolved fixed | 4d20b48 | 1,190,730,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuesser.java | JDT |
1,532 | 201,718 | Bug 201718 [content assist] Paramter guessing is very slow | I am in a Java file and trigger code assist for MessageDialog.open<...> It takes about 1 - 2 seconds until the proposals are computed and around 5 second to insert the proposal. I will attach a yourkit trace and I can provide the code if needed. | 2007-08-30 06:32:10 | 1,188,470,000 | verified fixed | 3bee5d2 | 1,190,730,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuesser.java | JDT |
1,533 | 166,761 | Bug 166761 [Actions] StepIntoSelectionActionDelegate "leaks" editor after close all | I20061129-1340 After working for a while, I closed all editors and then took a snapshot of who still holds onto editor instances. A StepIntoSelectionActionDelegate was the only reference to a CompilationUnitEditor: org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor fEditorPart of org.eclipse.jdt.internal.debu... | 2006-12-05 04:42:30 | 1,165,310,000 | verified fixed | f1c4779 | 1,190,650,000 | org.eclipse.jdt.ui.tests/leaks/org/eclipse/jdt/ui/tests/leaks/JavaLeakTest.java org.eclipse.jdt.ui.tests/leaks/org/eclipse/jdt/ui/tests/leaks/JavaLeakTestActionDelegate.java | JDT |
1,534 | 204,285 | Bug 204285 [preferences] Java Editor Property Page does not use dialog font | Right click on a java project > Properties > Java Editor. The text does not use the dialog font. I20070918-0010 | 2007-09-21 11:49:53 | 1,190,390,000 | resolved fixed | e19adb7 | 1,190,630,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPropertyPage.java | JDT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.