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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
232,293 | Bug 232293 [misc] Turn {@inheritDoc} in Javadoc main description into link | null | verified fixed | bb1e57f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavadocContentAccess2.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-15T13:07:20Z" | "2008-05-15T14:00:00Z" |
232,025 | Bug 232025 [hovering][correction] additional info for quick assist/fix misses focus hint | I20080513-2000. | verified fixed | 0affd5c | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateSourceViewerConfiguration.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileSourceViewerConfiguration.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionAssistant.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaTextMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/TemplateInformationControlCreator.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaSourceViewerConfiguration.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-15T10:35:37Z" | "2008-05-14T07:26:40Z" |
232,256 | Bug 232256 AnnotationModelPerformanceTest are unreliable | null | verified fixed | 9532745 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/AnnotationModelPerformanceTest.java", "org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/PerformanceTestSuite.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-15T10:18:59Z" | "2008-05-15T08:26:40Z" |
190,782 | Bug 190782 [quick fix] Rename correction image is used at wrong places | 3.3 RC3 Some code inside JDT UI uses the rename correction image where it should use the generic change correction image. | verified fixed | 30a79e2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/UserLibraryMarkerResolutionGenerator.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-15T09:43:55Z" | "2007-06-04T12:26:40Z" |
232,246 | Bug 232246 [clean up] CleanUpPerfTest#testNullCleanUp does not create ASTs in 3.4 | null | resolved fixed | 6352d81 | ["org.eclipse.jdt.ui.tests/performance/org/eclipse/jdt/ui/tests/performance/views/CleanUpPerfTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-15T09:40:29Z" | "2008-05-15T08:26:40Z" |
232,015 | Bug 232015 [breadcrumb] Need two clicks to open child arrow drop down if other already open on osx | I20080513-2000 In the breadcrumb on OSX 1. Open a child drop down through the child arrow 2. Click on another child arrow Is: Drop down closes but other drop down does not open, another click is required Should: Close drop down and open other drop down like on other platforms I think the problem is, that on OSX the tool bar buttons do not work at all as long as another shell has focus (the drop down in this case). On the first click the focus is transfered into the workbench windows which closes the drop down. And now the toolbar button works again hence the required second click. Not sure what I can do (except implement my own toolbar). Seems to be a platform problem. | verified fixed | 97fe41d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-15T08:19:04Z" | "2008-05-14T07:26:40Z" |
232,100 | Bug 232100 [quick fix] Static import of non existing method proposes to create type | I20080513-2000 Given: import static other.Test2.sin; public class Test { } 1. Quick fix at error Is: 'Create class sin in type other.Test2' Should: 'Create static method sin in type other.Test2' | verified fixed | 2715573 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-14T16:24:39Z" | "2008-05-14T15:46:40Z" |
232,075 | Bug 232075 [breadcrumb] NPE in BreadcrumbViewer.doTraverse if going too far to the right | I20080513-2000 Given: public class Test { } 1. Show in Breadcrumb (Alt-Shift-B) 2. Press right arrow key (children of Test) Is: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javaeditor.breadcrumb.BreadcrumbViewer.doTraverse(BreadcrumbViewer.java:561) at org.eclipse.jdt.internal.ui.javaeditor.breadcrumb.BreadcrumbItemDetails$6.keyPressed(BreadcrumbItemDetails.java:334) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:154) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1002) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1026) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1011) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1039) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1035) at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1652) at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:4117) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3813) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4506) at org.eclipse.swt.internal.win32.OS.$$YJP$$DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(OS.java) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2346) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3398) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2387) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2351) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2203) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:112) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 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:606) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) at org.eclipse.equinox.launcher.Main.main(Main.java:1212) | verified fixed | 0f8a307 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-14T14:37:35Z" | "2008-05-14T13:00:00Z" |
212,015 | Bug 212015 [quick fix] Inappropriate quick fix for an unecessary else clause | I20071204-1547 I have the following method: public static String getDefaultLocation() { if (Activator.ctx.getProperty("osgi.dev") == null) //$NON-NLS-1$ return Platform.getInstallLocation().getURL().getPath(); else return Platform.getConfigurationLocation().getURL().getPath() + "selfhostingRoot/"; } And next to the statement of the else block I have the following warning: " Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally". I'm agreeing with this. However I think that two of the 3 following quick fixes will not fix my problem since they will simply create blocks: - change else statement to block - change if-else statements to block - move else clause out of else I would have expected to only get the 3rd quick fix. | verified fixed | 5b8d55f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-14T13:51:57Z" | "2007-12-05T15:53:20Z" |
231,887 | Bug 231887 [actions] cannot refresh working sets through Package Explorer | Build ID: I20080502-0100 Steps To Reproduce: 1. Import some Java projects and put them into some working sets. Change the Top Level Elements in the Package Explorer to Working Sets 2. Externally modify some of the files from different working sets 3. Select the working sets in the Package Explorer, right-click, and choose Refresh. Nothing happens. (Verify by opening files that have been modified - instead of opening the file, you get the "This file is out of sync" editor) 4. If you expand all the working sets and refresh the individual projects, it works. More information: This seems to be breaking behaviour between M5 and M7 builds. | verified fixed | 84c49bb | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefreshAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-14T13:49:40Z" | "2008-05-13T17:33:20Z" |
231,360 | Bug 231360 [breadcrumb] Multiple dropdown shells from breadcrumbs | null | verified fixed | 8f9c2d0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-14T13:24:19Z" | "2008-05-09T19:06:40Z" |
231,780 | Bug 231780 [jar exporter] JAR Export should use a buffered output to gain speed | the jar exporter writes the generated jar byte by byte to the filesystem. (verified using sysinternals File Monitor) This is less of a problem when using a local harddisk but makes exporting to network drives unneccesarily slow. Reccomendation : use a BufferedWriter in the export code. | verified fixed | d77db62 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarWriter3.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-14T12:25:55Z" | "2008-05-13T12:00:00Z" |
231,263 | Bug 231263 [formatter] New JavaDoc formatter wrongly indent tags description | null | verified fixed | abb91eb | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpStressTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-13T17:18:21Z" | "2008-05-09T08:00:00Z" |
112,921 | Bug 112921 [content assist] Enhance additional info popup | null | verified fixed | 09400d3 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OpenExternalBrowserAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaTextMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ProposalInfo.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-13T16:50:20Z" | "2005-10-18T12:53:20Z" |
230,122 | Bug 230122 [JUnit] JUnit view could be selection provider | I'd like to show user some extended information about tests he has run, but to do that I need to know which test is selected in JUnit view. Would it be possible for JUnit view to implement selection provider? If you like the idea, I'd be happy to help implement that. | verified fixed | 29c1a11 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-13T15:01:17Z" | "2008-05-04T14:06:40Z" |
228,844 | Bug 228844 [create on paste] DBCS3.4: Copy/Paste text file into package generate unexpected snippet.java file | null | verified fixed | c91bcde | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/PasteAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-13T14:54:15Z" | "2008-04-25T07:53:20Z" |
231,575 | Bug 231575 [clean up] Convert for loop gets lost with array being qualified name | null | verified fixed | 11c0808 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ConvertForLoopQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/ConvertForLoopOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-13T14:12:00Z" | "2008-05-12T13:46:40Z" |
231,757 | Bug 231757 [implementation] NPE in JavaEditor.handlePreferenceStoreChanged at startup | null | verified fixed | 9282806 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/CompletionProposalComputerRegistry.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-13T13:14:23Z" | "2008-05-13T09:13:20Z" |
231,363 | Bug 231363 [breadcrumb] dropdown opens on the wrong monitor | null | resolved fixed | 0282880 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-13T12:26:35Z" | "2008-05-09T19:06:40Z" |
213,179 | Bug 213179 [code assist] Static import fails with overloaded method name | null | verified fixed | de4a619 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ImportCompletionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-09T14:44:39Z" | "2007-12-17T14:00:00Z" |
229,302 | Bug 229302 [jar exporter] External class folder not exported by runnable jar wizard | null | verified fixed | fbba39e | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/jarexport/FatJarExportTests.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackagerMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/FatJarBuilder.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/JarWriter4.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-08T15:34:48Z" | "2008-04-29T14:40:00Z" |
231,116 | Bug 231116 [breadcrumb] Dropdown opens and then closes when clicking shrinked item | I20080507-2000 - Import org.eclipse.jface.text from CVS - Open Type: AnnotationBarHoverManager - Show in Breadcrumb - Make editor so narrow that the package breadcrumb item is shrinked (only shows icon) but type item is still shown with icon and text - Click on the package icon => Dropdown quickly opens and closes again; tooltip stays => Expected: Dropdown should stay open | verified fixed | 4c2b150 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-08T15:26:27Z" | "2008-05-08T12:33:20Z" |
35,385 | Bug 35385 [package explorer] Add Task action not disabled for closed projects | Build: 2.1 RC3 1) Create a simple project 2) Close this project 3) Switch to java perspective 4) Select the closed project in the package explorer Select the action Edit > Add Task (this action should be disabled since the current selection is a closed project) 5) Type a task name in the dialog and click OK -> Error dialog: "Resource /Foo is not open" It shouldn't let me click OK if it's not OK. | verified fixed | 169b921 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/AddTaskAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-08T15:14:25Z" | "2003-03-20T17:06:40Z" |
231,117 | Bug 231117 [hashcode/equals] Elements not inserted at correct location | 20080508 - create the following class public class T { private Runnable x; } - Invoke 'Generate Hashcode/Equals' - Select field and 'Insert as first member' New methods are added last, after x. Should be before x. | verified fixed | b9c0062 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/source/GenerateHashCodeEqualsTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/GenerateHashCodeEqualsOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-08T15:13:43Z" | "2008-05-08T12:33:20Z" |
231,112 | Bug 231112 [getter setter] Elements not inserted at correct location | 20080508 - create the following class public class T { private Runnable x; } - Invoke 'Generate Getter and Setter' - Select getter and select 'Insert As first member' New methods are added last, after x. Should be before x. | verified fixed | 98839e2 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/source/GenerateGettersSettersTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/AddGetterSetterOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-08T15:13:03Z" | "2008-05-08T12:33:20Z" |
231,107 | Bug 231107 [generate delegate] new methods not inserted at correct location | 20080508 - create the following class public class T { private Runnable x; } - Invoke 'Generate Delegate Methods' - Select 'x' and choose 'First member' New method is added last, after x. Should be before x. | verified fixed | 036c819 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/source/GenerateDelegateMethodsTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/AddDelegateMethodsOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-08T15:12:15Z" | "2008-05-08T12:33:20Z" |
216,560 | Bug 216560 [breadcrumb] Search dialogs are not initialized with selection | I20080122-1600 1. Select a package in the breadcrumb 2. Press Ctrl-H Is: Java search page is not initialized with the package Should: Be initialized with values depending on breadcrumb selection | verified fixed | c2bac49 | ["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 | "2008-05-08T12:41:10Z" | "2008-01-25T11:20:00Z" |
231,057 | Bug 231057 [implementation] bug in perference initializer's setDefault method | 3.4 M7. Bug in perference initializer's setDefault method: the fireEvent parameter is not honored. | verified fixed | 94d2a46 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIPreferenceInitializer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-08T09:18:18Z" | "2008-05-08T07:00:00Z" |
215,982 | Bug 215982 [generate constructor] 'Cursor position' not honored | Build ID: I20071213-1700 Steps To Reproduce: 1. Create a new class: class Test { private int x; | public static class B { } } 2. Place the cursor before the inner class (as shown above). 3. Invoke "Generate constructor using fields" and validate 4. The constructor is placed *after* the inner class (and with too many newlines): class Test { private int x; public static class B { } public Test(int x) { super(); this.x = x; } } More information: This occurs in 3.4M4 and also with 3.3.1.1 | verified fixed | ea69e1c | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/source/GenerateConstructorUsingFieldsTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/AddCustomConstructorOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-08T08:39:26Z" | "2008-01-21T12:53:20Z" |
229,226 | Bug 229226 [misc] BIDI: constants and comments rendered incorrectly | null | verified fixed | 39b5dc1 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaSourceViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-07T16:53:06Z" | "2008-04-29T06:20:00Z" |
229,058 | Bug 229058 [runnable JAR exporter] accessibility label missing | 20080427-2000 - open the JAR export wizard - the 'export destination' text input field can not be read by by inpect32.exe (reason is that the label is not in the same composite as the text) | verified fixed | e098fc6 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/AbstractJarDestinationWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackagerMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-07T14:59:49Z" | "2008-04-28T13:40:00Z" |
230,857 | Bug 230857 [breadcrumb] Widget disposed exception on shutdown if drop down open | I20080506-0842 Got the following when I did shutdown eclipse while a drop down was open on OSX. I can not reproduce, no harm done. But throwing an exception on shutdown is not very nice. !ENTRY org.eclipse.ui.workbench 4 2 2008-05-07 11:13:44.429 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". !STACK 0 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:3773) at org.eclipse.swt.SWT.error(SWT.java:3691) at org.eclipse.swt.SWT.error(SWT.java:3662) at org.eclipse.swt.widgets.Widget.error(Widget.java:679) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:338) at org.eclipse.swt.widgets.Control.getShell(Control.java:1357) at org.eclipse.jdt.internal.ui.javaeditor.breadcrumb.BreadcrumbItemDropDown$10.widgetDisposed(BreadcrumbItemDropDown.java:511) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:116) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1557) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1581) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1562) at org.eclipse.swt.widgets.Widget.release(Widget.java:1427) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:668) at org.eclipse.swt.widgets.Shell.releaseChildren(Shell.java:1273) at org.eclipse.swt.widgets.Widget.release(Widget.java:1430) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:668) at org.eclipse.jface.window.Window.close(Window.java:335) at org.eclipse.jface.window.ApplicationWindow.close(ApplicationWindow.java:306) at org.eclipse.ui.internal.WorkbenchWindow.hardClose(WorkbenchWindow.java:1618) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:716) at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:692) at org.eclipse.ui.internal.WorkbenchWindow$3.run(WorkbenchWindow.java:808) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:806) at org.eclipse.jface.window.WindowManager.close(WindowManager.java:109) at org.eclipse.ui.internal.Workbench$16.run(Workbench.java:913) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:910) at org.eclipse.ui.internal.Workbench.access$15(Workbench.java:839) at org.eclipse.ui.internal.Workbench$23.run(Workbench.java:1083) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.Workbench.close(Workbench.java:1081) at org.eclipse.ui.internal.Workbench.close(Workbench.java:1053) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:713) at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:692) at org.eclipse.ui.internal.WorkbenchWindow$3.run(WorkbenchWindow.java:808) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:806) at org.eclipse.jface.window.Window.handleShellCloseEvent(Window.java:741) at org.eclipse.jface.window.Window$3.shellClosed(Window.java:687) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:91) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1557) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1581) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1566) at org.eclipse.swt.widgets.Shell.closeWidget(Shell.java:436) at org.eclipse.swt.widgets.Shell.kEventWindowClose(Shell.java:1008) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2033) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4148) at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2394) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2358) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2210) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:494) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:489) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:112) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 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:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) at org.eclipse.equinox.launcher.Main.main(Main.java:1212) | verified fixed | 49e30c4 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-07T14:22:26Z" | "2008-05-07T08:46:40Z" |
230,342 | Bug 230342 [breadcrumb] 'Copy' doesn't work from breadcrumb bar | I20080502-0100 - Open a Java editor with the Breadcrumb bar enabled. - Set cursor at a method body - In the breadcrumb bar press right mouse button and choose 'Copy' from the context menu - Paste into the editor. -> Copy did not seem to work 'Copy qualified name' works. | verified fixed | 217c20a | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/CopyToClipboardAction.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/CutAction.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/PasteAction.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/CCPActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-07T14:20:28Z" | "2008-05-06T07:46:40Z" |
192,953 | Bug 192953 [jar exporter] JAWS cannot read label on JAR Export wizard | JAWS cannot read the "Select the resources to export:" label. To see this problem, select a Java project and do a File->Export, open Java and select JAR File and click next. I also noticed this problem with other tree views, tables, lists, etc throughout the product (Export Ant Buildfiles, plug-in Deployable Features, etc.) | verified fixed | cd39824 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackagerMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocExportMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocTreeWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-07T14:12:19Z" | "2007-06-15T17:53:20Z" |
219,335 | Bug 219335 [filters] replace implicit rule for empty classpath containers with filter | Package Explorer view has an implicit rule that hides all empty classpath containers and jar folders like "Referenced Libraries". This rule is interfering with tools like Mylyn that applies its own task-focused filtering and even non-empty "Referenced Libraries" folder isn't shown when Mylyn filtering is on. One way to address this issue would be to replace implicit rule for "Referenced Libraries" and other empty classpath folders with an explicit filter. That filter will be visible in view menu / Filters... and also can be disabled/enabled by Mylyn using filter API. | resolved fixed | f1e3d80 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/EmptyLibraryContainerFilter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ProblemTreeViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-07T14:09:10Z" | "2008-02-18T18:40:00Z" |
230,862 | Bug 230862 [javadoc export] bad resizing behaviour | null | verified fixed | 4aa8bf1 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocTreeWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-07T13:47:26Z" | "2008-05-07T11:33:20Z" |
127,046 | Bug 127046 [extract interface] performance issue while typing name in extract interface dialog [refactoring] | Version: 3.2.0 Build id: I20060208-0848 1. Select a class name and refactor->extract interface 2. type a name in the 'Interface name:' field -> Typing is very, very slow Is also in 3.2M4. | verified fixed | 0f5ea3a | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-07T13:26:31Z" | "2006-02-09T10:13:20Z" |
100,244 | Bug 100244 [package explorer] Callers to #members need to check accessibility | null | verified fixed | 040d2da | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetPageContentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-07T12:27:48Z" | "2005-06-15T18:26:40Z" |
222,098 | Bug 222098 [package explorer] Focus on active task button disappears from package explorer view | Build ID: 3.3.2 M20080221-1800 Steps To Reproduce: 1. Using Mylyn 2.3.0.v20080225-2200 with the Eclipse build entered, do Windows>Preferences>Java>Appearance and uncheck Show members in package explorer. 2. The toolbar for the package explorer will now have the Focus on Active Task button removed. Not sure that that is intentional, but I hope it is inadvertant. 3. But, definitely a bug imho, is that when you reverse the preference so that you again show members in the package explorer view, the Focus on Active Task button does not reappear. More information: The preference had no effect on the buttons appearance in either the navigator or outline views. I would wish for it to have no effect on the package explorer view as well, or at least that it would toggle with the preference. | verified fixed | d065928 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-07T10:47:24Z" | "2008-03-10T17:26:40Z" |
230,827 | Bug 230827 [breadcrumb] Keyboard navigation in drop down tree does not work on OSX | I20080502 1. Open a CU 2. Show in Breadcrumb 3. Press arrow down key (drop down opens) 4. Press arrow down key again Is: Although the Tree has the focus keyboard navigation does not work at all. It only work after a click into the tree with the mouse. Should: Work like on all other platforms Dani? Do you know if you do something special for the content assist? It works there... | verified fixed | 3c804eb | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDetails.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-07T10:35:13Z" | "2008-05-07T08:46:40Z" |
230,391 | Bug 230391 [organize imports] unmatched packages group is always first | null | verified fixed | c04c2ef | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/CodeGenerationSettings.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaPreferencesSettings.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/CodeStyleConfiguration.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-07T10:18:39Z" | "2008-05-06T13:20:00Z" |
230,225 | Bug 230225 [breadcrumb] Drop-downs need polish on linux-gtk | null | verified fixed | 8a4864a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-07T09:57:01Z" | "2008-05-05T15:06:40Z" |
216,463 | Bug 216463 [breadcrumb] context menu does not appear on right-click on the Mac | I20080122-1600, Mac OS 10.4 The context menu does not appear on right-click on a breadcrumb item when the focus was in the styled text area before. Works fine on second click (when the breadcrumb bar has focus). | verified fixed | d27a74a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDetails.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbViewer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/EditorBreadcrumb.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-07T08:49:50Z" | "2008-01-24T15:53:20Z" |
230,222 | Bug 230222 [breadcrumb] unfocused dropdown not closed when leaving workbench window | I20080502-0100 - show breadcrumb - click on an item (not on triangle) - switch to another application (Alt+Tab or click into another window) => dropdown is not closed (is only closed when workbench window gets focus again) Currently not a big issue, but becomes severe when dropdown gets the SWT.ON_TOP bit. | verified fixed | 654d1e7 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-07T08:33:34Z" | "2008-05-05T15:06:40Z" |
230,217 | Bug 230217 [build path] Improve feedback when importing non-existing user libraries | Build ID: M20080221-1800 Steps To Reproduce: 1. Open Eclipse for workspace #1. Go to Window > Preferences > Java > Build Path > User libraries. 2. Select a library with at least one Jar and export it to C:\Documents and Settings\user1\My Documents\myUserJars.userlibraries. 3. Edit myUserJars.userlibraries and change the jar paths to use an environment variable for the base directory instead of absolute paths. Paths based off of an environment variable are desirable since I want to use my user library in different workspaces containing different code streams. For example, change the following contents of myUserJars.userLibraries... <?xml version="1.0" encoding="UTF-8" standalone="no"?> <eclipse-userlibraries version="2"> <library name="MyUserJars" systemlibrary="false"> <archive path="C:/Workspace1/MyUserJars/activationlog.jar"/> </library> </eclipse-userlibraries> ...to this... <?xml version="1.0" encoding="UTF-8" standalone="no"?> <eclipse-userlibraries version="2"> <library name="MyUserJars" systemlibrary="false"> <archive path="${env.MYUSERJARS}/activationlog.jar"/> </library> </eclipse-userlibraries> 4. Open Eclipse for workspace #2. Go to Window > Preferences > Java > Build Path > User libraries. 5. Click Import. (Nothing happens. Expected a popup window to select a file to import.) 6. Delete myUserJars.userlibraries from file system. 7. Click Import. (Popup window appears as expected.) 8. Check .log file in workspace #2 directory. Find the stack trace for an unhandled exception. More information: Eclipse IDE for Java EE Developers v3.3.2 (no plugins) is silently throwing an exception when I click the Import button to view a list of *.userLibraries files in the My Documents directory. I previously exported my Jar user library to a *.userLibraries file and changed the paths to use an environment variable for the base directory instead of absolute directories. Eclipse fails to display the user library window or any error when I click the Import button. The only confirmation that I pressed the Import button is a stack trace in the .log file of my workspace directory. Eclipse should at least display an error when I click the Import button. It appears Eclipse tries to read all of the *.userLibraries files in the My Documents directory before showing the library list window, but gives up when it encounters a problem with the contents of one of the *.userLibraries files. Apparently I have to use absolute paths in the *.userLibraries file. It would be nice if I could use variables but that is a change request and I am more interested in just reporting a bug at this time. Here is the stack trace from the .log file of my workspace directory. !ENTRY org.eclipse.ui 4 0 2008-05-05 09:25:30.990 !MESSAGE Unhandled event loop exception !STACK 0 org.eclipse.core.runtime.AssertionFailedException: assertion failed: Path for IClasspathEntry must be absolute at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109) at org.eclipse.jdt.core.JavaCore.newLibraryEntry(JavaCore.java:3829) at org.eclipse.jdt.internal.ui.wizards.buildpaths.CPListElement.newClasspathEntry(CPListElement.java:184) at org.eclipse.jdt.internal.ui.wizards.buildpaths.CPListElement.getClasspathEntry(CPListElement.java:151) at org.eclipse.jdt.internal.ui.wizards.buildpaths.CPListElement.equals(CPListElement.java:460) at java.util.ArrayList.indexOf(Unknown Source) at java.util.ArrayList.contains(Unknown Source) at org.eclipse.jdt.internal.ui.wizards.buildpaths.CPUserLibraryElement.add(CPUserLibraryElement.java:115) at org.eclipse.jdt.internal.ui.preferences.UserLibraryPreferencePage$LoadSaveDialog.loadLibraries(UserLibraryPreferencePage.java:686) at org.eclipse.jdt.internal.ui.preferences.UserLibraryPreferencePage$LoadSaveDialog.updateShownLibraries(UserLibraryPreferencePage.java:375) at org.eclipse.jdt.internal.ui.preferences.UserLibraryPreferencePage$LoadSaveDialog.dialogFieldChanged(UserLibraryPreferencePage.java:399) at org.eclipse.jdt.internal.ui.wizards.dialogfields.DialogField.dialogFieldChanged(DialogField.java:71) at org.eclipse.jdt.internal.ui.wizards.dialogfields.StringDialogField.setText(StringDialogField.java:162) at org.eclipse.jdt.internal.ui.preferences.UserLibraryPreferencePage$LoadSaveDialog.<init>(UserLibraryPreferencePage.java:301) at org.eclipse.jdt.internal.ui.preferences.UserLibraryPreferencePage.doLoad(UserLibraryPreferencePage.java:1144) at org.eclipse.jdt.internal.ui.preferences.UserLibraryPreferencePage.doCustomButtonPressed(UserLibraryPreferencePage.java:1018) at org.eclipse.jdt.internal.ui.preferences.UserLibraryPreferencePage$UserLibraryAdapter.customButtonPressed(UserLibraryPreferencePage.java:1344) 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:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) 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:546) 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:3682) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) at org.eclipse.equinox.launcher.Main.run(Main.java:1173) at org.eclipse.equinox.launcher.Main.main(Main.java:1148) | verified fixed | 97a7ca8 | ["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/CPListElement.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPUserLibraryElement.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-07T08:20:44Z" | "2008-05-05T15:06:40Z" |
230,397 | Bug 230397 [breadcrumb] Test failure in org.eclipse.jdt.ui.tests.leaks.JavaLeakTest.testJavaEditorBreadcrumbCloseOneOfTwo2() | I20080502-0100 This test fails on the Build machine and on my machine but not in ottawa. Investigation with yourkit reveals, that the failure is real: an instance of CompilationUnitEditor is leaked. Removing the BuildActionGroup from the JavaEditorBreadcrumbActionGroup makes the leak go away and the test green again. Need to investigate a fix and why this test does not fail in ottawa. | verified fixed | 510a4e5 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/BuildActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-06T15:36:13Z" | "2008-05-06T13:20:00Z" |
230,080 | Bug 230080 [package explorer] NPEs from working set without image | null | verified fixed | 57859b6 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerLabelProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-06T13:39:21Z" | "2008-05-03T18:40:00Z" |
230,067 | Bug 230067 [organize imports] Organize imports adds useless and invalid static imports | Sample, class: ---- package sample; class Test<T> { private static String TEST = "constant"; static class Inner extends Test<String> { public void test() { TEST.concat("access"); } } } ---- Organize imports adds: import static sample.Test.TEST; The import is unnecessary and invalid (compile error because the constant is private). | verified fixed | ff8f82a | ["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 | "2008-05-06T13:38:10Z" | "2008-05-03T10:20:00Z" |
230,186 | Bug 230186 [typing] Format Element does not format code when caret inside comments | Build ID: I20080502-0100 Steps To Reproduce: 1. Move cursor inside javadoc block 2. Press Alt-D 3. Nothing happens More information: | resolved wontfix | cb3a249 | ["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 | "2008-05-05T15:48:18Z" | "2008-05-05T12:20:00Z" |
230,170 | Bug 230170 [clean up] Should use bindings recovery | null | verified fixed | 8437a6c | ["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/CleanUpPostSaveListener.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-05-05T13:25:11Z" | "2008-05-05T09:33:20Z" |
229,031 | Bug 229031 [quick fix] NPE when fixing project setup | I20080427-2000 1. Create a new _java_ project 2. Add package test; public class Krass { public void foo() { org.eclipse.jdt.internal.ui.text.java.hover.AbstractAnnotationHover hover; } } 3. Quick Fix error 4. Invoke 'Fix project settup...' 5. Add 'org.jdt.ui' to BP Is: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:401) 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:2465) at org.eclipse.jdt.internal.ui.wizards.buildpaths.ClasspathFixSelectionDialog.openClasspathFixSelectionDialog(ClasspathFix SelectionDialog.java:95) at org.eclipse.jdt.internal.ui.text.correction.ReorgCorrectionsSubProcessor$ClasspathFixCorrectionProposal.apply(ReorgCorr ectionsSubProcessor.java:243) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertProposal(CompletionProposalPopup.java:898) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertSelectedProposalWithMask(CompletionProposalPopup.jav a:844) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.verifyKey(CompletionProposalPopup.java:1252) at org.eclipse.jface.text.contentassist.ContentAssistant$InternalListener.verifyKey(ContentAssistant.java:801) at org.eclipse.jface.text.TextViewer$VerifyKeyListenersManager.verifyKey(TextViewer.java:474) at org.eclipse.swt.custom.StyledTextListener.handleEvent(StyledTextListener.java:60) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1002) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1026) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1011) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:769) at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5157) at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:4863) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1002) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1026) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1011) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1039) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1035) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1351) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3888) at org.eclipse.swt.widgets.Canvas.WM_CHAR(Canvas.java:338) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3781) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:334) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4485) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2346) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3377) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2351) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2315) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2181) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:477) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:472) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:112) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 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:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) at org.eclipse.equinox.launcher.Main.main(Main.java:1212) at org.eclipse.core.launcher.Main.main(Main.java:30) Caused by: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.wizards.buildpaths.ClasspathFixSelectionDialog$2.run(ClasspathFixSelectionDialog.java:103) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119) Root exception: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.wizards.buildpaths.ClasspathFixSelectionDialog$2.run(ClasspathFixSelectionDialog.java:103) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119) Should: No fix available? Oooops, same happens in Plugin Project. | verified fixed | 11e44bc | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ClasspathFixSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-29T15:03:05Z" | "2008-04-28T13:40:00Z" |
229,052 | Bug 229052 [jar exporter] NPE for projects with external class folders | 20080427-2000 - extract the attached zip at a external location - create a project with source - add an external classpath folder at the external location - run JAR exporter: NPE Caused by: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.jarpackager.JarFileExportOperation.exportElement(JarFileExportOperation.java:305) at org.eclipse.jdt.internal.ui.jarpackager.JarFileExportOperation.exportJavaElement(JarFileExportOperation.java:386) at org.eclipse.jdt.internal.ui.jarpackager.JarFileExportOperation.exportElement(JarFileExportOperation.java:292) at org.eclipse.jdt.internal.ui.jarpackager.JarFileExportOperation.exportJavaElement(JarFileExportOperation.java:386) at org.eclipse.jdt.internal.ui.jarpackager.JarFileExportOperation.exportElement(JarFileExportOperation.java:292) at org.eclipse.jdt.internal.ui.jarpackager.JarFileExportOperation.exportJavaElement(JarFileExportOperation.java:386) at org.eclipse.jdt.internal.ui.jarpackager.JarFileExportOperation.exportElement(JarFileExportOperation.java:292) at org.eclipse.jdt.internal.ui.jarpackager.JarFileExportOperation.exportSelectedElements(JarFileExportOperation.java:522) at org.eclipse.jdt.internal.ui.jarpackager.JarFileExportOperation.singleRun(JarFileExportOperation.java:902) at org.eclipse.jdt.internal.ui.jarpackager.JarFileExportOperation.execute(JarFileExportOperation.java:876) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:104) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800) at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:116) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119) | verified fixed | 8e6a1c4 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/jarexport/PlainJarExportTests.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarFileExportOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-29T13:24:14Z" | "2008-04-28T13:40:00Z" |
229,261 | Bug 229261 [breadcrumb] Stays on top when workbench window is moved | I20080428-1300 1. In breadcrumb open a drop down _by left click a label_ 2. Move the workbench window around Is: Drop down stays on top at original location Should: Either close drop down or move with the workbench window I guess closing it is easier, and content assist proposal popup does the same. Probably should fix for M7, although no harm done. | verified fixed | bfd8d9b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-29T11:07:28Z" | "2008-04-29T09:06:40Z" |
190,464 | Bug 190464 [rulers] Quickfix can sometimes be Go To Annotation | This is 100% repeatable, but I'm not sure if I can explain it well enough... 1) Open an editor on the class org.eclipse.ui.actions.RenameResourceAction 2) Find the line that looks like: textEditor = new Text(textEditorParent, SWT.NONE); 3) Replace that line with this code: if ("carbon".equals(SWT.getPlatform())) { textEditor = new Text(textEditorParent, SWT.BORDER); } else { textEditor = new Text(textEditorParent, SWT.NONE); } 4) Save the file. You should see an error marker on the first line of the change , since there is no non-nls tag. 5) Pop up the menu on the error marker and you will see "Quick Fix" (this is correct behavior). 6) Put the cursor after the third close bracket on the first line and hit one more close bracket, so the line looks like this: if ("carbon".equals(SWT.getPlatform()))) { 7) Now, if you pop up the menu on the error marker and you will see that the "Quick Fix" item has been replaced with "Go to Annotation" and it is *enabled*. 8) Selecting this menu item does nothing. The behavior appears to be very sensitive to what you do. For example, if you save the file after step 6), the menu item is correct. Similarly, if you remove a bracket instead of adding one in step 6), the menu is correct even if you don't save the file. | verified fixed | bf2562e | ["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 | "2008-04-29T11:03:14Z" | "2007-06-01T12:13:20Z" |
229,045 | Bug 229045 [breadcrumb] Does not show popup arrow if first child added | null | verified fixed | e6c3ba7 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItem.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-29T10:50:51Z" | "2008-04-28T13:40:00Z" |
229,041 | Bug 229041 [breadcrumb] Should support RTL | null | verified fixed | 4267158 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/EditorBreadcrumb.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-29T10:02:53Z" | "2008-04-28T13:40:00Z" |
191,757 | Bug 191757 [build path] Custom attributes set by IClasspathContainerPage implementations are discarded on save | Custom attributes set by IClasspathContainerPage implementations are discarded on save. I wanted to add some configuration properties that need to be associated with my classpath container and thought of using custom attributes (IClasspathEntry.getExtraAttributes()) for that purpose. However, if I set those attributes in IClasspathContainerPage.finish() method and make IClasspathContainerPage.getSelection() to return IClasspathEntry with those attributes, they seem being discarded when JDT saving changes to container. | resolved fixed | 6179f05 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/AddLibraryToBuildpathAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-26T21:51:27Z" | "2007-06-08T19:13:20Z" |
94,801 | Bug 94801 [introduce factory] does not check for existing factory methods | I20050510: Steps to reproduce: - Invoke Introduce Factory on the constructor class TaskUtilities { public static TaskUtilities createTaskUtilities() { return null; } public TaskUtilities() {} } -> Refactoring inserts second method createTaskUtilities without issueing an error | resolved fixed | 2da1a6d | ["org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/negative/FactoryClash_in.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceFactoryTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceFactoryRefactoring.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceFactoryInputPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-26T21:41:20Z" | "2005-05-11T16:46:40Z" |
211,841 | Bug 211841 [templates] Template name contains invalid characters | Hello. From the beginning I use the mechanism of templates. And all my templates start with an underscore, '_xyz'. No problem, I've export my templates from an old Eclipse 3.1 and imported in Eclipse Europe (about tells me it is the Version: 3.3.1 Build id: M20070921-1145). But if I want to edit an old template or create a new one, I become an error message, that the name of the template start with an invalid character. If if export the template, edit the template name in an external ASCII Editor and import the template again, it can, again, start with an underscore. Why have you prevent that a template name can start with an underscore. TIA Jan | resolved fixed | cab805a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-25T14:01:06Z" | "2007-12-04T06:33:20Z" |
201,882 | Bug 201882 [surround with try/catch] Avoid dialog in sourround with try/catch refactoring | 3.3 There was no uncaught exception and the refactoring asked if instead RuntimeException should be caught. It could instead revert to the template's behaviour and leave the selection on the exception type. Always ending in linked mode with the selection on the exception type and the catch clause as the exit point might be an additional improvement. | resolved fixed | 43ff794 | ["org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWithWorkSpace/SurroundWithTests/trycatch_out/TestAlreadyCaught.java", "org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWithWorkSpace/SurroundWithTests/trycatch_out/TestNoException.java", "org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWithWorkSpace/SurroundWithTests/trycatch_out/TestRuntimeException2.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/SurroundWithTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/surround/ExceptionAnalyzer.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/surround/ISurroundWithTryCatchQuery.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/surround/SurroundWithTryCatchAnalyzer.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/surround/SurroundWithTryCatchRefactoring.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/CUCorrectionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/LinkedProposalModelPresenter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/SurroundWithTryCatchAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-24T16:48:51Z" | "2007-08-31T11:33:20Z" |
228,641 | Bug 228641 [hovering] Spelling quick fix "Ignore xx during current session" does not update editor from hover | N20080423-2000 The spelling quick fix "Ignore xx during current session" does not work when invoked from the rich problem hover. Works fine via Ctrl+1. Nothing in the log. | resolved fixed | 5e91604 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/ProblemHover.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-24T15:03:00Z" | "2008-04-24T09:40:00Z" |
228,659 | Bug 228659 [clean up] IAE on format changed lines on save | null | verified fixed | 43bf61f | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SaveParticipantTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/CodeFormatFix.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-24T12:49:58Z" | "2008-04-24T12:26:40Z" |
226,496 | Bug 226496 [Package Exlorer] Filter 'empty packages' does not show packages with non-Java files | null | verified fixed | 5e132b8 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/EmptyPackageFilter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-24T11:02:50Z" | "2008-04-10T12:20:00Z" |
226,702 | Bug 226702 [quick fix] nonexistent type import proposed for unresolved type | Build ID: I20080330-1350 I have no idea how to reproduce it. It happends only "recentely" (3.4M5/6). Sometimes, on an Unresolved type name (simplename), the tooltip with quick fix appears when i put the mouse cursor on the type name, and one "nonexistent" type appears. If the java editor is containing class "a.b.c.A", and the unresolved typename is "MyClass", the wrong quick fix would be 'Import a.b.c.MyClass', while the class doesn't exist. | resolved fixed | 5f83c77 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/NewCUUsingWizardProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-24T10:48:03Z" | "2008-04-11T16:06:40Z" |
228,535 | Bug 228535 [jar exporter] confusing UI to select relative destination | null | resolved fixed | 3168897 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/AbstractJarDestinationWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-24T08:29:03Z" | "2008-04-23T22:33:20Z" |
228,506 | Bug 228506 [content assist] Don't create proposal computer on sessionEnded - was: Problem in jdt.ui.TemplateProposalComputer when closing an Editor | null | resolved fixed | 76dac97 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/CompletionProposalComputerDescriptor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-24T07:12:31Z" | "2008-04-23T19:46:40Z" |
224,127 | Bug 224127 [breadcrumb] Show non-Java resources as children of packages | I20080325-0100 In the breadcrumbs bar, show non-Java resources as children of packages (e.g. *.properties files). Non-Java resources are already shown as children of projects and source folders. | verified fixed | b55bf09 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-23T11:03:53Z" | "2008-03-26T16:46:40Z" |
225,284 | Bug 225284 [breadcrumb] click between icon and text does nothing | I20080401-0851 Breadcrumb item selection feels unreliable: A click between icon and text (at the sport where no tooltip appears) does nothing. It should select the item like when I click on icon or text. Right-click also does nothing, unless the breadcrumb bar already has focus. | resolved fixed | 098bd16 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDetails.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-23T10:48:49Z" | "2008-04-02T09:53:20Z" |
224,557 | Bug 224557 [quick fix] does not remove mutiple assignments with side effects | Build ID: I20070625-1500 Steps To Reproduce: 1. Build Test.java described below: public class Test { public void test() { int i = new Integer(10); int j = new Integer(20); } } Then, two warnings are displayed in Problems view. The local variable i is never read Test.java line 3 The local variable j is never read Test.java line 4 2. Select the first problem in Problems view, and select 'Quick Fix' from the popup menu. 3. In the Quick Fix dialog, select "Remove 'i', keep side-effect assignments". 4. Press 'Find Similar Problems' and press 'Select All' to select all the two problems. 5. Press 'Finish'. However, the two lines are not deleted. More information: If you do not press 'Select All' in Step 4, that is, if you try to fix only one problem, the problem is fixed correctly. If you do not use unboxing, like: int i = 10; int j = 20; then, the above steps work correctly. | resolved fixed | f0c8ded | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/UnusedCodeFix.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-23T10:39:21Z" | "2008-03-28T10:26:40Z" |
227,612 | Bug 227612 Remove inheritDoc support | I20080415-1646 When you compare org.eclipse.jdt.junit from HEAD with a 3.3.2 baseline, you get this error: Missing @since tag JUnitLaunchShortcut.java org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/launcher line 422 @since tag problem This method is an implementation of a method from the new super interface ILaunchShortcut2. ILaunchShortcut2 has the @since 3.4 tag. | verified fixed | 0e0ba63 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/launcher/JUnitLaunchShortcut.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-23T10:27:04Z" | "2008-04-17T16:33:20Z" |
223,948 | Bug 223948 [breadcrumb] High Contrast: Arrows in breadcrumb disappear | null | resolved fixed | b9062b2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-23T10:16:21Z" | "2008-03-25T18:33:20Z" |
227,342 | Bug 227342 [sort members] no dialog when no members to sort | 20080416 - create the following cu package p; public class A { } - select CU in package explorer, invoke 'Sort Members...' from context menu - nothing happens As the action has ellipses (...), the dialog should always show. When there was nothing to sort, we might want to show a dialog. 'No elements to sort' | resolved fixed | 8a9d94d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/MultiSortMembersAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-22T18:13:11Z" | "2008-04-16T15:33:20Z" |
224,372 | Bug 224372 [hovering] Severity config should be easier in case on non-project settings | I20080326-1950. Currently, if a project has no project specific problem settings and the user clicks on that button to configure the severity he ends up in properties dialog where he cannot directly set the severity. We should ask the user whether to change the project or workspace settings before opening the dialog. | verified fixed | 505cb4f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/OptionalMessageDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocProblemsPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaHoverMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/ProblemHover.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-22T18:00:58Z" | "2008-03-27T15:00:00Z" |
223,938 | Bug 223938 [breadcrumb] remove vertical line between entries? | I find the vertical line (separating the breadcrumb entries) confusing. Clicking on the little triangle button opens under the entry to the right, so it does have some relation to both the entry to the left and the entry to the right. Could this line be removed? This would let users decide if they want to think of the button as "show children" in relation to the entry to the left, or "show siblings" in relation to the entry on the right. (I find the latter interpretation easier to "get", even though it does not cover the case when you have a little triangle at the very right.) | resolved fixed | c793e02 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItem.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-22T16:03:37Z" | "2008-03-25T18:33:20Z" |
224,038 | Bug 224038 [breadcrumb] <clinit> appears in breadcrumbs drop down | [I20080325-0100] - open DecoratorManager.class - drop down list of members - actual: list contains <clinit>() - expected: no <clinit> in that list - the Outline view does not show it either | resolved fixed | b5b1366 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbItemDropDown.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/BreadcrumbViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-22T15:00:02Z" | "2008-03-26T05:40:00Z" |
149,316 | Bug 149316 [move method] Move method refactoring does not handle parameters correctly | In the two following examples, the resulting java source code after applying "Refactor"->"Move..." to method 'participates' (taking the default values by just klicking OK) is not behaviour preserving. First example: Before: package noarray; public class Person { int id; boolean participates(Project p) { return (p.participant.id == id); } } package noarray; public class Project { Person participant; } After: package noarray; public class Person { int id; } package noarray; public class Project { Person participant; boolean participates(Person person) { return (participant.person.id == person.id); } } Correct would have been:return (participant.id == person.id); Second example (the same with an array): Before: package array; public class Project { Person[] participants; } package array; public class Person { int id; boolean participates(Project p) { return (p.participants[0].id == id); } } After: package array; public class Person { int id; } package array; public class Project { Person[] participants; boolean participates(Person person) { return (person.id == person.id); } } Correct would have been:return (participants[0].id == person.id); (This bug is not new to Eclipse 3.2, but was already in 3.1. IIRC 3.0 was not affected. Set severity to major, because refactoring support needs to be rock solid.) | verified fixed | 4083392 | ["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test39/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test39/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test39/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test39/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test40/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test40/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test40/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test40/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/MoveInstanceMethodTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-22T14:10:15Z" | "2006-06-30T15:06:40Z" |
223,865 | Bug 223865 [nls tooling] nls wizard deletes wrong accessor field | I20080324-1800 Given: package test; public class E1 { public String s1= "Value"; public String s2= "Value"; } 1. Eclipse style externalize E1, accept all defaults 2. Source>Externalize... 3. Change key 'E1_1' to 'E1_0' Is: Field 'E1_0' is removed in 'Messages' resulting in compile error Should: Field 'E1_1' should be removed Not a regression: This is also in 3.3.2. In 3.1.2 the field is not deleted but renamed, resulting in a compile error due to duplicated fields. | resolved fixed | 10f7ed4 | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/nls/NLSSourceModifierTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/AccessorClassModifier.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-22T13:14:54Z" | "2008-03-25T15:46:40Z" |
165,697 | Bug 165697 [move method] Wrong order of parameters in move method if parameter for source object was added. | The order of parameters in a moved method differs from the order of arguments in the invocations of this method if a new parameter (for the source object) was introduced. Example: BEFORE: package moveMethod.orderOfParameters.before; public class Source { Target target = new Target(); public void firstMethodToMove(String param) { secondMethodToMove(param); } public void secondMethodToMove(String param) { methodToStay(); } public void methodToStay() { }; } package moveMethod.orderOfParameters.before; public class Target { } RESULT: package moveMethod.orderOfParameters.result; public class Source { Target target = new Target(); public void methodToStay() { }; } package moveMethod.orderOfParameters.result; public class Target { public void firstMethodToMove(Source source, String param) { // Order of parameters wrong: source.target.secondMethodToMove(param, source); } public void secondMethodToMove(Source source, String param) { source.methodToStay(); } } | resolved fixed | 81400a7 | ["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test38/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test38/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test38/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test38/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/MoveInstanceMethodTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-22T11:46:37Z" | "2006-11-23T19:26:40Z" |
227,876 | Bug 227876 [move method] does not qualify field access | Build ID: I20080409-1425 Steps To Reproduce: 1. Make the following two classes: public class SourceClass { DestinationClass destination = new DestinationClass(); public void methodToMoveToDestination(String value) { this.destination.value = value; } } public class DestinationClass { public String value; } 2. Do a Move Method on SourceClass.methodToMoveToDestination(...) to DestinationClass, and select "Keep original method as delegate to moved method." 3. After refactoring, note that SourceClass is passed as a reference (via this) to the moved method in the DestinationClass. However, it is not needed as a parameter because it is NEVER used in the moved method. This is quite annoying since it requires a Change Method Signature to be done just after the Move Method to get rid of the unnecessary parameter (SourceClass). | resolved fixed | 0e7d662 | ["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test37/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test37/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test37/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test37/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/MoveInstanceMethodTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-22T11:04:31Z" | "2008-04-19T04:40:00Z" |
222,210 | Bug 222210 [navigation] Improve Java element hyperlinking if resolved to > 1 element | I20080311-0800. Currently hyperlinking in the editor on a Java element that resolves to more than one element simply opens all of them while F3 gives a selection dialog. With the support for multiple hyperlinks we can improve this and show all elements in the link list. | verified fixed | 9f821f0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaElementHyperlink.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaElementHyperlinkDetector.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-22T09:21:25Z" | "2008-03-11T10:06:40Z" |
227,735 | Bug 227735 [hovering] quick fixes should also appear for non-Java problems | I20080415-1646.from20080418_1028 We now also show the problem hover for non-Java problems (MarkerAnnotations), but these hovers don't show the available quick fixes. Examples for such problem markers are the API Tools problems, e.g. 'Missing @since tag'. | verified fixed | e736356 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/ProblemHover.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-22T08:36:49Z" | "2008-04-18T09:13:20Z" |
228,146 | Bug 228146 [JUnit] flaw in JUnitPropertyTester.test(...) logic? | In the JUnitPropertyTester.test method, there exists the following block of code: } else { // is IAdaptable element= (IJavaElement) ((IAdaptable) receiver).getAdapter(IJavaElement.class); if (element == null) { IResource resource= (IResource) ((IAdaptable) receiver).getAdapter(IResource.class); element = JavaCore.create(resource); if (element == null) { return false; } return false; } } Should the 2nd "return false;" be removed? | resolved fixed | 299d30d | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitPropertyTester.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/JUnitPropertyTester.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-22T08:00:49Z" | "2008-04-22T04:53:20Z" |
221,828 | Bug 221828 [performance] Regression in performance test PackageExplorerColdPerfTest#testOpen() | Verifying build I20080305-1100, it looks like there's a serious regression on test PackageExplorerColdPerfTest#testOpen(): between -69.0% and -103.2% Note that the +3.1% result should not be considered as it looks more than a bad result on the baseline. Next baseline (3.3_200706251500_200802221710) is back to normal and so, also shows a big regression on this box. Set as minor because the test time is less than 100ms so, it should not be noticeable by user. However, I think it could be interesting to increase the test time to have more precise numbers (100ms is the minimum, I would say that 200ms for the fastest box would be great!) | resolved fixed | 513dcc8 | ["org.eclipse.jdt.ui.tests/performance/org/eclipse/jdt/ui/tests/performance/views/PackageExplorerColdPerfTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-21T15:02:38Z" | "2008-03-07T11:40:00Z" |
225,498 | Bug 225498 [preferences] Save actions has no vertical scrollbar | null | resolved fixed | 66e9793 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpSaveParticipantPreferenceConfiguration.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/saveparticipant/AbstractSaveParticipantPreferenceConfiguration.java", "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 | "2008-04-21T15:00:49Z" | "2008-04-03T08:06:40Z" |
223,997 | Bug 223997 [clean up] sort members is confused with different modifiers | I20080325-0100 - Enable 'Sort members' in clean up - Disable to sort fields and enums - use clean up on the following file public interface Main { public final String PREFIX = "."; //$NON-NLS-1$ public static final String PROP1 = PREFIX + "AncestorVisible"; //$NON-NLS-1$ public static final String PROP2 = PREFIX + "IgnoreAncestor"; //$NON-NLS-1$ } result does not compile. The problem must be the different modifiers (meaning the same in an interface) | resolved fixed | 60f58f4 | ["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/codemanipulation/SortMembersOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-21T14:43:57Z" | "2008-03-25T21:20:00Z" |
195,357 | Bug 195357 [spell checking] Eclipse VERY slow with custom user dictionary on quick fix | Build ID: I20070625-1500 Steps To Reproduce: 1. Get attached dict. (it is russian dictionary) 2. Open any java class in java code editor 3. Print some words in russian (incorrectly). 4. Put cursor to underlined word and pres ctrl+1 for quic fix ---> Eclipse get down for 2-3 minutes. More information: | resolved fixed | 6a24041 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/AbstractSpellDictionary.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-21T11:31:16Z" | "2007-07-04T09:06:40Z" |
204,207 | Bug 204207 [spell checking] NPE thrown by SpellingReconcileStrategy$SpellingProblemCollector.accept | Unsure if this is JDT or Platform, but JDT seemed like a good place to start... So I found this in my .log file after restarting my Eclipse 3.3 workspace. The workspace had an open editor that contained a speeling mistake in a field, but I have no idea if this is related. Pesky NPE... !ENTRY org.eclipse.ui.workbench.texteditor 4 2 2007-09-20 23:04:39.322 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench.texteditor". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy$SpellingProblemCollector.accept(SpellingReconcileStrategy.java:79) at org.eclipse.jdt.internal.ui.text.spelling.SpellingEngine$SpellEventListener.handle(SpellingEngine.java:65) at org.eclipse.jdt.internal.ui.text.spelling.engine.DefaultSpellChecker.fireEvent(DefaultSpellChecker.java:295) at org.eclipse.jdt.internal.ui.text.spelling.engine.DefaultSpellChecker.execute(DefaultSpellChecker.java:270) at org.eclipse.jdt.internal.ui.text.spelling.TextSpellingEngine.check(TextSpellingEngine.java:41) at org.eclipse.jdt.internal.ui.text.spelling.SpellingEngine.check(SpellingEngine.java:77) at org.eclipse.jdt.internal.ui.text.spelling.DefaultSpellingEngine.check(DefaultSpellingEngine.java:75) at org.eclipse.ui.texteditor.spelling.SpellingService$1.run(SpellingService.java:103) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:108) at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:80) at org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(SpellingReconcileStrategy.java:176) at org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.initialReconcile(SpellingReconcileStrategy.java:159) at org.eclipse.jface.text.reconciler.MonoReconciler.initialProcess(MonoReconciler.java:103) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:170) | resolved fixed | e3de051 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/JavaSpellingEngine.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/PropertiesFileSpellingEngine.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/TextSpellingEngine.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/DefaultSpellChecker.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/ISpellChecker.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-21T10:04:50Z" | "2007-09-21T02:00:00Z" |
221,765 | Bug 221765 [implementation] Changing encoding sometimes causes endless dialog loop | null | resolved fixed | 5ab6fa6 | ["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 | "2008-04-21T08:30:50Z" | "2008-03-06T21:46:40Z" |
227,482 | Bug 227482 [nls tooling] Externalize Strings misses inner classes | Build ID: I20080330-1350 Steps To Reproduce: 1. Create a class with a inner class in a method like this: public void test() { text.addSelectionListener(new SelectionAdapter() { @Override public void widgetDefaultSelected(final SelectionEvent e) { String world = "Hello world!"; } }); } 2. Select the project and choose Source > Externalize Strings 3. The string is not found More information: It works in Eclipse 3.3.2. It seems that it has something to do with: object.methodcall({innerclass}); This will work: object = new interface(){innerclass}; | verified fixed | d1ddf36 | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/nls/NLSScannerTester.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSScanner.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-18T16:18:46Z" | "2008-04-17T08:13:20Z" |
227,738 | Bug 227738 [build path] Allow to select other archives than zip and jar | null | resolved fixed | 943cb45 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/AbstractJarDestinationWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationPropertyPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NativeLibrariesPropertyPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/FilteredElementTreeSelectionDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ArchiveFileFilter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/EditVariableEntryDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/JARFileSelectionDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/NewVariableEntryDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/VariableCreationDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddToClasspathAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/BuildPathDialogAccess.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-18T14:34:38Z" | "2008-04-18T09:13:20Z" |
226,043 | Bug 226043 [nls tooling] NLS refactoring issues (has patch) | - Open a java file - Right-click -> Source -> Externalize strings This dialog has several problems: 1. The dialog is modal. It should be nonmodal to make it easier to - for example - search your source file to to see how a format string is used elsewhere. 2. If you select an Eclipse message bundle from the combo box, the prefix does not change from a "." to a "_", and needs to be changed manually by the user. 3. The default selection in the combo box always points to a bundle in the same package. If the user is using one-bundle-per-plugin rather than one-bundle-per-package, this means they always need to change the defaults. The default should point to an existing message bundle if one can be found - that way both one-bundle-per-package and one-bundle-per-plugin users will rarely need to change the default. I'm attaching a patch that fixes all three issues. | resolved fixed | 0497cbd | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-18T14:26:37Z" | "2008-04-07T20:26:40Z" |
191,639 | Bug 191639 [bidi] [Preferences] TVT33:TCT647: ar: '*' appearing in wrong position | <response_by> Noha El Ghannam at 2007.06.07.10.34.55 </response_by> OS: Windows Build date: 06062007 Component Name: Base Window Menu Blocking: No Tester Name: Noha Steps to recreate the problem: Go to Window menu -> Preferences -> Expand Java -> click JUnit. Problem description: '*' appearing in wrong position. They should have the same order as the English string, appearing on the right side of the string. <response_by> Kit Lo at 2007.06.08.00.16.49 </response_by> routing to Platform <response_by> Kit Lo at 2007.06.08.00.17.09 </response_by> This article was reassigned from Category:''TVT Testcases''. | verified fixed | a20fbc0 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-17T15:38:31Z" | "2007-06-08T05:20:00Z" |
181,954 | Bug 181954 [bidi] BIDI3.3:<HCG:Directory path in new Java project wizard is not shown correctly with -nl iw flag.> | Steps To Reproduce: Note: treat Caps Lock latin letters as BiDi letters Hebrew\Arabic. Prerequisite : use a workspace with BiDi characters. i.e : c:\CBA\FED. 1. Run eclipse with -nl iw. 2. Go to "File->New->Project->Java Project..", press the "Next" button. 3. Notice that the workspace path is shown in RTL direction in the "Directory" text box. Actual Result: The dir path is presented as such : FED\CBA\:c Expected Result: c:\CBA\FED | verified fixed | e5392bf | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPVariableElementLabelProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-17T15:24:15Z" | "2007-04-11T16:46:40Z" |
177,295 | Bug 177295 [bidi] HCG:Undesired order of file names in RTL direction of eclipse | Build ID: Version 3.2.0 Steps To Reproduce: Note : Caps Lock latin letters are Hebrew letters. Please folllow the instructions: 1. Run eclipse with -dir rtl flag. 2. open a Java project(or any other project the user want). 3. Create a file in the project, when giving a BiDi name to the file. Expected Resut: EMANELIF.txt Actual Result: txt.EMANELIF. More information: | closed fixed | 85cbece | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-17T15:03:54Z" | "2007-03-14T11:00:00Z" |
227,319 | Bug 227319 [package explorer] Refresh action does nothing when no project is selected | Discovered in build I20080408-0800 and still there in I20080415-1646. The refresh action does no longer in Package Explorer when no project is selected. It only works when one or several projects are selected. It seems to be specific issue of the Package Explorer as it works well in the Project Explorer. | resolved fixed | 9215ee0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefreshAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-17T14:35:37Z" | "2008-04-16T12:46:40Z" |
227,343 | Bug 227343 [javadoc export] not all text fields are read by the screen reader | 20080416 open linux 2.1 - open the Javadoc wizard - go to the second page - the following text fields are not read by the screereader 'Document title', 'Style sheet' and 'Overview' (3rd page) | resolved fixed | 4ddffda | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocExportMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocSpecificsWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocStandardWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-16T15:01:33Z" | "2008-04-16T15:33:20Z" |
226,648 | Bug 226648 [build path] Enhance validation of availablity of user libraries in build path preferences | Build ID: I20080409-1425 Steps To Reproduce: While in project build path the user libraries are validated for actual existence, this is not done in the preferences (window-> preferences-> java-> build path-> user libraries)- see screenshot. It would be nice if this was also the case for preferences. More information: | resolved fixed | b56d96e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-15T16:06:39Z" | "2008-04-11T10:33:20Z" |
26,295 | Bug 26295 log entry on closing editor on non-existstent file | 20021113 - load JUnit - expand a CU - delete CU on disk - select a field of expanded CU - open type hierarchy you get a log entry - sth like: !ENTRY org.eclipse.ui 4 0 Nov 14, 2002 15:21:28.674 !MESSAGE AbstractMarkerAnnotationModel.connected !ENTRY org.eclipse.core.resources 4 368 Nov 14, 2002 15:21:28.684 !MESSAGE Resource /d/src/junit/awtui/AS.java does not exist. !ENTRY org.eclipse.core.resources 4 368 Nov 14, 2002 15:21:28.714 !MESSAGE Resource /d/src/junit/awtui/AS.java does not exist. | resolved fixed | ee40ddf | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-15T15:05:56Z" | "2002-11-14T13:20:00Z" |
226,935 | Bug 226935 [quick assist] invert String.equalsIgnoreCase() [quick assist] | null | resolved fixed | 59eea6a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-15T14:37:58Z" | "2008-04-14T13:33:20Z" |
226,675 | Bug 226675 [code assist] parameter guessing can use new API from jdt.core | 3.4 M6 Code assist parameter guessing can now use the new API CompletionContext.getVisibleElements(..) to find parameter guesses. This should improve performance as no second code assist is required anymore. | resolved fixed | 2ba722f | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/FillArgumentNamesCompletionProposalCollector.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuesser.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuessingProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | "2008-04-15T13:48:42Z" | "2008-04-11T13:20:00Z" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.