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 |
|---|---|---|---|---|---|---|---|---|---|---|
2,435 | 137,162 | Bug 137162 [projection][hovering] projection hover is too big | null | 2006-04-18 04:23:35 | 1,145,350,000 | verified fixed | 9a163ac | 1,145,350,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java | JDT |
2,436 | 135,168 | Bug 135168 [Java Sync] Mixed source folders duplicate contents | I20060331-2000 I am not exactly sure what "Show All" is supposed to do, but I think it's broken now, with the new java model option in the synchronize view. It seems that "Show All" is doing an intersection of the different view types, instead of a union of them. For me, this ends up being "show less". The best way I c... | 2006-04-05 18:27:31 | 1,144,280,000 | resolved fixed | 9da7b9f | 1,144,940,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java | JDT |
2,437 | 129,168 | Bug 129168 [content assist] UI hangs in Code assist while showing additional info | M5 Steps to reproduce: - create a project with a 5.0 JDK - create a CU - enter a method void foo() { c<code assist> } observe code assist pops up and hangs in the UI thread for some amount of time. The stack trace is as follows: "main" prio=7 tid=0x00037350 nid=0x64c runnable [0x0007e000..0x0007fc40] at java.net.PlainS... | 2006-02-23 10:29:47 | 1,140,710,000 | verified fixed | a384025 | 1,144,940,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/ProposalInfo.java | JDT |
2,438 | 136,598 | Bug 136598 [hovering] Don't read css file for each hover | N20060412-0010. We currently add a link to a style sheet when creating the hover HTML. This forces the browser to access the disk for each hover. Same applies to Javadoc view. | 2006-04-13 07:18:11 | 1,144,930,000 | verified fixed | 7a1af2d | 1,144,930,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/HTML2TextReader.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/HTMLPrinter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractAnnotationHover.java ... | JDT |
2,439 | 136,362 | Bug 136362 [nls tooling] Navigate to properties file ends up in wrong property file | N20060412-0010. 1. open AbstractDecoratedTextEditor rev. 1.64 2. hover over "AbstractDecoratedTextEditor_saveAs_overwrite_title" on line 132 ==> hover says: "The key is missing!" 3. Ctrl+Click ==> wrong properties file is opened and message says that the key has not been found. | 2006-04-12 12:00:05 | 1,144,860,000 | resolved fixed | 8a88f72 | 1,144,860,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHintHelper.java | JDT |
2,440 | 74,375 | Bug 74375 [misc] Save as to a location external to the workspace | 200409140800 I was editing an external file and wanted to make use of save as to save the copy to a new location. The only option I had was to save the file in a workspace location. I would like to be able to save as to an external location | 2004-09-20 16:53:21 | 1,095,710,000 | verified fixed | df0023f | 1,144,860,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java | JDT |
2,441 | 135,560 | Bug 135560 [refactoring history] multiple dialogs on delete | 20060407 Open the refactoring history dialog, select multiple entries and press 'Remove'. You get a dialog per entry. Should better be one dialog for all. 'Ok to remove 5 entries?' | 2006-04-07 10:52:14 | 1,144,420,000 | resolved fixed | 683d39b | 1,144,850,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/history/RefactoringPropertyPage.java | JDT |
2,442 | 99,729 | Bug 99729 [ast rewrite] first annotation not on new line | null | 2005-06-13 12:48:20 | 1,118,680,000 | resolved fixed | 60553d3 | 1,144,850,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ModifierCorrectionsQuickFixTest.java | JDT |
2,443 | 120,432 | Bug 120432 [refactoring] "Move Member Type to New File" crashes when going back after an error | null | 2005-12-12 14:36:42 | 1,134,420,000 | resolved fixed | e593c98 | 1,144,830,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java | JDT |
2,444 | 135,278 | Bug 135278 Deadlock in TypeHistory | N20060405-0010 + plug-in export See attached stack trace. Steps that made it happen for me: 1. open launch config 2. edit installed JREs 3. change default VM for 1.4 execution environment | 2006-04-06 10:37:34 | 1,144,330,000 | resolved fixed | f030ea6 | 1,144,780,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/OpenTypeHistory.java | JDT |
2,445 | 127,799 | Bug 127799 [jar exporter] Manifest selection dialog in JAR exporter not sorted | I20060214-0010 On the last page of the JAR file export wizard, there's a Browse button under 'Use existing manifest from workspace'. It opens a dialog that is only partly sorted (looks like all source projects first and binaries later). If this is really the intention, then there should be a binary decorator for binary... | 2006-02-14 12:32:57 | 1,139,940,000 | resolved fixed | 519f0c3 | 1,144,760,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarManifestWizardPage.java | JDT |
2,446 | 127,659 | Bug 127659 @Overrid extracted to Interface | M5 test path Given: public class Klazz { @Override public int hashCode() {return 0;} } 1. 'extract interface' refactoring 2. extract hashCode() results in: public interface IKlazz { @Override public abstract int hashCode(); } With compile error: The method hashCode() of type IKlazz must override a superclass method | 2006-02-14 05:58:34 | 1,139,910,000 | resolved fixed | 1c8f8c5 | 1,144,760,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceProcessor.java | JDT |
2,447 | 128,990 | Bug 128990 CVS label decorations should be recursive, when using tree view in package explorer | When using the the tree view in the package explorer, package com.foo.bar is shown as a child of package com.foo. Therefore the CVS label decorations of package com.foo should mark it as dirty even if only com.foo.bar contains dirty files. So the label decoration should be recursive, as they were before Version 3.2 M5.... | 2006-02-22 11:11:15 | 1,140,620,000 | resolved fixed | ac3f6a4 | 1,144,750,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JavaElementResourceMapping.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/HierarchicalDecorationContext.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/inter... | JDT |
2,448 | 95,619 | Bug 95619 [5.0][content assist] Function parameter assist does not work with some parameterized types | If I have a function like private int fn(HashMap <String,HashMap<String,Integer[]>> map, int p1, float p2) { } then when the parameter assist pops up when I call fn(), it interprets the commas in the parameterized type as commas that separate parameters, so the following are highlighted (bolded), in order, as if they a... | 2005-05-17 14:05:57 | 1,116,350,000 | verified fixed | 71fc361 | 1,144,750,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaParameterListValidatorTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaHeuristicScanner.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/ja... | JDT |
2,449 | 135,697 | Bug 135697 Exception while refactoring (Extract Interface) | While extracting interface from a class I got internal error. I'm sorry I can't provide a test case. Regards, Max java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:350) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDi... | 2006-04-08 06:08:03 | 1,144,490,000 | resolved fixed | 89ba8b9 | 1,144,710,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeConstraintsCreator.java | JDT |
2,450 | 135,122 | Bug 135122 Java 1.5 - Optimize Imports adds abnormal "import static" | Optimize Imports inserts unnecessary "import static" of class constant. // Example code package test; public class Bar { public void testMethod(String something) { } } // Subclass package test; // Unnecessary static import import static test.Foo.MYCONSTANT; public class Foo extends Bar { public static final String MYCO... | 2006-04-05 15:40:05 | 1,144,270,000 | resolved fixed | b1a81c7 | 1,144,700,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/ScopeAnalyzer.java | JDT |
2,451 | 76,657 | Bug 76657 [dom] Call for "Quick Fix" for reference to an object's member field | For reference to an objects member function/method, such as: stringBuffer.toString(); "Quick fix" can help to create a new field/local variable. So, what about reference to an objects member variable/field? such as: gridBagConstrains.insets; I suggest "Quick fix" can also help to do the similar for this, since in this ... | 2004-10-20 10:23:48 | 1,098,280,000 | resolved fixed | 6f3c757 | 1,144,700,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/ASTResolving.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java | JDT |
2,452 | 135,500 | Bug 135500 Apply does not save formatter preferences | N20060405-0010. We no longer receive that JavaCore property change event when formatter preferences get applied. Test Case: 1. set breakpoint in PreferencesAdapter line 46 2. start target and change the formatters Tab size preference 3. press Apply for the profile 4. press Apply on the formatter preference page NOTE: w... | 2006-04-07 05:33:50 | 1,144,400,000 | resolved fixed | dad8237 | 1,144,700,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeFormatterPreferencePage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesAccess.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CodeFormatterConfigurationBlock.java | JDT |
2,453 | 124,182 | Bug 124182 [navigation] Status line loses annotation text when selection changes | build I20060110 - open a CU with some compilation error (in my case it was an unused private field) - place the caret some term that has no error, such as a class name - the highlighting does its thing, and the status line is blank (correct) - place the caret in the range of the error - the highlighting does its thing,... | 2006-01-17 13:43:36 | 1,137,520,000 | resolved fixed | c8900be | 1,144,680,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
2,454 | 113,673 | Bug 113673 [source actions] "Generate Constructor using fields" causes wrong error message | If you have a class without any fields, the call of "Source | Generate Constructor using fields..." causes an error message "This operation is not applicable to the current selection. Select a class." This should be more like "This class does not have fields to create a constructor from." Eclipse-Version: Version: 3.1.... | 2005-10-25 11:43:59 | 1,130,250,000 | resolved fixed | 6ec31c6 | 1,144,670,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateNewConstructorUsingFieldsAction.java | JDT |
2,455 | 135,841 | Bug 135841 [hovering] SourceViewerInformationControl does not respect size hint | I20060410 SourceViewerInformationControl (the jdt-ui one) does not respect the size hint - its setSizeConstraints method is a noop. We should remember the size constraints and use them when computing the size, similar to what DefaultInformationControl does. Patch is ready. | 2006-04-10 06:17:03 | 1,144,660,000 | resolved fixed | 8d1ad57 | 1,144,670,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java | JDT |
2,456 | 135,824 | Bug 135824 [misc] Binary nested type not at source position in unsorted Outline | N20060410-0010 Have org.eclipse.jface imported as binary plug-in. Open java editor for binary class TreeSelection. In source, the nested class InitializeData is just before the constructors, but in the Outline, it appears at the very end. I guess the problem is that SourcePositionSorter#compare(..) returns 0 if parents... | 2006-04-10 05:23:23 | 1,144,660,000 | resolved fixed | a50ba4f | 1,144,670,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/SourcePositionSorter.java | JDT |
2,457 | 133,525 | Bug 133525 Synchronize with model, expanding a cu | M6 test path 1. Synchronize with 'CVS with model' 2. Each incoming/outgoing cu in the tree has a [+] icon 3. Clicking on the [+] icon just makes the icon go away ->If it is not possible to expand the cu (and see changes on children of a cu) then the plus icon should not be shown at all. | 2006-03-28 09:09:00 | 1,143,550,000 | resolved fixed | 46e351d | 1,144,670,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java | JDT |
2,458 | 135,053 | Bug 135053 WorkingSets not updated in Package Explorer | 3.2 M6 - start Eclipse with fresh workspace - create new Java project "test1" (using separate source and output folders) - create new class "Class1" in package "package1" - create new class "Class2" in package "package1.sub1" - in the Package Explorer toolbar menu select "Package Presentation -> Hierarchical" - in the ... | 2006-04-05 11:36:04 | 1,144,250,000 | resolved fixed | 336334c | 1,144,660,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/WorkingSetAwareContentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetModel.java | JDT |
2,459 | 135,550 | Bug 135550 [encoding] Java Editor doesn't allow me to switch encodings | N20060405-0010 I opened a Java Editor on a UTF-8 encoded file from the CVS Repo view. The editor opened using the standard workbench encoding CP1252, which caused problems when trying to view the file. I tried to switch encoding of the opened editor by going to Edit>Set Encoding... but the item was disabled. Note that ... | 2006-04-07 10:32:34 | 1,144,420,000 | resolved fixed | 4252dfa | 1,144,600,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
2,460 | 134,930 | Bug 134930 [navigation] Mark Occurences not triggered by clicking on outline | In Eclipse 3.1.1, with "Mark Occurrences" enabled, clicking on a variable or method in the outline view caused all occurences to be marked in the editor. This was also the case in Eclipse 3.0. In Eclipse 3.2M5 and 3.2M6, clicking on a variable or method in the outline view does not mark all occurrences. Is this intenti... | 2006-04-04 22:29:29 | 1,144,200,000 | resolved fixed | 27cf787 | 1,144,600,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
2,461 | 135,515 | Bug 135515 2 ASTs created while typing | N20060407 1. Check out org.eclipse.jdt.tests.compiler 2. Open GenericTypeTest 3. Position cursor just before the last closing curly braket 4. Start CPU profiling 5. In GenericTypeTest.java, type 'a', wait 1s, type another 'a', wait 1s, etc. (do this for 15s) 6. Stop profiling Observe: It appears that 2 threads are crea... | 2006-04-07 06:35:25 | 1,144,410,000 | verified fixed | 0520356 | 1,144,600,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java | JDT |
2,462 | 108,102 | Bug 108102 [Viewers] Project expands in wrong working set | I am using "Show->Working Sets" in the package explorer. Some of the working sets contain the same project: Working Set-1: - Project-A - Project-B - Project-C Working Set-2: - Project-B - Project-C - Project-D If I now double-click "Working Set-1.Project-B" "Project-B" in working set "Working Set-2" will be expanded. I... | 2005-08-26 07:43:21 | 1,125,060,000 | resolved fixed | 59f8c03 | 1,144,590,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java | JDT |
2,463 | 134,713 | Bug 134713 [junit] consistency for history menu | 20060404 I changed the search and hierarchy history menu to be consistent: - 'History...' action after all entries and a separator - 'Clear History...' after that - Drop down disabled if there are no entries - Clear History also clears the view input - No images on History, Clear History | 2006-04-04 07:17:43 | 1,144,150,000 | resolved fixed | 5d71ff0 | 1,144,440,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestElement.java org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestSuiteElement.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/TestElement.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/Te... | JDT |
2,464 | 135,565 | Bug 135565 [CommonNavigator][Java] Patch for various issues in the Java extension | This patch provides: (1) Improved Open Action Provider (2) Menu options: Open Type Hierarchy (3) Slight modifications to OpenViewActionGroup to hide properties action from Java extension (already contributed by Resource extension) (4) Integration with Intercept framework for Add/Remove (5) Common Wizard definition (6) ... | 2006-04-07 11:05:40 | 1,144,420,000 | verified fixed | e8a38b4 | 1,144,430,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaNavigatorContentProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/PackageExplorerActionProvider.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/PackageExplorerOpenActionProvider.java org.eclipse.jdt.ui/ui/org/eclips... | JDT |
2,465 | 135,112 | Bug 135112 viewsupport.ImageDescriptorRegistry creates multiple images | viewsupport.ImageDescriptorRegistry creates multiple images for the same descriptor. When a tree is expanded with, say, 8 warning icons, the registry opens up org.eclipse.jdt.ui_3.2.0.jar:icons/full/ovr16/warning_co.gif 8 times. That means that the registry does not work correctly. I have seen that image being opened u... | 2006-04-05 15:08:55 | 1,144,260,000 | resolved fixed | e24ede3 | 1,144,420,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java | JDT |
2,466 | 135,326 | Bug 135326 Refactorings properties page polish | N20060405-0010 Martin, Erich, and I found several polish items for the Refactorings properties page: - Tree should also resize vertically when dialog is resized - Checkbox tree is confusing and not a common Eclipse UI metaphor. Remove checkboxes and change "Remove" button to remove selected items. - Changes in dialogs ... | 2006-04-06 13:04:55 | 1,144,340,000 | resolved fixed | 0fe0d95 | 1,144,420,000 | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/history/ManageRefactoringHistoryControl.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/history/RefactoringHistoryControl.java org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/history/Ref... | JDT |
2,467 | 135,526 | Bug 135526 [hovering] quick diff hover misses java partitioning | null | 2006-04-07 09:16:22 | 1,144,420,000 | resolved fixed | 14c84e9 | 1,144,420,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java | JDT |
2,468 | 96,328 | Bug 96328 [navigation] Quick Outline does not find methods in 'Sort by Defining type' mode | Open SWT's Scrollable on the Mac OS. Press Command+O twice, and type "isDispo". Widget#isDisposed() should be displayed, but is not. I'm having this problem it lots of places. | 2005-05-23 13:23:34 | 1,116,870,000 | verified fixed | 71c1fad | 1,144,420,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.java | JDT |
2,469 | 50,139 | Bug 50139 [refactoring] [inline] inline static method fails to qualify access to field | I20040113 1. have these two classes: package inline.constant; public class Main { public static final String ID= "id"; public static String getId() { return ID; } } -- package inline.constant; public class Dependent { public void m() { String s= Main.getId(); } } 2. Inline Main.getId() -> the invocation of Main.getId()... | 2004-01-16 11:14:59 | 1,074,270,000 | resolved fixed | 9ef1047 | 1,144,410,000 | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_in/Test_50139.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_out/Test_50139.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java | JDT |
2,470 | 98,856 | Bug 98856 [refactoring] Inlining method results in compiler errors. | Inline the method Derived.routeOrder(...) and see that the incremental compiler marks many lines as erroneous (red x). Source file attached. I'm using RC1. | 2005-06-07 18:52:55 | 1,118,180,000 | resolved fixed | 333d84a | 1,144,410,000 | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_in/Test_98856.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_out/Test_98856.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/receiver_in/TestImplicitReceiverFi... | JDT |
2,471 | 100,100 | Bug 100100 SourceAnalzyer#ActivationAnalyzer should normalize bindings to check for recursive calls | RC2 The recursion detector can be tricked by generic methods where the declaration class an method instantiation. To avoid this the check should be done by normalizing the method to its declaration first. | 2005-06-14 18:17:01 | 1,118,790,000 | resolved fixed | e89d103 | 1,144,400,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceAnalyzer.java | JDT |
2,472 | 44,419 | Bug 44419 inline method: arguments need to be parentized [refactoring] | 20031008 protected long fValue1= getValue(1 + 3); private long getValue(int i) { return System.currentTimeMillis() * i; } results in: protected long fValue1= System.currentTimeMillis() * 1 + 3; | 2003-10-08 08:33:58 | 1,065,620,000 | verified fixed | d44a8cf | 1,144,400,000 | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_in/Test_44419.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_in/Test_44419_2.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_out/Test_44419.java org.ecli... | JDT |
2,473 | 97,213 | Bug 97213 Push [refactoring] Down into java14 project does not convert static imports, varargs | 3.1-RC1 test pass - have the sources below - pushdown stat() to Subtype - pushed down method uses varargs albeit in Java14 project - pushed down CU does not get the import to Math.abs --------- SuperType.java (Java 5 project) ----- package com.superclass; import static java.lang.Math.*; public class SuperType<ELEM exte... | 2005-05-30 06:37:18 | 1,117,450,000 | resolved fixed | 981b485 | 1,144,340,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/HierarchyProcessor.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/Pul... | JDT |
2,474 | 107,509 | Bug 107509 [dnd] [ccp] No imports with drag and drop | When dragging a method from a class to another (in the Package Explorer view), the dragged method causes a number of errors because the imports are not "dragged" as well, as opposed to copying and pasting the method in the new class, where imports are automatically updated. | 2005-08-20 06:14:38 | 1,124,530,000 | resolved fixed | 8c67b3f | 1,144,340,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java | JDT |
2,475 | 135,091 | Bug 135091 [nls tooling] NPE when previewing changes in string externalization wizard | M6 When attempting to externalize a string (via the Eclipse externalization mechanism) I have stumbled across the following NPE. It prevents completion of the wizard and appears in the preview page. I can't provide the source file via bugzilla that causes this problem but it is reproducible. It is a mature file and alr... | 2006-04-05 13:54:12 | 1,144,260,000 | resolved fixed | 1fd214d | 1,144,310,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/AccessorClassCreator.java | JDT |
2,476 | 135,061 | Bug 135061 [api] make public constants for private edit menu groups | null | 2006-04-05 11:52:26 | 1,144,250,000 | resolved fixed | 8c25139 | 1,144,310,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BasicCompilationUnitEditorActionContributor.java 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.ja... | JDT |
2,477 | 134,742 | Bug 134742 [pull up] Internal error while "Pull up" method | I was trying to "Pull up" a method (which has a compilation error caused by an @Override annotation with no corresponding method in its superclass), via the Refactoring menu, and got the following error: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327) a... | 2006-04-04 09:26:24 | 1,144,160,000 | resolved fixed | f215760 | 1,144,260,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java | JDT |
2,478 | 134,536 | Bug 134536 [find broken keys] finds keys in plugin dependent projects in workspace | 20060403 - in workspace with the ZRH projects in source I select 'org.eclipse.search' and use the 'find broken keys' action - most of the matches are in text plugins | 2006-04-03 11:54:56 | 1,144,080,000 | resolved fixed | 8a3a0fd | 1,144,260,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultRequestor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/FindBrokenNLSKeysAction.java | JDT |
2,479 | 131,120 | Bug 131120 [rendering] Classpath container shown differently from 3.1 | In Eclipse 3.1 classpath containers such as "JRE System Library", "Plugin Dependencies", etc were shown as <jar name> <path>. This had been changed in 3.2 and now it is just a full path to the jar file. I believe this is less convenient, especially when custom library containers are used that may pickup jars from weird... | 2006-03-09 11:29:17 | 1,141,920,000 | verified fixed | 4c619ec | 1,144,250,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java | JDT |
2,480 | 120,658 | Bug 120658 [content assist] Content assist inserts wrong method for override proposal | I20051213-0010 Invoke content assist where indicated. Although I choose run(), a stub for finalize() is inserted. public enum Try { THIS, THAT(), ANONYMOUS() {} { new Runnable() { //content assist, choose run(), inserts finalize() } } } | 2005-12-13 13:24:16 | 1,134,500,000 | resolved fixed | 9ebeb27 | 1,144,250,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/OverrideCompletionProposal.java | JDT |
2,481 | 120,546 | Bug 120546 [preferences] Move parameter name timeout preference to 'Java' | I20051213-0010. The parameter name timeout preference is currently under content assist which is wrong (see 120545). We have to move it to 'Java'. | 2005-12-13 06:48:15 | 1,134,470,000 | resolved fixed | 38a4766 | 1,144,240,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/BasicCompilationUnitEditorActionContributor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SpecificContentAssistAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeAssistAdvancedConfigurationBlock.java org.eclipse.... | JDT |
2,482 | 108,065 | Bug 108065 [typing] Copy Line (Ctrl+Alt+DownArrow) fails on last line of editor | The command "Copy Line" which is bound to Ctrl+Alt+DownArrow by default fails when you're on the last line of a file/editor. 1) Create new text file. 2) Enter text: "Blah blah blah blah" (no newline) 3) Press Ctrl+Alt+DownArrow (note UpArrow also fails) Nothing happens. If you press enter after #2, and then try, it wor... | 2005-08-25 18:16:28 | 1,125,010,000 | resolved fixed | 17f4625 | 1,144,240,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMoveLinesAction.java | JDT |
2,483 | 133,618 | Bug 133618 Extract supertype not avilable on compilation units | I20060328-0010 1. Right click on a cu in Package Explorer -> Refactor->Extract Supertype... could be enabled Could be even enabled with multiple selection: Fill in the selected types (primary types of cus) into 'Types to extract a supertype from' | 2006-03-28 12:37:27 | 1,143,570,000 | resolved fixed | dbaf37f | 1,144,240,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/actions/ExtractSuperTypeAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ExtractInterfaceAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/a... | JDT |
2,484 | 130,530 | Bug 130530 [decoration] Java type decoration could also decorate abstract top-level types | I20060301-0800 As already discussed, decorating every top-level type does not seem useful, as the decoration image is not really discriminating anymore. However, it would be useful to decorate abstract classes, in order to get a quick overview about interface and implementation of a package | 2006-03-06 07:11:21 | 1,141,650,000 | resolved fixed | e89d01b | 1,144,240,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 |
2,485 | 134,720 | Bug 134720 [clean up][code style] remove method qualifier removes parameters from method calls | Running the code cleanup with all checks (probably it is the removing of this.functionCall) removes method parameters from emthod calls where there has been any change. Example: this.setEnabled(false); --> setEnabled(); /Daniel | 2006-04-04 07:51:34 | 1,144,150,000 | resolved fixed | 9605e99 | 1,144,230,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/CodeStyleFix.java | JDT |
2,486 | 134,985 | Bug 134985 [clean up][expressions] Remove parenthesis chages types of == expressions | I20060331-2000 Given: public boolean foo(String s1, String s2, boolean b) { return b == (s1 == s2); } Run 'Clean Up->Use parenthesis->Only where necessary is: return b == s1 == s2; Should: return b == (s1 == s2); | 2006-04-05 05:27:53 | 1,144,230,000 | resolved fixed | b131fa1 | 1,144,230,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 |
2,487 | 134,741 | Bug 134741 Cleanup, remove parenthisis cause problem | The line: if (("" + rootAttributes.get("type")).equalsIgnoreCase("delta")) { results in: if ("" + rootAttributes.get("type").equalsIgnoreCase("delta")) { | 2006-04-04 09:22:43 | 1,144,160,000 | resolved fixed | 259cc73 | 1,144,230,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 |
2,488 | 123,356 | Bug 123356 [inline refactoring] Method inlining breaks runtime behavior. | This program runs fine as is. But if the add(x,y) method is inlined, then the resulting logic compiles but throws an NPE at runtime. public class Bug { static String[]field; public static void main(String[]args){ add((field=args).length,field.hashCode()); } static int add(int x, int y){ return y+x; } } | 2006-01-10 19:11:14 | 1,136,940,000 | resolved fixed | 3f67bea | 1,144,170,000 | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_in/Test_123356.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_out/Test_123356.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java org... | JDT |
2,489 | 133,834 | Bug 133834 Extract superclass should not add "extends Object" | I20060329-0010 Extract superclass should not add "extends Object" to the extracted superclass. | 2006-03-29 09:09:27 | 1,143,640,000 | resolved fixed | 3e1827f | 1,144,170,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractSupertypeProcessor.java | JDT |
2,490 | 134,739 | Bug 134739 Cleanup use parenthisis around expressions not working | Running cleanup on the following: if (((upProductNumber.length() == 0 && upProductRevision.length() > 0)) || ((upProductNumber.length() > 0 && upProductRevision.length() == 0))) results in: if (() || ()) { using Eclipse 3.2M6 | 2006-04-04 09:18:58 | 1,144,160,000 | resolved fixed | 439554e | 1,144,170,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 |
2,491 | 133,489 | Bug 133489 Find Broken NLS Keys does not always detect unused key in accessor class | I20060328-0010. Have eclipse style NLSed accesor class with: public static String T_0; public static String T_1; Have properties file with: T_0=eclipse style No reference to either T_0 or T_1. Find Broken NLS Keys correctly reports unused key (T_0) in properties file but only reports key T_1 as unused in the accessor c... | 2006-03-28 05:22:54 | 1,143,540,000 | resolved fixed | 0362842 | 1,144,160,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/search/NLSSearchTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/search/SearchTest.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/CompilationUnitEntry.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/inte... | JDT |
2,492 | 117,053 | Bug 117053 [ast rewriter] Incorrect indenting after inline method | Build: I20051115 1) Start with this code: void foo(int x) { if (x++ < 6) x++; } void bar() { int x = 2; if (x < 10) x++; else foo(x); } 2) After a refactor > inline of foo(), the result is: void bar() { int x = 2; if (x < 10) x++; else if (x++ < 6) x++; } Note the inlined if statement is incorrectly indented (with defa... | 2005-11-18 10:38:04 | 1,132,330,000 | resolved fixed | 122994c | 1,144,160,000 | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_in/Test_117053.java org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_out/Test_117053.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java org... | JDT |
2,493 | 133,891 | Bug 133891 [extract superclass] should also work on types without methods | 20060329 create the folloing classes: --- package a.b.c.d; public class JavaEditorTests extends TestCase { } --- package a.b.c.d; public class PropertiesEditorTests extends TestCase { } ---- package a.b.c.d; public class TestCase { } - open refactoring menu on 'JavaEditorTests'. Create superclass is not available. - ad... | 2006-03-29 12:31:35 | 1,143,650,000 | resolved fixed | 113f582 | 1,144,160,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/HierarchyProcessor.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractSupertypeM... | JDT |
2,494 | 131,073 | Bug 131073 [type hierarchy] add possibility to empty type hierarchy history | null | 2006-03-09 07:51:20 | 1,141,910,000 | closed fixed | feb7ebd | 1,144,150,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HistoryDropDownAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HistoryListAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyMessages.java | JDT |
2,495 | 133,888 | Bug 133888 [Model Sync] Resources not removed from view | After an update or commit, the affected resources were not removed from the sync view. | 2006-03-29 12:17:59 | 1,143,650,000 | resolved fixed | 94a2be2 | 1,144,150,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java | JDT |
2,496 | 107,621 | Bug 107621 [implementation] JavaSpellingReconcileStrategy calls getContentType() and it is not used | I wanted to create a content type that was a subtype of JavaSource so that we can have our own default editor for special java classes. To determine if it was our type we created a content describer that looks through the code to see if it is our type. The problem is that the JavaSpellingReconcileStrategy class is call... | 2005-08-22 11:20:12 | 1,124,720,000 | verified fixed | 7a7cd8b | 1,144,150,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/JavaSpellingReconcileStrategy.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/PropertiesSpellingReconcileStrategy.java | JDT |
2,497 | 91,108 | Bug 91108 Search view should link to search preference page | I20050405-0800 The Search view should link to the search preference page. If I have set a file search result table limit, I only see (showing 20 of 85 files) in the description, but neither the context menu nor the view menu give me a way to configure this filter. I would add "Preferences..." to the view menu (for all ... | 2005-04-12 06:59:18 | 1,113,300,000 | resolved fixed | 391f1cb | 1,144,150,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchMessages.java | JDT |
2,498 | 134,676 | Bug 134676 [clean up] "use final for private fields" fails for generic fields in 3.2 M6 | Example: public class Demo<T> { private T t; void setT(T t) { this.t = t; } } The Clean Up Wizard adds final to field t. | 2006-04-04 03:41:03 | 1,144,140,000 | resolved fixed | 230c7e7 | 1,144,140,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/VariableDeclarationFix.java | JDT |
2,499 | 68,282 | Bug 68282 [spell checking] spell errors not going away after ignoring or adding word to dictionary | Adding a word to the dictionary using quick fix does not cause the error to go away. The errors disappear after the next reconcile. I.e. you have to modify the content of the file in order to get rid of the spell errors. | 2004-06-23 08:20:49 | 1,087,990,000 | resolved fixed | e5ce631 | 1,144,130,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/AddWordProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/JavaSpellingProblem.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/WordIgnoreProposal.java | JDT |
2,500 | 111,441 | Bug 111441 [refactoring] [ltk] filter button on preview page should do something | I20050928-1300 The button on the refactoring preview page that allows to filter e.g. textual matches or visibility changes should have a button action. Currently it does nothing when the user clicks on it. It could - cycle through the options, or - open the menu | 2005-10-04 09:58:10 | 1,128,430,000 | resolved fixed | 600b654 | 1,144,080,000 | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/PreviewWizardPage.java | JDT |
2,501 | 133,486 | Bug 133486 Find Broken NLS Keys results should be explained | I20060328-0010. The results should explain what the problem is, like the old NLS Keys search did, e.g. Unused keys in: messages.properties Alternatively the view description could be augmented to indicate this. | 2006-03-28 05:02:49 | 1,143,540,000 | resolved fixed | ec25e7f | 1,144,080,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchMessages.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultLabelProvider2.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSear... | JDT |
2,502 | 115,016 | Bug 115016 [open type] Sort types with source first | The open type dialog currently sorts the proposals when there are multiple results in an odd order. I'm not sure what the ordering is, it seems to be somewhat random. It would be better if the results firstly listed hits directly from open projects, then from the libraries that have source attachements, and finally fro... | 2005-11-03 22:18:22 | 1,131,070,000 | verified fixed | cbf57bb | 1,144,080,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeInfoViewer.java | JDT |
2,503 | 133,925 | Bug 133925 [JUnit] javaw instance left open after running a JUnit test suite | null | 2006-03-29 16:03:23 | 1,143,670,000 | resolved fixed | 053fcd6 | 1,144,080,000 | org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/RemoteTestRunner.java | JDT |
2,504 | 134,523 | Bug 134523 SIOOBE when 'Find Broken NLS Keys' on accessor class in default package | I20060331-2000 1. Create new Class in default package 2. Add field private String s1= ""; 3. Execute 'Externalize Strings' 4. Accept default settings 5. On 'Messages.java' Execute 'Source->Find Broken NLS Keys' -> java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(Str... | 2006-04-03 10:50:24 | 1,144,080,000 | resolved fixed | 46cc5d2 | 1,144,080,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHintHelper.java | JDT |
2,505 | 133,481 | Bug 133481 Find Broken NLS Keys action should not appear on types and CUs | I20060328-0010. The Find Broken NLS Keys action only works for folders and *.properties files and hence it should not appear in the view context menu on non *.properties files. | 2006-03-28 04:32:42 | 1,143,540,000 | resolved fixed | 23da5e4 | 1,144,080,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/FindBrokenNLSKeysAction.java | JDT |
2,506 | 127,665 | Bug 127665 Introduce Indirection refactoring results in compile error | I20060214-0010 0. create Java project 'P' 1. add Test.java: public class Test { int foo() { return 1; } int useFoo() { return foo(); } } class TestO extends Test { int useFoo() { return foo(); } } 2. select foo() in TestO.useFoo() 3. Refactor > Introduce Indirection ==> creates source with compile error: public class T... | 2006-02-14 06:33:42 | 1,139,920,000 | resolved fixed | 2b2f6fa | 1,144,070,000 | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test31/in/Test.java org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test31/out/Test.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceIndirectionTests.java org.eclipse.jdt.ui/core ref... | JDT |
2,507 | 110,015 | Bug 110015 context menu in search view should show all actions for Java elements | Version: 3.1.0 Build id: I20050920-0010 Context menu in search view should show all actions for Java elements (refactorings, source actions...) Only refactor is shown. | 2005-09-20 10:02:40 | 1,127,220,000 | resolved fixed | d80cca6 | 1,144,070,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/NewSearchViewActionGroup.java | JDT |
2,508 | 109,280 | Bug 109280 [refactoring] [extract method] Extract Method fails to send a required parameter | Applying the Extract Method refactoring to the following selection results in a new method that fails to compile. Original program: private int f(boolean b1, boolean b2) { int n = 0; int i = 0; // Extract Method from here if (b1) i = 1; if (b2) n = n + i; // to here return n; } Applying Extract Method on the selected c... | 2005-09-12 07:45:11 | 1,126,530,000 | resolved fixed | e1eb867 | 1,144,070,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/locals_in/A_test578.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/locals_out/A_test578.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/Extrac... | JDT |
2,509 | 75,702 | Bug 75702 [dom] Need a way to get back from an AST to the originating ICompilationUnit | null | 2004-10-06 07:08:07 | 1,097,060,000 | verified fixed | 03b5b05 | 1,144,070,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/Java50Fix.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintCreator.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumen... | JDT |
2,510 | 134,305 | Bug 134305 Incorrect layout for Cleanup dialog | I20060331-1210 The Cleanup dialog does not layout correctly if the dialog font is set to a larger size. Screenshot to follow... | 2006-03-31 15:05:37 | 1,143,840,000 | resolved fixed | d478f86 | 1,144,060,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java | JDT |
2,511 | 134,078 | Bug 134078 Resize behavior of Cleanu Up dialog is bad | I20060330-0010 When shrinking the dialog it gets two horizontal scroll bars one of which gets partially hidden. | 2006-03-30 09:55:28 | 1,143,730,000 | resolved fixed | 8bbede2 | 1,144,060,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java | JDT |
2,512 | 127,654 | Bug 127654 Package Explorer Working set mode: Selection jumps to other file upon rename | I20060214-0010. Use the Package Explorer in working set mode and make sure to show overlapping working sets i.e. same file visible multiple times. Select that file (not the first one) and then Context menu > Rename... ==> selection jumps to first occurrence of the file in the Package Explorer. Expected: selection stays... | 2006-02-14 05:49:46 | 1,139,910,000 | resolved fixed | b4adcfb | 1,144,060,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameUserInterfaceStarter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
2,513 | 132,687 | Bug 132687 Extract method refactoring does not analyze execution flow properly | When trying to use the extract method refactoring on the following codeblock I got an messagebox which told me "Selected statements contain a return statement but not all possible execution flows end in a return" public void foo(List list, Object constraint, int index) { Map m = new HashMap(); if (list instanceof List)... | 2006-03-21 10:12:22 | 1,142,950,000 | resolved fixed | bcb9342 | 1,143,820,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java | JDT |
2,514 | 134,048 | Bug 134048 refactoring context menu only updated on selection change | 20060330 - create to classes 'A' extending 'C'. Both classes without members - open 'A' in type hierarchy and editor - on 'A' in type hierarchy open refacting context menu: nu pull up/push down - add a method in the editor and save. - open context menu on 'A' in type hierarchy again: still no pull up - change selection... | 2006-03-30 05:38:18 | 1,143,720,000 | resolved fixed | a8308f5 | 1,143,820,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefactorActionGroup.java | JDT |
2,515 | 134,082 | Bug 134082 Categories filter action group needs a way to filter not categorized members. | I20060330-0010 Categories filter action group needs a way to filter not categorized members. | 2006-03-30 10:29:13 | 1,143,730,000 | resolved fixed | 7d767ca | 1,143,810,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CategoryFilterActionGroup.java | JDT |
2,516 | 133,893 | Bug 133893 [categories filter] wrong filtering with multiple categories | 20060329 - create the folloing class: package other; /** * @category API */ public abstract class Controller { /** * @category internal */ private int value; /** * @category API getter */ public int getValue() { return value; } /** * @category setter */ public void setValue(int value) { this.value= value; } } - in the ... | 2006-03-29 12:33:47 | 1,143,650,000 | resolved fixed | 11df351 | 1,143,810,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CategoryFilterActionGroup.java | JDT |
2,517 | 133,797 | Bug 133797 Categories filter group should use LRU | I20060329-0010. Categories filter group should use LRU: currently when I change visibility for a category via 'Visible Categories...' it can happen that afterwards I can't toggle it via menu. The last changed categories should be in the menu. ==> - content of menu should be compiled using LRU - menu entries should then... | 2006-03-29 04:36:45 | 1,143,620,000 | resolved fixed | 2e33154 | 1,143,810,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CategoryFilterActionGroup.java | JDT |
2,518 | 96,421 | Bug 96421 notpresentexception found in log | 3.1M7 I found this in the log. That day I had many projects in the workspace and I would open and close a new one often (every 15 minutes or so) Java Model Exception: Java Model Status [xxx_tclib does not exist] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(JavaElement.java(Inlined Compiled Code))... | 2005-05-24 09:43:20 | 1,116,940,000 | resolved fixed | 46e0aaf | 1,143,800,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesViewLabelProvider.java | JDT |
2,519 | 134,052 | Bug 134052 Configure Deprication Fix action should be disabled for abstract method/non constant fields | null | 2006-03-30 06:05:55 | 1,143,720,000 | resolved fixed | ef7e41b | 1,143,730,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ConfigureDeprecationFixDialog.java | JDT |
2,520 | 134,034 | Bug 134034 Changing @category tag appearance option causes NPE | I20060330-0010 Change Preferences > Java > Appearance > Show first category of @category tag. My Package Explorer shows working sets. java.lang.NullPointerException at org.eclipse.jdt.internal.ui.workingsets.WorkingSetModel.addWorkingSets(WorkingSetModel.java:282) at org.eclipse.jdt.internal.ui.packageview.PackageExplo... | 2006-03-30 04:37:53 | 1,143,710,000 | resolved fixed | 583124d | 1,143,730,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java | JDT |
2,521 | 133,936 | Bug 133936 [misc] Compilation Unit Editor tramples file content | I20060329-0800 While trying to open a local revision from the History View, it became clear that the Compilation Unit Editor is determining the uniqueness of a file based solely on the file's path. Opening a local revision from the history view in a workspace that already contains the same file open will result in the ... | 2006-03-29 17:01:31 | 1,143,670,000 | verified fixed | bff91dd | 1,143,730,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java | JDT |
2,522 | 133,853 | Bug 133853 endless loop in icu.RuleBasedBreakIterator_New | 20060329 - double click on the second occurence of 'API' /** * */ package other; /** * @category API */ public abstract class Controller { /** * @category API * @category API */ abstract int getValue() } | 2006-03-29 10:24:43 | 1,143,650,000 | verified fixed | c5e7504 | 1,143,650,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavadocDoubleClickStrategy.java | JDT |
2,523 | 133,831 | Bug 133831 Configure Deprecation fix action: UI issues | 20060329 - The margins seem too big: Make sure that only one composite has margins set. - Wording: 'Do not fix references' is misleading I suggest: 'No fix configured' - option should be disabled when method is abstract or field is not constant | 2006-03-29 09:05:46 | 1,143,640,000 | verified fixed | 56d85ac | 1,143,650,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ConfigureDeprecationFixAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ConfigureDeprecationFixDialog.java | JDT |
2,524 | 133,824 | Bug 133824 Extract Supertype action can take a long time and is not cancellable | I20060329-0010 Extract Supertype action can take a long time and is not cancellable. The problem seems to be in ExtractSupertypeMemberPage$6.run(IProgressMonitor) line: 323 , which can take a long time if the indexes are not up-to-date. The runnable is not cancellable and runs in the UI thread, so Eclipse appears locke... | 2006-03-29 08:38:48 | 1,143,640,000 | verified fixed | 83733e4 | 1,143,650,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractSupertypeMemberPage.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpMemberPage.java | JDT |
2,525 | 133,798 | Bug 133798 Categories filter group should sort menu entries | null | 2006-03-29 04:37:00 | 1,143,620,000 | resolved fixed | 7595a46 | 1,143,650,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CategoryFilterActionGroup.java | JDT |
2,526 | 133,818 | Bug 133818 NPE when creating a new JUnit test | This bug happens on Windows XP and Mac OSX on 3.2M5a. Steps to reproduce: 1. right click a class and select 'New JUnit Test case' 2. fill in first page 3. Click next to go to second page 4. Select Objects constructor Object.Object() (any of Object's methods would do) 5. Check 'Create tasks for generated test methods' 6... | 2006-03-29 07:45:38 | 1,143,640,000 | verified fixed | ead679e | 1,143,650,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageTwo.java | JDT |
2,527 | 133,560 | Bug 133560 ClassCastException in quickfix | Using I20060328-0010, I got the stack trace below. Steps to reproduce: 1) Create a new java project and set its preferences to 1.5. 2) Import JUnit sources in it (use the attached zip file) 3) Build the project 4) Go to junit.samples.VectorTest 5) Go to method testCapacity 6) The method has one warning. 7) Invoke quick... | 2006-03-28 10:37:34 | 1,143,560,000 | resolved fixed | 0ba91db | 1,143,640,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/SurroundWith.java | JDT |
2,528 | 133,488 | Bug 133488 SIOOBE in NLSSearchResultRequestor.findKey(NLSSearchResultRequestor.java:200) | I20060328-0010. Steps to reproduce: 1. add T.java as follows: ----------- %< --------- package traditional; public class T { String s= "traditional" } ----------- %< --------- Externalize the string using default arguments. Then change T.java to: ----------- %< --------- package traditional; public class T { String s= ... | 2006-03-28 05:13:51 | 1,143,540,000 | verified fixed | 14d52a3 | 1,143,640,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultRequestor.java | JDT |
2,529 | 133,603 | Bug 133603 'Extract Supertype' dialog size | I20060328-0010 1. Start with a fresh workspace 2. Create a class 3. Execute 'Refactor->Extract Supertype' ->The List 'Types to extract a supertype from:' is only visibel after resizing the dialog (see screenshot) | 2006-03-28 11:58:38 | 1,143,570,000 | verified fixed | 275e209 | 1,143,630,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractSupertypeMemberPage.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpMemberPage.java | JDT |
2,530 | 133,487 | Bug 133487 Find Broken NLS Keys action reports false positives | I20060328-0010. Find Broken NLS Keys action reports false positives in the accessor class. 1. create Java project P 2. add package p 3. add class T with String s= "foo"; 4. externalize with default arguments 5. execute Find Broken NLS Keys action ==> reports failures in Messages classes Same problem when using Eclipse ... | 2006-03-28 05:06:21 | 1,143,540,000 | resolved fixed | 4b98dbe | 1,143,630,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchQuery.java | JDT |
2,531 | 131,510 | Bug 131510 [refactoring] Rename type with similar elements has distorted images in preview | I20060307-1315 Steps to reproduce: - Enable update similar - Preview proposed renames for elements Attaching screenshot... | 2006-03-13 07:01:13 | 1,142,250,000 | verified fixed | 91e3a83 | 1,143,630,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpMethodPage.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameTypeWizardSimilarElementsPage.java | JDT |
2,532 | 133,492 | Bug 133492 Missing mnemonic in "Visible Categories..." view menu | I2006030328-0010. There's no mnemonic for the "Visible Categories..." view menu entry. | 2006-03-28 05:33:59 | 1,143,540,000 | verified fixed | b50af87 | 1,143,630,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CategoryFilterActionGroup.java | JDT |
2,533 | 133,807 | Bug 133807 [refactoring] Rename Extract Supertype to Extract Superclass | The name should more accurately reflect the refactoring's capabilities. | 2006-03-29 05:34:48 | 1,143,630,000 | verified fixed | aff6546 | 1,143,630,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractSupertypeProcessor.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ExtractSuperTypeAction.java | JDT |
2,534 | 133,796 | Bug 133796 JavaElementLabels should render all categeries, not just first one | null | 2006-03-29 04:22:11 | 1,143,620,000 | verified fixed | 7cc76e7 | 1,143,620,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java | JDT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.