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
unknown | report_datetime
unknown |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
207,839 | Bug 207839 [package explorer] Link with editor is broken for cus non on the build path | Using I20071023-0800, link with editor doesn't work for compilation units that are not on the build path. 1) Create an empty workspace 2) Create a java project "P" with a source folder "src" 3) Create a folder "tests" in the root of "P". 4) Create a new type "X" in the source folder "src". An editor on X is opened. Leave it open. 5) Create a new file called "Test.java" inside "tests". 6) Open it. 7) Click on link with editor 8) Click on the editor for the class X and the editor for the file Test.java 9) When X is selected, X.java is properly highlighted inside the package explorer 10) When Test.java is selected, the project name is selected inside the package explorer. Expected result is the file Test.java should be selected and the tree expanded to show it. | resolved fixed | 24554c0 | ["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 | "2007-11-19T15:00:49Z" | "2007-10-29T20:33:20Z" |
183,512 | Bug 183512 [navigation] Mark Occurrences false hit on superclass/static method | 3.3M6 I20070323-1616 In the following code (single source file): public class X { public static void method() { } } class Y extends X { public static void method() { } } place the cursor after 'X' in the declaration of class Y. Mark occurrences will highlight the nearest X but will also highlight Y.method() on the next line. It does not highlight the declaration of class X (also the case when there are no class bodies). | resolved fixed | a692ebe | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ImplementOccurrencesFinder.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-11-19T13:52:02Z" | "2007-04-21T21:13:20Z" |
203,765 | Bug 203765 [search] occurrences search wrongly colors read as write access on same line | I20070918-0010 Given (with colored labels enabled): public class Dummy { int field; { field= 1; field= field; //first is write, second is read System.out.println(field); } } 1. select 'field' 2. Search > Occurrences in File > Identifier => third entry in Search view renders both matches as write access, but the second one is a read access. | resolved fixed | d07dd96 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/OccurrenceMatch.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/OccurrencesSearchLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/OccurrencesSearchQuery.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-11-19T11:59:59Z" | "2007-09-18T12:53:20Z" |
166,521 | Bug 166521 [typing] Smart Paste into string should not escape single ticks (') | null | resolved fixed | 51ebc94 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SmartTypingConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaStringAutoIndentStrategy.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-11-15T16:11:52Z" | "2006-12-01T16:20:00Z" |
209,853 | Bug 209853 [rename] Rename refactoring dead end with unsaved .java file | [3.4 M3] Steps: 1. Select a class name, Alt-Shift-R to rename. 2. Enter a different name but don't press enter 3. Pick "Open Rename Dialog..." from the dropdown 4. Click Finish in the wizard Expected: The rename is performed Actual: An error dialog is shown saying that the file has unsaved changes. | resolved fixed | 3b12628 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameCompilationUnitChange.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-11-15T11:46:53Z" | "2007-11-14T19:53:20Z" |
209,778 | Bug 209778 [search] TypeReferenceMatch#getOtherElements() fails for match in annotation | null | verified fixed | 0872ae5 | ["org.eclipse.jdt.ui.tests.refactoring/resources/RenameType/testSimilarElements34/in/Try.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenameType/testSimilarElements34/out/Bla.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RenameTypeTests.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-11-14T12:17:56Z" | "2007-11-14T11:33:20Z" |
209,705 | Bug 209705 org.eclipse.jdt.ui.PreferenceConstants should update its specification | This class document should be updated to clearly state that it cannot be subclassed. The component.xml file for jdt/ui contains: <type name="PreferenceConstants" subclass="false" instantiate="false"/> This should be reflected in the documentation. | resolved fixed | 5b382f6 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-11-14T08:26:31Z" | "2007-11-13T21:40:00Z" |
155,013 | Bug 155013 [search] [DCR] More finegrained options for Java search | 20060824 A first step toward more advanced searching would be to offer more finegrained search criterias. Currently it is only possible to find all type references of 'X'. It would be nice to distinguish the references by the AST-location where they were used. For example inside as a cast type ((X) a).foo()) or as a variable type. (X var;) type reference locations: - reference in field type - reference in variable type - reference in method return type - reference in method parameters - reference in throws declaration - reference in super class - reference in super interface declaration - reference in catch block - reference in cast - reference in static member access (X.foo()) - reference in class instance creation (new X()) - reference in class literal access (foo(X.class)) - reference in type variable bounds (class A<E extends X>) - reference in import declaration (import p.X;) - reference in annotation (@X void foo()) - reference in annotation argument (@A(arg=@X)) void foo()) - reference as parameterized type argument (List<X>) - reference as wild card bound (? extends X) The last 2 options could probably be combined with the other bits ('A<X> foo;' X matches if 'parameterized type argument' and 'variable type' are set) method reference locations: - as super invocation (super.x()) - with qualifier (a.x()) - with this (this.x() or x()) - as annotation argument (@A(x="Hello")) field reference locations: - with qualifier (a.x()) - with this (this.x() or x()) - read access - write access This information would best be returned when a match is found. Or/and a mask is passed on search so only those references are reported. | verified fixed | 20029a4 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameTypeProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-11-13T18:47:43Z" | "2006-08-24T09:00:00Z" |
209,545 | Bug 209545 [JUnit] Allow to run the test at the current cursor location | null | resolved fixed | e11e01e | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/launcher/JUnitLaunchShortcut.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-11-13T13:26:04Z" | "2007-11-12T20:40:00Z" |
209,500 | Bug 209500 ClassCastException using rename method refactoring | Hi, I got the following error during a rename refactoring on a method. -- Error Log -- Date: Mon Nov 12 14:52:22 GMT 2007 Message: Internal Error Severity: Error Plugin ID: org.eclipse.ltk.ui.refactoring Stack Trace: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:350) at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:758) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:755) at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2451) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.createChange(RefactoringWizard.java:579) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.computeUserInputSuccessorPage(RefactoringWizard.java:422) at org.eclipse.ltk.ui.refactoring.RefactoringWizard.getStartingPage(RefactoringWizard.java:405) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.createContents(RefactoringWizardDialog2.java:594) at org.eclipse.jface.window.Window.create(Window.java:426) at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1081) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation$1.run(RefactoringWizardOpenOperation.java:133) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run(RefactoringWizardOpenOperation.java:154) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate(RefactoringStarter.java:49) at org.eclipse.jdt.internal.ui.refactoring.UserInterfaceStarter.activate(UserInterfaceStarter.java:60) at org.eclipse.jdt.internal.ui.refactoring.reorg.RenameUserInterfaceStarter.activate(RenameUserInterfaceStarter.java:31) at org.eclipse.jdt.ui.refactoring.RenameSupport.openDialog(RenameSupport.java:158) at org.eclipse.jdt.internal.ui.refactoring.reorg.RenameLinkedMode.doRename(RenameLinkedMode.java:337) at org.eclipse.jdt.internal.ui.refactoring.reorg.RenameLinkedMode$EditorSynchronizer.left(RenameLinkedMode.java:113) at org.eclipse.jface.text.link.LinkedModeModel.exit(LinkedModeModel.java:339) at org.eclipse.jface.text.link.LinkedModeUI$4.run(LinkedModeUI.java:1190) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) at org.eclipse.equinox.launcher.Main.run(Main.java:1173) at org.eclipse.equinox.launcher.Main.main(Main.java:1148) Caused by: java.lang.ClassCastException: org.eclipse.jdt.internal.core.ImportDeclaration cannot be cast to org.eclipse.jdt.core.IMember at org.eclipse.jdt.internal.corext.refactoring.rename.RenameMethodProcessor$2.acceptSearchMatch(RenameMethodProcessor.java:389) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.report(MatchLocator.java:1684) at org.eclipse.jdt.internal.core.search.matching.MethodLocator.matchReportReference(MethodLocator.java:354) at org.eclipse.jdt.internal.core.search.matching.PatternLocator.matchReportImportRef(PatternLocator.java:366) at org.eclipse.jdt.internal.core.search.matching.PatternLocator.matchLevelAndReportImportRef(PatternLocator.java:350) at org.eclipse.jdt.internal.core.search.matching.MethodLocator.matchLevelAndReportImportRef(MethodLocator.java:205) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.reportMatching(MatchLocator.java:2147) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.process(MatchLocator.java:1559) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatches(MatchLocator.java:1037) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatches(MatchLocator.java:1078) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatches(MatchLocator.java:1199) at org.eclipse.jdt.internal.core.search.JavaSearchParticipant.locateMatches(JavaSearchParticipant.java:94) at org.eclipse.jdt.internal.core.search.BasicSearchEngine.findMatches(BasicSearchEngine.java:217) at org.eclipse.jdt.internal.core.search.BasicSearchEngine.search(BasicSearchEngine.java:502) at org.eclipse.jdt.core.search.SearchEngine.search(SearchEngine.java:550) at org.eclipse.jdt.internal.corext.refactoring.rename.RenameMethodProcessor.searchForOuterTypesOfReferences(RenameMethodProcessor.java:398) at org.eclipse.jdt.internal.corext.refactoring.rename.RenameMethodProcessor.doCheckFinalConditions(RenameMethodProcessor.java:322) at org.eclipse.jdt.internal.corext.refactoring.rename.RenameNonVirtualMethodProcessor.doCheckFinalConditions(RenameNonVirtualMethodProcessor.java:87) at org.eclipse.jdt.internal.corext.refactoring.rename.JavaRenameProcessor.checkFinalConditions(JavaRenameProcessor.java:48) at org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring.checkFinalConditions(ProcessorBasedRefactoring.java:174) at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:83) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:118) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Root exception: java.lang.ClassCastException: org.eclipse.jdt.internal.core.ImportDeclaration cannot be cast to org.eclipse.jdt.core.IMember at org.eclipse.jdt.internal.corext.refactoring.rename.RenameMethodProcessor$2.acceptSearchMatch(RenameMethodProcessor.java:389) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.report(MatchLocator.java:1684) at org.eclipse.jdt.internal.core.search.matching.MethodLocator.matchReportReference(MethodLocator.java:354) at org.eclipse.jdt.internal.core.search.matching.PatternLocator.matchReportImportRef(PatternLocator.java:366) at org.eclipse.jdt.internal.core.search.matching.PatternLocator.matchLevelAndReportImportRef(PatternLocator.java:350) at org.eclipse.jdt.internal.core.search.matching.MethodLocator.matchLevelAndReportImportRef(MethodLocator.java:205) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.reportMatching(MatchLocator.java:2147) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.process(MatchLocator.java:1559) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatches(MatchLocator.java:1037) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatches(MatchLocator.java:1078) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatches(MatchLocator.java:1199) at org.eclipse.jdt.internal.core.search.JavaSearchParticipant.locateMatches(JavaSearchParticipant.java:94) at org.eclipse.jdt.internal.core.search.BasicSearchEngine.findMatches(BasicSearchEngine.java:217) at org.eclipse.jdt.internal.core.search.BasicSearchEngine.search(BasicSearchEngine.java:502) at org.eclipse.jdt.core.search.SearchEngine.search(SearchEngine.java:550) at org.eclipse.jdt.internal.corext.refactoring.rename.RenameMethodProcessor.searchForOuterTypesOfReferences(RenameMethodProcessor.java:398) at org.eclipse.jdt.internal.corext.refactoring.rename.RenameMethodProcessor.doCheckFinalConditions(RenameMethodProcessor.java:322) at org.eclipse.jdt.internal.corext.refactoring.rename.RenameNonVirtualMethodProcessor.doCheckFinalConditions(RenameNonVirtualMethodProcessor.java:87) at org.eclipse.jdt.internal.corext.refactoring.rename.JavaRenameProcessor.checkFinalConditions(JavaRenameProcessor.java:48) at org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring.checkFinalConditions(ProcessorBasedRefactoring.java:174) at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:83) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:118) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) | verified fixed | fb96000 | ["org.eclipse.jdt.ui.tests.refactoring/resources/RenameVirtualMethodInClass/testFail41/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RenameVirtualMethodInClassTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-11-13T10:23:20Z" | "2007-11-12T15:06:40Z" |
209,465 | Bug 209465 [convert local] Convert Local Variable to Field removes empty line | Build ID: I20071101-2000 Steps To Reproduce: 1. paste the code below in a java editor 2. put the cursor on "list" (declaration) 3. Press Ctrl+1, and select "Convert Local Variable to Field" 4. The quick fix do his job but also removes the empty line before the if statement, while it should'nt !!! public class Foo { void bar(Integer n) { ArrayList<Integer> list = new ArrayList<Integer>(); if (n != null) { list.add(n); } } } | resolved fixed | 6c78788 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/PromoteTempToFieldRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-11-12T11:59:14Z" | "2007-11-12T09:33:20Z" |
203,049 | Bug 203049 [open type] TypeSelectionExtension#getImageProvider() not called any more | 3.4 HEAD org.eclipse.jdt.internal.ui.dialogs.FilteredTypesSelectionDialog.TypeInfoUtil.getImageDescriptor(Object) is not used, but probably should be. | verified fixed | abcbee4 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-11-12T11:12:18Z" | "2007-09-12T09:40:00Z" |
209,220 | Bug 209220 [build path] Create Java project dialog has confusing ordering for 508 issues | Build ID: 3.3 Steps To Reproduce: I make a new Java Project, the Create a Java Project dialog has an odd tab order. Under JRE there are two radio buttons for default and a project specific JRE. If you stay on default and press tab, it takes you to Configure Default... and then to the next box for Project Layout. However, if you select the project specific JRE, the tab order still goes from the radio button to the Configure default... before going to the combo box to select the JRE. More information: It is not a huge issue for Keyboard navigation, but when JAWS screen reader is active, the tab order would be confusing for a blind user. They would not necessarily understand that the combo box is associated with Use a project specific JRE because the focus does not go directly from one to the other. If there is a way to go from the radio button to the combo box, even if you must then go to the Configure defaults... link it would be better than the way it is now. | resolved fixed | ad4ace9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPageOne.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-11-12T10:06:31Z" | "2007-11-08T16:40:00Z" |
129,588 | Bug 129588 [rulers] No error icon in editor left ruler | Build 3.2M5 When typing following code in editor (without building), there is no error indication in left ruler, where one appears when building. public class X { { (a } } Note that if removing the open parenthesis, the error icon appears as expected. | resolved fixed | 8a19b93 | ["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 | "2007-11-08T15:22:05Z" | "2006-02-27T17:06:40Z" |
208,868 | Bug 208868 [add import] "Ctrl + shift + m" error | null | resolved fixed | e34fc08 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/AddImportsOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/CodeGenerationMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-11-06T14:19:45Z" | "2007-11-06T11:53:20Z" |
207,946 | Bug 207946 [call hierarchy] Call Hierarchy: constructors do not call a type | I20071030-0010. The Call Hierarchy now allows to be opened on a type in which case it lists the constructors as callers. This is wrong. Markus explained that this is a handy workaround to start with all constructors. If we really want this then we should simply feed the call hierarchy with all these constructors as roots and not show the type. | resolved fixed | b1330e4 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/callhierarchy/CallHierarchyContentProviderTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/CallHierarchyTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/CallHierarchy.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/CallSearchResultCollector.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/CalleeAnalyzerVisitor.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/CalleeMethodWrapper.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/CallerMethodWrapper.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/MethodWrapper.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyContentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyTransferDropAdapter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyUI.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/FocusOnSelectionAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/HistoryAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/HistoryDropDownAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/HistoryListAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/OpenCallHierarchyAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/SearchScopeHierarchyAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/SearchScopeProjectAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/TreeRoot.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-11-06T09:43:59Z" | "2007-10-30T10:26:40Z" |
208,752 | Bug 208752 [clean up] Remove parentheses is too aggressive | Build ID: I20071101-2000 Steps To Reproduce: Following code spaceCount = 2 * (spaceCount / 2); incorrectly converted into spaceCount = 2 * spaceCount / 2; As you understand, when spaceCount is odd, these two expressions have different value. ;-) More information: | verified fixed | 08f9622 | ["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 | "2007-11-06T09:28:56Z" | "2007-11-05T10:53:20Z" |
208,568 | Bug 208568 [save actions] Work around core bug 208541 | null | resolved fixed | befd68a | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SaveParticipantTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CodeFormatFix.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CommentFormatFix.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/EditorUtility.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-11-02T15:14:42Z" | "2007-11-02T16:13:20Z" |
208,213 | Bug 208213 [preferences] Export User Libraries not working | Build ID: M20071023-1652 Steps To Reproduce: 1.Window>Preferences>Java>Build Path>User Libraries>Export ... 2.Select Libraries to export and Fill in File Location 3.Click "OK" More information: Cannot export user libraries. From the "Export User Libraries" dialog, you can select the libraries you want to export and choose the file location. But when you click "OK" nothing happens. The dialog remains open and the export file is not created. | resolved fixed | 65696bf | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-11-02T13:16:56Z" | "2007-10-31T11:26:40Z" |
192,805 | Bug 192805 [open type] Open Type in fresh workspace does not work | 3.3 RC4 (like this since day one) 1. start fresh workspace 2. verify on Java > Installed JREs that a JRE is installed and selected 3. press Ctrl+Shift+T or click the enabled 'Open Type' tool bar button 4. try to find a class from the JRE, e.g. HashMap ==> nothing. We should either allow to select the types from the installed JRE, disable the command or bring a dialog that tells novice users what to do (similar to the new wizard actions that suggest to create a new Java project). | resolved fixed | 0eadf04 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OpenTypeAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-11-01T17:09:39Z" | "2007-06-15T06:46:40Z" |
206,025 | Bug 206025 [inline] NPE when inlining | 3.4 20071011 - inline 'activate' in 'foo' public class RefactoringStarter { public boolean activate(String wizard) { return true; } public boolean activate(Object refactoring, String wizard) { String wizard1= wizard; return activate(wizard1); } private void foo() { if (this != null) activate(new Object(), new String()); } } java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.code.CallInliner.replaceCall(CallInliner.java:636) at org.eclipse.jdt.internal.corext.refactoring.code.CallInliner.perform(CallInliner.java:481) at org.eclipse.jdt.internal.corext.refactoring.code.InlineMethodRefactoring.checkFinalConditions(InlineMethodRefactoring.java:294) at org.eclipse.ltk.core.refactoring.CheckConditionsOperation.run(CheckConditionsOperation.java:83) at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:119) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1799) at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) | resolved fixed | 7289651 | ["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/controlStatement_in/TestIfWithVariable.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/controlStatement_out/TestIfWithVariable.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-11-01T16:57:35Z" | "2007-10-11T10:53:20Z" |
207,928 | Bug 207928 [preference] compliance: enabling project properties clears 'use default' | 20071030 - Open the 'Java Compiler' property page on a Java project - Check 'use project settings' - 'Use default compliance...' got unchecked | resolved fixed | 63760ab | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-31T15:26:54Z" | "2007-10-30T10:26:40Z" |
208,066 | Bug 208066 [save actions] Format edited lines on save takes ages with many changed lines | I20071030-0010 - open StyledText.java - enable format on save (edited lines) - replace all " =" with "=" - save => takes multiple minutes, not cancellable, no progress => expected: a) is quicker b) shows cancellable progress after at most 5 seconds (in dialog or in workbench window trim) | resolved fixed | 5404bfc | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CodeFormatFix.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/CodeFormatterUtil.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-31T14:58:07Z" | "2007-10-30T18:46:40Z" |
208,002 | Bug 208002 [CommonNavigator] Navigator: Delete fails with nested resources | null | verified fixed | 39e376b | ["org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/resource/DeleteResourcesProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-31T11:03:33Z" | "2007-10-30T16:00:00Z" |
206,143 | Bug 206143 [organize imports] Organize Imports imports static nested binary type with $ | I20071010-1200, also wrong in 3.3, was OK in 3.2.2 public class Try { STRING var; } - Organize Imports => was: adds import javax.print.DocFlavor$STRING; => expected: adds import javax.print.DocFlavor.STRING; | resolved fixed | 5f28626 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/AddImportsOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/OpenTypeHistory.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/TypeFilter.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/TypeInfoFilter.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/TypeContextChecker.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeInfoViewer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog2.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/AddImportOnSelectionAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/TypeNameMatchLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-29T14:02:22Z" | "2007-10-12T14:40:00Z" |
127,533 | Bug 127533 [1.5][compiler] warning on unused @SuppressWarnings annotations | 3.2M4 there should be a warning on unused @SuppressWarnings annotations (just like we have one on 'unused exceptions') for example here the annotation is unused - it just pollutes code: If it was for a whole class if would've been even worse @SuppressWarnings("unchecked") //unused void doNoEvil(){ System.out.println("hello world"); } | verified fixed | cf0815c | ["org.eclipse.jdt.ui.tests/test", "plugin/org/eclipse/jdt/testplugin/TestOptions.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-28T16:05:12Z" | "2006-02-13T19:46:40Z" |
206,064 | Bug 206064 [GlobalActions] Provide LTK aware IDE actions | org.eclipse.ui.ide RenameResourceAction should use the LTK rename refactoring instead of the MoveResourcesOperation. | verified fixed | db6dd11 | ["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringUIMessages.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/actions/AbstractResourcesHandler.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/actions/DeleteResourcesHandler.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/actions/MoveResourcesHandler.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/actions/RenameResourceHandler.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-26T13:01:57Z" | "2007-10-11T16:26:40Z" |
202,221 | Bug 202221 [content assist][5.0] when selected method from favorites is a member of a type with a type variable an invalid static import is added | null | resolved fixed | e66c1c5 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ImportCompletionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-26T10:44:58Z" | "2007-09-05T02:40:00Z" |
63,573 | Bug 63573 [syntax highlighting] highlight numbers | In 3.0, the java editor has supported operator..... etc. much more than 2.1.3. But it has not support highlight number. Hope to enhance this feature. | verified fixed | 3ed7ea6 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaThemeConstants.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCodeScanner.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/IJavaColorConstants.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-26T10:19:05Z" | "2004-05-23T05:26:40Z" |
205,723 | Bug 205723 [content assist] support code assist for static members when import missing | null | resolved fixed | d62f195 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposalComputer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-26T09:24:32Z" | "2007-10-08T13:26:40Z" |
207,492 | Bug 207492 [move member type] Moving enum from one class to another adds public modifier | Build ID: I20070621-1340 Steps To Reproduce: If I have the following: ----------------------------------- public class Foo { /** * This is the enum */ public static enum Logic { /** * Is True */ TRUE, /** * Is False */ FALSE } ... } public class Bar { ... } ----------------------------------- RMB on the enum Logic, choose Refactor/Move, Browse to Bar, then start the refactoring. The move operation adds the modifier "public" to both TRUE and FALSE resulting in: ----------------------------------- public class Bar { /** * This is the enum */ public static enum Logic { /** * Is True */ public TRUE, /** * Is False */ public FALSE } ... } ----------------------------------- More information: | resolved fixed | 05d22e5 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MemberVisibilityAdjustor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-26T08:35:51Z" | "2007-10-25T19:20:00Z" |
192,045 | Bug 192045 [nls tooling] Properties file editor should have "toggle comment" action | It would be great if in the properties file editor there were some way to do the equivalent of the Java "toggle comment" action to add/remove # to the beginning of each line. So, given a file foo.properties: # Neato properties p1=a p2=b p3=c I would like to highlight lines 2-4, select the "Toggle Comment" action (I'd even be happy to have the key combo be the same as the Java editor key combo even though it makes less sense here) and get this result: # Neato properties #p1=a #p2=b #p3=c Selecting the same action again with same lines highlighted would revert to the original version. | resolved fixed | 4b82f0f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileSourceViewerConfiguration.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-26T08:18:14Z" | "2007-06-11T22:13:20Z" |
79,112 | Bug 79112 [1.5] [model] accessing annotation on Java elements | In J2SE5, package, class, field, and method declaration can all carry annotations. Tools that work with Java code will need to be able to find out how a Java element has been annotated. They have no way to do this now. The support that is there now in DOM/AST is no sufficient: (1) Both Java compilation units and class files can carry annotations (DOM/AST only addresses annotations on source code). (2) The annotations that client tools would be looking for would be best described as "resolved annotations" that would have defaulted values. This will require new API. Proposal: Add IJavaElemement.resolveAnnotations() to return a list of resolved annotations. The data structure used to represent the resolved annotations is the interesting part. The value of an annotation type member can be a primitive type, String, Class, annotation, enumeration, or 1-dimensional arrays thereof. The data structure must be capable of describing all of these. The classes that appear in the class literals, enumeration types, and annotation types, could be local classes, meaning that there is no way to refer to these things using any sort of qualified name. The most general way to represent these classes is to use an DOM/AST ITypeBinding: public interface IResolvedAnnotation { ITypeBinding getAnnotationType(); /** key is annotation member name * value is one of boxed primitive (Integer, Boolean, Character, etc.) * String, ITypeBinding (Class literals), IResolvedAnnotation (nested annotations), IVariable (enum constants) */ public Map<String, Object> getValues(); } | verified fixed | 654d99e | ["org.eclipse.jdt.jeview/src/org/eclipse/jdt/jeview/properties/JavaElementProperties.java", "org.eclipse.jdt.jeview/src/org/eclipse/jdt/jeview/properties/MemberValuePairProperties.java", "org.eclipse.jdt.jeview/src/org/eclipse/jdt/jeview/views/JEMemberValuePair.java", "org.eclipse.jdt.jeview/src/org/eclipse/jdt/jeview/views/JEViewLabelProvider.java", "org.eclipse.jdt.jeview/src/org/eclipse/jdt/jeview/views/JavaElement.java", "org.eclipse.jdt.jeview/src/org/eclipse/jdt/jeview/views/JavaElementView.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/GenericRefactoringHandleTransplanter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/EditorUtility.java", "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 | "2007-10-25T14:03:59Z" | "2004-11-19T21:33:20Z" |
206,617 | Bug 206617 [quick assist] ClassCastException in if statement | Build ID: I20070621-1340 Steps To Reproduce: 1. Request quick assist in a || operand of an else-if statement, e.g : .. else if(a||b) { .. 2. Some quick assist are missing (Exchange left and right operands, split || condition...) , check the log you will see that a ClassCastException has occured. More information: It works for a 'if' statement and fails for an 'else-if'. This is the exception stack trace: Exception while processing quick fixes or quick assists java.lang.ClassCastException: org.eclipse.jdt.core.dom.IfStatement cannot be cast to org.eclipse.jdt.core.dom.Block at org.eclipse.jdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getSplitOrConditionProposals(AdvancedQuickAssistProcessor.java:1115) at org.eclipse.jdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getAssists(AdvancedQuickAssistProcessor.java:155) | resolved fixed | 2eac900 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-23T15:32:52Z" | "2007-10-17T14:06:40Z" |
53,377 | Bug 53377 Libraries need to support activity filtering | The libraries dialog shown by the class path dialog needs to support activity based filtering, i.e., when PDE isn't active then the Required Plug-ins Container should not be shown. | resolved fixed | 04a2d52 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ClasspathContainerDescriptor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-23T12:57:57Z" | "2004-03-01T11:20:00Z" |
202,914 | Bug 202914 [open type] FilteredTypesSelectionDialog package pattern doesn't work properly | Build ID: Build id: I20070809-1105 Steps To Reproduce: 1. Type '.*' . Result: It shows all types in the workspace. Even if the classes are in default packages. Is it properly behavior of this window? 2. Type something before '.*' eg. 'org.eclipse.*' . Result: It do nothing. Probably it's problem with implementation of TypeItemsFilter#equalsFilter(...). | resolved fixed | 49ceda9 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/TypeInfoFilter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-23T09:04:56Z" | "2007-09-11T14:13:20Z" |
186,720 | Bug 186720 [rename] In-place rename preview shown inconsistently | 3.3M7 I20070503-1400 public class Pqr { public static void main(String[] args) { new Stu(5); } } public class Stu { public Stu(int x) { x++; } } 1. Create the two class sources above. 2. Rename Stu -> St in-place: Completes silently. 3. Roll back to the situation in (1). 4. Rename Stu -> Vwx in-place: Preview dialogue appears. In the dialogue-based rename both new names allow you to finish without forcing a preview. | resolved fixed | 604c020 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameLinkedMode.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-18T11:15:47Z" | "2007-05-13T15:26:40Z" |
75,800 | Bug 75800 [call hierarchy] should allow searches for fields | null | resolved fixed | 4cdc064 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/callhierarchy/CallHierarchy.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyContentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyTransferDropAdapter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyUI.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/FocusOnSelectionAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/HistoryAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/HistoryDropDownAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/HistoryListAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/OpenCallHierarchyAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/SearchScopeHierarchyAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/SearchScopeProjectAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-18T11:03:47Z" | "2004-10-07T14:40:00Z" |
206,153 | Bug 206153 [ltk] offer move resource refactoring in LTK | 3.4 We want to push down the MoveResource refactoring to LTK so that platform IDE and other clients can use it to move resources. The MoveResource refactoring serves participants, does validate edit and checks changes with the ResourceChangeValidator. | resolved fixed | f8406e1 | ["org.eclipse.ltk.core.refactoring.tests/src/org/eclipse/ltk/core/refactoring/tests/AllTests.java", "org.eclipse.ltk.core.refactoring.tests/src/org/eclipse/ltk/core/refactoring/tests/resource/ResourceRefactoringTests.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/resource/MoveResourceChange.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/resource/MoveResourcesDescriptor.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/RefactoringCoreMessages.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/resource/MoveResourcesProcessor.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/resource/MoveResourcesRefactoringContribution.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-15T14:29:54Z" | "2007-10-12T14:40:00Z" |
200,016 | Bug 200016 [1.5][compiler] better error message when enum constants must implement methods | 3.4 In the following code, the enum constants need to implement 'foo'. Currently the error is on 'foo': 'The enum TestEnum can only define the abstract method foo() if it also defines enum constants with corresponding implementations' enum TestEnum { test1, test2; public abstract boolean foo(); } I think it would make more sense to report this on the constants directly, like it is done for types that need to implement methods: 'The enum constant test1 must implement the abstract method foo()'. Especially if some constants implement 'foo' already it would be more natural to get the error on the constant (also better for the quick fix) | verified fixed | 32ad6ab | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ModifierCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/AddUnimplementedMethodsOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/UnimplementedCodeFix.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnimplementedCodeCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-15T13:37:57Z" | "2007-08-15T09:26:40Z" |
163,660 | Bug 163660 [surround with try/catch] Surround With templates not showing in javadoc | When I select some javadoc text and invoke the 'Surround With' menu I get no ptions other than 'Try/catch block'. The next part of the popup menu contains the text: 'none applicable'. I've checked the registered templates and there are several listed for the javadoc context. The surround with functionality works fine when used on java code. The problem also appears in 3.2.0 | resolved fixed | a68f981 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickTemplateProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-12T14:41:04Z" | "2006-11-07T14:33:20Z" |
190,188 | Bug 190188 [clean up] Extra parentheses not removed | I20070530-0010 Given: package p01; public class Klazz { public void foo() { (new Object()).toString(); } } 1. Run clean up with 'Remove unnecessary parentheses' enabled Is: No changes Should: new Object().toString(); Also the quick assist is not offered | resolved fixed | 0b7ca6e | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/OperatorPrecedence.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-12T11:03:24Z" | "2007-05-31T11:13:20Z" |
189,944 | Bug 189944 [clean up] Long project name aren't fully visible inside the Clean Up wizard. | build I20070530-0010 1) Create a project 'abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz' 2) Create a class X.java inside this project 3) Do a Clean Up of this class (Source>Clean Up) The Clean Up wizard appear. The displayed project name look like 'abcdefghijklmnopqrstuvwxyz...'. 3) Resize the 'Project' column to be larger A slide bar appear and hide the bottom the project name. So it's impossible to correctly see the name of the project. You can only see the beginning of the name or the top of the name. | resolved fixed | a02d1a3 | ["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 | "2007-10-12T09:30:55Z" | "2007-05-30T15:46:40Z" |
189,398 | Bug 189398 [clean up] Does not add block if expected | I20070525-0010 Given: package e; public class A { public void foo(Object o) { if (o != null) System.out.println(o); } } 1. Source>Clean Up... 2. Configure... 3. No block for single return and throw statements 4. OK 5. Finish Is: No change Should: Add a block, shouldn't it? What would you expect? | resolved fixed | f1d949b | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-12T08:49:16Z" | "2007-05-28T11:00:00Z" |
189,394 | Bug 189394 [clean up] Does not remove unused local variable if assignment | I20070525-0010 Given: package e; import java.util.Random; public class A { public void foo() { Random ran= new Random(); } } 1. Run Source>Clean Up... 2. Select 'Remove unused local variables' Is: No changes Should: public void foo() { new Random(); } | resolved fixed | 335d9d6 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpStressTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/UnusedCodeFix.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-11T15:36:14Z" | "2007-05-28T11:00:00Z" |
185,333 | Bug 185333 [package explorer] Better defaults when switching to working set mode | I20070503-0010. 0. start fresh workspace 1. go to Package Explorer 2. add a project 3. add a working set 4. add the project to that working set 2. view menu > Top Level Elements > Working Sets ==> customization dialog comes up with just 'Other Projects' preselected. I would also expect that my working set(s) are pre-selected. I think that would be the 80% use case. | resolved fixed | 9f1628f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-11T15:03:22Z" | "2007-05-03T13:46:40Z" |
183,736 | Bug 183736 [preferences] Selecting element in tree on Line Wrapping formatter page shows error | I20070417-0800 1. Go to Preferences>Java>Code Style>Formatter 2. Activate profile Eclipse [built-in] 3. Edit... 4. Go to Line Wrapping tab page 5. Select an element in the tree Is: Error is shown: This is a built in profile blabla Should: Not be shown, no changes yet... | resolved fixed | 9ea90cb | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ModifyDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileManager.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-11T14:34:39Z" | "2007-04-24T07:33:20Z" |
195,552 | Bug 195552 [preferences] Code formatter prefs: "Force split" checkbox cut | N20070705-0010 Code formatter preference page > Line Wrapping: The "Force split" checkbox is cut in some scenarios. Steps: - profile dialog > Line Wrapping - in tree, select Class Declarations > 'extends' clause - Cancel - open profile dialog again - in tree, select Class Declarations => checkbox name is "Force split (" now (depending on your font) => expected: "Force split (2 of 2)" (like when you cancel/reopen with Class Declarations selected) | resolved fixed | c24f63d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-11T14:17:09Z" | "2007-07-05T15:40:00Z" |
205,951 | Bug 205951 [reconciling] problem annotations not updated after preference chage | I20071009-2225 Given: package pack2; public class Test { public int foo(String s) { int i; return 0; } } 1. Open in java editor Is: A warning is shown in editor and problems view 'i is never read' 2. Go to Errors/Warnings preference page 3. Set 'Local variable is never read' to 'Ignore' 4. Ok, Yes, Is: The waring is gone from the problems view but still shown in the editor Should: Marker should be removed from editor as well Close and reopen editor does the trick | verified fixed | fd6f8b9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaReconciler.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-11T10:39:08Z" | "2007-10-10T15:26:40Z" |
205,908 | Bug 205908 [clean up] Restore default on save action preference page does not enable/disable correctly | I20071009-2225 1. Go to Save Action preference page 2. Press 'Restore Defaults' Is: Organize import info text is enabled Should: Not be enabled | resolved fixed | b3bdb49 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpSaveParticipantPreferenceConfiguration.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/SaveParticipantMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/saveparticipant/AbstractSaveParticipantPreferenceConfiguration.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/BulletListBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CleanUpConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-10T14:03:14Z" | "2007-10-10T12:40:00Z" |
205,906 | Bug 205906 [clean up] Cancel clean up modify dialog does not cancel | I20071009-2225 1. Go to save action preference page 2. Enable additional actions 3. configure... 4. change something 5. cancel Is: Additional actions has changed Should: not change | resolved fixed | c493400 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpSaveParticipantPreferenceConfiguration.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/SaveActionSelectionDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/SaveParticipantMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-10T12:46:40Z" | "2007-10-10T12:40:00Z" |
191,009 | Bug 191009 [clean up] Save actions preference page does not restore all defaults | I20070605-0010 1. Go to Java>Editor>Save Actions 2. Select 'Perform the selected actions on save' 3. Press 'Restore Defaults' Is: 'Perform the selected actions on save' is not unchecked Should: Be unchecked as this is the default. | resolved fixed | d09ef58 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpSaveParticipantPreferenceConfiguration.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/saveparticipant/AbstractSaveParticipantPreferenceConfiguration.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-10T12:41:03Z" | "2007-06-05T13:26:40Z" |
205,801 | Bug 205801 [clean up] enhanced for loop local name | Build ID: I20070921-0919 The default name for the local created by enhanced for loop cleanup is "element". Could you detect when the array/collection name ends with an 's' and use the name without the 's' for the local? | resolved fixed | 8e034bc | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpStressTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertForLoopQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertForLoopOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-09T14:59:48Z" | "2007-10-09T11:40:00Z" |
203,757 | Bug 203757 [quick fix] misleading multi-quick-fix affordance for EnumAbstractMethodMustBeImplemented | null | resolved fixed | 5ef35f2 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/UnimplementedCodeFix.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnimplementedCodeCleanUp.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-09T11:59:16Z" | "2007-09-18T12:53:20Z" |
202,815 | Bug 202815 [nls tooling] externalize string editor picks used keys | using build I20070904-0800 I was trying to externalize some new strings for one of our pref pages, in doing so I opened the wizard made sure the properties files were correct and pressed finish...only to find that the wizard reused existing keys causing compilation errors. Next I used undo to undo the changes, and started the wizard again to enter in my own keys, only to find that everytime I touched a control in the externalize string wizard I got the following NPE: java.lang.NullPointerException at org.eclipse.jface.viewers.ColumnViewerEditor.saveEditorValue(ColumnViewerEditor.java:376) at org.eclipse.jface.viewers.ColumnViewerEditor.applyEditorValue(ColumnViewerEditor.java:268) at org.eclipse.jface.viewers.ColumnViewerEditor$1.applyEditorValue(ColumnViewerEditor.java:135) at org.eclipse.jface.viewers.CellEditor$1.run(CellEditor.java:305) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:857) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:46) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:193) at org.eclipse.jface.viewers.CellEditor.fireApplyEditorValue(CellEditor.java:303) at org.eclipse.jface.viewers.CellEditor.focusLost(CellEditor.java:683) at org.eclipse.jface.viewers.TextCellEditor$5.focusLost(TextCellEditor.java:185) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:136) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1105) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1129) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1110) at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:3208) at org.eclipse.swt.widgets.Control.gtk_event_after(Control.java:2517) at org.eclipse.swt.widgets.Text.gtk_event_after(Text.java:1240) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1485) at org.eclipse.swt.widgets.Control.windowProc(Control.java:4421) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4017) at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method) at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:5604) at org.eclipse.swt.widgets.Display.eventProc(Display.java:1188) at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1498) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3000) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation$1.run(RefactoringWizardOpenOperation.java:142) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run(RefactoringWizardOpenOperation.java:154) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate(RefactoringStarter.java:49) at org.eclipse.jdt.internal.ui.text.correction.LocalCorrectionsSubProcessor$1.apply(LocalCorrectionsSubProcessor.java:315) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertProposal(CompletionProposalPopup.java:811) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertSelectedProposalWithMask(CompletionProposalPopup.java:757) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$27(CompletionProposalPopup.java:753) at org.eclipse.jface.text.contentassist.CompletionProposalPopup$5.widgetDefaultSelected(CompletionProposalPopup.java:574) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:112) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1105) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3352) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3002) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:515) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:455) at org.eclipse.equinox.launcher.Main.run(Main.java:1193) | resolved fixed | 2226604 | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/nls/NLSSourceModifierTest.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/nls/NLSSubstitutionTest.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/nls/NlsRefactoringCheckFinalConditionsTest.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/nls/NlsRefactoringCreateChangeTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSSubstitution.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-09T07:54:28Z" | "2007-09-10T16:00:00Z" |
204,274 | Bug 204274 [nls tooling] Externalize Strings wizard does not properly insert new entries | null | resolved fixed | 179ec5b | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/nls/PropertyFileDocumentModellTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/AccessorClassModifier.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSUtil.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/PropertyFileDocumentModel.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-08T14:32:37Z" | "2007-09-21T15:53:20Z" |
205,600 | Bug 205600 [clean up] 'Sort members' action uses workspace/project clean up options | [I20071002-1342] Source > Sort Members... brings up the confirmation dialog but does nothing when you click OK. I picked the "Sort all members" option. Nothing in the .log. | verified fixed | f304c65 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpActionTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTestCase.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/MultiSortMembersAction.java", "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 | "2007-10-08T09:56:07Z" | "2007-10-05T18:46:40Z" |
205,556 | Bug 205556 [nls tooling] Rename accessor field should rename property key | I20071002-1342 Given an eclipse style NLS'd string. 1. Rename the accessor field of such a string Is: The key in the property file is not renamed leading to broken keys Should: The key should be renamed as well | resolved fixed | 5492223 | ["org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/testRenameNLSAccessor01/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/testRenameNLSAccessor01/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RenameNonPrivateFieldTests.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/nls/PropertyFileDocumentModellTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSAccessorFieldRenameParticipant.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSMessages.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSPropertyFileModifier.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/PropertyFileDocumentModel.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-05T15:19:11Z" | "2007-10-05T10:26:40Z" |
141,492 | Bug 141492 'Copy Fully Qualified Name' could copy full path for resources | I20060512-0010 Sometimes I need to paste the full path of a resource (e.g. into a bug report). 'Copy Fully Qualified Name' which is currently disabled for resources could do that task. Maybe we could even switch the label (e.g. 'Copy Full Path' for resources). | resolved fixed | d50642e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CopyQualifiedNameAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-05T13:58:40Z" | "2006-05-12T07:46:40Z" |
133,614 | Bug 133614 [extract superclass] MTE on extract superclass preview [refactoring] | I20060328-0010 This is hard to reproduce, it only happens sometimes, I'm not sure why. Given: package pack; public class A { public void foo() {} public void bar() {} } package pack; public class B { public void foo() {} public void bar() {} public void foobar() {} } 1. An cu A execute 'Refactor->Extract Supertype' 2. Supertype Name: 'AB' 3. Add 'B' to Types to extract a supertype from 4. Select foo() and bar() 5. Next 6. Select A#bar, A#foo, and B#foo 7. Next -> !ENTRY org.eclipse.jface 4 2 2006-03-28 19:20:18.301 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". !STACK 0 org.eclipse.text.edits.MalformedTreeException: End position lies outside document range at org.eclipse.text.edits.TextEditProcessor.checkIntegrityDo(TextEditProcessor.java:169) at org.eclipse.text.edits.TextEdit.dispatchCheckIntegrity(TextEdit.java:704) at org.eclipse.text.edits.TextEditProcessor.performEdits(TextEditProcessor.java:148) at org.eclipse.ltk.core.refactoring.MultiStateTextFileChange.performChanges(MultiStateTextFileChange.java:893) at org.eclipse.ltk.core.refactoring.MultiStateTextFileChange.getPreviewDocument(MultiStateTextFileChange.java:769) at org.eclipse.ltk.core.refactoring.MultiStateTextFileChange.getPreviewContent(MultiStateTextFileChange.java:739) at org.eclipse.ltk.internal.ui.refactoring.TextEditChangePreviewViewer.setInput(TextEditChangePreviewViewer.java:197) at org.eclipse.ltk.internal.ui.refactoring.AbstractChangeNode.feedInput(AbstractChangeNode.java:97) at org.eclipse.ltk.internal.ui.refactoring.PreviewWizardPage.showPreview(PreviewWizardPage.java:532) at org.eclipse.ltk.internal.ui.refactoring.PreviewWizardPage.access$3(PreviewWizardPage.java:517) at org.eclipse.ltk.internal.ui.refactoring.PreviewWizardPage$5.selectionChanged(PreviewWizardPage.java:508) at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:816) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160) at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:1922) at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1548) at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:384) at org.eclipse.ltk.internal.ui.refactoring.PreviewWizardPage.setVisible(PreviewWizardPage.java:441) at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1056) at org.eclipse.jface.wizard.WizardDialog.access$2(WizardDialog.java:1038) at org.eclipse.jface.wizard.WizardDialog$4.run(WizardDialog.java:1028) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1026) at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:757) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:351) at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:652) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3346) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation$1.run(RefactoringWizardOpenOperation.java:132) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run(RefactoringWizardOpenOperation.java:145) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate(RefactoringStarter.java:40) at org.eclipse.jdt.internal.corext.refactoring.RefactoringExecutionStarter.startExtractSupertypeRefactoring(RefactoringExecutionStarter.java:343) at org.eclipse.jdt.internal.ui.actions.ExtractSuperTypeAction.run(ExtractSuperTypeAction.java:146) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:271) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:243) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3346) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:975) at org.eclipse.core.launcher.Main.main(Main.java:950) | resolved fixed | e607f7a | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/CompilationUnitChangeNode.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/TextEditChangeNode.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-04T15:51:08Z" | "2006-03-28T18:20:00Z" |
205,309 | Bug 205309 [clean up] Save error dialog has wrong wording | I20071002-1342 The Save error dialog that comes up when clean up on save fails has wrong wording: it says that save failed which is wrong. It should better explain what happened, especially whether all participants will be reverted or just this change being ignored. E.g. if I have participant1..10 and participant 5 fails I want to know which ones succeeded. | resolved fixed | 10f63c3 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/saveparticipant/SaveParticipantMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/saveparticipant/SaveParticipantRegistry.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-04T15:12:11Z" | "2007-10-03T16:46:40Z" |
188,597 | Bug 188597 [pull up] AFE on preview page | null | resolved fixed | f9e9d48 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/CompilationUnitRewrite.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/TextEditChangePreviewViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-04T14:06:03Z" | "2007-05-23T08:46:40Z" |
204,453 | Bug 204453 [pull up] NPE in PullUp Refactoring when selecting 'Add Required' | I20070921-0919 1. Check out org.eclipse.jdt.internal.ui.jarpackager.JarPackageWizardPage revision 1.77 2. Select createDestinationGroup 3. Refactor>Pull Up... 4. Add Required Is: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.util.JavaModelUtil.findMethod(JavaModelUtil.java:419) at org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoringProcessor.isAvailableInDestination(PullUpRefactoringProcessor.java:1751) at org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoringProcessor.addAllRequiredPullableMembers(PullUpRefactoringProcessor.java:432) at org.eclipse.jdt.internal.corext.refactoring.structure.PullUpRefactoringProcessor.getAdditionalRequiredMembersToPullUp(PullUpRefactoringProcessor.java:1388) at org.eclipse.jdt.internal.ui.refactoring.PullUpMemberPage$1.run(PullUpMemberPage.java:378) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313) at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:758) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:755) at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2451) at org.eclipse.jdt.internal.ui.refactoring.PullUpMemberPage.checkAdditionalRequired(PullUpMemberPage.java:374) at org.eclipse.jdt.internal.ui.refactoring.PullUpMemberPage.access$6(PullUpMemberPage.java:372) at org.eclipse.jdt.internal.ui.refactoring.PullUpMemberPage$5.widgetSelected(PullUpMemberPage.java:468) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3742) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3353) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation$1.run(RefactoringWizardOpenOperation.java:142) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run(RefactoringWizardOpenOperation.java:154) at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate(RefactoringStarter.java:49) at org.eclipse.jdt.internal.corext.refactoring.RefactoringExecutionStarter.startPullUpRefactoring(RefactoringExecutionStarter.java:418) at org.eclipse.jdt.ui.actions.PullUpAction.run(PullUpAction.java:139) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:272) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:244) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:543) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:489) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:401) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3742) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3353) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:515) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:455) at org.eclipse.equinox.launcher.Main.run(Main.java:1193) at org.eclipse.equinox.launcher.Main.main(Main.java:1169) at org.eclipse.core.launcher.Main.main(Main.java:30) | verified fixed | 84ab6f9 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpMemberPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-04T10:53:25Z" | "2007-09-24T13:20:00Z" |
205,314 | Bug 205314 [open type] Open Type dialog looses history entries | I20071002-1342 + plug-in export I don't have steps yet but Markus also saw this. Previously used entries disappear from the open type dialog history. I'll watch it closer and try to come up with steps. | verified fixed | 655cc17 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-03T18:09:25Z" | "2007-10-03T16:46:40Z" |
205,301 | Bug 205301 [clean up] Format changed lines formats all Javadoc | I20071002-1342 + plug-in export. If the option to format changed lines on save is enabled it still formats all Javadoc. | resolved fixed | 2a79819 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SaveParticipantTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CommentFormatFix.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-03T16:59:19Z" | "2007-10-03T16:46:40Z" |
205,308 | Bug 205308 [clean up] IAE while saving | I20071002-1342 Got this several times today. I while editing and saving IDocument. !ENTRY org.eclipse.jdt.ui 4 10006 2007-10-03 17:48:13.354 !MESSAGE The save participant 'org.eclipse.jdt.ui.postsavelistener.cleanup' caused an exception: java.lang.IllegalArgumentException: offset or length outside of string. offset: 12333, length: -2, string size: 27222 !ENTRY org.eclipse.jdt.ui 4 2 2007-10-03 17:52:27.079 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jdt.ui". !STACK 0 java.lang.IllegalArgumentException: offset or length outside of string. offset: 588, length: -2, string size: 27743 at org.eclipse.jdt.internal.corext.util.CodeFormatterUtil.reformat(CodeFormatterUtil.java:285) at org.eclipse.jdt.internal.corext.fix.CodeFormatFix.createCleanUp(CodeFormatFix.java:69) at org.eclipse.jdt.internal.ui.fix.CodeFormatCleanUp.createFix(CodeFormatCleanUp.java:62) at org.eclipse.jdt.internal.corext.fix.CleanUpRefactoring.calculateChange(CleanUpRefactoring.java:769) at org.eclipse.jdt.internal.corext.fix.CleanUpPostSaveListener.saved(CleanUpPostSaveListener.java:271) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider$5.run(CompilationUnitDocumentProvider.java:1502) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider.notifyPostSaveListeners(CompilationUnitDocumentProvider.java:1497) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider.commitWorkingCopy(CompilationUnitDocumentProvider.java:1294) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider$4.execute(CompilationUnitDocumentProvider.java:1363) at org.eclipse.ui.editors.text.TextFileDocumentProvider$DocumentProviderOperation.run(TextFileDocumentProvider.java:129) at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModifyDelegatingOperation.java:68) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:104) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1799) at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:116) at org.eclipse.ui.internal.editors.text.WorkspaceOperationRunner.run(WorkspaceOperationRunner.java:73) at org.eclipse.ui.internal.editors.text.WorkspaceOperationRunner.run(WorkspaceOperationRunner.java:63) at org.eclipse.ui.editors.text.TextFileDocumentProvider.executeOperation(TextFileDocumentProvider.java:449) at org.eclipse.ui.editors.text.TextFileDocumentProvider.saveDocument(TextFileDocumentProvider.java:760) at org.eclipse.ui.texteditor.AbstractTextEditor.performSave(AbstractTextEditor.java:4718) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.performSave(CompilationUnitEditor.java:1216) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.doSave(CompilationUnitEditor.java:1269) at org.eclipse.ui.texteditor.AbstractTextEditor$TextEditorSavable.doSave(AbstractTextEditor.java:6783) at org.eclipse.ui.Saveable.doSave(Saveable.java:212) at org.eclipse.ui.internal.SaveableHelper.doSaveModel(SaveableHelper.java:339) at org.eclipse.ui.internal.SaveablesList$4.run(SaveablesList.java:605) at org.eclipse.ui.internal.SaveableHelper$4.run(SaveableHelper.java:266) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313) at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:758) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:755) at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2451) at org.eclipse.ui.internal.SaveableHelper.runProgressMonitorOperation(SaveableHelper.java:274) at org.eclipse.ui.internal.SaveablesList.saveModels(SaveablesList.java:614) at org.eclipse.ui.internal.SaveablesList.promptForSaving(SaveablesList.java:578) at org.eclipse.ui.internal.Workbench.saveAll(Workbench.java:3492) at org.eclipse.ui.ide.IDE$1.run(IDE.java:1152) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.ui.ide.IDE.saveAllEditors(IDE.java:1140) at org.eclipse.team.internal.ccvs.ui.actions.CVSAction$6.run(CVSAction.java:573) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:169) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:118) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4167) at org.eclipse.team.internal.ccvs.ui.actions.CVSAction.saveAllEditors(CVSAction.java:568) at org.eclipse.team.internal.ccvs.ui.actions.CVSAction.beginExecution(CVSAction.java:216) at org.eclipse.team.internal.ccvs.ui.actions.WorkspaceAction.beginExecution(WorkspaceAction.java:56) at org.eclipse.team.internal.ccvs.ui.actions.CVSAction.run(CVSAction.java:111) at org.eclipse.team.internal.ui.actions.TeamAction.runWithEvent(TeamAction.java:515) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:246) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:543) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:489) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:401) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:947) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3744) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3355) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:174) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:515) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:455) at org.eclipse.equinox.launcher.Main.run(Main.java:1193) at org.eclipse.equinox.launcher.Main.main(Main.java:1169) | verified fixed | 5130b44 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SaveParticipantTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/EditorUtility.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-03T16:27:21Z" | "2007-10-03T16:46:40Z" |
205,177 | Bug 205177 [clean up] 'Only format changed regions' off by one at line end | HEAD as of 20071002_1138 public class A { int a= 1; int b= 2; int c= 3; int d= 4; } - append '//' to line that declares b => c is also formatted. Expected: only line b formatted | resolved fixed | 3fa44e7 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SaveParticipantTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/EditorUtility.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/LineComparator.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-03T10:39:08Z" | "2007-10-02T13:00:00Z" |
205,256 | Bug 205256 [browsing] Custom package filter doesn't work if all default filters are enabled | Build ID: I20070621-1340 Steps To Reproduce: 1. In Java Browsing Perspective, select filters in the Packages view and disable all default filters (i.e., empty parent packages, empty packages, folders containing no packages) 2. Create a custom named filter; this will work 3. Re-enable default filters and the custom named filter will stop working 4. Disable everything and re-enable the custom filter to get it to work again More information: | verified fixed | 92532a6 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackageViewerWrapper.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-03T10:01:40Z" | "2007-10-03T00:06:40Z" |
201,426 | Bug 201426 [search] New SearchPattern constant R_CAMEL_CASE_MATCH name may be misleading for users | JDT/Core version v_809 (eg. build I20070828-0800). Added SearchPattern constant R_CAMEL_CASE_MATCH name must have a name which better indicates to user that its behavior will be different than R_CAMELCASE_MATCH constant. | verified fixed | f30f685 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/SearchUtils.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/TypeInfoFilter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchQuery.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-02T17:13:11Z" | "2007-08-28T14:06:40Z" |
184,559 | Bug 184559 [quick fix] Misplaced bold in quick fix/assist preview due to naive diffing | Build ID: HEAD as of 4/27/2007 The JDT quick fix/assist preview uses bold to emphasize what the fix/assist changes. CUCorrectionProposal.getAdditionalProposalInfo determines where to put the bold by diffing the old text and the new text. Sometimes the automatically determined diff does not capture the intent of the fix/assist. It would be better to use the edits contained in the TextChange because those are more likely to capture the intent. Steps To Reproduce: 1. Create a new Java project. 2. Create a class as follows: public class Foo { private static final String x = "x"; public static void main(String[] args) { System.out.println("bar"); } } 3. Select the string literal "bar". 4. Press Ctrl+1 to open Quick Fix/Assist. 5. Click "Extract to constant" once. 6. In the additional popup that appears, notice that the "public static final String" of field x, not field BAR, is bold, even though the intent of the assist was to create field BAR. I debugged Eclipse as I carried out these steps and found that the TextChange correctly inserts the "public static final String" of BAR, so using the original TextChange instead of a diff would fix the bug in at least this example. | resolved fixed | 24fec50 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/CUCorrectionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-10-02T12:22:26Z" | "2007-04-28T03:13:20Z" |
204,803 | Bug 204803 [code generation] uses "Compiler compliance level" instead of "Source compatibility" | Build ID: I20070621-1340 Steps To Reproduce: 1. Create some non-abstract class extending an abstract class. 2. In project properites / Java Compiler set Compiler compliance level to 6.0 and Source compatibility to 1.4 3. Using "Add unimplemented methods" create missing abstract method stubs. They get @Override annotation which does not compile under 1.4 More information: | resolved fixed | 1a57d27 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-28T15:44:44Z" | "2007-09-27T13:33:20Z" |
201,063 | Bug 201063 [save actions] Allow to 'Only format changed regions' | I20070821-0800 When enabling format on save the high amount of outgoing changes due to formating changes is a major annoyance/makes it unusable for me. The ability to format (and maybe other actions) only changed regions would be a substantial improvement for this feature. I've wrote a prototype which does use the LastSaveReferenceProvider to determine the change region between the current and last save. I'll attach a patch. This enhancement has another nice side effect: Sometimes the formatter does format code to a form one does not want. Currently with format on save there is no way out, another major annoyance. With this patch all you do is 'undo' save action and format on save will not change the formatting next time you save (unless you change the region again of course). | resolved fixed | a41bc08 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTestCase.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SaveParticipantTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpConstants.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpPostSaveListener.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CodeFormatFix.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CommentFormatFix.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpSaveParticipantPreferenceConfiguration.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CodeFormatCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CommentFormatCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ICleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/IMultiLineCleanUp.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/SaveParticipantMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/EditorUtility.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/saveparticipant/IPostSaveListener.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/saveparticipant/SaveParticipantMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/saveparticipant/SaveParticipantRegistry.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-28T15:13:51Z" | "2007-08-24T10:06:40Z" |
204,667 | Bug 204667 [template] Default resolution for 'var' variable should be closest variable | I20070921-0919 Given: package test.root; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.widgets.Composite; public class Main { private Composite fField; public void foo(Composite param) { Composite local1 = null; Composite local2 = null; Button| } } 1. Replace '|' with cursor 2. Ctrl-Space 3. Select the SWT Button template Is: The proposals for the parent of the button are sorted like: fField local2 local1 param Should: Be sorted like: local2 local1 param fField The "closest" variable should be the default resolution for the 'var' variable | resolved fixed | d322335 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/VarResolver.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-27T10:11:45Z" | "2007-09-26T12:33:20Z" |
203,605 | Bug 203605 [implementation] don't call reconcile on save | null | resolved fixed | 500f429 | ["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 | "2007-09-26T14:57:21Z" | "2007-09-17T14:40:00Z" |
194,639 | Bug 194639 [clean up] Iterable loop converter removes used import | N20070625-0010 Given: package test; import java.util.Collections; import java.util.Iterator; public class E01 { public void foo() { for|(Iterator iterator = Collections.singleton(Integer.valueOf(1)).iterator(); iterator.hasNext();) { Integer inter = (Integer) iterator.next(); System.out.println(inter); } } } 1. Replace | with caret 2. Ctrl-1 3. Convert to enhanced for loop Is: import for Collections is removed Should: not be removed | resolved fixed | 5e6c891 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertIterableLoopQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertIterableLoopOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-26T13:50:07Z" | "2007-06-27T16:00:00Z" |
204,642 | Bug 204642 [change method signature] Logical error in restoreSelection of ChangeParametersControl | Build ID: I20070625-1500 Steps To Reproduce: 1. Open source org.eclipse.jdt.internal.ui.refactoring.ChangeParametersControl 2. Find method createRemoveButton(Composite buttonComposite) 3. In line 534, This line should not be there, or will not restore selection More information: Fixing method: From: if (itemCount != 0 && index >= itemCount) { index= itemCount - 1; getTable().setSelection(index); } To: if (itemCount != 0) { if (index >= itemCount) index = itemCount - 1; getTable().setSelection(index); } | verified fixed | f52b76d | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-26T13:22:33Z" | "2007-09-26T04:13:20Z" |
204,634 | Bug 204634 [code generation] NPE from content assist overriding method in anonymous subclass assigned to constant | Build ID: I20070921-0919 Steps To Reproduce: Create the following class: public class OverrideBug { public static final OverrideBug bug = new OverrideBug() { foo| }; public void foo() { } } Put the cursor at the pipe, invoke content assist, and choose foo. Stack trace of the NPE created: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.codemanipulation.StubUtility2.addOverrideAnnotation(StubUtility2.java:71) at org.eclipse.jdt.internal.corext.codemanipulation.StubUtility2.createImplementationStub(StubUtility2.java:453) at org.eclipse.jdt.internal.ui.text.java.OverrideCompletionProposal.updateReplacementString(OverrideCompletionProposal.java:142) at org.eclipse.jdt.internal.ui.text.java.JavaTypeCompletionProposal.apply(JavaTypeCompletionProposal.java:90) at org.eclipse.jdt.internal.ui.text.java.AbstractJavaCompletionProposal.apply(AbstractJavaCompletionProposal.java:456) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertProposal(CompletionProposalPopup.java:806) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertSelectedProposalWithMask(CompletionProposalPopup.java:757) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.verifyKey(CompletionProposalPopup.java:1165) at org.eclipse.jface.text.contentassist.ContentAssistant$InternalListener.verifyKey(ContentAssistant.java:789) at org.eclipse.jface.text.TextViewer$VerifyKeyListenersManager.verifyKey(TextViewer.java:460) at org.eclipse.swt.custom.StyledTextListener.handleEvent(StyledTextListener.java:60) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1512) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1536) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1521) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1312) at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5122) at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:4813) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1512) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1536) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1521) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1573) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1568) at org.eclipse.swt.widgets.Control.kEventUnicodeKeyPressed(Control.java:2098) at org.eclipse.swt.widgets.Composite.kEventUnicodeKeyPressed(Composite.java:583) at org.eclipse.swt.widgets.Control.kEventTextInputUnicodeForKeyEvent(Control.java:2079) at org.eclipse.swt.widgets.Widget.textInputProc(Widget.java:1942) at org.eclipse.swt.widgets.Display.textInputProc(Display.java:3858) at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2975) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:515) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:455) at org.eclipse.equinox.launcher.Main.run(Main.java:1193) at org.eclipse.equinox.launcher.Main.main(Main.java:1169) Also, the content assist isn't actually executed. More information: | resolved fixed | e24e070 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/GenerateHashCodeEqualsOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-26T13:17:12Z" | "2007-09-26T01:26:40Z" |
101,225 | Bug 101225 [content assist] Argument guessing proposes toString() and hashCode() of outer types [code assist] | 3.1 RC3 - Enable argument guessing - Consider following snippet: public class Foo { public class Bar { public Bar() { setInt<Ctrl+Space> } public void setString(String string) {} public void setInt(int integer) {} } } -> Argument guess is Foo.this.hashCode() -> Unqualified calls to toString() and hashCode() are not proposed. Suggest to remove them in this context as well. In case there are no reasonable guesses, we might insert the default value of the expression type, like '0' for ints and "<linked mode here>" for strings. | resolved fixed | 4d20b48 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuesser.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-25T14:50:27Z" | "2005-06-22T11:33:20Z" |
201,718 | Bug 201718 [content assist] Paramter guessing is very slow | I am in a Java file and trigger code assist for MessageDialog.open<...> It takes about 1 - 2 seconds until the proposals are computed and around 5 second to insert the proposal. I will attach a yourkit trace and I can provide the code if needed. | verified fixed | 3bee5d2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuesser.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-25T14:16:11Z" | "2007-08-30T10:33:20Z" |
166,761 | Bug 166761 [Actions] StepIntoSelectionActionDelegate "leaks" editor after close all | I20061129-1340 After working for a while, I closed all editors and then took a snapshot of who still holds onto editor instances. A StepIntoSelectionActionDelegate was the only reference to a CompilationUnitEditor: org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor fEditorPart of org.eclipse.jdt.internal.debug.ui.actions.StepIntoSelectionActionDelegate delegate of org.eclipse.ui.internal.handlers.ActionDelegateHandlerProxy handler of org.eclipse.core.commands.Command command of org.eclipse.core.commands.ParameterizedCommand command of org.eclipse.jface.bindings.keys.KeyBinding [417] of org.eclipse.jface.bindings.Binding[789] bindings of org.eclipse.jface.bindings.BindingManager bindingManager of org.eclipse.ui.internal.Workbench [Stack Local] | verified fixed | f1c4779 | ["org.eclipse.jdt.ui.tests/leaks/org/eclipse/jdt/ui/tests/leaks/JavaLeakTest.java", "org.eclipse.jdt.ui.tests/leaks/org/eclipse/jdt/ui/tests/leaks/JavaLeakTestActionDelegate.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-24T16:03:54Z" | "2006-12-05T09:13:20Z" |
204,285 | Bug 204285 [preferences] Java Editor Property Page does not use dialog font | Right click on a java project > Properties > Java Editor. The text does not use the dialog font. I20070918-0010 | resolved fixed | e19adb7 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPropertyPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-24T10:33:26Z" | "2007-09-21T15:53:20Z" |
201,929 | Bug 201929 Member of local type should not have a fully qualified name | HEAD class C { void m() { new Cloneable() { class MemberOfLocal { } }; } } ITypeBinding#getQualifiedName() on 'MemberOfLocal' returns ".MemberOfLocal". Expected: returns "", see Javadoc: 'Local types (including anonymous classes) and members of local types do not have a fully qualified name. For these types, and array types thereof, this method returns an empty string.' The problem can e.g. be seen in Eclipse when you place the caret on 'MemberOfLocal' and press Ctrl+Shift+M => 'import .MemberOfLocal;' is added. | verified fixed | caac9a4 | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ChangeSignatureTests.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-24T10:26:10Z" | "2007-08-31T17:06:40Z" |
204,137 | Bug 204137 Properties page for JRE System Library does not use dialog font everywhere | I20070919-0010 The Properties page for JRE System Library does not use the dialog font everywhere (description label, group label, combos). | verified fixed | fab6f3a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ClasspathContainerPreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-24T09:35:41Z" | "2007-09-20T14:53:20Z" |
203,719 | Bug 203719 [quick fix] Document parameter/exception generates too much | I20070918-0010. 1. have: import java.io.IOException; public class Foo { void foo(int unused) throws IOException {} } 2. enable warning for unused param and unnecessary thrown checked exception 3. select 'unused' in the code and then quick fix 'Document parameter...' ==> adds: /** * @param unused * @throws IOException */ ==> now I can no longer use the quick fix to remove the thrown exception. Same is true for the 'Document thrown exception...' | resolved fixed | 215e0e7 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavadocTagsSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-21T13:58:58Z" | "2007-09-18T10:06:40Z" |
204,095 | Bug 204095 [misc] Add 'Copy Qualified Name' to context menu | 3.4 M2 I often want to copy the qualified name of the selected Java element. We shoud add 'Copy Qualified Name' to context menu. | resolved fixed | a51f235 | ["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 | "2007-09-20T14:52:25Z" | "2007-09-20T09:20:00Z" |
203,846 | Bug 203846 [package explorer] [working sets] Configure Working Sets dialog issues | null | verified fixed | 89da80b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-20T14:05:19Z" | "2007-09-18T18:26:40Z" |
203,713 | Bug 203713 No SWT templates after adding SWT to maven | 20080918 When adding SWT to maven, the maven container adds new children. The delta is org.eclipse.jdt.core.ElementChangedEvent[source=Java Model[*]: {CHILDREN} MavenTest2[*]: {CHILDREN} C:\Users\aes\.m2\repository\junit\junit\4.1\junit-4.1.jar[*]: {ADDED TO CLASSPATH} C:\Users\aes\.m2\repository\swt\swt-win32\3.0m8\swt-win32-3.0m8.jar[*]: {ADDED TO CLASSPATH}] | verified fixed | 8964308 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/SWTTemplateCompletionProposalComputer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-19T14:14:02Z" | "2007-09-18T10:06:40Z" |
203,764 | Bug 203764 Some improvements to the new java doc wizard page ext-point | null | verified fixed | 99afcca | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/JavadocExportWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-19T13:17:00Z" | "2007-09-18T12:53:20Z" |
203,750 | Bug 203750 [package explorer] 'Up' in toolbar not correctly updated after 'Go Into' | null | verified fixed | 2b29ea1 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackagesFrameSource.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-19T13:12:22Z" | "2007-09-18T12:53:20Z" |
203,735 | Bug 203735 [render] Wirte Access colored label preference not correctly updated | I20070918-0010. 1. make an occurrence search with write accesses 2. observe: yellow colored labels 3. select another view 4. change the color and press 'Apply' ==> color not changed (bug) 5. press OK ==> color is still not changed (bug) 6. select the Search view ==> color is now changed This is on WindowsXP and Linux. | verified fixed | 1ef3567 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ColoredViewersManager.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-19T12:59:22Z" | "2007-09-18T10:06:40Z" |
203,941 | Bug 203941 [rulers] Expansion hover in vertical ruler shows breakpoint annotation and 'Add a breakpoint' | I20070918-0010 - enable Prefs > Java > Editor > Hover > Expand vertical ruler icons upon hovering - set a line breakpoint - hover over the breakpoint in the vertical ruler => expansion hover shows breakpoint annotation and 'Add a breakpoint' => expected: only existing breakpoint is shown, like in 3.4 M1 | verified fixed | 8a65a23 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaExpandHover.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-19T10:30:17Z" | "2007-09-19T08:20:00Z" |
203,695 | Bug 203695 [quick assist] Can't invoke 'Create getter/setter' on field | I20070918-0010 package a.b.c; public class DClass { public int field; } 1. Set cursor within 'field' 2. Ctrl-1 Is: Create getter/setter for 'field' is not available Should: Be available, I do really expect it to be there then anywhere else | verified fixed | c2423c3 | ["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/GetterSetterCorrectionSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-18T17:00:42Z" | "2007-09-18T07:20:00Z" |
203,693 | Bug 203693 [clean up] convert for loops removes local | Build ID: I20070809-1105 Steps To Reproduce: 1. Paste the code "Before" in a java file 2. Choose Source -> Clean up... 3. Use a profile wich contain only: * Convert for loops to enhanced for loops 4. Apply 5. You should have the code "After" More information: The local declaration ("nouv") which look like the iterable local ("anc") is removed, which corrupt the code and create compiler errors. Before ============================================== import java.util.Iterator; import java.util.TreeMap; public class EnhancedForLoop { public void foo() { TreeMap<String, String> tm = new TreeMap<String, String>(); String s = ""; for (Iterator<String> it = tm.keySet().iterator(); it.hasNext(); ) { String anc = it.next(); String nouv = null; if (anc.equals("dummy")) { nouv = anc.substring(0); s += nouv; } } } } After ============================================== import java.util.TreeMap; public class EnhancedForLoop { public void foo() { TreeMap<String, String> tm = new TreeMap<String, String>(); String s = ""; for (String nouv : tm.keySet()) { if (anc.equals("dummy")) { // error: anc cannot be resolved nouv = anc.substring(0); // error: anc cannot be resolved s += nouv; } } } } | verified fixed | ffee8b0 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertIterableLoopQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertIterableLoopOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-18T15:25:37Z" | "2007-09-18T07:20:00Z" |
202,145 | Bug 202145 [clean up] overlapping text edits on save | 3.4 20070904 - I have the following clean ups on save enabled: Organize imports Remove trailing whitespaces Correct indentation - When saving the attached file I get the folloeing exception: org.eclipse.text.edits.MalformedTreeException: Overlapping text edits at org.eclipse.text.edits.TextEdit$InsertionComparator.compare(TextEdit.java:119) at java.util.Collections.indexedBinarySearch(Collections.java:322) at java.util.Collections.binarySearch(Collections.java:310) at org.eclipse.text.edits.TextEdit.computeInsertionIndex(TextEdit.java:793) at org.eclipse.text.edits.TextEdit.internalAdd(TextEdit.java:778) at org.eclipse.text.edits.TextEdit.addChild(TextEdit.java:333) at org.eclipse.jdt.internal.ui.fix.CodeFormatFix.createCleanUp(CodeFormatFix.java:135) at org.eclipse.jdt.internal.ui.fix.CodeFormatCleanUp.createFix(CodeFormatCleanUp.java:48) at org.eclipse.jdt.internal.corext.fix.CleanUpRefactoring.calculateChange(CleanUpRefactoring.java:778) at org.eclipse.jdt.internal.corext.fix.CleanUpPostSaveListener.saved(CleanUpPostSaveListener.java:244) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider$6.run(CompilationUnitDocumentProvider.java:1506) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider.notifyPostSaveListeners(CompilationUnitDocumentProvider.java:1501) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider.commitWorkingCopy(CompilationUnitDocumentProvider.java:1303) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider$5.execute(CompilationUnitDocumentProvider.java:1367) at org.eclipse.ui.editors.text.TextFileDocumentProvider$DocumentProviderOperation.run(TextFileDocumentProvider.java:129) at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModifyDelegatingOperation.java:68) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:104) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797) at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:116) at org.eclipse.ui.internal.editors.text.WorkspaceOperationRunner.run(WorkspaceOperationRunner.java:73) at org.eclipse.ui.internal.editors.text.WorkspaceOperationRunner.run(WorkspaceOperationRunner.java:63) at org.eclipse.ui.editors.text.TextFileDocumentProvider.executeOperation(TextFileDocumentProvider.java:449) at org.eclipse.ui.editors.text.TextFileDocumentProvider.saveDocument(TextFileDocumentProvider.java:760) at org.eclipse.ui.texteditor.AbstractTextEditor.performSave(AbstractTextEditor.java:4718) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.performSave(CompilationUnitEditor.java:1216) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.doSave(CompilationUnitEditor.java:1269) at org.eclipse.ui.texteditor.AbstractTextEditor$TextEditorSavable.doSave(AbstractTextEditor.java:6781) at org.eclipse.ui.Saveable.doSave(Saveable.java:212) at org.eclipse.ui.internal.SaveableHelper.doSaveModel(SaveableHelper.java:339) | resolved fixed | 379e853 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-17T15:19:20Z" | "2007-09-04T10:00:00Z" |
202,245 | Bug 202245 [typing] Indent multi line action should behave like the formatter does | null | resolved fixed | 4a67902 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/IndentActionTest.java", "org.eclipse.jdt.text.tests/testResources/indentation/bug122261/Modified.java", "org.eclipse.jdt.text.tests/testResources/indentation/emptySingleLineComment01/Before.java", "org.eclipse.jdt.text.tests/testResources/indentation/emptySingleLineComment01/Modified.java", "org.eclipse.jdt.text.tests/testResources/indentation/emptySingleLineComment02/Before.java", "org.eclipse.jdt.text.tests/testResources/indentation/emptySingleLineComment02/Modified.java", "org.eclipse.jdt.text.tests/testResources/indentation/emptySingleLineComment03/Before.java", "org.eclipse.jdt.text.tests/testResources/indentation/emptySingleLineComment03/Modified.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/IndentAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-17T15:10:09Z" | "2007-09-05T08:13:20Z" |
200,850 | Bug 200850 [templates] Add template to add static imports | null | resolved fixed | 773098a | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/ImportsResolver.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/StaticImportResolver.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-17T14:13:36Z" | "2007-08-22T16:26:40Z" |
120,223 | Bug 120223 [compiler] Support for "-target cldc1.1" | null | verified fixed | 849c98c | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-17T10:48:12Z" | "2005-12-10T13:06:40Z" |
203,322 | Bug 203322 [quick fix] ClasspathFixProcessor is given wrong name when import is of the form xxx.* | Using the new org.eclipse.jdt.ui.classpathFixProcessors extension point, the call to ClasspathFixProcessor.getFixImportProposals passes an incorrect name if the name has .* at the end. The import xxx.yyy.* gets a name of xxx.yyy..* The extra period is added in ReorgCorrectionsSubProcessor line 258. It thinks that .* is a class name, so it concatenates the rest of the package name to the .* them with a . | resolved fixed | eb75120 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-14T08:25:58Z" | "2007-09-13T16:13:20Z" |
203,263 | Bug 203263 [quick assist] field to getter/setter | null | resolved fixed | 7152d6a | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/GetterSetterQuickFixTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ModifierCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/QuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/GetterSetterUtil.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/sef/SelfEncapsulateFieldRefactoring.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringMessages.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/sef/SelfEncapsulateFieldInputPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/GetterSetterCorrectionSubProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-13T16:46:18Z" | "2007-09-13T13:26:40Z" |
203,256 | Bug 203256 [JUnit] Compiler warnings in N20070913-0010 | /src/org/eclipse/jdt/internal/junit/ui/JUnitQuickFixProcessor.java : 6 warnings : OTHER WARNINGS 1. WARNING in /src/org/eclipse/jdt/internal/junit/ui/JUnitQuickFixProcessor.java (at line 65) private static final int JUNIT3= 1; The field JUnitQuickFixProcessor.JUNIT3 is never read locally 2. WARNING in /src/org/eclipse/jdt/internal/junit/ui/JUnitQuickFixProcessor.java (at line 66) private static final int JUNIT4= 2; The field JUnitQuickFixProcessor.JUNIT4 is never read locally | resolved fixed | 3784a2e | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitQuickFixProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-09-13T13:19:25Z" | "2007-09-13T13:26:40Z" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.