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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
188,207 | Bug 188207 [clean up] removes required parentheses around nested conditional expression | null | verified fixed | 73befa9 | ["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-05-23T15:34:47Z" | "2007-05-22T05:00:00Z" |
151,683 | Bug 151683 [extract superclass] Extract Superclass without 'Use the extracted class' removes code | I20060718-0800 Given: package test; public class E1 { private static void foo() {} public void bar() {foo();} } 1. Select 'E1' 2. Refactor>Extract Superclass 3. Type in 'Super' 4. Deselect 'Use Superclass where possible' 5. Select 'foo' 6. Finish Is: 'foo' is removed from E1 but not added to Super Should: be added to Super and private changed to protected | verified fixed | 2b5e823 | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/testBug151683/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/testBug151683/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/testBug151683/out/Z.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractSupertypeTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractSupertypeProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-23T14:52:18Z" | "2006-07-25T12:20:00Z" |
188,376 | Bug 188376 [package explorer] Tests log NPE in PackageExplorerPart.saveState | 3.3 RC1 Found in the console when running the tests java.lang.NullPointerException at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.saveState(PackageExplorerPart.java:1052) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.dispose(PackageExplorerPart.java:537) at org.eclipse.jdt.ui.tests.packageview.MockPluginView.dispose(MockPluginView.java:91) at org.eclipse.ui.internal.WorkbenchPartReference.doDisposePart(WorkbenchPartReference.java:720) at org.eclipse.ui.internal.ViewReference.doDisposePart(ViewReference.java:127) at org.eclipse.ui.internal.WorkbenchPartReference.dispose(WorkbenchPartReference.java:671) at org.eclipse.ui.internal.WorkbenchPage.disposePart(WorkbenchPage.java:1585) at org.eclipse.ui.internal.WorkbenchPage.partRemoved(WorkbenchPage.java:1577) at org.eclipse.ui.internal.ViewFactory.releaseView(ViewFactory.java:255) at org.eclipse.ui.internal.Perspective.hideView(Perspective.java:557) | verified fixed | 6dcb282 | ["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-05-23T14:30:44Z" | "2007-05-22T16:06:40Z" |
187,306 | Bug 187306 [key binding] Some UI elements not reporting the correct keyboard shortcut for content assist | Build ID: I20070508-0800 Steps To Reproduce: PlatformUI.getWorkbench().getAdapter(IBindingService.class) not reporting the correct keyboard shortcut for content assist. As defined in org.eclipse.ui's plugin.xml, DBCS languages (zh, ja, ko) use "Alt+/" as the key sequence on gtk. A quick look at the code in one use case in Java editor shows that PlatformUI.getWorkbench().getAdapter(IBindingService.class) was called to get a list of bindings, then loop through to find the content assist command. However, "Ctrl+Space" is still reported on gtk in DBCS languages. Expected result: PlatformUI.getWorkbench().getAdapter(IBindingService.class) should return "Alt+/" as the key sequence on gtk in DBCS languages. | closed fixed | 5535d6e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeAssistAdvancedConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-23T11:35:17Z" | "2007-05-16T15:40:00Z" |
187,004 | Bug 187004 [organize imports] adds abnormal "import static" | null | verified fixed | 1f676e7 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/ScopeAnalyzer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-23T09:09:00Z" | "2007-05-15T14:40:00Z" |
188,313 | Bug 188313 [preferences] dialog font not used in clean up dialog | 3.3 RC1 change the dialog font to a larger size a.) open a clean up profile The 'x of y clean ups selected' description does not use the new font b.) use clean up on multiple files The profile selection dialog that shows up doesn't use the new font | verified fixed | f4a2c9f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/CleanUpModifyDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/MemberAccessesTabPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-22T17:01:22Z" | "2007-05-22T13:20:00Z" |
186,188 | Bug 186188 [spell checking] BOM repeated in user dictionary file if encoding is UTF-16 | HEAD If I set the encoding of the user dictionary file to "UTF-16" and then use quick fix to add words, the file contains a BOM (fe ff) in front of every line. Expected: BOM only at start of file. | verified fixed | 161753e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/AbstractSpellDictionary.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/PersistentSpellDictionary.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-22T14:43:40Z" | "2007-05-09T17:00:00Z" |
188,262 | Bug 188262 [javadoc export] source version '1.6' missing for selection | 3.3 RC1 On the last page of the Javadoc exporter open the 'JRE source compatibility' combo. '1.6' is missing. The combo is modifiable, but we should have 1.6 for convenience and consistency. | verified fixed | b0058ad | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocSpecificsWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-22T10:40:10Z" | "2007-05-22T10:33:20Z" |
187,226 | Bug 187226 Compiler warning in I20070516-0010 | 1. WARNING in /ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java (at line 748) IWorkbenchPartSite site= part.getSite(); The local variable site is never read | verified fixed | 740d54a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-16T10:41:33Z" | "2007-05-16T10:06:40Z" |
178,859 | Bug 178859 EditorOpener leaks last opened editor | null | verified fixed | c3cb261 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchEditorOpener.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-16T10:23:31Z" | "2007-03-22T19:00:00Z" |
171,022 | Bug 171022 [build path] Editing of user library resets export state of this library | Build ID: M20060921-0945 Steps To Reproduce: 1.Create Java project 2.Create user library in this project and add some jars. 3.In "Build path/Configure buid path.../Order and Export" select this user library to export. Press Ok. 4. Edit this user library (add and remove some jars). 5. Check export status of the library on "Build path/Configure buid path.../Order and Export" More information: Behavior is not 100% reproducible and consistent. It occurs most of the time but not always. As well I have seen a situation when export state of the library was Ok (checked), but library was not exported (other projects that hve this one on their build path have not seen jars from the library). Unchecking the library on "Order and Export" page, then "Ok", then checking it back solves the problem. | verified fixed | 08f9dec | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/UserLibraryWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-16T08:58:34Z" | "2007-01-19T09:46:40Z" |
126,342 | Bug 126342 [key binding] Suggestions for AbstractInformationControl | null | verified fixed | c0606c6 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-15T15:24:01Z" | "2006-02-03T15:20:00Z" |
155,834 | Bug 155834 [build path] Linking source to project should always be available | 3.2.1 RC3 The option to link source to the project is only possible when a project is selected. This should always be available. Applies to the build path properties dialog and the Build Path menu entries in the Package Explorer. | verified fixed | 57e5925 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/DialogPackageExplorerActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/NewSourceContainerWorkbookPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-15T15:15:32Z" | "2006-08-31T16:00:00Z" |
185,086 | Bug 185086 [render] colored labels: inherited not well distinguishable | I20070502-0010. If pressing Ctrl+O Ctrl+O the inherited members are not well distinguishable as they are grey like the qualification. We should use a different color. Currently I like the non-colored version better as the main diff I like to see is the between inherited and non-inherited members i.e. the diff between Ctrl+O and Ctrl+O Ctrl+O. | verified fixed | 8b552a8 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsLabelProvider.java", "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-05-15T14:58:15Z" | "2007-05-02T12:46:40Z" |
186,976 | Bug 186976 [preferences] use SWT.COLOR_WIDGET_BACKGROUND for disabled backgrounds; use SWT.COLOR_DARK_GRAY for disabled foregrounds | null | verified fixed | 8e6e20a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/BulletListBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-15T14:34:47Z" | "2007-05-15T11:53:20Z" |
185,170 | Bug 185170 [working sets] New wizards started off working sets have wrong init values | I20070502-0010. If a working set is selected then the new wizards (e.g. New Source Folder) are initialized with a random (I guess the first project in Java Model) project. Sometimes this project is not even in the selected working set. | verified fixed | cbba0df | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestSuiteWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-15T14:32:13Z" | "2007-05-02T15:33:20Z" |
155,814 | Bug 155814 [build path] Browse default output folder prepends '/' | I20060829-0800 On the second page of the new java project wizard. 1. Select 'Browse' for the default output folder location 2. Select some folder 3. Click 'OK' Is: Name has a '/' prefix Should Not have a prefix | verified fixed | 5a911f9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-15T14:28:30Z" | "2006-08-31T13:13:20Z" |
185,872 | Bug 185872 [introduce parameter object] Introduce Parameter Object cannot create nested class if top-level type with the same name exists | 3.3M7 I20070503-1400 1. Have two source files X.java and Y.java. 2. Perform the Introduce Parameter Object refactoring to a method in X. Choose to create a nested class and call it Y. 3. The refactoring cannot proceed as the dialogue sees a clash between the existing Y and the proposed X.Y. The dialogue should only block an attempt to create the top-level Y, not the nested X.Y (providing that the rest of the code can be refactored so that 'Y' refers to the intended class). The dialogue could warn about the similar name though. | verified fixed | 3d39630 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceParameterObjectWizard.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-15T13:54:16Z" | "2007-05-07T23:20:00Z" |
185,871 | Bug 185871 [introduce parameter object] Introduce Parameter Object handling of packages | 3.3M7 I20070503-1400 1. Summon Introduce Parameter Object refactoring on some code. 2. Enter a fully qualified class name. - Warnings are displayed to ensure class/package naming conventions are observed. 3. OK is disabled - click Preview. 4. A fatal error is reported: "Type name cannot contain a dot(.)." The dialogue should either accept or reject fully qualified type names, not this inconsistent hybrid. Of course, a fully qualified name doesn't make much sense for nested types. | verified fixed | 58afe3b | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceParameterObjectWizard.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-15T13:23:12Z" | "2007-05-07T23:20:00Z" |
185,113 | Bug 185113 [working sets] Reveal changed element after 'Assign Working Sets' | 20070502 - start with a new workspace, create a project 'A' - In the package explorer, change to 'Working Sets' as lop level elements - create a working set 'X' assign project 'A' to it - invoke 'Assign Working Sets...' on 'A', uncheck all - the project should be revealed in the 'Other Projects' group after that operation | verified fixed | a2dc1f0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-15T12:28:09Z" | "2007-05-02T12:46:40Z" |
186,967 | Bug 186967 [clean up] Add this qualifier radios interconnected | I20070515-0010 1. Window Preferences... 2. Java>Code Style>Clean Up>Edit... 3. Member Accesses 4. Enable Use this qualifier for field accesses 5. Enable Use this qualifier for method accesses 6. Select Always Is: Only one of the radios is selected Should: Not change in both sections | verified fixed | 0b544b9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/MemberAccessesTabPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-15T12:13:22Z" | "2007-05-15T09:06:40Z" |
186,329 | Bug 186329 [introduce parameter object] Inlining fails if name of parameter on super class differs | package p; public class A { public void foo(int xg, int yg, int zg) { } } class B extends A { public void foo(int x, int y, int z) { System.out.println(x); } } using defaults results in: package p; public class A { public void foo(FooParameter parameterObject) { } } class B extends A { public void foo(FooParameter parameterObject) { System.out.println(x); } } | verified fixed | 3485f1c | ["org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testInlineRename/in/TestInlineRename.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testInlineRename/out/TestInlineRename.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testVarArgsNotReordered/in/TestVarArgsNotReordered.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testVarArgsNotReordered/out/TestVarArgsNotReordered.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testVarArgsReordered/in/TestVarArgsReordered.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testVarArgsReordered/out/TestVarArgsReordered.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceParameterObjectTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/IDefaultValueAdvisor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/IntroduceParameterObjectRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-15T10:22:46Z" | "2007-05-10T09:40:00Z" |
186,959 | Bug 186959 [package explorer] Selected Working Set not shown until edit | Build ID: I20070514-0010 Steps To Reproduce: 1. Select Working Set 2. Package Explorer shows nothing 3. Edit Working Set, do nothing but click Finish 4. Working Set Content is displayed in package Explorer More information: The steps above can be repeated, if I deselect the working set, package explorer displays all projects. If I select my working set again, steps 1-4 have to be done again. | verified fixed | fef5c92 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetFilter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetFilterActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-15T10:20:25Z" | "2007-05-15T09:06:40Z" |
186,957 | Bug 186957 [render] selected label drawn with color | 20070515 See screenshot: The selected element in the JUnit view is rendered with color. Selected and focused element should never use color. | verified fixed | 0a48730 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/OwnerDrawSupport.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-15T09:36:46Z" | "2007-05-15T09:06:40Z" |
186,796 | Bug 186796 [Working Sets][package explorer] Others WS not updated if not first WS | I20070514-0010 Given fresh Workspace: 1. Switch PE to top level element WS 2. On Select Working Sets Dialog New... 3. 'WS1' 4. Finish 5. Move WS1 up 6. OK 7. Select 'Other Projects' 8. New>Java Project... 9. 'P01' 10. Finish 11. On P01>Assign Working Sets... 12. Select WS1 13. OK Is: Other Projects does not become empty Should: Be empty | verified fixed | 955cace | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-15T09:36:32Z" | "2007-05-14T13:40:00Z" |
185,102 | Bug 185102 [actions] Assign Working Sets if there are no working sets | 20070502 - start with a new workspace - create a project - invoke 'Assign Working Sets...' - dialog shows up with nothing to select, no message, OK button enabled - I think it would be better to show an information dialog that says: 'No Working Sets have been defined yet' Maybe even offer a button to create a new working set. | verified fixed | d78a9f5 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/SimpleWorkingSetSelectionDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-14T14:09:55Z" | "2007-05-02T12:46:40Z" |
186,754 | Bug 186754 [package explorer] new context menu not available on empty selection | I20070514-0010 Right click on an empty package explorer Is: New> Menu is not available anymore Should: Be available, regression Also 'Configure Workingset...' and 'Assign Working Set...' are available, both make no sense in this context. | verified fixed | 9fce7d8 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/NewWizardsActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/OpenPropertiesWorkingSetAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-14T13:56:01Z" | "2007-05-14T08:06:40Z" |
186,473 | Bug 186473 A NullPointerException is thrown when switching between Java editors in the Eclipse workbench | This happens when either using the mouse or keyboard shortcuts to switch between editors. I am using the HTMLBuddy plugin, and this appears to only happen when I navigate to an XML file. This did not happen with 3.3 M6. Below is from the error log view: eclipse.buildId=I20070503-1400 java.version=1.5.0_11 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Framework arguments: -startup C:\eclipse\plugins\org.eclipse.equinox.launcher_1.0.0.v20070502.jar Command-line arguments: -os win32 -ws win32 -arch x86 -startup C:\eclipse\plugins\org.eclipse.equinox.launcher_1.0.0.v20070502.jar Error Thu May 10 16:34:12 PDT 2007 Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javaeditor.JavaSelectAnnotationRulerAction.findJavaAnnotation(JavaSelectAnnotationRulerAction.java:145) at org.eclipse.jdt.internal.ui.javaeditor.JavaSelectAnnotationRulerAction.update(JavaSelectAnnotationRulerAction.java:104) at org.eclipse.ui.texteditor.AbstractRulerActionDelegate.update(AbstractRulerActionDelegate.java:133) at org.eclipse.ui.texteditor.AbstractRulerActionDelegate.setActiveEditor(AbstractRulerActionDelegate.java:90) at org.eclipse.ui.internal.handlers.ActionDelegateHandlerProxy.updateDelegate(ActionDelegateHandlerProxy.java:292) at org.eclipse.ui.internal.handlers.ActionDelegateHandlerProxy.isEnabled(ActionDelegateHandlerProxy.java:464) at org.eclipse.core.commands.Command.isEnabled(Command.java:831) at org.eclipse.core.commands.Command.setHandler(Command.java:938) at org.eclipse.ui.internal.handlers.HandlerAuthority.updateCommand(HandlerAuthority.java:535) at org.eclipse.ui.internal.handlers.HandlerAuthority.sourceChanged(HandlerAuthority.java:496) at org.eclipse.ui.internal.services.ExpressionAuthority.sourceChanged(ExpressionAuthority.java:305) at org.eclipse.ui.internal.services.ExpressionAuthority.sourceChanged(ExpressionAuthority.java:285) at org.eclipse.ui.AbstractSourceProvider.fireSourceChanged(AbstractSourceProvider.java:98) at org.eclipse.ui.internal.services.ActivePartSourceProvider.checkActivePart(ActivePartSourceProvider.java:202) at org.eclipse.ui.internal.services.ActivePartSourceProvider.access$0(ActivePartSourceProvider.java:142) at org.eclipse.ui.internal.services.ActivePartSourceProvider$1.partDeactivated(ActivePartSourceProvider.java:90) at org.eclipse.ui.internal.PartListenerList$4.run(PartListenerList.java:117) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:850) at org.eclipse.ui.internal.PartListenerList.fireEvent(PartListenerList.java:57) at org.eclipse.ui.internal.PartListenerList.firePartDeactivated(PartListenerList.java:115) at org.eclipse.ui.internal.PartService.firePartDeactivated(PartService.java:113) at org.eclipse.ui.internal.PartService.setActivePart(PartService.java:165) at org.eclipse.ui.internal.WWinPartService.updateActivePart(WWinPartService.java:124) at org.eclipse.ui.internal.WWinPartService.access$0(WWinPartService.java:115) at org.eclipse.ui.internal.WWinPartService$1.partDeactivated(WWinPartService.java:48) at org.eclipse.ui.internal.PartListenerList2$4.run(PartListenerList2.java:113) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:850) at org.eclipse.ui.internal.PartListenerList2.fireEvent(PartListenerList2.java:53) at org.eclipse.ui.internal.PartListenerList2.firePartDeactivated(PartListenerList2.java:111) at org.eclipse.ui.internal.PartService.firePartDeactivated(PartService.java:116) at org.eclipse.ui.internal.PartService.setActivePart(PartService.java:165) at org.eclipse.ui.internal.WorkbenchPagePartList.fireActivePartChanged(WorkbenchPagePartList.java:56) at org.eclipse.ui.internal.PartList.setActivePart(PartList.java:126) at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3288) at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:601) at org.eclipse.ui.internal.CycleBaseHandler.activate(CycleBaseHandler.java:376) at org.eclipse.ui.internal.CycleBaseHandler.execute(CycleBaseHandler.java:108) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:239) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:475) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:426) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:165) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:467) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:791) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:838) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:565) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:507) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:124) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1139) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:937) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:962) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:947) at org.eclipse.swt.widgets.Control.traverse(Control.java:3377) at org.eclipse.swt.widgets.Control.translateTraversal(Control.java:3359) at org.eclipse.swt.widgets.Composite.translateTraversal(Composite.java:973) at org.eclipse.swt.widgets.Display.translateTraversal(Display.java:4195) at org.eclipse.swt.widgets.Display.filterMessage(Display.java:1153) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3280) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2365) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2329) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204) 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:153) 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:497) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:436) at org.eclipse.equinox.launcher.Main.run(Main.java:1162) | verified fixed | 75ec5bf | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaSelectAnnotationRulerAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-14T11:42:44Z" | "2007-05-10T23:33:20Z" |
186,275 | Bug 186275 [spell checking] Words added to a dictionary still accepted after changing dictionary | HEAD - have some spelling errors - use quick fix to add words to the user dictionary - change user dictionary to an empty file => previously added words are still accepted => expected: words added to the user dictionary should not be accepted after the dictionary has been removed | verified fixed | 1f6faf2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/DefaultSpellChecker.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-14T08:46:50Z" | "2007-05-09T22:33:20Z" |
185,457 | Bug 185457 [refactoring] Enable "Maximize" button on "Move" refactoring dialog | Please enable the maximize button on "Move" refactoring dialog, like on "Pull up" dialog, so it turns easy to maximize the window on preview step. | verified fixed | 0652eb1 | ["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringStatusDialog.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringWizardDialog.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringWizardDialog2.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-14T08:12:30Z" | "2007-05-03T22:06:40Z" |
186,554 | Bug 186554 Test failure in TypeCompletionTest.testBug182468() I20070511-0010 | null | verified fixed | c9bb4cf | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-14T07:27:49Z" | "2007-05-11T13:26:40Z" |
185,172 | Bug 185172 [working sets] 'New' action not available if >1 working set selected | I20070502-0010. If I want to create a new Java project and directly add it to a working set I can select the working set and then 'context menu' > New > 'Java Project'. However, if I want to create the new Java project directly into >1 working sets I'm doomed as the context menu is missing. | verified fixed | 8c19884 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/NewWizardsActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-11T15:01:43Z" | "2007-05-02T15:33:20Z" |
186,291 | Bug 186291 [build path] Output folder on source folders gets stripped when project established in IDE | When a .classpath file for a java project has different output folders for each source folder. e.g.: <classpathentry kind="src" output="build/classes/core" path="core"/> <classpathentry kind="src" output="build/classes/datamodel" path="build/datamodel"/> <classpathentry kind="src" output="build/classes/dao" path="dao3"/> <classpathentry kind="src" output="build/classes/app" path="app3"/> <classpathentry kind="src" output="build/classes/dao" path="dao"/> <classpathentry kind="src" output="build/classes/app" path="app"/> <classpathentry kind="src" output="build/classes/web" path="web"/> And the project is either: 1. Committed to SVN and checked out into a new machine. or 2. Project created on a machine that has existing project contents in workspace but project not yet established/registered in package explorer. The Eclipse strips out all of the output="" lines above and begins compiling all the source folders into the same output folder. After 1. or 2. above you need to revert the .classpath file to what it was before Eclipse mangled it then refresh the project in Eclipse - this restores it. A feature we use widely and a gotcha that gets every developer. Keen to see if fixed. | verified fixed | 122e4bd | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/NewSourceContainerWorkbookPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-11T12:15:29Z" | "2007-05-10T04:06:40Z" |
185,452 | Bug 185452 [search] for all packages seems hung | I0501 If you pick Navigate->Go To->Package you get a progress dialog up but the progress is already at 100%. It says, Searching... [bar||||] Locating Java matches... It stays that way for a VERY LONG TIME - in a workspace with only 6 projects it was stuck like that for about 3 minutes on a 3Ghz P4. I thought actually it was hung before finally I got a chooser up with the list of packages. Issues: #1: There is no progress indication, it appears hung #2: The cancel button in the progress bar is unresponsive #3: What the heck is it doing with all that time? #4: The resulting list appears wrong. For example, with org.eclipse.ui and org.eclipse.ui.workbench as source projects I get 6 entries for org.eclipse.ui.about which believe I only have one of. I have to assume nobody ever uses this menu, its pretty unusable as is. | verified fixed | e15b2f4 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/PackageSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-11T12:14:58Z" | "2007-05-03T22:06:40Z" |
153,066 | Bug 153066 [build path] Errors creating Java project with existing name (non-case sensitive) | I20060807-2000 1. create Java project 'Foo' 2. try to create Java project 'Foo' ==> correctly says that 'Foo' already exists 3. try to create Java project 'foo' ==> no warning but some text at the end of the dialog saying that correctly says that the specified external location already exists and that those resources will be imported. 4. press OK ==> error | verified fixed | 8cd5c14 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-11T12:12:09Z" | "2006-08-08T09:40:00Z" |
186,087 | Bug 186087 [type wizards] NPE when creating new | Build ID: I20070503-1400 Steps To Reproduce: 1. open existing project's manifest file 2. write activator full qualified path and use link to create new Activator file 3. click finish on new class wizard 4. NPE is thrown and new empty file is created More information: eclipse.buildId=I20070503-1400 java.version=1.6.0 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=pl_PL Framework arguments: -startup H:\eclipse-3.3m7\plugins\org.eclipse.equinox.launcher_1.0.0.v20070502.jar Command-line arguments: -os win32 -ws win32 -arch x86 -startup H:\eclipse-3.3m7\plugins\org.eclipse.equinox.launcher_1.0.0.v20070502.jar -consolelog Error Wed May 09 10:12:32 CEST 2007 java.lang.NullPointerException java.lang.NullPointerException at org.eclipse.jdt.internal.corext.dom.Bindings.isSignatureEquivalentConstructor(Bindings.java:1134) at org.eclipse.jdt.internal.corext.dom.Bindings.containsSignatureEquivalentConstructor(Bindings.java:1126) at org.eclipse.jdt.internal.corext.codemanipulation.StubUtility2.getVisibleConstructors(StubUtility2.java:907) at org.eclipse.jdt.internal.corext.codemanipulation.AddUnimplementedConstructorsOperation.run(AddUnimplementedConstructorsOperation.java:219) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage.createInheritedMethods(NewTypeWizardPage.java:2508) at org.eclipse.jdt.ui.wizards.NewClassWizardPage.createTypeMembers(NewClassWizardPage.java:262) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage.createType(NewTypeWizardPage.java:2053) at org.eclipse.pde.internal.ui.editor.plugin.JavaAttributeWizard$1.execute(JavaAttributeWizard.java:79) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:101) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797) at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:113) 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:2434) at org.eclipse.ui.internal.progress.ProgressManager$5.run(ProgressManager.java:1147) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.progress.ProgressManager.runInUI(ProgressManager.java:1140) at org.eclipse.pde.internal.ui.editor.plugin.JavaAttributeWizard.performFinish(JavaAttributeWizard.java:83) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:742) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:616) 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:3673) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3284) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.pde.internal.ui.util.PDEJavaHelperUI.createClass(PDEJavaHelperUI.java:130) at org.eclipse.pde.internal.ui.editor.plugin.PluginGeneralInfoSection$2.linkActivated(PluginGeneralInfoSection.java:128) at org.eclipse.ui.forms.widgets.AbstractHyperlink.handleActivate(AbstractHyperlink.java:228) at org.eclipse.ui.forms.widgets.AbstractHyperlink.handleMouseUp(AbstractHyperlink.java:316) at org.eclipse.ui.forms.widgets.AbstractHyperlink.access$2(AbstractHyperlink.java:300) at org.eclipse.ui.forms.widgets.AbstractHyperlink$4.handleEvent(AbstractHyperlink.java:119) 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:3673) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3284) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2365) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2329) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204) 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:153) 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:497) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:436) at org.eclipse.equinox.launcher.Main.run(Main.java:1162) | verified fixed | 0f70903 | ["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-05-11T11:11:41Z" | "2007-05-09T08:40:00Z" |
178,013 | Bug 178013 [refactoring] Remove reference to internal ChangeExceptionHandler | 20070319 jdt/internal/ui/refactoring/RefactoringExecutionHelper references the internal class ltk.internal.ui.refactoring.ChangeExceptionHandler. That reference should be removed. | verified fixed | b2812d4 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeExceptionHandler.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringExecutionHelper.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-11T09:25:33Z" | "2007-03-19T10:26:40Z" |
162,856 | Bug 162856 [build path] new project from existing sources in the workspace | I have a folder with many subfolders. In this subfolders thera are another subfolders and source folders in them. For example: the main folder name is "git" git->s1->f1->src git->s1->f2->src git->s2->f3->src git->s2->f4->src ... The folder "git" is in the workspace. There is no project. I want to create project in the folder "git". I want Eclipse to find the src folders automatically. I open New Project wizard and select Java Project. I choose "Create project from existing source" and browse for folder "git". I type a Project name. There is an error. I can't click Next because it is desabled. There is a message "Cannot create project content in workspace". Why? Where is the problem? My sources are already in the workspace and Eclipse have to create a project file. I report this bug because there is something strange in the Eclipse and you have to fix it. If I do the following steps everithing is ok and everything work correctly: 1. move folder "git" outside the eclipse's workspace 2. create new projet from existing source. The Eclipse automatically found the source folders. The Eclipse create .project file and .classpath file in the "git" folder. 3. create new project "test" in workspace with no source folders. 4. close eclipse 5. move all files and subfolders from folder "git" to the new folder "test" in eclipse's workspace. 6. open eclipse 7. I have project with all source folders. | verified fixed | 2b34d3c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-10T16:25:23Z" | "2006-10-31T07:33:20Z" |
186,153 | Bug 186153 [quick fix] missing undo for 'rename CU' quick fix | M7 - Use quick fix for the following code: choose to rename 'A.java' to 'A1.java' - Do undo, save - the reason is that quick fixes don't serve the undo history // A.java public class A1 { } java.lang.IllegalArgumentException: Illegal value: -1 at org.eclipse.core.internal.resources.Resource.revertModificationStamp(Resource.java:1459) at org.eclipse.core.internal.filebuffers.ResourceTextFileBuffer.commitFileBufferContent(ResourceTextFileBuffer.java:366) at org.eclipse.core.internal.filebuffers.ResourceFileBuffer.commit(ResourceFileBuffer.java:324) at org.eclipse.jdt.internal.ui.javaeditor.DocumentAdapter.save(DocumentAdapter.java:424) at org.eclipse.jdt.internal.core.CommitWorkingCopyOperation.executeOperation(CommitWorkingCopyOperation.java:123) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:720) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797) at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:785) at org.eclipse.jdt.internal.core.CompilationUnit.commitWorkingCopy(CompilationUnit.java:354) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider.commitWorkingCopy(CompilationUnitDocumentProvider.java:1302) 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:101) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797) at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:113) 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:450) at org.eclipse.ui.editors.text.TextFileDocumentProvider.saveDocument(TextFileDocumentProvider.java:761) at org.eclipse.ui.texteditor.AbstractTextEditor.performSave(AbstractTextEditor.java:4717) 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:6780) at org.eclipse.ui.Saveable.doSave(Saveable.java:212) at org.eclipse.ui.internal.SaveableHelper.doSaveModel(SaveableHelper.java:339) at org.eclipse.ui.internal.SaveableHelper$2.run(SaveableHelper.java:185) 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:2437) at org.eclipse.ui.internal.SaveableHelper.runProgressMonitorOperation(SaveableHelper.java:274) at org.eclipse.ui.internal.SaveableHelper.runProgressMonitorOperation(SaveableHelper.java:253) | verified fixed | b121c59 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CUCorrectionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ChangeCorrectionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-10T15:45:20Z" | "2007-05-09T14:13:20Z" |
186,161 | Bug 186161 [preferences] Preferences -> Java -> Code Style -> Clean Up crashes when internal browser is not available | Build ID: I20070503-1400 Steps To Reproduce: 1. Start Eclipse without internal browser available (Linux without Mozilla installed or without MOZILLA_FIVE_PATH) 2. Navigate to Preferences -> Java -> Code Style -> Clean Up 3. See broken widgets, and press various buttons 4. Eclipse crashes with SWT error More information: As the internal browser support is optional (everything works without internal browser so far) preferences page must not use internal browser without checking and falling back to the pre-M7 behavior. Here is the error message from the log file: !ENTRY org.eclipse.ui 4 0 2007-05-09 20:38:24.656 !MESSAGE Unhandled event loop exception !STACK 0 org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)]) at org.eclipse.swt.SWT.error(SWT.java:3547) at org.eclipse.swt.SWT.error(SWT.java:3465) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3297) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2975) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:65) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3320) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2972) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2365) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2329) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204) 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:153) 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:497) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:436) at org.eclipse.equinox.launcher.Main.run(Main.java:1162) Caused by: org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)] at org.eclipse.swt.SWT.error(SWT.java:3573) at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:302) at org.eclipse.swt.browser.Browser.<init>(Browser.java:109) at org.eclipse.jdt.internal.ui.preferences.cleanup.DialogBrowserConfigurationBlock.createControl(DialogBrowserConfigurationBlock.java:27) at org.eclipse.jdt.internal.ui.fix.CleanUpSaveParticipantPreferenceConfiguration.createAdvancedComposite(CleanUpSaveParticipantPreferenceConfiguration.java:159) at org.eclipse.jdt.internal.ui.fix.CleanUpSaveParticipantPreferenceConfiguration.createConfigControl(CleanUpSaveParticipantPreferenceConfiguration.java:138) at org.eclipse.jdt.internal.ui.javaeditor.saveparticipant.AbstractSaveParticipantPreferenceConfiguration.createControl(AbstractSaveParticipantPreferenceConfiguration.java:84) at org.eclipse.jdt.internal.ui.preferences.SaveParticipantConfigurationBlock.createControl(SaveParticipantConfigurationBlock.java:91) at org.eclipse.jdt.internal.ui.preferences.AbstractConfigurationBlockPreferenceAndPropertyPage.createPreferenceContent(AbstractConfigurationBlockPreferenceAndPropertyPage.jav at org.eclipse.jdt.internal.ui.preferences.PropertyAndPreferencePage.createContents(PropertyAndPreferencePage.java:149) at org.eclipse.jface.preference.PreferencePage.createControl(PreferencePage.java:233) at org.eclipse.jdt.internal.ui.preferences.AbstractConfigurationBlockPreferenceAndPropertyPage.createControl(AbstractConfigurationBlockPreferenceAndPropertyPage.java:60) at org.eclipse.jface.preference.PreferenceDialog.createPageControl(PreferenceDialog.java:1438) at org.eclipse.jface.preference.PreferenceDialog$13.run(PreferenceDialog.java:1195) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:850) 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.preference.PreferenceDialog.showPage(PreferenceDialog.java:1189) at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.showPage(FilteredPreferenceDialog.java:433) at org.eclipse.jface.preference.PreferenceDialog$9.selectionChanged(PreferenceDialog.java:694) at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:842) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:850) 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.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:840) at org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:1153) at org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.java:1173) at org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:250) at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:244) at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:418) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) ... 33 more | verified fixed | 70227c4 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpSaveParticipantPreferenceConfiguration.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", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/DialogBrowserConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-10T15:01:11Z" | "2007-05-09T14:13:20Z" |
185,743 | Bug 185743 [introduce parameter object] introduces stack overflow on recursions | I20070503-1400 Given: package test; public class E1 { public void countDown(int i) { if (i == 0) { System.out.println("bumm!"); return; } System.out.println(i); countDown(--i); } public static void main(String[] args) { new E1().countDown(10); } } 1. Select countDown 2. Introduce Parameter Object 3. Accept defaults Is: package test; public class E1 { public void countDown(CountDownParameter parameterObject) { int i = parameterObject.i; if (i == 0) { System.out.println("bumm!"); return; } System.out.println(i); countDown(parameterObject); } public static void main(String[] args) { new E1().countDown(new CountDownParameter(10)); } } Same problem when writing i= i - 1; countDown(i); Should: Not do that;-) I guess create a new parameter object for recursive call would be the easiest thing to do. | verified fixed | 5939783 | ["org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testRecursiveReordered/in/TestRecursiveReordered.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testRecursiveReordered/out/TestRecursiveReordered.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testRecursiveSimple/in/TestRecursiveSimple.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testRecursiveSimple/out/TestRecursiveSimple.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testRecursiveSimpleReordered/in/TestRecursiveSimpleReordered.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testRecursiveSimpleReordered/out/TestRecursiveSimpleReordered.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceParameterObjectTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/ParameterInfo.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/IDefaultValueAdvisor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/IntroduceParameterObjectRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-10T13:08:46Z" | "2007-05-07T12:13:20Z" |
185,376 | Bug 185376 [build path] Creating Java project fails on Mac | using build I20070503-0010, I started eclipse on a new workspace and tried to create a new java project named 'P'. When I clicked finish I got the following error 3 times in my log. Java Model Exception: Java Model Status [<project root> [in P] is not on its project's build path] at org.eclipse.jdt.internal.core.PackageFragmentRoot.getRawClasspathEntry(PackageFragmentRoot.java:587) at org.eclipse.jdt.internal.corext.buildpath.ClasspathModifier.isExcluded(ClasspathModifier.java:478) at org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.DialogPackageExplorer$PackageLabelProvider.getForeground(DialogPackageExplorer.java:217) at org.eclipse.jface.viewers.DecoratingLabelProvider.getForeground(DecoratingLabelProvider.java:288) at org.eclipse.jface.viewers.WrappedViewerLabelProvider.getForeground(WrappedViewerLabelProvider.java:130) at org.eclipse.jface.viewers.WrappedViewerLabelProvider.update(WrappedViewerLabelProvider.java:188) at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.java:135) at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:895) at org.eclipse.jface.viewers.AbstractTreeViewer$UpdateItemSafeRunnable.run(AbstractTreeViewer.java:97) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:850) 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.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:973) at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:466) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:850) 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.StructuredViewer.updateItem(StructuredViewer.java:2018) at org.eclipse.jface.viewers.AbstractTreeViewer.updateChildren(AbstractTreeViewer.java:2586) at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefreshStruct(AbstractTreeViewer.java:1807) at org.eclipse.jface.viewers.TreeViewer.internalRefreshStruct(TreeViewer.java:640) at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefreshStruct(AbstractTreeViewer.java:1814) at org.eclipse.jface.viewers.TreeViewer.internalRefreshStruct(TreeViewer.java:640) at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(AbstractTreeViewer.java:1782) at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(AbstractTreeViewer.java:1738) at org.eclipse.jface.viewers.StructuredViewer$8.run(StructuredViewer.java:1455) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1363) at org.eclipse.jface.viewers.TreeViewer.preservingSelection(TreeViewer.java:377) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1325) at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1453) at org.eclipse.jface.viewers.ColumnViewer.refresh(ColumnViewer.java:498) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerContentProvider$4.run(PackageExplorerContentProvider.java:844) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerContentProvider.runUpdates(PackageExplorerContentProvider.java:167) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerContentProvider.runPendingUpdates(PackageExplorerContentProvider.java:159) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerContentProvider$1.run(PackageExplorerContentProvider.java:140) 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:3199) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2952) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:158) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:326) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:934) at org.eclipse.jdt.internal.ui.wizards.NewElementWizard.performFinish(NewElementWizard.java:132) at org.eclipse.jdt.internal.ui.wizards.JavaProjectWizard.performFinish(JavaProjectWizard.java:76) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:742) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:616) 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:1463) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1487) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1472) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1263) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3335) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2949) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.jdt.ui.actions.AbstractOpenWizardAction.run(AbstractOpenWizardAction.java:82) at org.eclipse.jdt.internal.ui.wizards.OpenJavaProjectWizardToolbarAction.run(OpenJavaProjectWizardToolbarAction.java:45) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:256) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:443) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1463) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1487) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1472) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1263) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3335) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2949) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2365) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2329) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204) 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:153) 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:497) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:436) at org.eclipse.equinox.launcher.Main.run(Main.java:1162) Steps: 1. Start eclipse with new workspace 2. open new java project wizard 3. type P for name 4. hit Finish | verified fixed | 64fd3ef | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/DialogPackageExplorer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-10T12:06:06Z" | "2007-05-03T16:33:20Z" |
185,377 | Bug 185377 [introduce parameter object] UI problems | I20070503-0010 - "Select fields for parameter object class:": - needs mnemonic that transfers focus into the table - add a bit of white space above the label - Edit dialog: - problem: the dialog is used for field names (checked) and for parameter names (unchecked). It should change the names depending on checkbox state. - dialog title should be title case and relate to the action that opened it, i.e. "Edit Field Name" - label needs colon and mnemonic - label is too verbose, change to "Field name:" | verified fixed | ee23d23 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceParameterObjectWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-10T10:47:55Z" | "2007-05-03T16:33:20Z" |
185,069 | Bug 185069 [spell checking] Provide easy setup of user dictionary | At the moment there is no hint to the user why it is not possible for him to add a word to a dictionary on a fresh workspace. It would be nice to a) specify a workspace relative user dictionary b) have a default (empty) user dictionary This way a user could always add words to his dictionary right from the start. | verified fixed | 3daea6e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SpellingConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/AddWordProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/JavaSpellingProblem.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/SpellCheckEngine.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/WordQuickFixProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/DefaultSpellChecker.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-09T21:06:03Z" | "2007-05-02T10:00:00Z" |
186,061 | Bug 186061 [extract method] does not detect duplicate code snippet | Build ID: M20060629-1905 Steps To Reproduce: 1.Have snippets of code that are nearly identical. public void a3() { Transaction t = new Transaction(); Action action = new Action(" A.a3"); String string = "A.a3"; // MY SELECTED EXTRACT TARGET t.start(string); t.run(action); t.end(); // MY EXTRACT TARGET ENDS } public void a4() { Transaction t = new Transaction(); String t_name = "A.a4"; Action action = new Action(t_name); t.start(t_name); t.run(t_name); t.end(); } public void a6() { Transaction t = new Transaction(); String t_name = "A.a6"; Action action = new Action(t_name); // DUPLICATE!!! t.start(t_name); t.run(action); t.end(); } 2. Select the following snippet in a3(), and press Alt-Shift-M. t.start(string); t.run(action); t.end(); 3. In Extract Method Refactoring Wizard Input Page, the "Replace all occurence of statements with occurence " checkbox is not highlighted. However, a3() and a6() have identical snippets. if a user switch the positions between a4() and a6(), and redo the Extract Method, "Replace 1 occurence of statements with occurence " checkbox is highlighted. More information: poked around the code and realize that the bug in the following method org.eclipse.jdt.internal.corext.refactoring.code.SnippetFinder.Match.isEmpty() public boolean isEmpty() { return fNodes.isEmpty(); } This condition is pre-requisite for a reset. However, in the body of a4(), when t.run(t_name) matches against t.run(action), the test failed, SnippetFinder reset() is called. SnippetFinder then matches t.run(action) in a4() and t.start(string) in a3(). Both local variables t in both snippet matches and is stored in the SnippetFinder.Match.fLocalMappings. however, subsequent subtree matches fail. however, although no nodes is added to SnippetFinder.Match, the fLocalMapping is NOT empty. Later when SnippetFinder matches t.start(string) in a3() and t.start(string) in a6(), since the typebinding of t (which comes from a4) exist in the Snippet.Match object and the binding is indeed different from t in a6(), the match will fail. | verified fixed | 52d4e41 | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/duplicates_in/A_test970.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/duplicates_out/A_test970.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SnippetFinder.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-09T16:36:57Z" | "2007-05-09T00:20:00Z" |
151,187 | Bug 151187 [build path] Hide default package in DialogPackageExplorer | I20060718-0800 The DialogPackageExplorer should not show the default packages. | verified fixed | 8fb08db | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/DialogPackageExplorer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-09T15:42:50Z" | "2006-07-20T07:20:00Z" |
143,413 | Bug 143413 [build path] New Project Wizard creates default output folder although value changed to non default | I20060519-1206 1. Start 'New Java Project Wizard' 2. Type in name 'P01' 3. Select 'Create separate src and output folders' 4. Next 5. Change Default output location to 'P01/binary' 6. Finish Is: A folder 'bin' is created Should: The folder should not be created Not a regression to 3.1.2 I think problem is that the 'bin' folder is created after first page. | verified fixed | c693a4c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-09T13:21:11Z" | "2006-05-24T08:40:00Z" |
186,110 | Bug 186110 [spell checking] Don't spell check Java strings per default | 3.3 M7 We should not spell check Java strings out of the box. | verified fixed | cd8488a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SpellingConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/JavaSpellingEngine.java", "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-05-09T12:40:13Z" | "2007-05-09T11:26:40Z" |
185,124 | Bug 185124 [render] Colored labels don't update on 'Apply' | I20070502-0010. Colored labels don't update on 'Apply' when changing their colors. | verified fixed | 46486eb | ["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-05-09T12:25:17Z" | "2007-05-02T15:33:20Z" |
85,817 | Bug 85817 [JUnit] Javadoc for JUnit container | Th javadoc of JUnit is not set automtcally when adding JUnit to the project. If possible, please add the javadoc to the distribution (like the source). Thanks, David | verified fixed | 554dc4e | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JunitPreferenceInitializer.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JunitPreferenceInitializer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-09T09:48:13Z" | "2005-02-18T15:20:00Z" |
114,582 | Bug 114582 [build path] New Java Project wizard throws exceptions when .classpath or .project are invalid | I20051031-2000 Try to create a new java project at a location where a .classpath or a .project file already exists, but is invalid. - invalid .project file: An exception is logged and a dialog shows up, explaining that the .project file "has been changed on disk", etc. . After pressing OK, the second page of the wizard shows up and throws NPE on every mouse click. Expected: either .project file gets overridden by a new one, or the wizard gets closed and the operation is aborted. - invalid .classpath file: An exception is silently written to the log, and a project is set up without a JRE library. Expected: A dialog that tells that the .classpath file was invalid. Then, a new .classpath file should be generated, like when there was none before (i.e. detecting source folders and adding a jre library). | verified fixed | 7a0a973 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-08T13:21:31Z" | "2005-11-01T18:33:20Z" |
184,296 | Bug 184296 [package explorer] Duplicate dynamic Web project created programmatically | Driver: WTP 2.0 04261031 When using the Web services wizard to programmatically create a dynamic Web project (say "bu1Client"), 2 projects with the same name got created. The contents of the projects are: bu1Client - build - src - WebContent bu1Client - src - Web App Library - JRE System Library - Apache Tomcat v5.5 - build - WebContent If I close and open the projects, the duplicate project disappears. The same goes for closing and reopening the workspace. To reproduce the problem, just go through a Web service scenario with client slider set to TEST with a non-existing client project. | closed fixed | d265fe2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-08T12:14:13Z" | "2007-04-26T17:53:20Z" |
185,334 | Bug 185334 [introduce parameter object] should make fields private if possible | I20070502-0010 Given: package test; public class E01 { public E01() { foo(10); } private void foo(int number) { System.out.println(number); } } 1. Select foo 2. Introduce parameter object 3. Check generate getter, accept other defaults Is: package test; public class FooParameter { public int number; public FooParameter(int number) { this.number = number; } public int getNumber() { return number; } } Should: package test; public class FooParameter { private final int number; public FooParameter(int number) { this.number = number; } public int getNumber() { return number; } } Fields should always be private. IMHO a) generate getter should be checked by default. IMHO b) the refactoring should issue a warning if generate getters is checked and a field can not be made private. The user may then either consider to generate setters or refactor the code. | verified fixed | e5219e5 | ["org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testDelegateCreation/out/TestDelegateCreation.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testDelegateCreationCodeStyle/out/TestDelegateCreationCodeStyle.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testReorderGetter/out/TestReorderGetter.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ParameterObjectFactory.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-08T10:33:33Z" | "2007-05-03T13:46:40Z" |
185,788 | Bug 185788 [render] Unexpected colored labels in Packages view | 3.3 M7 0. enable colored labels 1. have org.eclipse.jface.text in source 2. open Java Browsing perspective 3. select project org.eclipse.jface.text 4. observe: some labels in Packages view are colored 5. scroll down: one of the colored labels loosed the color again | verified fixed | 84ddea9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesViewLabelProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-08T09:15:46Z" | "2007-05-07T15:00:00Z" |
185,332 | Bug 185332 [introduce parameter object] does not respect field prefix/suffix settings | I20070502-0010 Given: package test; public class E01 { public E01(int number) {} } 1. Go to Preference Page Java>Code Style 2. For fields define a prefix 'foo' and a suffix 'Bar' 3. Ok 4. Select constructor E01 5. Introduce Parameter Object 6. Accept defaults Is: package test; public class E01Parameter { public int number; public E01Parameter(int number) { this.number = number; } } Should: package test; public class E01Parameter { public int fooNumberBar; public E01Parameter(int number) { fooNumberBar = number; } } Also hint that a 'this' qualification is not required in this case... | verified fixed | b85fac1 | ["org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testDelegateCreationCodeStyle/in/TestDelegateCreationCodeStyle.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testDelegateCreationCodeStyle/out/TestDelegateCreationCodeStyle.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceParameterObjectTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/IntroduceParameterObjectRefactoring.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceParameterObjectWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-08T08:03:08Z" | "2007-05-03T13:46:40Z" |
166,872 | Bug 166872 [CommonNavigator] empty JarPackageFragment nodes fail to get filtered in hierarchical layout of Project Explorer | null | verified fixed | dd6e61b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/NonEssentialElementsFilter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-07T17:09:58Z" | "2006-12-05T23:06:40Z" |
185,177 | Bug 185177 [rename] In-place refactoring does not always force preview for contextual matches | I20070502-0010. In-place refactoring does not always force preview for contextual matches. Test Case: 1. enable to replace contextual matches (which forces preview) 2. start in-place renaming of a type 3. enter lowercase type name, e.g. 'foo' 4. press 'Enter' ==> dialog comes up that warns about lowercase name but from there I can finish the refactoring without preview. | verified fixed | 542c22e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/refactoring/RenameSupport.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/RefactoringWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-07T16:54:37Z" | "2007-05-02T18:20:00Z" |
165,533 | Bug 165533 [rulers] expanded ruler icons don't perform any action when clicked | Hi, I'm having the following issue since quite some time (before 3.3). When "Expand vertical ruler icons upon hovering" is enabled in the preferences of the Java editor, everything runs nicely unless I want to click on one of the symbols in the expanded pane. What happens then is that the main application window looses focus for just a glimpse of time and the little icon pane disappears again but nothing else happens. In that case the tooltips that accompany the ruler icons on hovering don't get discarded either. I hope I could make myself clear thx | verified fixed | 72f3ded | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AnnotationExpandHover.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AnnotationExpansionControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-07T16:10:46Z" | "2006-11-22T21:13:20Z" |
185,330 | Bug 185330 [introduce parameter object] does not 'this' qualified field accesses in setter | I20070502-0010 Given: package test; public class E01 { public E01(int number) {} } 1. Select constructor E01 2. Introduce parameter object 3. Check 'generate setters', accept other defaults Is: public void setNumber(int number) { number = number; } Should: public void setNumber(int number) { this.number = number; } Major since with the default settings this only leads to a compiler warning and not an error. | verified fixed | 3459266 | ["org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testDelegateCreation/out/TestDelegateCreation.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ParameterObjectFactory.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-07T15:33:54Z" | "2007-05-03T13:46:40Z" |
185,359 | Bug 185359 [introduce parameter object] has inconsistent type qualification schema | I20070502-0010 Given: package test; public class E01 { public E01 createE01() { return new E01(1); } public E01(int number) { } } 1. Select constructor E01 2. Introduce Parameter Object 3. Accept default except select 'Nested Class in E01' Is: ... public E01 createE01() { return new E01(new E01.E01Parameter(1)); } ... Should: ... public E01 createE01() { return new E01(new E01Parameter(1)); } ... It is not qualified elsewhere in E01, qualification is not required. | verified fixed | 83ef163 | ["org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testDelegateCreation/out/TestDelegateCreation.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testImportAddEnclosing/out/TestImportAddEnclosingCaller.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testSimpleEnclosing/out/TestSimpleEnclosing.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testVarArgsNotReordered/out/TestVarArgsNotReordered.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testVarArgsReordered/out/TestVarArgsReordered.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/BodyUpdater.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/IDefaultValueAdvisor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/IntroduceParameterObjectRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ParameterObjectFactory.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-07T14:36:17Z" | "2007-05-03T13:46:40Z" |
185,637 | Bug 185637 [build path] NPE while trying to extend variable that points to folder | Build ID: I20070323-1616 (3.3M7) I assigned this to jdt-ui since that's where the NPE takes place, but please reassign if that is incorrect. Steps To Reproduce: 1. Right-click project -> Properties 2. Click on "Java Build Path" 3. Click on "Libraries" tab 4. Click on "Add Variable..." 5. Select a variable that points to a folder 6. Click on "Extend..." I get the following NPE: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.wizards.buildpaths.JARFileSelectionDialog$FileArchiveFileFilter.select(JARFileSelectionDialog.java:135) at org.eclipse.jface.viewers.ViewerFilter.filter(ViewerFilter.java:51) at org.eclipse.ui.dialogs.ElementTreeSelectionDialog.evaluateIfTreeEmpty(ElementTreeSelectionDialog.java:362) at org.eclipse.ui.dialogs.ElementTreeSelectionDialog.open(ElementTreeSelectionDialog.java:219) at org.eclipse.jdt.internal.ui.wizards.buildpaths.NewVariableEntryDialog.chooseExtensions(NewVariableEntryDialog.java:303) at org.eclipse.jdt.internal.ui.wizards.buildpaths.NewVariableEntryDialog.extendButtonPressed(NewVariableEntryDialog.java:322) at org.eclipse.jdt.internal.ui.wizards.buildpaths.NewVariableEntryDialog$VariablesAdapter.customButtonPressed(NewVariableEntryDialog.java:71) at org.eclipse.jdt.internal.ui.wizards.dialogfields.ListDialogField.buttonPressed(ListDialogField.java:206) at org.eclipse.jdt.internal.ui.wizards.dialogfields.ListDialogField.doButtonSelected(ListDialogField.java:460) at org.eclipse.jdt.internal.ui.wizards.dialogfields.ListDialogField.access$0(ListDialogField.java:456) at org.eclipse.jdt.internal.ui.wizards.dialogfields.ListDialogField$2.widgetSelected(ListDialogField.java:422) 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:1101) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3320) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2972) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.jdt.ui.wizards.BuildPathDialogAccess.chooseVariableEntries(BuildPathDialogAccess.java:213) at org.eclipse.jdt.internal.ui.wizards.buildpaths.LibrariesWorkbookPage.openVariableSelectionDialog(LibrariesWorkbookPage.java:787) at org.eclipse.jdt.internal.ui.wizards.buildpaths.LibrariesWorkbookPage.libaryPageCustomButtonPressed(LibrariesWorkbookPage.java:248) at org.eclipse.jdt.internal.ui.wizards.buildpaths.LibrariesWorkbookPage.access$0(LibrariesWorkbookPage.java:238) at org.eclipse.jdt.internal.ui.wizards.buildpaths.LibrariesWorkbookPage$LibrariesAdapter.customButtonPressed(LibrariesWorkbookPage.java:193) at org.eclipse.jdt.internal.ui.wizards.dialogfields.TreeListDialogField.buttonPressed(TreeListDialogField.java:168) at org.eclipse.jdt.internal.ui.wizards.dialogfields.TreeListDialogField.doButtonSelected(TreeListDialogField.java:386) at org.eclipse.jdt.internal.ui.wizards.dialogfields.TreeListDialogField.access$2(TreeListDialogField.java:382) at org.eclipse.jdt.internal.ui.wizards.dialogfields.TreeListDialogField$2.widgetSelected(TreeListDialogField.java:347) 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:1101) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3320) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2972) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ui.dialogs.PropertyDialogAction.run(PropertyDialogAction.java:156) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3320) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2972) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2365) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2329) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204) 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:153) 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:497) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:436) at org.eclipse.equinox.launcher.Main.run(Main.java:1162) | verified fixed | 8d4f148 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/JARFileSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-07T10:57:19Z" | "2007-05-05T01:53:20Z" |
185,397 | Bug 185397 [type hierarchy] Hierarchy View flips orientation multiple times on resize | These steps to reproduce the problem worked for both Kim and I, but the behavior seemed to be sensitive to the size of the shell, and potentially other factors... 1) Start with Java perspective in default layout (i.e. reset perspective). 2) Drag Outline view so that it is below the package explorer. 3) Open the hierarchy view on a class with many methods (e.g. CommonNavigator); make sure hierarchy view is in top left corner. 4) Grab the sash between the hierarchy view and the editor area and slowly drag it back and forth. As you drag the sash past the point where the hierarchy view's orientation flips from horizontal to vertical (or vice versa) and continue dragging in the same direction, you will notice that the orientation flips back and forth several times before settling on the new orientation. The problem appears to be related to the existance of vertical scroll bars in the "method list" part of the hierarchy view. If there are too few methods in the list to need a scrollbar, when the orientation is vertical, the problem does not occur. | verified fixed | 0e48f17 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-07T08:10:25Z" | "2007-05-03T16:33:20Z" |
185,527 | Bug 185527 [build path] CE when creating new project on not existing drive | I20070503-1400 1. Open new Project Wizard 2. Type in a name for the project 3. Select 'Create project from existing source' 4. As Directory type 'k:\' (if k does not exist) 5. Finish Is: Java Model Exception: Core Exception [code 276] Cannot create file because existing file of wrong type exists: K:\. at org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:50) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:720) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:4466) at org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) | verified fixed | 0057df8 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-04T14:07:22Z" | "2007-05-04T12:00:00Z" |
184,408 | Bug 184408 [refactoring] Move text refactoring target dialog too big | I20070427-0010 1. Select constructor org.eclipse.jdt.internal.ui.wizards.buildpaths.AddSourceFolderWizardPage.AddSourceFolderWizardPage(...) 2. Refactor>Move... Is: Huge dialog, see screen shot Should: wrap the text | verified fixed | a1e4703 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgUserInputPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-04T13:24:45Z" | "2007-04-27T10:33:20Z" |
185,169 | Bug 185169 [working sets] 'Working Set Assignments' dialog should better handle multiple selections | I20070502-0010. The 'Working Set Assignments' dialog should better handle multiple selections: 1) if only some selected projects are already part of a working set then the item looks like: "[gray checked] workingsetName (x of y)". This is strange and the only thing the user can do is either add or remove all. 2) what should the user expect if the selection contains projects and working sets? | verified fixed | e691ec8 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-04T10:59:54Z" | "2007-05-02T15:33:20Z" |
185,178 | Bug 185178 [nls tooling] Find Broken Externalized Strings reports wrong messages | The function 'Find Broken Externalized Strings' activated for the whole Java project reports 'unused keys' in the property file and 'undefined keys' in the Java file in case of call 'Messages.getString("Test.0")' is spread over two lines, first line contains 'Messages', second line contains '.getString("Test.0")'. | verified fixed | 6202cfd | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/search/NLSSearchTest.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultRequestor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-04T07:52:06Z" | "2007-05-02T18:20:00Z" |
184,829 | Bug 184829 [package explorer] Back linking in Package Explorer broken | I20070501-0010. Back linking in Package Explorer no longer works for non *.java files. Works in the Navigator. | verified fixed | bcb8992 | ["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-05-03T10:12:09Z" | "2007-05-01T06:13:20Z" |
184,971 | Bug 184971 Four leaked images switching models in sync view | Build: I20070501-0010 1) Open synchronize view so it has various incoming changes on Java projects 2) Make sure view is initially showing "All Models" 3) Capture snapshot with Sleak 4) Switch to "Change Sets" model in drop down menu 5) Switch back to "All Models" Each time steps 4-5 are repeated, four more images are leaked. The images are not reclaimed when the synchronize view is closed. The allocation stack traces for these images are all the same: java.lang.Error at java.lang.Throwable.<init>(Throwable.java:56) at org.eclipse.swt.graphics.Device.new_Object(Device.java:787) at org.eclipse.swt.graphics.Image.<init>(Image.java:491) at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:289) at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:227) at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:205) at org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryLabelProvider.<init>(RefactoringHistoryLabelProvider.java:97) at org.eclipse.jdt.internal.ui.model.JavaModelLabelProvider.<init>(JavaModelLabelProvider.java:41) at org.eclipse.jdt.internal.ui.model.JavaSynchronizationLabelProvider.getDelegateLabelProvider(JavaSynchronizationLabelProvider.java:86) at org.eclipse.team.ui.synchronize.AbstractSynchronizeLabelProvider.addListener(AbstractSynchronizeLabelProvider.java:182) at org.eclipse.ui.internal.navigator.extensions.NavigatorContentExtension.getLabelProvider(NavigatorContentExtension.java:185) at org.eclipse.ui.internal.navigator.NavigatorContentServiceLabelProvider.findUpdateLabel(NavigatorContentServiceLabelProvider.java:321) at org.eclipse.ui.internal.navigator.NavigatorContentServiceLabelProvider.updateLabel(NavigatorContentServiceLabelProvider.java:309) at org.eclipse.jface.viewers.DecoratingLabelProvider.updateLabel(DecoratingLabelProvider.java:345) at org.eclipse.jface.viewers.DecoratingLabelProvider.updateLabel(DecoratingLabelProvider.java:345) at org.eclipse.jface.viewers.WrappedViewerLabelProvider.update(WrappedViewerLabelProvider.java:185) at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.java:135) at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:888) at org.eclipse.jface.viewers.AbstractTreeViewer$UpdateItemSafeRunnable.run(AbstractTreeViewer.java:97) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:850) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:45) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:187) at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:963) at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:466) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:850) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:45) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:187) at org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:2014) at org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem(AbstractTreeViewer.java:799) at org.eclipse.ui.navigator.CommonViewer.createTreeItem(CommonViewer.java:150) at org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractTreeViewer.java:777) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:751) at org.eclipse.jface.viewers.TreeViewer.createChildren(TreeViewer.java:553) at org.eclipse.jface.viewers.AbstractTreeViewer.internalInitializeTree(AbstractTreeViewer.java:1420) at org.eclipse.jface.viewers.TreeViewer.internalInitializeTree(TreeViewer.java:742) at org.eclipse.jface.viewers.AbstractTreeViewer$5.run(AbstractTreeViewer.java:1407) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1363) at org.eclipse.jface.viewers.TreeViewer.preservingSelection(TreeViewer.java:377) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1325) at org.eclipse.jface.viewers.AbstractTreeViewer.inputChanged(AbstractTreeViewer.java:1396) at org.eclipse.team.internal.ui.mapping.CommonViewerAdvisor$NavigableCommonViewer.inputChanged(CommonViewerAdvisor.java:83) at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:251) at org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:1601) at org.eclipse.team.internal.ui.mapping.CommonViewerAdvisor$4.run(CommonViewerAdvisor.java:474) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.team.internal.ui.Utils$6.run(Utils.java:790) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:152) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:118) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4088) at org.eclipse.team.internal.ui.Utils.syncExec(Utils.java:787) at org.eclipse.team.internal.ui.Utils.syncExec(Utils.java:782) at org.eclipse.team.internal.ui.mapping.CommonViewerAdvisor.propertyChange(CommonViewerAdvisor.java:470) at org.eclipse.team.internal.ui.synchronize.SynchronizePageConfiguration$1.run(SynchronizePageConfiguration.java:242) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.team.internal.ui.synchronize.SynchronizePageConfiguration.firePropertyChange(SynchronizePageConfiguration.java:237) at org.eclipse.team.internal.ui.synchronize.SynchronizePageConfiguration.setProperty(SynchronizePageConfiguration.java:184) at org.eclipse.team.internal.ui.mapping.ModelSelectionDropDownAction$2.run(ModelSelectionDropDownAction.java:89) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) 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:3673) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3284) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2365) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2329) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204) 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:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) 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:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:480) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:419) at org.eclipse.equinox.launcher.Main.run(Main.java:1145) at org.eclipse.equinox.launcher.Main.main(Main.java:1120) | verified fixed | 2caf153 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationLabelProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-03T09:50:50Z" | "2007-05-01T20:06:40Z" |
185,163 | Bug 185163 [build path] NPE in New Java Project Wizard | I20070502-0010 1. start new workspace 2. open new Java project wizard 3. enable 'Working set' 4. in the drop down select the empty element (why is it there at all???) ==> NPE (see below) From now on you can't leave the wizard with 'Finish'. java.lang.NullPointerException at org.eclipse.jdt.internal.ui.workingsets.WorkingSetConfigurationBlock.addToWorkingSets(WorkingSetConfigurationBlock.java:96) at org.eclipse.jdt.internal.ui.wizards.JavaProjectWizard.performFinish(JavaProjectWizard.java:81) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:742) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:616) 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:3673) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3284) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.jdt.ui.actions.AbstractOpenWizardAction.run(AbstractOpenWizardAction.java:82) at org.eclipse.jdt.internal.ui.wizards.OpenJavaProjectWizardToolbarAction.run(OpenJavaProjectWizardToolbarAction.java:45) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:256) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:443) 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:3673) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3284) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2365) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2329) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204) 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:153) 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:497) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:436) at org.eclipse.equinox.launcher.Main.run(Main.java:1162) at org.eclipse.equinox.launcher.Main.main(Main.java:1137) at org.eclipse.core.launcher.Main.main(Main.java:24) | verified fixed | 7d1ee62 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-03T09:49:52Z" | "2007-05-02T15:33:20Z" |
185,058 | Bug 185058 [render] Colored Labels: Selected elements rendered wrong | 20070205 The rendering of selected elements seems to be different on Vista. Vista doesn't use the inverted color but just adds a border. The colored labels code used TextLayout.draw(... with selection) to draw these labels. if (isSelected) { fTextLayout.draw(gc, x, y, 0, text.length() - 1, null, null); } else { fTextLayout.draw(gc, x, y); } SWT, do you have a suggestion what to do? Special case for Vista? | verified fixed | f3cdb9e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/OwnerDrawSupport.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-03T09:46:12Z" | "2007-05-02T10:00:00Z" |
90,849 | Bug 90849 [spell checking] Enabling/Disabling spelling does not effect open files | 3.1 M6 Enabing/Disabling spelling does not update the UI for files which are open. It's required to close and reopen the file. | verified fixed | 3aebefc | ["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-05-03T08:49:33Z" | "2005-04-08T19:53:20Z" |
185,100 | Bug 185100 Copy Qualified Name should not be enabled in Class File Editor without source | I20070502-0010. 1. open '' 2. Edit > Copy Qualified Name ==> should not be enabled and executing it gives a dialog | verified fixed | b2e9b5b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-05-02T20:10:22Z" | "2007-05-02T12:46:40Z" |
154,043 | Bug 154043 [compare] Java Structure Compare hides changes with 'Ignore White Space' | I20060815-0800 Java structure compare hides changes when the 'Ignore White Space Where Applicable' toolbar toggle is enabled. To reproduce, compare rev. 1.45 and 1.46 of org.eclipse.jdt.core.dom.ITypeBinding. Without 'Ignore White Space', there's a change in getQualifiedName(). With the option enabled, the Java Structure Compare pane does not show the change any more. | resolved fixed | e1d8c37 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaStructureCreator.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-30T20:17:45Z" | "2006-08-16T12:06:40Z" |
153,115 | Bug 153115 [search] 'Search In' UI nitpicking | null | resolved fixed | 7b83e35 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-30T14:39:22Z" | "2006-08-08T15:13:20Z" |
179,316 | Bug 179316 [quick fix] 'Add missing attributes' does not add attribute 'value' | I20070323-1616 @Requires1 @interface Requires1 { String value(); } - Quick Fix 'Add missing attributes' => expected: @Requires1("") or @Requires1(value= "") => was: @Requires1() @Requires2 @interface Requires2 { String value(); int count(); } - Quick Fix 'Add missing attributes' => expected: @Requires2(value= "", count= 0) => was: @Requires2(count= 0) A second invocation of the quick fix adds the 'value' attribute in both cases. | resolved fixed | 2c18a62 | ["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/MissingAnnotationAttributesProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-30T14:24:41Z" | "2007-03-26T14:40:00Z" |
141,253 | Bug 141253 [quick fix] 'Add JUnit 4 to the build path' should remove junit 3 from buildpath | N20060511-0010 The quick fix 'Add JUnit 4 to the build path' should remove JUnit 3 from the buildpath if it is already present (Junit 3 classpath container as well as the JUNIT_HOME classpath variable). | resolved fixed | 4b777b2 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitAddLibraryProposal.java", "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-04-30T14:16:07Z" | "2006-05-11T09:33:20Z" |
153,881 | Bug 153881 [quick fix] 'Create annotation' does not appear for unresolved annotation in non-existing package | I20060810-1230 package xy; public class SomeClass { @scratch.Unimportant void foo() {} // quick fix missing @Unimportant void foo2() {} // quick fix OK } Make sure there's no package 'scratch'. For '@scratch.Unimportant', only quick fixes to create class interface, or enum show up. Expected: only 'Create annotation'. | resolved fixed | 218a32e | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedTypesQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-30T12:37:41Z" | "2006-08-15T08:20:00Z" |
180,241 | Bug 180241 [open type] ConsistencyRunnable should pass in a SubProgressMonitor | null | resolved fixed | 6b15caa | ["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-04-30T12:17:21Z" | "2007-03-30T15:53:20Z" |
178,503 | Bug 178503 [JUnit] JUnit View actions missing or not working for JUnit tests which are inner classes | hi, if you have unit tests which are inner classes, then some JUnit View actions are missing or not working. Specifically, (1) if the inner class unit test is wrapped as a suite, then the 'run suite' option in the context menu on the suite element does not appear (2) in the same situation as above, if you right-click on an individual test an re-run it, you get an error dialog saying "Test type does not exist" thanks, Andrew ps. the reason I'm using inner classes is that I need a core set of tests run twice in different setup scenarios. The tests depend on accessing configuration information, and so test decorators are not a suitable mechanism. | resolved fixed | 77a1d0b | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestElement.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/TestElement.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-30T09:47:39Z" | "2007-03-21T09:40:00Z" |
22,243 | Bug 22243 [preferences] java editor does not respect high contrast settings | Java editor does not respect system's high contrast setting. control panel->accessibility options->display->use high contrast settings (default scheme is white on black) now in java editor note that the editor's appearance stays the same. the same small font with the same text colors (including a default foreground color of black for "other" in the java editor settings). it would be nice if the java editor at least followed the color scheme. | verified fixed | 9ce46ed | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaThemeConstants.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlighting.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightings.java", "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-04-27T15:25:31Z" | "2002-08-07T19:53:20Z" |
181,830 | Bug 181830 Refactor -> Rename now has confusing/problematic workflow | 3.3 M6 The Refactor->Rename based on a text selection in a java editor now has a very strange workflow. Issue 1: It results in a mini yellow in place chooser appearing over the text in question. I don't think I've seen this elsewhere in our UI. A problem is that its a strange UI control to result because instead of it appearing where your mouse was on menu select, its where the source text is. This makes for an odd workflow. Issue 2: Its possible that a selection results in a dialog. This is another odd workflow that we don't have elsewhere as I recall. Issue 3: It has number of options, each one with a quick key suggestion (e.g. "Enter", "Cntrl-Enter". When I hit these keys nothing happens (perhaps this is a different bug, I recall there's one being looked at where the keys go to the wrong shell). Issue 4: I have to carefully select the right hyperlink from the list, this takes a lot of precision which is odd considering the simplicity of the task (I just want the rename dialog). Issue 5: It seems only one option, "Preview" does anything interesting. I don't understand the other options since I never get to fill in what I want it renamed to. Issue 6: Once you select "Rename", even if you do not do select any of the options (e.g. click away), you retain a blue outline around the word in question, such that anytime thereafter that you click in there you get the little yellow rename option dialog. Selection of text doesn't make it go away, only focus loss of the editor. I'm sure this was all done for a reason but I don't understand what it is. The old behaviour of just getting the rename dialog seemed perfectly good, and this new way isn't presenting any advantages to me, only problems. | resolved fixed | 558cc1d | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInformationPopup.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-27T15:16:07Z" | "2007-04-10T18:33:20Z" |
184,444 | Bug 184444 [package explorer] 'Show In > Package Explorer' broken for properties file | I20070427-0010 Had ReorgMessages.properties open in editor and pressed Alt+Shift+W, P => Package Explorer beeps but does not show file. Works for .java files. | resolved fixed | eceda1d | ["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-04-27T15:06:41Z" | "2007-04-27T16:06:40Z" |
173,189 | Bug 173189 [search] IllegalArgumentException when searching for references | Build id: I20070206-0010 1. Select a method 2. Select "References > Working Set..." 3. Don't select any working sets in the dialog, but press OK: java.lang.IllegalArgumentException: data must not be null at org.eclipse.jdt.internal.ui.search.JavaSearchQuery.<init>(JavaSearchQuery.java:61) at org.eclipse.jdt.ui.actions.FindAction.performNewSearch(FindAction.java:284) at org.eclipse.jdt.ui.actions.FindAction.run(FindAction.java:277) at org.eclipse.jdt.ui.actions.FindReferencesAction.run(FindReferencesAction.java:97) at org.eclipse.jdt.ui.actions.FindAction.run(FindAction.java:221) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:268) 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:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) 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:3490) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3104) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2257) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2221) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2096) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:456) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:451) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:146) 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:354) 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.equinox.launcher.Main.invokeFramework(Main.java:476) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:416) at org.eclipse.equinox.launcher.Main.run(Main.java:1124) at org.eclipse.equinox.launcher.Main.main(Main.java:1099) | resolved fixed | 3cc8ca3 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/SelectWorkingSetAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchScopeFactory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindDeclarationsInHierarchyAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindDeclarationsInWorkingSetAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindImplementorsInWorkingSetAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindReferencesAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindReferencesInHierarchyAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindReferencesInWorkingSetAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-27T14:56:48Z" | "2007-02-06T22:13:20Z" |
162,541 | Bug 162541 [misc] save participants not called upon 'Save As' | N20061027-0010 The save participants are not called upon 'Save As'. | resolved wontfix | 5236be7 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpPostSaveListener.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/saveparticipant/IPostSaveListener.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-27T08:57:51Z" | "2006-10-27T09:06:40Z" |
102,287 | Bug 102287 [refactoring] [dcr] Implement "Introduce Parameter Object" | null | resolved fixed | df38451 | ["org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testBodyUpdate/in/TestBodyUpdate.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testBodyUpdate/out/TestBodyUpdate.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testDelegateCreation/in/TestDelegateCreation.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testDelegateCreation/out/TestDelegateCreation.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testImportAddEnclosing/in/TestImportAddEnclosing.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testImportAddEnclosing/in/TestImportAddEnclosingCaller.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testImportAddEnclosing/out/TestImportAddEnclosing.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testImportAddEnclosing/out/TestImportAddEnclosingCaller.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testImportAddTopLevel/in/TestImportAddTopLevel.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testImportAddTopLevel/in/TestImportAddTopLevelCaller.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testImportAddTopLevel/out/TestImportAddTopLevel.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testImportAddTopLevel/out/TestImportAddTopLevelCaller.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testImportAddTopLevel/out/TestImportAddTopLevelParameter.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testReorderGetter/in/TestReorderGetter.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testReorderGetter/out/TestReorderGetter.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testSimpleEnclosing/in/TestSimpleEnclosing.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testSimpleEnclosing/out/TestSimpleEnclosing.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testVarArgsNotReordered/in/TestVarArgsNotReordered.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testVarArgsNotReordered/out/TestVarArgsNotReordered.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testVarArgsReordered/in/TestVarArgsReordered.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testVarArgsReordered/out/TestVarArgsReordered.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceParameterObjectTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/ParameterInfo.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/TypeContextChecker.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/BodyUpdater.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/IDefaultValueAdvisor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/IntroduceParameterObjectRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ParameterObjectFactory.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceParameterObjectWizard.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/IntroduceParameterObjectAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefactorActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-26T19:00:41Z" | "2005-06-30T11:13:20Z" |
96,490 | Bug 96490 [linked mode][navigation] Consider linked position boundaries as word stops | Now that "Rename in File" quickfix no longer selects the current token, I am trying to do it manually by typing CTRL+LEFT, CTRL+SHIFT+RIGHT. The problem with this is that it includes the whitespace coming after the variable, which is outside of the linked-edit box, and overwriting deactives the linked edit mode, which is not what I want. It should be easier to select a word. Perhaps "Next Word" should go to the end of the current word instead of the beginning of the next. Or, the linked edit box should be considered a word boundary. | resolved fixed | 2d6737a | ["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-04-26T18:31:10Z" | "2005-05-24T18:40:00Z" |
183,925 | Bug 183925 [rename] In-place refactoring is vulnerable to backspace | Build I20070418-1012. Consider the following code (using pipe character to materialize the insertion point): public class X { void foo() { String s| = ""; System.out.println(s); } } Place the insertion point behind s in the declaration and press Alt-Shit-R. The in-place refactoring hover appears. Press backspace once. s is erased and an error marker appears. The code looks like: public class X { void foo() { String | = ""; System.out.println(s); } } Press backspace a second time. No visible change except that the refactoring hover gets away and the code now looks like: public class X { void foo() { String| = ""; System.out.println(); } } Especially, no change around the System.out.println(); line. Add a whitespace and s again... And you get: public class X { void foo() { String s| = ""; System.out.println(); } } The meaning of the code changed, unnoticed. Note that I detected the behavior on a case where many compile errors resulted from the blanking of the variable name at the other places it was used. This is a bit less annoying in such cases because you get a strong signal that you'd better revert the file. But still, it happens quite often to me to strike backspace just one extra time while renaming, and the current behavior does not help me. Also, the behavior on a longer variable name is not that much better: backspace once more than needed, and the refactoring happens sooner than expected, leaving you no chance to reinsert characters in front of the name. Maybe blocking extra backspaces in some way would help? | resolved fixed | e41b372 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameLinkedMode.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LinkedNamesAssistProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-26T16:31:33Z" | "2007-04-25T05:46:40Z" |
183,093 | Bug 183093 [build path] unable to create a src folder if it already exists in the build path | Build ID: M20070212-1330 Steps To Reproduce: The export to archive option does not export directories which are empty. This causes issues in cases where the directory is part of the src path. Importing such a projects results in errors in the problems view. Project web is missing required source folder: 'src' project cannot be built until build path errors are resolved At this point if the user switches to the project explorer view, right click on java resources and selects the option to create a new source folder named src an error message is displayed the folder is already a source folder when it does not physically exist The folder is already a source folder. create a new web project export the project to an archive delete the project along with files import the archived project from the archive notice the errors in the problems view switches to the project explorer view right click on java resources and select the option to create a new source folder called src this will fail More information: | resolved fixed | 54d9256 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-26T15:56:24Z" | "2007-04-18T23:46:40Z" |
182,716 | Bug 182716 [IDE] Improve 'New' menu regarding projects | null | verified fixed | b2b15dd | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaHierarchyPerspectiveFactory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPerspectiveFactory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPerspectiveFactory.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-26T15:40:37Z" | "2007-04-17T08:53:20Z" |
143,025 | Bug 143025 [build path] Derived attribute on default output folder of Java project doesn't work | When I create a new Java project, I configure it with separate source and output folders (src and bin). The code that creates the output folder (BuildPathsBlock.flush) sets the derived attribute on the folder, but when I check the folder's properties later, the folder is not marked as derived. This means that when I shared the project (commit to CVS), the bin folder is going to be added to the repository. If I create Main.java in the default (unnamed) package, the corresponding class file, "project/bin/Main.class" is marked as derived. If I create an empty, top-level package (e.g. "dummy"), the corresponding directory, "project/bin/dummy", is marked as derived. My expectation was that the derived attribute would be set in the properties of the bin folder, and that the folder would not be shared with CVS. Setting the component to UI, but I don't have any confidence that is correct. FYI, tested with 3.2 RC4. | verified fixed | 692d9cd | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/CoreUtility.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-26T15:22:43Z" | "2006-05-22T17:46:40Z" |
184,197 | Bug 184197 New Java Project wizard should filter out aggregate working sets | HEAD The New Java Project wizard should filter out aggregate working sets. It's probably best to filter out all non-editable sets, see IWorkingSet#isEditable(). | resolved fixed | aedaecd | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/SimpleWorkingSetSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-26T14:31:11Z" | "2007-04-26T09:33:20Z" |
184,193 | Bug 184193 [browsing] Filtering empty parent packages no longer working in Packages view | I20070424-0930 In the Java Browsing perspective, the Packages view doesn't filter empty parent packages any longer. | resolved fixed | afa0429 | ["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-04-26T10:38:47Z" | "2007-04-26T09:33:20Z" |
170,239 | Bug 170239 [extract superclass] IllegalArgumentException during Extract Superclass refactor | This class will produce an IllegalArgumentException after selecting methods to be removed from the subclass: import java.io.FilterReader; import java.io.IOException; import java.io.Reader; public class ClassA extends FilterReader { public ClassA(Reader in) { super(in); } @Override public int read(char[] cbuf, int off, int len) throws IOException { return super.read(cbuf, off, len); } } Steps to Reproduce: 1- Select the class "ClassA" 2- Choose "Refactor|Extract Superclass..." from the menus. 3- Enter a superclass name, i.e., "SuperClass" 4- Check the "read" method under "Specify actions for members:" 5- Set the action to "extract" 6- Click "Next". 7- Ensure the "read" method is checked. 8- Click "Next". Results: An error is displayed: "A fatal error occured while performing the refactoring.", "An unexpected exception occured while creating a change object. See the error log for details." If the "read" method does not exist (e.g. substitute "toString") then the exception does not occur. | verified fixed | 673d77f | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractSupertypeProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-25T13:53:08Z" | "2007-01-11T18:26:40Z" |
171,770 | Bug 171770 [pull up] Pulling Up Methods to an interface ignores other implementations of that interface | Build ID: M20060921-0945 Steps To Reproduce: 1. In JUnit 3.8.1, select junit.framework.TestCase 2. Refactor > Pull Up... and select getName() & setName(.) 3. Ignore the empty list of subtypes (?) 4. Finish 5. Observe the 4 errors introduced in two direct implementers of Test (the changed interface) | verified fixed | 4d1a6fa | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-25T13:50:47Z" | "2007-01-26T11:13:20Z" |
178,335 | Bug 178335 [build path] New Project wizard: execution environment default not alligned with other values | I20070320-0010. The new option to choose an execution environment has its value hard coded. This is not understandable for the user as the other two default values are always set based on the default JRE. I see three different solutions: - allow to globally set the default EE (like we have the default JRE) and use it - compute the EE that best matches the default JRE - remember the last value If the wizard remembers the last used value then my next user question would be: why aren't the other values remembered as well? | resolved fixed | 327a649 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-25T12:35:35Z" | "2007-03-20T17:00:00Z" |
162,549 | Bug 162549 [surround with] Surround-with-if generates wrong code, brackets not matching | Hi, Please refer to the attached screenshot, I have a code snippet with some lines commented off in the end, when performing Source / Surround With / if statement, I see a wrong output, the curly brakets even don't match, It seems the template has been molested by those ending commets which also contain curly brackets. | resolved fixed | fd34159 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SurroundWithTemplateTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SurroundWith.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/SurroundWithTemplateProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-25T10:16:41Z" | "2006-10-27T11:53:20Z" |
183,857 | Bug 183857 [package explorer] NPE from PackageExplorerPart for unknown editor input | When opening a compare editor, I get an NPE from PackageExplorerPart: java.lang.NullPointerException at org.eclipse.jdt.ui.JavaUI.getEditorInputJavaElement(JavaUI.java:731) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.editorActivated(PackageExplorerPart.java:1112) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$1.partActivated(PackageExplorerPart.java:229) at org.eclipse.ui.internal.PartListenerList2$1.run(PartListenerList2.java:68) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:850) at org.eclipse.ui.internal.PartListenerList2.fireEvent(PartListenerList2.java:53) at org.eclipse.ui.internal.PartListenerList2.firePartActivated(PartListenerList2.java:66) at org.eclipse.ui.internal.PartService.firePartActivated(PartService.java:77) at org.eclipse.ui.internal.PartService.setActivePart(PartService.java:171) at org.eclipse.ui.internal.WorkbenchPagePartList.fireActivePartChanged(WorkbenchPagePartList.java:56) at org.eclipse.ui.internal.PartList.setActivePart(PartList.java:126) at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3289) at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:601) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2670) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2592) at org.eclipse.ui.internal.WorkbenchPage.access$12(WorkbenchPage.java:2584) at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2569) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2564) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2548) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2531) at org.eclipse.compare.internal.CompareUIPlugin$1.run(CompareUIPlugin.java:454) at org.eclipse.compare.internal.CompareUIPlugin.syncExec(CompareUIPlugin.java:1171) at org.eclipse.compare.internal.CompareUIPlugin.internalOpenEditor(CompareUIPlugin.java:465) at org.eclipse.compare.internal.CompareUIPlugin.openEditorInBackground(CompareUIPlugin.java:436) at org.eclipse.compare.internal.CompareUIPlugin.openCompareEditor(CompareUIPlugin.java:426) at org.eclipse.compare.CompareUI.openCompareEditorOnPage(CompareUI.java:135) at org.eclipse.team.internal.ui.synchronize.actions.OpenInCompareAction.openCompareEditor(OpenInCompareAction.java:210) at org.eclipse.team.internal.ui.synchronize.actions.OpenInCompareAction.openCompareEditor(OpenInCompareAction.java:169) at org.eclipse.team.internal.ui.synchronize.actions.OpenInCompareAction.openCompareEditor(OpenInCompareAction.java:113) at org.eclipse.team.internal.ui.synchronize.actions.OpenInCompareAction.run(OpenInCompareAction.java:65) at org.eclipse.team.ui.synchronize.ModelSynchronizeParticipantActionGroup$1.run(ModelSynchronizeParticipantActionGroup.java:103) at org.eclipse.team.internal.ui.synchronize.StructuredViewerAdvisor.handleOpen(StructuredViewerAdvisor.java:171) at org.eclipse.team.internal.ui.synchronize.StructuredViewerAdvisor.access$0(StructuredViewerAdvisor.java:167) at org.eclipse.team.internal.ui.synchronize.StructuredViewerAdvisor$3.open(StructuredViewerAdvisor.java:131) at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:820) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:850) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:45) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:187) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:818) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1079) at org.eclipse.ui.navigator.CommonViewer.handleOpen(CommonViewer.java:353) at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1178) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:263) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:257) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:297) 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:3673) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3284) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2365) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2329) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204) 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:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) 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:85) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:480) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:419) at org.eclipse.equinox.launcher.Main.run(Main.java:1145) at org.eclipse.equinox.launcher.Main.main(Main.java:1120) | resolved fixed | 7b1cd43 | ["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-04-25T08:49:19Z" | "2007-04-24T21:26:40Z" |
174,275 | Bug 174275 [package explorer] 'Open Project' action should open closed projects in mixed selection | I20070213-0907 The Open Project action in the Package Explorer behaves a bit weird. If only closed projects are selected, the action appears in the context menu and works fine. But if a mix of open and closed projects is selected, the action does not appear in the context menu, and 'menubar > Project > Open Project' shows a selection dialog. => When the selection contains at least one closed project, - the action should be in the context menu (Navigator does that too, and it's in line with Close Project) - the action should not show a dialog but open the closed project(s) | resolved fixed | 2bdbf98 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/OpenCloseWorkingSetAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ViewActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenProjectAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ProjectActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-25T08:13:37Z" | "2007-02-15T11:46:40Z" |
177,796 | Bug 177796 [preferences] Add new options to 'code formatter' to expose constant from bug 20793 | null | resolved fixed | 1de2997 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CommentsTabPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/FormatterMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-24T16:42:46Z" | "2007-03-16T18:33:20Z" |
183,685 | Bug 183685 [preferences] UI for Wrap binary expression before operator | null | resolved fixed | 1cbdf00 | ["org.eclipse.jdt.ui.tests/test", "plugin/org/eclipse/jdt/testplugin/TestOptions.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/FormatterMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2007-04-24T16:00:24Z" | "2007-04-23T23:13:20Z" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.