issue_id int64 2.03k 426k | title stringlengths 9 251 | body stringlengths 1 32.8k ⌀ | status stringclasses 6
values | after_fix_sha stringlengths 7 7 | updated_files stringlengths 29 34.1k | project_name stringclasses 6
values | repo_url stringclasses 6
values | repo_name stringclasses 6
values | language stringclasses 1
value | issue_url null | before_fix_sha null | pull_url null | commit_datetime timestamp[us, tz=UTC] | report_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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... | resolved fixed | a50ba4f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/SourcePositionSorter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-10T11:33:16Z | 2006-04-10T09:06:40Z |
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. | resolved fixed | 46e351d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-10T11:08:17Z | 2006-03-28T12:46:40Z |
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 ... | resolved fixed | 336334c | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-10T08:49:40Z | 2006-04-05T15:13:20Z |
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 ... | resolved fixed | 4252dfa | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-09T15:37:00Z | 2006-04-07T14:26:40Z |
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... | resolved fixed | 27cf787 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-09T15:22:33Z | 2006-04-05T01:20:00Z |
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... | verified fixed | 0520356 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-09T15:14:24Z | 2006-04-07T11:40:00Z |
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... | resolved fixed | 59f8c03 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-09T12:58:47Z | 2005-08-26T12:40:00Z |
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 | resolved fixed | 5d71ff0 | ["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/jun... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-07T21:02:34Z | 2006-04-04T11:26:40Z |
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) ... | verified fixed | e8a38b4 | ["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... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-07T17:02:57Z | 2006-04-07T14:26:40Z |
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... | resolved fixed | e24ede3 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-07T14:51:20Z | 2006-04-05T18:00:00Z |
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 ... | resolved fixed | 0fe0d95 | ["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/his... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-07T14:09:32Z | 2006-04-06T16:13:20Z |
135,526 | Bug 135526 [hovering] quick diff hover misses java partitioning | null | resolved fixed | 14c84e9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-07T13:45:13Z | 2006-04-07T14:26:40Z |
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. | verified fixed | 71c1fad | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-07T13:05:01Z | 2005-05-23T17:40:00Z |
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()... | resolved fixed | 9ef1047 | ["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... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-07T10:59:15Z | 2004-01-16T16:20:00Z |
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. | resolved fixed | 333d84a | ["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/TestImplicitRe... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-07T10:50:20Z | 2005-06-07T21:33:20Z |
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. | resolved fixed | e89d103 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceAnalyzer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-07T09:37:19Z | 2005-06-14T23:00:00Z |
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; | verified fixed | d44a8cf | ["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"... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-07T09:08:38Z | 2003-10-08T13:33:20Z |
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... | resolved fixed | 981b485 | ["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/refactor... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-06T15:00:24Z | 2005-05-30T10:46:40Z |
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. | resolved fixed | 8c67b3f | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-06T14:59:49Z | 2005-08-20T09:26:40Z |
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... | resolved fixed | 1fd214d | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/AccessorClassCreator.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-06T08:10:22Z | 2006-04-05T18:00:00Z |
135,061 | Bug 135061 [api] make public constants for private edit menu groups | null | resolved fixed | 8c25139 | ["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/PropertiesFileEditorActionContri... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-06T07:36:56Z | 2006-04-05T15:13:20Z |
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... | resolved fixed | f215760 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-05T17:07:29Z | 2006-04-04T14:13:20Z |
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 | resolved fixed | 8a3a0fd | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-05T16:51:31Z | 2006-04-03T16:00:00Z |
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... | verified fixed | 4c619ec | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-05T14:40:15Z | 2006-03-09T16:00:00Z |
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() } } } | resolved fixed | 9ebeb27 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/OverrideCompletionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-05T14:34:09Z | 2005-12-13T18:53:20Z |
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'. | resolved fixed | 38a4766 | ["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", "o... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-05T13:47:41Z | 2005-12-13T10:33:20Z |
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... | resolved fixed | 17f4625 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMoveLinesAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-05T13:35:42Z | 2005-08-25T22:46:40Z |
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' | resolved fixed | dbaf37f | ["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/ec... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-05T13:13:35Z | 2006-03-28T18:20:00Z |
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 | resolved fixed | e89d01b | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-05T12:21:06Z | 2006-03-06T13:00:00Z |
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 | resolved fixed | 9605e99 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-05T11:01:35Z | 2006-04-04T11:26:40Z |
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); | resolved fixed | b131fa1 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-05T10:41:50Z | 2006-04-05T09:40:00Z |
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")) { | resolved fixed | 259cc73 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-05T09:09:07Z | 2006-04-04T14:13:20Z |
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; } } | resolved fixed | 3f67bea | ["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/InlineMethodTes... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-04T18:09:00Z | 2006-01-11T00:40:00Z |
133,834 | Bug 133834 Extract superclass should not add "extends Object" | I20060329-0010 Extract superclass should not add "extends Object" to the extracted superclass. | resolved fixed | 3e1827f | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractSupertypeProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-04T16:49:54Z | 2006-03-29T13:46:40Z |
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 | resolved fixed | 439554e | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-04T16:05:02Z | 2006-04-04T14:13:20Z |
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... | resolved fixed | 0362842 | ["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... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-04T14:28:40Z | 2006-03-28T10:00:00Z |
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... | resolved fixed | 122994c | ["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/InlineMethodTes... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-04T13:21:51Z | 2005-11-18T16:06:40Z |
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... | resolved fixed | 113f582 | ["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/... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-04T13:12:45Z | 2006-03-29T16:33:20Z |
131,073 | Bug 131073 [type hierarchy] add possibility to empty type hierarchy history | null | closed fixed | feb7ebd | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-04T11:22:03Z | 2006-03-09T13:13:20Z |
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. | resolved fixed | 94a2be2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-04T11:11:47Z | 2006-03-29T16:33:20Z |
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... | verified fixed | 7a7cd8b | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-04T11:09:15Z | 2005-08-22T14:13:20Z |
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 ... | resolved fixed | 391f1cb | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-04T10:09:08Z | 2005-04-12T10:00:00Z |
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. | resolved fixed | 230c7e7 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/VariableDeclarationFix.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-04T08:50:12Z | 2006-04-04T08:40:00Z |
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. | resolved fixed | e5ce631 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-04T07:08:37Z | 2004-06-23T11:26:40Z |
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 | resolved fixed | 600b654 | ["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/PreviewWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-03T15:34:18Z | 2005-10-04T12:46:40Z |
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. | resolved fixed | ec25e7f | ["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/n... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-03T15:31:54Z | 2006-03-28T10:00:00Z |
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... | verified fixed | cbf57bb | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeInfoViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-03T15:31:40Z | 2005-11-04T02:06:40Z |
133,925 | Bug 133925 [JUnit] javaw instance left open after running a JUnit test suite | null | resolved fixed | 053fcd6 | ["org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/RemoteTestRunner.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-03T15:19:00Z | 2006-03-29T22:06:40Z |
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... | resolved fixed | 46cc5d2 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHintHelper.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-03T14:46:26Z | 2006-04-03T16:00:00Z |
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. | resolved fixed | 23da5e4 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/FindBrokenNLSKeysAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-03T14:39:55Z | 2006-03-28T10:00:00Z |
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... | resolved fixed | 2b2f6fa | ["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.j... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-03T14:10:11Z | 2006-02-14T12:26:40Z |
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. | resolved fixed | d80cca6 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/NewSearchViewActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-03T14:08:42Z | 2005-09-20T12:40:00Z |
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... | resolved fixed | e1eb867 | ["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/refacto... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-03T13:52:00Z | 2005-09-12T13:00:00Z |
75,702 | Bug 75702 [dom] Need a way to get back from an AST to the originating ICompilationUnit | null | verified fixed | 03b5b05 | ["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... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-03T13:51:44Z | 2004-10-06T10:53:20Z |
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... | resolved fixed | d478f86 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-03T10:51:28Z | 2006-03-31T21:20:00Z |
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. | resolved fixed | 8bbede2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-03T10:45:49Z | 2006-03-30T14:46:40Z |
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... | resolved fixed | b4adcfb | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-03T09:48:09Z | 2006-02-14T09:40:00Z |
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)... | resolved fixed | bcb9342 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-31T15:46:55Z | 2006-03-21T14:06:40Z |
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... | resolved fixed | a8308f5 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefactorActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-31T14:43:40Z | 2006-03-30T12:00:00Z |
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. | resolved fixed | 7d767ca | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-31T13:27:56Z | 2006-03-30T14:46:40Z |
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 ... | resolved fixed | 11df351 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CategoryFilterActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-31T12:31:25Z | 2006-03-29T16:33:20Z |
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... | resolved fixed | 2e33154 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CategoryFilterActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-31T12:16:19Z | 2006-03-29T08:13:20Z |
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))... | resolved fixed | 46e0aaf | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesViewLabelProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-31T09:40:14Z | 2005-05-24T13:06:40Z |
134,052 | Bug 134052 Configure Deprication Fix action should be disabled for abstract method/non constant fields | null | resolved fixed | ef7e41b | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-30T16:02:16Z | 2006-03-30T12:00:00Z |
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... | resolved fixed | 583124d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-30T15:24:30Z | 2006-03-30T09:13:20Z |
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 ... | verified fixed | bff91dd | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-30T15:14:11Z | 2006-03-29T22:06:40Z |
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() } | verified fixed | c5e7504 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavadocDoubleClickStrategy.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-29T16:33:00Z | 2006-03-29T16:33:20Z |
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 | verified fixed | 56d85ac | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-29T16:30:51Z | 2006-03-29T13:46:40Z |
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... | verified fixed | 83733e4 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-29T16:11:01Z | 2006-03-29T13:46:40Z |
133,798 | Bug 133798 Categories filter group should sort menu entries | null | resolved fixed | 7595a46 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CategoryFilterActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-29T15:49:27Z | 2006-03-29T08:13:20Z |
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... | verified fixed | ead679e | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-29T15:19:21Z | 2006-03-29T13:46:40Z |
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... | resolved fixed | 0ba91db | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-29T14:29:15Z | 2006-03-28T15:33:20Z |
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= ... | verified fixed | 14d52a3 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultRequestor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-29T14:12:47Z | 2006-03-28T10:00:00Z |
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) | verified fixed | 275e209 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-29T12:23:02Z | 2006-03-28T18:20:00Z |
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 ... | resolved fixed | 4b98dbe | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchQuery.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-29T11:53:40Z | 2006-03-28T10:00:00Z |
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... | verified fixed | 91e3a83 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-29T11:00:33Z | 2006-03-13T11:40:00Z |
133,492 | Bug 133492 Missing mnemonic in "Visible Categories..." view menu | I2006030328-0010. There's no mnemonic for the "Visible Categories..." view menu entry. | verified fixed | b50af87 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CategoryFilterActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-29T10:44:21Z | 2006-03-28T10:00:00Z |
133,807 | Bug 133807 [refactoring] Rename Extract Supertype to Extract Superclass | The name should more accurately reflect the refactoring's capabilities. | verified fixed | aff6546 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-29T10:39:01Z | 2006-03-29T11:00:00Z |
133,796 | Bug 133796 JavaElementLabels should render all categeries, not just first one | null | verified fixed | 7cc76e7 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-29T09:24:59Z | 2006-03-29T08:13:20Z |
133,526 | Bug 133526 [javadoc location] can't set any http locations anymore | null | resolved fixed | bfd41e5 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-29T09:16:52Z | 2006-03-28T15:33:20Z |
133,236 | Bug 133236 [Model Sync] Java with incoming src directory has no children | I checked out the root directory of a project and then synced. The Java content provider did not show any incoming changes. The resource content provider did. | verified fixed | 892e942 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-29T08:25:23Z | 2006-03-25T04:13:20Z |
133,497 | Bug 133497 [misc] Activate30JavaEditors performance test explanation not there | I20060328-0010. Activate30JavaEditors performance test explanation not there. I suspect that the comment needs to be set before starting the performance meter. | verified fixed | d87e179 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/ActivateJavaEditorTest.java", "org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/TextPerformanceTestCase.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-28T17:27:06Z | 2006-03-28T10:00:00Z |
133,519 | Bug 133519 [spell checking] Add @category to JavaDocTagDictionary | Title says it all... | verified fixed | 9aa7dee | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/IJavaDocTagConstants.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-28T17:07:42Z | 2006-03-28T12:46:40Z |
133,513 | Bug 133513 [outline] Visible Java categories dialog list changes check state of elements on select | I20060328-0010 Single-clicking on a category element in the list control changes its check state. It should only change check state on double click. | resolved fixed | 9053098 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CategoryFilterActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-28T16:42:27Z | 2006-03-28T12:46:40Z |
123,978 | Bug 123978 Ensure update of working set team state decorations | null | verified fixed | ea7be08 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ProblemTreeViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-28T14:45:38Z | 2006-01-16T16:46:40Z |
133,367 | Bug 133367 Find Broken NLS Keys... does not detect unused fields in Messages class | I20060322-1335 Find Broken NLS Keys... does not detect unused fields in Messages class. Found out while removing NLS Search page: the action correctly found the unused keys in the properties file but not in NLSSearchMessages. | resolved fixed | cf62d00 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchQuery.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultRequestor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-27T16:00:24Z | 2006-03-27T14:33:20Z |
83,473 | Bug 83473 [Viewers] Open Call Hierarchy fails to find callers sometimes [call hierarchy] | 1. Place the cursor on a method or constructor name that is called from one or more places in the code. 2. Select Open Call Hierarchy from the context menu. At this point the Call Hierarchy view should show all the callers of the selected method. Since I installed 3.1M4 (upgraded from 3.1M3) I have noticed that sometim... | verified fixed | ce1e69f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyContentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-27T15:41:40Z | 2005-01-21T23:26:40Z |
132,318 | Bug 132318 [api][hovering][rulers] give access to the current annotation hover | I20060315-1200 There is no way to get a hold of the currently showing annotation hover, similar to what ITextViewer::getCurrentTextHover provides. I will add a patch that provides similar API on ISourceViewerExtension3. | resolved fixed | f90c4bb | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-27T15:31:33Z | 2006-03-17T12:53:20Z |
133,153 | Bug 133153 ArrayIndexOutOfBoundsException when introducing parameter | I20060322 - no exact steps, I was introducing a parameter into a private method which was referenced (via a static accessor method) by an inner (non-static) listener class. - got this: !ENTRY org.eclipse.ui 4 0 2006-03-24 15:20:12.532 !MESSAGE 0 !STACK 0 java.lang.ArrayIndexOutOfBoundsException: 0 at org.eclipse.jdt.in... | resolved fixed | c86e147 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceParameterRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-27T13:26:59Z | 2006-03-24T14:20:00Z |
133,265 | Bug 133265 [api] new actions () don't follow JDT's pattern | JDT HEAD as of now It is JDT UI standard to define a public constant for command (previously action definition) and action IDs, see JdtActionConstants. The lately added ConfigureDeprecationFixAction and FindBrokenNLSKeysAction do not follow that pattern but instead define the constant inside the internal action itself:... | resolved fixed | 04909d1 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ConfigureDeprecationFixAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-27T09:35:19Z | 2006-03-25T09:46:40Z |
124,702 | Bug 124702 [projection] redraw problem with JavaEditor.resetProject() | After calling resetProjection() the CompilationUnitEditor seems to keep the [..] annotations on each region that could be folded (see screenshot attached). If anything redraws the editor (e.g. scrolling, activating another editor), the annotations disappear. Note that in the screnshot I made one partly disappear by scr... | verified fixed | bbffa83 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/folding/DefaultJavaFoldingStructureProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-24T14:52:58Z | 2006-01-20T20:46:40Z |
127,126 | Bug 127126 [quick assist] keybinding for 'Split/Join variable declaration' | I20060208-0848 It would be convenient if I could assign a keybinding to the 'Split variable declaration' and the 'Join variable declaration' quick assists. Since they are never applicable at the same position, it would be nice if they could even get the same keybinding, e.g. named 'Split/Join variable declaration'. | resolved fixed | 44856bc | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-24T14:11:58Z | 2006-02-09T18:33:20Z |
131,562 | Bug 131562 TypeHierarchyViewPart CopyToClipboardAction is accessing zip files for enablement | M5 From a trace from Steve Northover. It looks like this is occuring when Steve toggles a breakpoint in code that is in a binary or external project while it is selected in the type hierarchy view (Steve could you give us an idea of what your were doing please)? In Steves case he is seeing a hang in Eclipse so this mig... | resolved fixed | f7b2be2 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/CopyToClipboardAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-24T12:45:35Z | 2006-03-13T17:13:20Z |
133,141 | Bug 133141 Must JavaCore.create(IFile) always do full checks? | null | verified fixed | edf4eb7 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/ResourceAdapterFactory.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-24T12:24:49Z | 2006-03-24T11:33:20Z |
132,998 | Bug 132998 [navigation] Javadoc view unnecessarily reloads doc if input has not changed | I20060322-1335 Javadoc view unnecessarily reloads doc if input has not changed. Moving the caret inside the same element in a CU editor reloads the view all the time. Updating on equal elements should either be turned off like in the Declaration view (just remove JavadocView#isIgnoringEqualInput()), or it should be mad... | resolved fixed | e3c7c29 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/AbstractInfoView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-24T07:38:36Z | 2006-03-23T13:20:00Z |
132,748 | Bug 132748 [junit] NPE in new junit suite wizard | 20060321 1. create and select import junit.framework.TestCase; public class A extends TestCase { } 2. start the JUnit suite wizard, press finish without changing anything and pressed finish without changing any fiel java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.TypeContextChecker.resolve... | resolved fixed | 349ab8a | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestSuiteWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-23T20:49:36Z | 2006-03-21T22:26:40Z |
125,869 | Bug 125869 [clean up][infrastructure] a dirty CU remains dirty, a clean CU is saved after the clean up | null | resolved fixed | 4d29790 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/FixCorrectionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-23T15:42:06Z | 2006-01-31T17:53:20Z |
132,302 | Bug 132302 [source actions] Provide action to configure the deprecation fix of a member | During 3.2, support has been added to store information about automatic fixing of deprecated constant accesses and method invocations. This functionality is currently used in the following refactorings: - Rename - Move - Change Signature - Introduce Parameter - Replace Invocations In order to let the user configure how... | resolved fixed | 04eceb4 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ConfigureDeprecationFixAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/Confi... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-23T15:16:50Z | 2006-03-17T10:06:40Z |
127,657 | Bug 127657 [quick fix] applying multiple 'add generated serial version ID' shows no progress / not cancellable | null | resolved fixed | c948213 | ["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/PotentialProgrammingProblemsFix.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionSt... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-23T15:09:14Z | 2006-02-14T09:40:00Z |
127,652 | Bug 127652 [quick fix] add generated serial version ID not cancellable | I20060214-0010 The quick fix shows a progress dialog, but pressing the cancel button has no effect other than disabling the cancel button. It should kill the second vm if it cannot be cancelled immediately. | resolved fixed | 293c854 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SerialVersionHashOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-03-23T15:08:42Z | 2006-02-14T09:40:00Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.