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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
30,410 | Bug 30410 Change method signatue [refactoring] | Build I20030122 The refactoring doesn't update the variable name and import statements in reimplemented methods. Case class A { public void foo(ICompilationUnit cu) { } } class B extends A { public void foo (ICompilationUnit cu) { } } - select foo in A and activate change method signature. - change cu to sr - change IC... | resolved fixed | e496890 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-05T15:23:10Z | 2003-01-28T18:53:20Z |
30,943 | Bug 30943 ${package_statement} should be called ${package_declaration} [code manipulation] | 20030129 + latest ${package_statement} does not represent any statement but a declaration | resolved fixed | 396e3a9 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/CodeTemplateContextType.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-05T15:19:37Z | 2003-02-05T10:13:20Z |
29,896 | Bug 29896 M4 Usability issue when defining link exclusion filters [build path] | Consider the following scenarios that can occur when defining exclusion filters for source file links in a single rooted tree. For all scenarios assume that up to 100 directories may need to be dealt with. 1. A source path should include a single directory. In this case you could have up to 99 directories that need to ... | resolved fixed | 651a3dd | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ExclusionPatternDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ExclusionPatternEntryDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-04T19:54:54Z | 2003-01-21T14:40:00Z |
30,888 | Bug 30888 IndexOutOfBoundsException in CodeTemplateBlock | latest on 0204 i pressed the edit button (nothing was selected in the tree) java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.RangeCheck(ArrayList.java:508) at java.util.ArrayList.get(ArrayList.java:320) at org.eclipse.jdt.internal.ui.preferences.CodeTemplateBlock.doButtonPressed (CodeTempla... | resolved fixed | 57e9aa6 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-04T19:30:34Z | 2003-02-04T17:33:20Z |
25,927 | Bug 25927 No doc/help on synthetic accessor method warning | In Java code, what does the following warning mean, how would I fix it and why should I care: Access to enclosing method aMethodName(...) from the type aTypeName is emulated by a synthetic accessor method. Thank you, Gary | resolved fixed | 958532c | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ModifierCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-04T19:13:43Z | 2002-11-08T21:13:20Z |
30,135 | Bug 30135 [quick fix] add quick fix for method needs a method body | We should provide a quick fix for: public class Foo { public void f(); // error needs a method body } The quick fix replaces the semicolong with a stub method body | resolved fixed | 43f33f8 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ModifierCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-04T18:30:22Z | 2003-01-24T09:20:00Z |
29,711 | Bug 29711 Move refactoring doesn't honor read-only flags | Build I20030115 - JUnit setup - create TestCase.java in junit.runner - make it read-only - move TestCase from framework to runner - answer yes to override observe: the file in runner gets replaced althouh it is read-only | resolved fixed | 55cb6fd | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgRefactoring.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/SelectionTransferDropAdapter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/CopyQueries.java", "org.eclipse.jdt.ui/ui/org/ecl... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-04T16:06:26Z | 2003-01-17T16:13:20Z |
19,114 | Bug 19114 Restore Java Element from Local History should also provide check boxes [compare] | F2 - delete two resources from a package - open Restore from local histroy observe: the left pane contains a check box table to restore more than one element at a time - now delete two elements in a type - open Restore from local histroy observe: no check box table also it would be very helpful to add more than one mem... | resolved fixed | d789315 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistory.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-04T15:35:48Z | 2002-06-04T17:00:00Z |
26,321 | Bug 26321 Quick fix via Ctrl+1: chooses last error if no errors left to cursor | Build I20021113 - create TestCase() { fNam= null; fNme= null; } - position cursor at beginning of line fNam=.... - avtivate quick fix ==> quick fix opens on fNme= null; I would expect that quick fix opens on the "nearest" error | resolved fixed | 46c0c09 | ["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/correction/JavaCorrectionProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickTemplateProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-04T10:50:32Z | 2002-11-14T16:06:40Z |
30,505 | Bug 30505 Exception attaching source to library [build path] | I2003-01-22 I am trying to attach sourcecode to a library. This is done withing the package explorer using the properties of the library. However, after selecting the source location, pressing okay results in the following exception. (NB: The library is not referenced by the project's build path) !MESSAGE Internal Erro... | resolved fixed | 33c0483 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SourceAttachmentPropertyPage.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/SourceAttachmentDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-04T10:36:09Z | 2003-01-29T14:20:00Z |
30,598 | Bug 30598 When overriding a method, @see comment is wrong [code manipulation] | I2003-01-22 When overriding a method, the @see comment that is constructed is wrong, e.g. having a class TestClass, when overriding java.lang.Object.clone, the comment says: @see TestClass#clone() instead of @see java.lang.Object#clone() | resolved fixed | 576b8e0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/MethodStubCompletionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-04T10:28:01Z | 2003-01-30T12:33:20Z |
30,350 | Bug 30350 Can not "Restore Defaults" setting for 'Java Task Tags'. | Reporter: Amanda Lee Language: Korean /Simplfied Chinese /Traditional Chinese Build driver: eclipse-SDK-I20030122-win32, linux_gtk, linux_motif, Severity: OS: RedHat8_gtk, RedHat8_motif, WinXP JDK Ver.: IBM JDK1.3.1 + SR3 Test case #: 11.6 Summary: DBCS: Can not "Restore Defaults" setting for 'Java Task Tags'. Descript... | closed fixed | a3f54cb | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TodoTaskPropertyPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-04T09:33:20Z | 2003-01-28T05:00:00Z |
28,942 | Bug 28942 "Extract method" refactoring error [refactoring] | When using the "extract method" refactoring, there seems to be a bug with the return statements if the return type is void. When extracting the following code for example: if (error == true) return; doSomething(); He complaints that not all execution paths contain a return statement. This is not necessary as the return... | resolved fixed | 713deb4 | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/invalidSelection/A_test192.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/return_in/A_test727.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/Extract... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-03T18:17:20Z | 2003-01-02T12:20:00Z |
30,749 | Bug 30749 "Can't inline abstract methods" complained for inlining expression | For the code fragment: boolean isSaved = false; FooSet q = getSP(name, value); FooSet a = getP(m.getR(MT.RType.A)); FooSet b = getP(m.getR(MT.RType.B)); FooSet c = getP(m.getR(MT.RType.C)); db.item().addP(id, isSaved, q, a, b, c); When I select "isSaved" in the last line and hit ALT-SHIFT-R, I get the message "Can't in... | resolved fixed | c01fbfb | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/InlineAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-03T16:48:22Z | 2003-01-31T21:53:20Z |
28,515 | Bug 28515 extract method: when the dialog comes up the text field should be selected | 20021216 now, it's the 'add exceptions' checkbox, which is not good | resolved fixed | e3b5471 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/code/ExtractMethodInputPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-03T15:28:51Z | 2002-12-17T15:46:40Z |
30,700 | Bug 30700 New Project/package/class not selected in package explorer | I20030129 - create one of the java elements using the wizard. observe: the new element is not selected in the package explorer. The reason is that we post resource deltas asynchronously. | resolved fixed | 2cf2df5 | ["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"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-03T15:27:27Z | 2003-01-31T10:46:40Z |
30,786 | Bug 30786 java.lang.NoSuchFieldError: handle | Using Eclipse in Linux with Build id: 200302020010 i occasionally get strange errors which prevents modified Java-files from being saved. Happens randomly but when starting to appear stays until the file is removed editor and after reopening saving works ok (for awhile). Notice the same behaviour in maybe build 2003020... | resolved fixed | 81098cb | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMarkerAnnotation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-03T13:57:37Z | 2003-02-03T02:40:00Z |
30,727 | Bug 30727 exclusion filters: cannot remove [build path] | 20030129 create a jproject and a src folder in it add 2 packages to it a.b and c.d exclude c/d/ from the classpath open the java build path dialog, select the source folders expand the tree node select 'Exclusion filter: /c/d/' press 'Remove' seems to be removed, right? wrong. open the dialog again - the filter for /c/... | resolved fixed | 0b65688 | ["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/SourceContainerWorkbookPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-03T10:33:47Z | 2003-01-31T19:06:40Z |
30,724 | Bug 30724 Modify parameters: order of buttons [refactoring] | 20030131 The dialog to modify parameters could use the same order of buttons like the build path / org. import order ect dialogs Add.. Edit Up Down Remove I would also rename the buttons from Move Up -> Up, Move Down -> Down Maybe it would also be good to add separators before Up and Remove | resolved fixed | e609dbb | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-02-03T10:16:57Z | 2003-01-31T16:20:00Z |
28,582 | Bug 28582 Quickfix icon hides the error icon in editor left ruler [quick fix] | Build 20021216 In presence of problems, one cannot see an error icon in the left ruler, since it get overlapped completely with the quickfix icon. The only error indication is the underlining in the code itself. | resolved fixed | cc1e5b0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMarkerAnnotation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-31T15:58:49Z | 2002-12-17T21:20:00Z |
30,667 | Bug 30667 create 'subpackage' when doing create new package with a package selected | It should be possible to quickly create a new package as a subpackage of an already existing package. A suggestion: upon activating the new>package menu from a selected package, the name field in the dialog box could already contain the name of the selected package (possibly with the name completely selected). Just app... | resolved fixed | 9a791dd | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-31T10:43:12Z | 2003-01-30T20:53:20Z |
28,082 | Bug 28082 creating a project in java perspective updates labels in browsing perspective | i created a project in the java perspective stuff in the browsign perspective was called as well there should be no reason for it here's what was called: at org.eclipse.jdt.ui.ProblemsLabelDecorator.getErrorTicksFromMarkers (ProblemsLabelDecorator.java:203) at org.eclipse.jdt.ui.ProblemsLabelDecorator.computeAdornmentF... | resolved wontfix | 1f973a8 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-31T10:07:18Z | 2002-12-11T12:33:20Z |
30,681 | Bug 30681 Refresh problem in Package Explorer view | 20030129 integration build Refreshing a project without a Java nature in a Package Explorer produces message:" Problem occured refreshing the selected resources. Reason: org.eclipse.releng does not exist." Log contains: !ENTRY org.eclipse.jdt.ui 4 10001 Jan 30, 2003 23:45:54.937 !MESSAGE Internal Error !STACK 1 Java Mo... | resolved fixed | 71ef839 | ["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 | 2003-01-31T09:35:45Z | 2003-01-31T05:13:20Z |
30,581 | Bug 30581 NPE in organize Import | Found the following in the log of PR 30427 java.lang.NullPointerException at org.eclipse.jdt.ui.actions.OrganizeImportsAction.doChooseImports (OrganizeImportsAction.java:400) at org.eclipse.jdt.ui.actions.OrganizeImportsAction.access$1 (OrganizeImportsAction.java:398) at org.eclipse.jdt.ui.actions.OrganizeImportsAction... | resolved fixed | 7275727 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-31T09:21:58Z | 2003-01-30T09:46:40Z |
30,658 | Bug 30658 Package explorer drag'n drop does not always work | null | resolved fixed | 02fd0c2 | ["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 | 2003-01-31T08:32:48Z | 2003-01-30T18:06:40Z |
30,683 | Bug 30683 Need API to know if project is shared | null | resolved fixed | 43fefdf | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/NonSharedFilter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-31T07:09:22Z | 2003-01-31T08:00:00Z |
27,807 | Bug 27807 Need library and library with source as shared images | PDE has two places (plug-ins view and classpath container page) where our label provider needs to render classpath entries. An easy solution would be to add 'library' and 'library with source' images to the list of shared images currently supported by JavaUI.getSharedImages() (currently, the closes image is JAR but we ... | resolved fixed | 91dcbf8 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/SharedImages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/ISharedImages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-30T15:54:42Z | 2002-12-05T23:13:20Z |
30,508 | Bug 30508 Package Viewer toolbar redraws on selection change [general issue] | I20030128 - in package viewer move selection with cursor down key Observe: on every selection change the navigator's toolbar (containing the triangle for the filter menu and the close box) is redrawn. On MacOS X this redraw is so slow that the selection change becomes really slow too. Note: both the resource navigator ... | resolved wontfix | c1bdacc | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-30T12:59:30Z | 2003-01-29T14:20:00Z |
21,896 | Bug 21896 Package view filter - would like ability to filter out non-shared projects [package explorer] [filters] | null | resolved fixed | e95fe51 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/NonSharedFilter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-29T16:15:09Z | 2002-07-25T12:26:40Z |
30,412 | Bug 30412 ClassCastException selecting package in java browsing perspective | Build: I20030122 I have the java browsing perspective open. I selected a package in the packages view, and there was an error trying to open the type browsing view. I can't seem to reproduce it, but hopefully the stack trace will be useful. The result was that the types view could not be initialized (the view contained... | resolved fixed | 4877761 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-29T15:21:35Z | 2003-01-28T18:53:20Z |
23,498 | Bug 23498 'Add closing parent' feature improvement | 20020911 The 'Add closing parent when typing open parent' should check if there isn't already a closing parent following. String) Adding a parent before 'String' should not add a closing one. | resolved fixed | f9ab85f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-29T10:58:02Z | 2002-09-12T17:00:00Z |
30,080 | Bug 30080 [Preferences] NoSuchElementException dumped into .log file | Build 20030122 I was modifiying JRE installs (to remove all but rt.jar from within them). Unclear if the following is actually related, but timing seems to indicate it is. !ENTRY org.eclipse.ui 4 0 Jan 23, 2003 12:22:52.458 !MESSAGE java.util.NoSuchElementException !STACK 0 java.util.NoSuchElementException at java.util... | resolved fixed | 6dc5aef | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-29T10:17:10Z | 2003-01-23T11:06:40Z |
30,169 | Bug 30169 no hover message for bookmarks in overview ruler | 20030121 hovering over bookmarks in the overview ruler should show the bookmark name it does not | resolved fixed | a8a6334 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMarkerAnnotation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-28T18:25:39Z | 2003-01-24T12:06:40Z |
30,341 | Bug 30341 NPE attempting "Show in package explorer" [packge explorer] | null | resolved fixed | 27d778f | ["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 | 2003-01-28T17:17:16Z | 2003-01-27T23:26:40Z |
30,382 | Bug 30382 Incosistent dialog UI when specifying different output locations per source folder | Please see attached image. The dialog says ".. enter a path _RELATIVE_ to 'path/to/sourcefolder'" but the "Browse" dialog generates a path that is relative to sourcefolder parent. It should be clarified, which path will be expected! I suggest removing the current confusing behavior and replace it with a consistent beha... | resolved fixed | 7c4e815 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/OutputLocationDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-28T15:26:33Z | 2003-01-28T13:20:00Z |
29,507 | Bug 29507 dialog in refactor->rename reapears | using refactor->rename on a method, that overrides a method in a superclass, lets the dialog about whether you want to do the renaming on the superclass' method reapear over and over. reproduced in plugin org.eclipse.pde.ui in class ManifestEditor/SchemaEditor on method updateModel(). | resolved fixed | 4b9f8e7 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodInInterfaceRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-28T10:31:06Z | 2003-01-15T08:40:00Z |
30,291 | Bug 30291 SearchUsagesInFileAction should show dialog in case of failures | Build I20030122 SearchUsagesInFileAction should show a dialog in failure/error cases (e.g. code resolve fails). | resolved fixed | 083ec58 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchUsagesInFileAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-27T18:19:03Z | 2003-01-27T15:06:40Z |
28,400 | Bug 28400 JavaEditorPreferencePage and JavaColorManager leak Colors | 20021216 everytime you do this: 1. open java editor pref page 2. close the pref page you end up having allocated and not disposed 8 colors 1 is allocated like this at org.eclipse.jdt.internal.ui.preferences.JavaEditorPreferencePage.createColor(JavaEditorPreferencePage.java:560) at org.eclipse.jdt.internal.ui.preference... | resolved fixed | 64feff4 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaColorManager.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-27T17:20:04Z | 2002-12-16T17:33:20Z |
29,525 | Bug 29525 moving source file from one source folder to the other caused NullPointerException | Not strictly reproducible, the source folders are in the same project, source and destination package have the same name. This is the complete stack trace, note the contained stack trace starting at: "Caused by: java.lang.NullPointerException" java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.M... | resolved fixed | bbae512 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-27T13:59:33Z | 2003-01-15T11:26:40Z |
29,805 | Bug 29805 Resolve end symbol problem in Open Type dialog | Build I20030115 Here is the proposal we want to implement (it is pretty much what Randy Hudson proposed): The user must explicitly disable the adding of the wildcard by using a special end symbol. But instead of using the '.' JDT proposes to use the % character. Here are the reasons: - '.' is used in fully qualified na... | resolved fixed | 914191c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OpenBuildPathDialogAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/BuildPathDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-27T13:56:27Z | 2003-01-20T16:26:40Z |
30,235 | Bug 30235 [refactoring] Exception in Move method refactoring | JUnit setup. 1) Select TestResult runTest in the source 2) accept the default settings 3) finish (without preview) !ENTRY org.eclipse.jdt.ui 4 10001 Jan 26, 2003 00:37:57.355 !MESSAGE Internal Error !STACK 0 java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.runInCurrentThread(Modal... | resolved fixed | df97c0f | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveInstanceMethodInputPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-27T12:15:29Z | 2003-01-26T00:13:20Z |
30,092 | Bug 30092 [browsing]Missing View Short cuts in the Java Browsing perspective | 1) in the Java Browsing Perspective 2) execute Window>Show View ->notice that the Views shown in the Browsing Perspective do not show up in the menu. You have to go to the Other... dialog. This should be changed (the perspective factory can define the corresponding short cuts), e.g. layout.addShowViewShortcut(IPageLayo... | resolved fixed | ecb31df | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPerspectiveFactory.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-23T17:53:33Z | 2003-01-23T16:40:00Z |
30,102 | Bug 30102 NamingConvention: Tests fail | 20030122 I changed our tests to use NamingConvention. There are failuers, please check. NameProposerTest in jdt.ui.tests | verified fixed | 91c5449 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/CoreTests.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-23T16:28:19Z | 2003-01-23T16:40:00Z |
30,007 | Bug 30007 Can't hit next in new java project wizard [build path] [code manipulation] | Build: I20020122 1) Open the new java project wizard 2) Enter a name, hit next 3) Hit the back button 4) Deselect the "Use default" check box 5) Type in a location -> It won't let me hit next, because it claims the project already exists. 6) Click cancel -> The project doesn't exist. | resolved fixed | 17121d0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewProjectCreationWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-23T11:08:26Z | 2003-01-22T21:13:20Z |
30,005 | Bug 30005 Can't create linked source folder in new java project wizard [build path] | Build: I20030122 1) Open the new java project wizard 2) Enter a name, hit next 3) Click "Add Folder" on the "Source" tab. -> dialog comes up that doesn't have an option to create a new folder 4) Click cancel. Click "Browse" next to the output folder field -> this dialog allows you to create a new folder (even a linked ... | resolved fixed | 844dc6a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-23T09:25:43Z | 2003-01-22T18:26:40Z |
29,996 | Bug 29996 Java Browsing perspective is missing the Resource Navigation action set | build I20030115 The Java Browsing perspective is missing the Resource Navigation action set, although the Java perspective uses it. Just wondering if this was by design. | resolved fixed | 6ee1f2e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPerspectiveFactory.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-23T08:32:44Z | 2003-01-22T15:40:00Z |
18,568 | Bug 18568 api: IType::getMethod - how to distinguish constructors in this case? | it is legal to have both a constructor and a method with the same signature however, IType::getMethod does lot let me distinguish between the 2 cases given this code: class A { public A() {} protected void A() {} } call to IType::getMethod("A", new String[0]) returns the constructor (and it does, as suspected, return t... | resolved wontfix | fc625ee | ["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 | 2003-01-22T15:42:37Z | 2002-06-01T08:26:40Z |
29,848 | Bug 29848 Add Javadoc Comment creates incorrect declaration [javadoc] | Create a subclass of TransferHandler. Override canImport. The Javadoc comment generated is "@see javax.swing.TransferHandler#canImport (javax.swing.JComponent, java.awt.datatransfer.DataFlavor)", but it shuold be "@see javax.swing.TransferHandler#canImport(javax.swing.JComponent, java.awt.datatransfer.DataFlavor [])" -... | resolved fixed | cbac6e0 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-21T11:25:02Z | 2003-01-20T22:00:00Z |
25,291 | Bug 25291 Can't browse JRE_LIB jar file when working set selected | I found that when I was using a working set I couldn't expand the JRE_LIB jar file in the package explorer. When I deselected the working set, it worked fine. | resolved fixed | 1791872 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetFilter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-21T09:15:24Z | 2002-10-24T03:26:40Z |
28,510 | Bug 28510 java build path inconsistency [build path] | 20021216 select rt.jar in the package explorer open properties it allows you to set the javadoc location but for source attachment you are sent somewhere else it's inconsistent - on the java build path they both look sort of the same (they sit under the same node in the tree) | resolved fixed | bcd21c9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.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/LibrariesWorkbookPage.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 | 2003-01-20T18:15:37Z | 2002-12-17T15:46:40Z |
26,927 | Bug 26927 JavaDoc generation is hard to find [javadoc] | Feedback on the mailing list and questions on the newsgroup indicate that the javadoc support is difficult to find. Proposal: Add a Generate Java Doc action to the Project menu. (we should also investigate whether we want to surface other actions in the Project menu, e.g. open the "Properties") | resolved fixed | 7f099a8 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/GenerateJavadocAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-20T18:00:55Z | 2002-11-22T10:13:20Z |
25,845 | Bug 25845 Support for manually attaching source to a class path container | From Dejan: There is a work item on the ability to manually attach source to classpath entries managed by classpath container. We discussed it and we have workable options but we would like if we can have it by M3 because we want to start self-hosting using classpath containers ourselves. | resolved fixed | 3eaf7d8 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SourceAttachmentDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SourceAttachmentPropertyPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/inte... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-20T17:30:52Z | 2002-11-07T17:26:40Z |
23,112 | Bug 23112 [search] need a way to search for references to the implicit non-arg constructor | i'd like to search for references to all constructors of a class - it's easy when the class has some declared construcotrs. the problem is that when the class does not declare any explicit constructors, you can still have (super()) references to the non-arg implicit constructor. but how do i search for these? | resolved wontfix | af4f733 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ConstructorReferenceFinder.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-20T15:30:02Z | 2002-09-03T13:33:20Z |
29,726 | Bug 29726 New compiler setting added: OPTION_ReportIncompatibleNonInheritedInterfaceMethod | JavaCore#OPTION_ReportIncompatibleNonInheritedInterfaceMethod COMPILER / Reporting Interface Method not Compatible with non-Inherited Methods When enabled, the compiler will issue an error or a warning whenever an interface defines a method incompatible with a non-inherited Object one. - option id: "org.eclipse.jdt.cor... | resolved fixed | 1b01b65 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-20T09:39:58Z | 2003-01-17T16:13:20Z |
25,068 | Bug 25068 Reuse editor in Search view causes the menubar to refresh a lot. | null | resolved fixed | b37b167 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/GotoMarkerAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-18T13:54:06Z | 2002-10-18T16:53:20Z |
28,398 | Bug 28398 New Java Project Wizard: no source folder after using "Back" | Build 20021213 1. Start the new Java Project wizard 2. Enter "JUnix" 3. Press "Next" - see: there's a source folder 4. Press "Back" 5. Change project name to "JUnit" 6. Press "Next" ==> no source folder | resolved fixed | 046e710 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-17T17:03:57Z | 2002-12-16T17:33:20Z |
28,054 | Bug 28054 awkward to change default output folder | Build I20021210 1. Create a new Java project P1 On the Java Settings page hit the Browse next to Default output folder. Observe: The dialog is empty, shows an error "No entries available", and only allows Cancel. Expectation: As with other dialogs, it would be better if I had an opportunity to create folders at this ti... | resolved fixed | aa4b231 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewProjectCreationWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewProjectCreationWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/u... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-17T16:50:28Z | 2002-12-10T22:40:00Z |
29,698 | Bug 29698 drag and drop of java files between packages in package explorer doesn't work | the <preview> <ok> <cancel> dialog shows up, but <ok> has the same effect as <cancel> and <preview> would only show movements of files and no changes in imports of other java files. on <ok> in the preview it only moves the file(s) (as indicated ) without changing referencing imports. | resolved fixed | 386c5c6 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameTypeRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/st... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-17T14:02:05Z | 2003-01-17T10:40:00Z |
28,575 | Bug 28575 Hierarchy view updates items twice [type hierarchy] | null | resolved fixed | 2098c30 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-17T13:53:22Z | 2002-12-17T21:20:00Z |
28,269 | Bug 28269 type hierarchy makes work much slower even though it's invisible | 20021210 i had a big type hierarchy open but put in the background - behind the package explorer i added 1 type to the workspace boom - tyhe whole thing froze for 2 minutes because the type hierarchy was doing a lot of work that i did not ask for and no busy cursor it makes it quite impossible to work if you have a typ... | resolved fixed | 9a4499d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-17T11:02:54Z | 2002-12-13T14:33:20Z |
28,443 | Bug 28443 organize imports sometimes added to logical packages, sometimes not | 20021216 select a logical package - 'organize imports' is not in the context menu select the logical package and another package - organize imports is in the menu | resolved fixed | 5cd6316 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-15T16:24:56Z | 2002-12-17T10:13:20Z |
29,500 | Bug 29500 Cannot cancel organize imports | After selecting organize imports on my project (to reduce the 4175 warnings about unused imports I got when I upgraded to 2.1 M4), I decided that maybe this was going to take longer than I thought, so I tried to cancel the action. The cancel button on the dialog didn't to do anything. I can repeat this at will with my ... | resolved fixed | b3d6599 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-15T11:09:58Z | 2003-01-15T05:53:20Z |
29,416 | Bug 29416 Cannot create Type if typecomment Template doesn't exist | Actual: Click on File/New/Interface (or Class). Type a name, and click Finish. Error dialog appears telling me to look in the log (stack trace below). Interface/Class file is created, but is completely empty. If I go to Preferences and create the "typecomment" template, this problem goes away Expected: Class/Interface ... | resolved fixed | 3b9ae18 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-14T09:16:55Z | 2003-01-13T23:20:00Z |
29,405 | Bug 29405 NPE in SearchUtil.isBinaryPrimitive [search] | 20030107 Sorry, unsure of steps to reproduce but thought may be interesting none the less. java.lang.NullPointerException at org.eclipse.jdt.internal.ui.search.SearchUtil.isBinaryPrimitveConstantOrString (SearchUtil.java:429) at org.eclipse.jdt.internal.ui.search.SearchUtil.warnIfBinaryConstant (SearchUtil.java:416) at... | resolved fixed | 0771670 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchUtil.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-14T08:17:45Z | 2003-01-13T17:46:40Z |
29,170 | Bug 29170 False error feedback from "Show in package explorer" | Build 20030107 1. Open a .java file in the Java editor. 2. Click "Collapse All" in the packages view to collapse the tree. 3. Right click on the top-level type in the Outline view and choose "Show in Package Explorer" 4. The packages view correctly expands to the selected type, but an error dialog pops up: Title: "Show... | resolved fixed | 75ceea6 | ["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 | 2003-01-14T08:05:09Z | 2003-01-08T21:06:40Z |
29,375 | Bug 29375 Search for reference gives strange results when references are in static initialisers [search] | [M4] When references to a class or method are in the static initialiser for a class (which is also in a package other than the default one) the results contain spurious nulls. Test case: package foo.bar; public class Test { static { new Test().toString(); } } Highlight "Test" (either place) and search for references in... | resolved fixed | b00b226 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabels.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-13T15:26:03Z | 2003-01-13T12:13:20Z |
28,267 | Bug 28267 55% of open type hiearchy spent in sorting [type hierarchy] | 20021210+latest 1213 junit workspace typehierarchy on Object 55% is spent in sorting | resolved fixed | c1dd284 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaElementAdapterFactory.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-13T11:01:47Z | 2002-12-13T14:33:20Z |
29,200 | Bug 29200 NPE from 'Occurences in File' | Found in my log (don't have the corresponding source anymore) java.lang.NullPointerException at org.eclipse.jdt.internal.ui.search.SearchUsagesInFileAction$NameUsagesFinder.mat ch(SearchUsagesInFileAction.java(Compiled Code)) at org.eclipse.jdt.internal.ui.search.SearchUsagesInFileAction$NameUsagesFinder.vis it(SearchU... | resolved fixed | a9e1a8f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchUsagesInFileAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-10T16:13:21Z | 2003-01-09T11:00:00Z |
29,272 | Bug 29272 Typo in warning | When renaming a method (refactoring) if you start the method name with an upper case letter, you get a warning of: "By convention, all names of methods start with uppercase letters" It should, of course, read: "By convention, all names of methods start with lowercase letters" | resolved fixed | ad0d061 | ["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 | 2003-01-10T09:03:35Z | 2003-01-10T09:13:20Z |
28,824 | Bug 28824 Quick Fix: Type Mismatch -> Cast bug [quick fix] | When using code assist to apply a cast to the following statement: DefaultMutableTreeNode root = getParentContainer().treeMapperTree.getModel ().getRoot(); You get: DefaultMutableTreeNode root = getParentContainer().(DefaultMutableTreeNode) treeMapperTree.getModel().getRoot(); When you should get: DefaultMutableTreeNod... | verified fixed | af53044 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/astrewrite/ASTRewritingExpressionsTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-09T16:45:21Z | 2002-12-23T10:40:00Z |
29,003 | Bug 29003 Preferences 'Output Folder Name' needs to allow '/' in the path [build path] | In the window/preferences/Java/New Project panel, when 'Folders' radio button is set, the 'output folder name' cannot be set to something like 'WEB- INF/classes'. The error message "'/' is an invalid character" appears. However, when setting the output path on the project (project/properties), 'WEB- INF/classes' is all... | resolved fixed | d30c738 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NewJavaProjectPreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-09T16:07:03Z | 2003-01-04T14:20:00Z |
29,078 | Bug 29078 Completion for anonymous inner class results in syntax error | 1) enable smart brackets 2) type in Runnable runnable= new Runnable(<code assist>) ->you get the code below with one superflus parenthesis: Runnable runnable= new Runnable() { public void run() { } }) | resolved fixed | 649753e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AnonymousTypeCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaTypeCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/MethodStubCompletionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-09T15:31:11Z | 2003-01-07T11:46:40Z |
29,091 | Bug 29091 Protected method created when overridding public method from super class | M4 Using org.eclipse.jdt.internal.debug.ui.launcher.MainTypeSelectionDialog, override TwoPaneElementSelector#createDialogArea(Composite) createDialogArea is created but is has protected visibility. I believe it should have public visibility as TwoPaneElementSelector#createDialogArea(Composite) is public and one cannot ... | resolved fixed | 2be043e | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/AddMethodStubOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/MethodStubCompletionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-09T14:47:38Z | 2003-01-07T17:20:00Z |
29,156 | Bug 29156 Highlight all occurances of local Java variable | Sorry if this is a duplicate of the one I wrote this morning as I did not get any confirmation. My browser didn't show the confirmation either. Earlier I had requested this feature and I was told that API did not support this kind of search. I recently discovered CTL-1 mechanism and found that it allowed me to rename l... | resolved fixed | f87a738 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-09T11:44:56Z | 2003-01-08T18:20:00Z |
29,161 | Bug 29161 Quickfix can't fix a simple fix [quick fix] | If I have a class like this: public class Foo { private static final String BAR = "bar"; public Foo () { System.out.println(this.BAR); } } There's a light bulb on the 'this.BAR' line, which says "The static field Foo.BAR should be accessed in a static way", but says "No corrections available" when I click on it. The fi... | resolved fixed | c3ce08e | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-09T11:31:10Z | 2003-01-08T18:20:00Z |
25,152 | Bug 25152 Code format too tight when creating a missing method [code manipulation] | When you choose the quick fix 'create method', the code generated butts up below the method without a new line: } /** * Method precompile. */ private void precompile() { } instead of: } /** * Method precompile. */ private void precompile() { } | resolved fixed | 027c529 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/astrewrite/ASTRewritingMoveCodeTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/astrewrite/ASTRewritingTypeDeclTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java", "org.eclipse.jdt.ui.tests/ui/org/ecl... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-09T09:53:35Z | 2002-10-21T22:40:00Z |
29,165 | Bug 29165 exception when deleting a class in I20030107 (win2k) | steps to reproduce the exception : - selected class in package explorer - selected delete in contextmenu | resolved fixed | dd38a97 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-09T09:07:05Z | 2003-01-08T21:06:40Z |
28,250 | Bug 28250 opening a file calls getImage 2 times on packageExplorer's label provider [package explorer] | 20021210 what is the reason for the package explorer to update its labels on opening/closing files? No resource has changed, nothing really happened - but stuff gets updated anyhow. it's called twice on opening and once on closing closing: Thread [main] (Suspended (breakpoint at line 67 in org.eclipse.jface.viewers.Dec... | resolved fixed | 655a6c0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-07T21:16:05Z | 2002-12-13T11:46:40Z |
28,869 | Bug 28869 Parse error with final local vars without immediate assignment | Consider this prototype code: void foo() { final PreparedStatement statement; try { statement = xxx.prepareStatement(...) } catch (..) { // handle errors } return statement; } For this kind of thing I often use a final local variable - mostly to enable the compiler to find my errors (like assigning more than once). How... | verified fixed | a58f54a | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-07T17:13:55Z | 2002-12-25T09:53:20Z |
28,875 | Bug 28875 Refactor - Change method signature [refactoring] | I tried it, and this is what I got in the log : java.lang.reflect.InvocationTargetException: java.lang.ClassCastException: org.eclipse.jdt.internal.core.SourceField at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring .getMethod(ChangeSignatureRefactoring.java:1081) at org.eclipse.jdt.int... | resolved fixed | 89c1e22 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-07T14:34:06Z | 2002-12-26T13:40:00Z |
21,047 | Bug 21047 code formatter availability inconsistent | Sometimes the hotkey (ctrl-shift-f) and the menu entry for formatting the source code are disabled, while the entry in the context menu is enabled and works as expected. I didn't find any patterns on when this occurs till now. | resolved fixed | ede408a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-07T14:01:43Z | 2002-06-27T09:26:40Z |
27,801 | Bug 27801 Change the way external JARs are presented in Package Explorer | External JARs are currently presented in Package Explorer using their full path. This causes a problem in cases where this path is long (e.g. self- hosting). With the standard view widths, the most important part of the path (library name) is clipped and users have to scroll or move the mouse over to see the tool tip. ... | resolved fixed | b4c4551 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabels.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-07T12:47:45Z | 2002-12-05T20:26:40Z |
26,186 | Bug 26186 Java preference page should use group bpxes instead of labels | 20021113 The labels on the Radio groups in the JavaPreferencePage will not be read by screen readers. Use Group boxes instead. Also an issue for the Code Generation, New Project and Refactoring Page. | resolved fixed | 702a1e6 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/AppearancePreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeGenerationPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBasePreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclip... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-01-06T18:12:53Z | 2002-11-13T20:40:00Z |
24,912 | Bug 24912 inline method - inline method breaks code when inlining into a field initializer [refactoring] | I-20021016 linux-gtk: public class Doo { private final static int MAGIC= compute(); private final static int compute() { return 42; } } There are two issues: 1) If select the use of compute() is selected for inlining, then I get a message on the preview page that it's not possible to inline inside a field initializer. ... | resolved fixed | f065299 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/base/RefactoringStatus.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/base/RefactoringStatusCodes.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/co... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-23T15:56:43Z | 2002-10-17T10:20:00Z |
26,318 | Bug 26318 Inline Method: attempts to inline any constructor -- just deletes constructor[refactoring] | Inline Method seems to attempt to inline any constructor. It appears to never create any changes except for deleting the constructor when the "Delete method declaration" checkbox is selected. | resolved fixed | e0c8f1b | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceAnalyzer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-23T14:21:40Z | 2002-11-14T16:06:40Z |
24,931 | Bug 24931 inline method - adds unnecessary assignment [refactoring] | I-20021016 linux-gtk: public class Moo { void foo(int a) { System.out.println(a); } void goo() { int n= 42; foo(n); int x= 7; // <-- } } 1. select foo in goo 2. inline method 3. press next 4. observe that the method invocation 'foo(n);' is replaced by 'int a= n; System.out.println(a);' This assignment is unnecessary un... | resolved fixed | bbf8cf0 | ["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_in/TestLocalReferenceUnused.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_out/TestLocalReferenceUnused.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corex... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-23T13:52:59Z | 2002-10-17T13:06:40Z |
27,415 | Bug 27415 inline method is too scared of compile warnings [refactoring] | 20021127 package p; public class A { static final int I= 0; void f(){ int iiiii= I; int j= iiiii; //j++; } void fg(){ f(); } } try inlining fg() - cannot because it complains about the warning. uncomment the commented line and it will make inline method happy | resolved fixed | 06f8e60 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/ASTNodes.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceAnalyzer.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RefactoringAnalyzeUtil.java... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-23T12:53:25Z | 2002-11-29T17:13:20Z |
26,501 | Bug 26501 Refactoring wizard brings the package explorer to flicker [refactoring] | 20021114 1. In the Java perspective, package explorer visible. 2. Open FilterDescriptor (jdt.ui) select ID_PLUGIN (line 76). 3. From the context menu choose Refactoring -> Inline Constant 4. On the first page press next 5. Before the progress monitor is finished, the package view suddenly starts to flicker for about 1/... | resolved fixed | 62edf84 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/UndoManager.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/PerformChangeOperation.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/PerformRefactoringUtil.java", ... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-23T11:21:55Z | 2002-11-15T17:06:40Z |
27,988 | Bug 27988 checkbox tree behavior in refactoring not consistent | In at least the rename-refactor wizard, after the changes have been identified, the "changes to be performed" tree's checkboxes exhibit the following behavior: Clear a task, and expand its sub-tasks. check one of the sub-tasks. This causes the super-task to be a grey 'partial-type' checkbox (expected) immediately clear... | resolved fixed | 0f843d6 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/CompositeChange.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/base/ICompositeChange.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeElementTreeView... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-20T16:57:53Z | 2002-12-10T00:26:40Z |
28,369 | Bug 28369 [search] Java search results shown with squashed icons | The stop/halt icon (used for unknown images) doesn't have the correct size and a search result including such an icon shows up incorrectly. The icon should have the same width as the Java Element Labels with adornments. We should also use a different icon (question mark, or just a grey sphere) in this case. The halt ic... | resolved fixed | 17c077c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultLabelProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-20T15:49:56Z | 2002-12-16T14:46:40Z |
26,288 | Bug 26288 use supertype - doesn't get all possible cases [refactoring] | I-20021113 w2k: Use supertype A instead of B: The first example doesn't touch the unnecessary cast to B, while the second example works as expected. class Test1 { class A {} class B extends A {} void foo() { B b= null; A a= (B) b; String s= a.toString(); } } class Test2 { class A {} class B extends A {} void foo() { B ... | resolved fixed | 8d8700a | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/UseSupertypeWherePossibleUtil.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-20T14:56:01Z | 2002-11-14T13:20:00Z |
28,244 | Bug 28244 Edit->Undo / Refactor->Undo don't play well together | reproducible in I20021210 with the following steps and code: - select "b + c" - extract local - edit->undo - refactor->undo public class Test { public Test() { int a= 1; int b= 2; int c= 3; int d= a + b + c; } } | resolved fixed | de1133c | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/PerformChangeOperation.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringExecutionHelper.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/InlineMethodA... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-20T13:01:51Z | 2002-12-13T09:00:00Z |
28,602 | Bug 28602 On Eclipse startup: No disk in drive dialog pops up [ccp] | 20021217 win 2000 1. Insert a disk in the floppy drive, for the file explorer select a file and copy to clipboard. 2. remove the floppy disk. start eclipse while booting you suddently get a dialog: 'There is no disk in the drive. Please insert a disk into drive A:' Get a stack trace usning CTRL + BREAK: PasteResourcesF... | resolved fixed | ce21aef | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/PasteResourcesFromClipboardAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-20T11:13:49Z | 2002-12-18T11:13:20Z |
28,698 | Bug 28698 Ctrl+O (show outline) does not work if the file being shown in the editor is read only | M4 The summary tells all. Works if the file is not read only. Is this by design? | closed fixed | b778695 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-20T09:43:52Z | 2002-12-19T20:33:20Z |
26,242 | Bug 26242 inline local variable - removes comments [refactoring] | I-20021113 w2k w/ jdt.core patch: public class Test0 { void foo() { final int value= 42; // some valuable important comment which will be erased System.out.println(value); } } | resolved fixed | 69abccd | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineTempRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-20T09:30:21Z | 2002-11-14T10:33:20Z |
26,956 | Bug 26956 Rename not allowed when package fragement with same name exists in different source folder [refactoring] | Build I20021119 Create the following structure Test src org.eclipse.code tests org.eclipse.code.tests Now try to rename org.eclipse.code.tests to org.eclipse.code. You get an error that the package already exists in project Test. That's correct but the package lies in a different source folder. We should allow this cas... | resolved fixed | 10970a9 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePackageRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-19T09:37:22Z | 2002-11-22T15:46:40Z |
23,553 | Bug 23553 Type Hierarchy shows wrong drop cursor | If you drag and drop a Java Element onto the Type Hierarchy, there are several different reactions depending on the drop target you point at: 1. Point at a binary type -> NO DROP cursor: no drop possible 2. Point at source type -> COPY cursor: copies the drag source into the target 3. Point at the TreeViewer, but NOT a... | resolved fixed | c273ede | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyTransferDropAdapter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-18T15:05:45Z | 2002-09-13T12:26:40Z |
22,446 | Bug 22446 Importing folder into itself causes "infinite" recursion [ccp] | null | resolved fixed | 55bb732 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/FileTransferDropAdapter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-18T14:59:12Z | 2002-08-14T18:33:20Z |
28,563 | Bug 28563 NPE on shutdown when JUnit view wasn't realized | null | resolved fixed | 2b3fd3c | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-17T20:48:21Z | 2002-12-17T21:20:00Z |
28,547 | Bug 28547 Automatic detection of source folders doesn't work | Build 20021216 1. Create folder d:\temp\test\src\p 2. Create file X.java in d:\temp\test\src\p: package p; public class X { } 3. In a fresh workspace, create new Java project 4. Uncheck use default project contents, and point to d:\temp\test 5. Press Finish Observe: You get an error dialog saying that src/P [in Test] d... | resolved fixed | fcb0b9b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewProjectCreationWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-12-17T18:11:52Z | 2002-12-17T18:33:20Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.