issue_id int64 2.03k 426k | title stringlengths 9 251 | body stringlengths 1 32.8k ⌀ | status stringclasses 6
values | after_fix_sha stringlengths 7 7 | updated_files stringlengths 29 34.1k | project_name stringclasses 6
values | repo_url stringclasses 6
values | repo_name stringclasses 6
values | language stringclasses 1
value | issue_url null | before_fix_sha null | pull_url null | commit_datetime timestamp[us, tz=UTC] | report_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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/... | 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 too... | 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.... | 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 sta... | 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 cho... | 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/... | 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... | 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 agai... | 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 di... | 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 ne... | 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.... | 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", "o... | 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, ... | 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/inter... | 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... | 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 | 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/... | 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... | 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... | 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 th... | 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... | 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. N... | 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 i... | 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... | 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(JarFileExportOperat... | 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... | 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())) { text... | 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 ... | 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/IntroduceFactor... | 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 crea... | 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 migh... | 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... | 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", ... | 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.j... | 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 ILaunchSho... | 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/ec... | 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 ... | 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.parti... | 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.refactorin... | 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 r... | 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(Strin... | 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.refactorin... | 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 ... | 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.refactorin... | 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.creat... | 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 an... | 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.... | 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 + "Ign... | 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.te... | 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/j... | 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 S... | 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/... | 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, t... | 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 s... | 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... | 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.tx... | 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 Re... | 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/or... | 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.