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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
16,392 | Bug 16392 Exception removing search results | build 2002-05-19 on WinXP. IBM JRE 1.3.1. I did a text search and got over 100 hits. I selected a handful of them and then chose "remove entries" from the context menu. I got error dialogs for each result I wanted to remove. Looks like the markers have been removed and the search view is trying to access attributes? I ... | resolved fixed | 1ca9446 | ["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 | 2002-05-21T09:38:18Z | 2002-05-19T17:40:00Z |
15,906 | Bug 15906 MultiTypeSelectionDialog ignores "filter" setting | If you use JavaUI.createTypeDialog to create a type selection dialog and pass in a filter string, the MultiTypeSelectionDialog ignores this filter. The problem is in the open(), it does a: setFilter("A"); //$NON-NLS-1$ And this overrides any current setting. It needs to first check if the filter has not already been se... | resolved fixed | d8417c3 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/MultiTypeSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-21T09:35:19Z | 2002-05-13T22:46:40Z |
16,531 | Bug 16531 templates: @author has incorrect icon on preference page | 20020520 it has a 'java context' icon although it's a 'javadoc context' template | resolved fixed | a0f2777 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/TemplateEngine.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/TemplateLabelProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-21T09:31:03Z | 2002-05-21T08:33:20Z |
16,527 | Bug 16527 New API in ISearchResultView breaks old if null is used | Build 20020519 ISearchResultView.searchStarted(.....). Clients were passing a null parameter that now has to be cast to IActionGroupFactory or IContextMenuProvider to get rid of compile errors. | resolved fixed | 0fb5099 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultCollector.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultCollector.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-21T07:11:15Z | 2002-05-21T05:46:40Z |
16,452 | Bug 16452 Must check for null in uses of IWorkbenchPartReference.getPart | null | resolved fixed | 7897bc9 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringSupportFactory.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-20T23:23:44Z | 2002-05-20T15:53:20Z |
4,240 | Bug 4240 Can't edit class path entry (1GKEPIF) | There is no way to edit an existing entry for a library on the Java Build Path project properties page (other than editing the .classpath file directly). NOTES: EG (9/22/2001 11:42:11 AM) this is particularly annoying for variables. we should have an Edit button when a variable is selected. | resolved fixed | b717ba0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ClasspathContainerWizard.java", "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/NewContainerDialog.java", "org.eclipse.jdt.ui/ui... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-16T21:17:21Z | 2001-10-11T03:13:20Z |
14,943 | Bug 14943 Code Assist does not respect platform line ends | I performed the following scenario: 1. Created a new class 2. Added a method. 3. Defined a local variable for an array 4. Used code assist to create a for loop with temporary variable. The resulting code has LF as linefeeds on a windows machine. They should be CR/LF. | resolved fixed | 9e0b65b | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/DocumentTemplateContext.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/CompilationUnitContext.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/Compilation... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-16T14:16:52Z | 2002-04-30T18:06:40Z |
15,604 | Bug 15604 Promote Fill arguments on method completion to a real preference | It is still in work in progress but it has become an established feature by now. Promote the preference to the code assist preference page. | resolved fixed | 4820fe3 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/WorkInProgressPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/ContentAssistPreference.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-16T13:23:20Z | 2002-05-09T13:13:20Z |
16,075 | Bug 16075 Strange Cut/Copy and Paste behavior | I was trying to move to compilation units from one project to another in the Java Browsing perspective. I selected them in the types brwoser and selected Cut. I then tried to Paste them in another package by selecting the target package in the packages view but paste wasn't enabled. I tried to paste them in the navigat... | resolved fixed | 5032af8 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/CutSourceReferencesToClipboardAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-16T11:54:09Z | 2002-05-15T19:13:20Z |
14,680 | Bug 14680 Compare unreadable in high contrast black | If you are in High Contrast Black the differences in the Compare browser are shown in Grey - this is unreadable with White text. STEPS 1) Change your system colors to High Contrast Black 2) Compare two editions of a project from a repository 3) Select one of the differences - all of the highlights are shown with a grey... | resolved fixed | f15094c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaMergeViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-16T11:06:55Z | 2002-04-25T21:26:40Z |
16,051 | Bug 16051 DOM/AST: wrong position in if statement | Build 20020514 + latest core In the following example the range for the if statement should be [125|33] but it is [125|33] package locals_in; public class A_test521 { public volatile boolean flag; public void foo() { int i= 5; /*]*/if (flag) i= 10;/*[*/ i--; } } | resolved fixed | 7438456 | ["org.eclipse.jdt.ui.tests.refactoring/resources/StructureSelectionAction/A_test29.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/actions/StructureSelectionActionTests.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-16T09:23:55Z | 2002-05-15T16:26:40Z |
14,837 | Bug 14837 Java Search: actions shouldn't be enabled if folder is selected in packages view | Build 20020425 Create a folder under a Java project by creating a package and putting a icon into it. Open context menu. Observe that there are actions for search. They always return zero results. | resolved fixed | eb348a0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-15T18:09:39Z | 2002-04-29T14:20:00Z |
15,830 | Bug 15830 Encapsulate field should allow visibility selection | I love this feature! It would be even better if the first page of the dialog allowed selection of visibility. It is very common to create public getters/setters for private or protected fields. It's a little tedious to have to manually change this every time. Plus, visibility can (or could) affect how much code needs t... | resolved fixed | 978e139 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/sef/SelfEncapsulateFieldRefactoring.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/sef/SelfEncapsulateFieldInputPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-15T17:57:17Z | 2002-05-12T21:46:40Z |
15,698 | Bug 15698 NPE undo rename resource | Steps to recreate: 1. using a web project, selected (web content) directory 2. from menu pulldown selected Refactor ->Rename 3. typed in web content2 and rename was successful 4. from menu pulldown selected Undo rename Received message internal error in undo manager. Log shows: java.lang.NullPointerException at org.ecl... | resolved fixed | a9e1633 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/UndoManagerAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-15T14:38:32Z | 2002-05-10T00:20:00Z |
9,112 | Bug 9112 goto type presents items not visible | stable 20020125 In the packages view Choose Go To > Type from the popup The resulting dialog displays things you cannot go to - it shows classes in referenced libraries even if you are not currenrtly showing referenced libraries - it shows classes not in your working set As a result if you pick that class nothing actua... | resolved fixed | 4824d92 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/GotoPackageAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/GotoTypeAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-15T12:04:47Z | 2002-02-05T17:26:40Z |
15,638 | Bug 15638 Drag & Drop: Packages view doesn't update on move | Build: 20020508 If I move a file from the packages view using drag & drop, the packages view does not update to show that the file has been removed. After I refresh the packages view shows the file is no longer there. | resolved fixed | 71efaac | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/FileTransferDragAdapter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-15T10:01:07Z | 2002-05-09T16:00:00Z |
13,197 | Bug 13197 new class wizzard creates protected constructor instead of public | When creating a class with the classwizzard using 'Constructors from superclass' the constuctor is created with protected visibility and not with public visibility. | resolved fixed | fd64e89 | ["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 | 2002-05-14T18:12:00Z | 2002-04-10T12:00:00Z |
14,113 | Bug 14113 Should listen to F_SOURCEATTACHED and F_SOURCEDETACHED java deltas | Build 20020416 Right now, when one change the attached source of a jar, a F_REMOVED_FROM_CLASSPATH java delta is fired, which is obviously wrong. As a consequence, the UI reacts by closing the class file editors opened on this jar, which is right for a F_REMOVED_FROM_CLASSPATH java delta. However I tried to fix the del... | verified fixed | e529085 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileDocumentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-14T17:36:17Z | 2002-04-18T14:26:40Z |
15,956 | Bug 15956 Cannot set Preferences>Builder>Abort build preferences | checking the checkbox has no effect | resolved fixed | 49f94d7 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBuilderPreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-14T17:32:27Z | 2002-05-14T18:13:20Z |
14,411 | Bug 14411 Method sorting should put methods with less parameters first | Build 20020418 If you define the following cu: public class X { public void foo(String) { } public void foo(String, String) { } } and you choose to sort in the Outline, you get the following order: X +- foo(String, String) +- foo(String) I would expect to have: X +- foo(String) +- foo(String, String) | resolved fixed | 47d20bb | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementSorter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-14T17:11:58Z | 2002-04-23T13:53:20Z |
15,755 | Bug 15755 "Browse workspace..." in "Attach source..." should default near the jar | Build: 20020508 In the "Attachments for <jar>" dialog (from Project->Properties->Java Build Path->Libraries tab->Attach Source) there is a "Browse Workspace..." button. When I click that I get an "Archive Selection" dialog. This dialog should default to the container that the jar is located in so that I don't have to h... | resolved fixed | 772e789 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-14T15:26:00Z | 2002-05-10T17:00:00Z |
6,819 | Bug 6819 Problem setting source folder on existing project | Build 2001-12-06 Start with the following existing structure on disk (not at default location): MyProject /build /dev/src/com/foo/A.java 1) Open new java project wizard. Enter project name. 2) Select the external directory "MyProject" as the location 3) Hit next. Choose "Use source folders..." 4) Click "Create New Fold... | closed wontfix | 6e51fe5 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/DeleteResourcesAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-13T17:13:24Z | 2001-12-11T22:33:20Z |
11,699 | Bug 11699 Problems with Java Preference Page | The Java Preference Page needs a group box around the two radio buttons at the bottom so that assistive technologies can read it. There are other issues as well The use folders option will gray out the text widgets but not thier labels - this means it is not clear that they are disabled If General Settings for Java and... | resolved fixed | 02d71bb | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBasePreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-13T15:24:14Z | 2002-03-19T20:33:20Z |
15,301 | Bug 15301 'show in packages view' - does not work fo java files not in source folders | 20020502 open a java file that is in a resource folder (so it is not an ICompilationUnit - just a file with .java extension) 'show in packages view' is present in the context menu but it does nothing | resolved fixed | da509ab | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/BaseJavaElementContentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ShowInPackageViewAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-13T14:20:49Z | 2002-05-06T10:13:20Z |
15,263 | Bug 15263 Code-assist doesn't properly indent when overriding a method | Using the code-assist procedure of overriding a method (typing Ctrl-Space in the body of a class, then selecting a method to override), the generated code is not indented properly: only the first line is placed at the proper indent level, all following lines are aligned along the left margin. | verified fixed | b5e8546 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/CodeGenerationSettings.java", "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 | 2002-05-13T14:19:08Z | 2002-05-04T16:33:20Z |
15,340 | Bug 15340 Java Model Exceptions entering package name | Used build 20020501. - in Packages view - click on an existing folder - right click (to get context menu) New->Package - enter a name where prompted (e.g. "abcde") - the display doesn't keep up with the keys typed - the log file contains the following (note the exceptions at the bottom with "!STACK Java Model Exception... | resolved fixed | 37a4980 | ["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 | 2002-05-12T19:54:27Z | 2002-05-06T15:46:40Z |
12,871 | Bug 12871 JUnit view keeps focus even after clicking somewhere else. | Here are the scenarios I tested. Scenario 1 - Bug is revealed 1. Highlight a JUnit test in the packages view. 2. Click the "Run" button. 3. Highlight another test in the packages view. 4. BUG...JUnit still has focus. Scenario 2 - Bug is not present 1. Highlight a JUnit test in the packages view. 2. Click the "Run" butt... | resolved fixed | bcb642b | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.java", "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-05-12T10:09:34Z | 2002-04-05T15:20:00Z |
15,527 | Bug 15527 JavaCore constants should be used is favor of hard-coded strings | the following classes should use constants defined in JavaCode rather than hard-coded strings StubUtility CodeFormatterUtil CompilationUnitEditor JavaCodeScanner JavaCompiletionProcessor | resolved fixed | 30f40b6 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/CodeFormatterUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java", "org.eclipse.jdt.ui/ui... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-11T23:08:37Z | 2002-05-08T15:00:00Z |
15,801 | Bug 15801 NPE New class wizard opened on non-Java project | 1) create a simple project ZZZ 2) new>Java>class 3) next NPE !ENTRY org.eclipse.ui 4 0 Sat May 11 13:10:22 GMT+02:00 2002 !MESSAGE java.lang.NullPointerException !STACK java.lang.NullPointerException at org.eclipse.jface.wizard.WizardPage.getShell(WizardPage.java:196) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage.set... | resolved fixed | 55fc4a5 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewClassWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewInterfaceWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-11T13:54:02Z | 2002-05-11T12:26:40Z |
15,797 | Bug 15797 IllegalArg exception when canceling Java project creation | 20020508+ 1) New 2) Java> Project 3) cancel ->get an IllegalArgumentException. Problem does not occur for a Simple project. !STACK java.lang.IllegalArgumentException: Path for project must have only one segment. at org.eclipse.core.internal.utils.Assert.isLegal(Assert.java:50) at org.eclipse.core.internal.resources.Wor... | resolved fixed | 4b05452 | ["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-05-11T12:26:29Z | 2002-05-11T06:53:20Z |
15,790 | Bug 15790 Java file icons too fat in editor tabs | Eclipse 20020508 All platforms 1) Open a .txt file. 2) Open a .java file Look at the space between the edge of the tab and the image and the edge of the image and the start of the text. The image used for *.java has extra space on the left and right edges. This is using up pixels that would be better used for displayin... | resolved fixed | 4cfac82 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaUILabelProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-11T12:22:40Z | 2002-05-10T19:46:40Z |
4,094 | Bug 4094 Refactoring: Undo menu label can get very long (1GKB4LH) | If my refactoring has a long name (e.g. long method name) then the Undo menu can get very long. NOTES: EG (9/20/2001 9:33:30 AM) we should use the smart label strategy to shorten the names. | resolved fixed | e9f286b | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RedoRefactoringAction.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/UndoManagerAction.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/UndoRef... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-11T11:01:15Z | 2001-10-11T03:13:20Z |
13,082 | Bug 13082 Refactor-Undo/Redo labels not updated properly | Build 20020404++ - do smoke test - extract the method - rename Test -> A - Undo refactoring: observe: the Undo label is still saying undo rename Test ... not Undo extract method | resolved fixed | 93e58d1 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/UndoManager.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/base/IUndoManagerListener.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/base/UndoManage... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-11T10:35:20Z | 2002-04-09T16:33:20Z |
15,656 | Bug 15656 Two differerent Views are called "packages" | There are two different views called Packages - one in the Java Browsing perspective and one in the Java Perspective. This is very confusing for someone trying to get one of the using Show V | resolved fixed | f683a9c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/ProjectsView.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-11T09:17:43Z | 2002-05-09T18:46:40Z |
4,676 | Bug 4676 [Navigator] Tree scroll bar out of sync with top item (1GEJYGD) | The Tree scroll bar can get out of sync with the top item on Linux. To reproduce in Eclipse: 1. Open a standard SWT development workspace with the UIMain launcher loaded (org.eclipse.core.launcher should be the first project in the tree). 2. Expand the project to display the UIMain class and select it. 3. Exit Eclipse ... | resolved fixed | cc534da | ["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 | 2002-05-10T21:19:15Z | 2001-10-11T17:06:40Z |
15,586 | Bug 15586 Warn the user when a project without the Java nature is opened | When opening a closed project that doesn't have the Java nature when opened, then we should inform the user that the opened project will not appear in the packages view. | verified fixed | a397d8e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/ListDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenProjectAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-10T17:33:27Z | 2002-05-08T23:20:00Z |
15,747 | Bug 15747 StringIndexOutOfBoundsException from extract method | !STACK java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(String.java(Compiled Code)) at org.eclipse.jdt.internal.corext.codemanipulation.MethodBlock.fill (MethodBlock.java:52) at org.eclipse.jdt.internal.corext.codemanipulation.CodeBlockEdit.createText (CodeBlockEdit... | resolved fixed | 734e9e9 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/MethodBlock.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/TryCatchBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-10T17:33:12Z | 2002-05-10T14:13:20Z |
15,473 | Bug 15473 F3 opening more than one class | build 20020502 1) Get JDT Core from HEAD. 2) Add antadapter as a source folder 3) Create a package under antadapter called org.eclipse.jdt.core 4) Move the JDTCompilerAdapter class from default to the new package 5) Add ant.jar to the classpath 6) There are error indicating the class Util cannot be resolved 7) Highligh... | resolved fixed | c95c7c0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-10T11:24:37Z | 2002-05-07T19:33:20Z |
13,981 | Bug 13981 Show In Packages view not precise | Build 20020416 0. Set Package explorer preference to show members 1. Select a method in the Outline or Type Hierarchy view 2. Navigate -> Shwo in Packages View ==> CU is selected instead of method | resolved fixed | 3c9f82a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OpenActionUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/SelectionConverter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ShowInPackageViewAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-10T11:06:11Z | 2002-04-17T10:40:00Z |
15,571 | Bug 15571 IndexOutOfBoundsException in Override Methods action | Got the following when using "Override Methods" action: <?xml version="1.0" encoding="UTF-8"?> <log> <log-entry date="Wed May 08 13:49:56 CDT 2002"> <status code="4" severity="INFO" message="Unhandled exception caught in event loop." plugin-id="org.eclipse.core.resources"> </status> </log-entry> <log-entry date="Wed Ma... | resolved fixed | edac84e | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-10T10:49:50Z | 2002-05-08T17:46:40Z |
7,330 | Bug 7330 Make more actions available on text selection | I could not find the action "Add Javadoc Comment" until I switched to the Outline view. I expected the action to be 1. in the context menu and if not 2. in the Edit (or some other global) menu I think currently we distribute the actions on a personal taste basis. This should be changed. It is not clear to users why som... | resolved fixed | 08af42f | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringWizardDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/Impo... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-10T09:32:54Z | 2002-01-08T08:53:20Z |
13,661 | Bug 13661 Labels and widgets too far apart in preference pages | Build: 20020411 Steps: 1. Click on Window->Preferences 2. Open Java->Editor or Java->Compiler The widgets used to select options (Combo boxes or color selection boxes) are right-aligned, and the labels are left aligned, leaving a large space between. This problem is magnified if the user opens a page that is wider than... | resolved fixed | 07f36eb | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerPreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-08T16:31:10Z | 2002-04-12T16:46:40Z |
15,407 | Bug 15407 quick fix: removes too many temps (multi declaration case) | 20020502+ package p; class Test{ int i(){ int i= 0, jjj= 1; return i; } } jjj is not used to qf offers to remove it. i say 'fine' but it leaves me in a state with compiler errors: class Test{ int i(){ return i; } } | resolved fixed | 7a71f43 | ["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/LocalCorrectionsSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-08T16:17:07Z | 2002-05-07T14:00:00Z |
15,503 | Bug 15503 JavaModelException in log | everytime you move a cu this is dumped in .log this JavaElementImageProvider guy should call exists() before he asks for flags !STACK Java Model Exception: Java Model Status [Test.java does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException (JavaElement.java:478) at org.eclipse.jdt.internal... | resolved fixed | 91890f2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementImageProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-08T15:34:47Z | 2002-05-08T09:26:40Z |
9,103 | Bug 9103 Search reports no references to SWT.Help | 1) Open class SWT 2) Select field Help 3) References>Workspace Nothing found | resolved fixed | d3ad2a2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/FindReferencesAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaElementAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-08T14:09:55Z | 2002-02-05T14:40:00Z |
6,459 | Bug 6459 usability: working set filter dialog avoidance | would it be possible to avoid showing the working set dialog on applying a working set? i mean, it could (in the menu) show me a list of set i have. just like search does (which is a very useful feature) | resolved fixed | 2cd22a4 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/WorkingSetComparator.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/CheckWorkingSetAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetFilterActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-08T13:04:24Z | 2001-11-30T14:20:00Z |
8,595 | Bug 8595 'Open super implementation' should be disabled | In the Outline view, there seems to be a new menu item 'Open super implementation', and a corresponding decoration on methods to indicate thet they have a super implementation. The UI already knows if the method has a super implementation, so it should disable the menu item when there is no super implementation to open... | resolved fixed | 7a45fc9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenSuperImplementationAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-08T12:56:52Z | 2002-01-28T15:00:00Z |
3,913 | Bug 3913 icons for interface members (1GF5V6P) | AK (6/11/01 4:44:53 PM) icons for interface members should be as follows: - for fields: always public static and final - for methods: always public and abstract NOTES: EG (6/11/2001 5:27:23 AM) no action for June. | resolved fixed | cf8b488 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementImageProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-08T08:26:39Z | 2001-10-11T03:13:20Z |
15,330 | Bug 15330 NPE with quickfix | build 0425 JButton desktop=new JButton("Hintergrund"); desktop.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { JDesktopPane pane=SwingUtilities<ERROR>(JDesktopPane.class,this); } }); <ERROR> it should be SwingUtilities.getAnchestorOfClass Of course the above code snippet produceed ... | resolved fixed | 0b6a99d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ASTResolving.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewMethodCompletionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-07T16:53:48Z | 2002-05-06T15:46:40Z |
12,720 | Bug 12720 Can't DND into non-source folder in Packages view | Build 20020321 In the Packages view, I can drag a file from the file system onto a project, a package or a source folder. However I cannot drag it onto a non-source folder. I can, however, drag the file onto the project, and then drag it into the non- source folder from within the packages view. The packages view shoul... | resolved fixed | 5dacc76 | ["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-05-07T16:25:51Z | 2002-04-03T18:53:20Z |
15,308 | Bug 15308 Persist the size of the refactoring wizard | The initial size of the refactoring wizard is often too small and we are getting usability complaints. Suggest to persist the size and position of the refactoring wizard. When restoring the position/size we should check that the wizard still fits on the current screen. | resolved fixed | 218a16b | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringWizardDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-07T15:59:52Z | 2002-05-06T13:00:00Z |
15,404 | Bug 15404 surround with try/catch: should check more before asking | 20020502+ package p; class Test{ void m(){ /*[*/int i= 1; }; }/*]*/ try surrounging you'asked 'catch RuntimeException?' and then it turns out that it cannot be done anyway. it should maybe check before asking me | resolved fixed | 606558e | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/surround/SurroundWithTryCatchAnalyzer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-07T14:55:47Z | 2002-05-07T14:00:00Z |
3,733 | Bug 3733 'close project' not available in the package view (1GEHFLT) | AK (5/29/01 12:05:55 PM) should the 'close project' action be available also in the package view? NOTES: EG (5/29/01 5:31:26 PM) not for June EG (7/12/01 2:23:28 PM) this requires JavaModel support so that closed projects show up in the UI. Otherwise closing a project makes it disappear. | resolved fixed | d988952 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CompositeActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/ProjectsView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/Packa... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-07T14:36:32Z | 2001-10-11T03:13:20Z |
15,412 | Bug 15412 deleting type removes too much from editor | 20020502 package p; /** */ class Test{ }/** */ class Test1{ } delete Test you end up with: package p; */ class Test1{ } which does not even compile | resolved fixed | a1f7b66 | ["org.eclipse.jdt.ui.tests.refactoring/resources/DeleteSourceReference/test16/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/DeleteSourceReference/test16/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/actions/DeleteSourceReferenceActionTests.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-07T13:40:20Z | 2002-05-07T14:00:00Z |
15,157 | Bug 15157 New-> menu disappears when folder is selected | Build: 20020501 The New-> menu in the packages view is not added to the pop-up menu when a folder is selected. It is added when a source folder is selected. | resolved fixed | a6f6f3f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/BuildActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ImportActionGr... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-07T11:00:09Z | 2002-05-02T22:53:20Z |
12,035 | Bug 12035 refactoring error page: must be able to handle working copies | as it is now the error page always gets the original element from the working copy i pass it in the JavaSourceContext it should be able to just use this working copy - otherwise i have no way to present error context correctly | resolved fixed | 48d2b63 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ErrorWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-06T16:36:45Z | 2002-03-21T17:00:00Z |
18,375 | Bug 18375 Java Perspective slow to switch to the first time | Build 20020530. I have a workspace with a Java, Java Browsing, Debug, and Resource perspectives open. The workspace is saved with the Resource perspective active. The Java Perspective is on the Packages view and a class is expanded (e.g. org.eclipse.ui.internal.WorkbenchPage) so that its methods are listed. When I star... | resolved fixed | 1a78b29 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-06T15:53:48Z | 2002-05-30T20:20:00Z |
9,374 | Bug 9374 Surround with try/catch: doesn't work with static initializers | package tests; import java.io.*; public class D { private static InputStream input; static { input = new FileInputStream("myfile"); } } Can't surround input= ..... | resolved fixed | b8025d2 | ["org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWithWorkSpace/SurroundWithTests/D.java", "org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWithWorkSpace/SurroundWithTests/trycatch_in/TestInitializer.java", "org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWithWorkSpace/SurroundWithTests/trycatch_in... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-06T14:51:10Z | 2002-02-11T09:33:20Z |
9,228 | Bug 9228 Surround with try-catch works only if the selected code throws a exception | As there are runtime exceptions, wich can be interesting to catch by clients, it would be nice to allow the surround feature on any code snippet. Standard exception could be Throwable. | resolved fixed | 5eda0a9 | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/SurroundWithTests.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/DeleteNodeEdit.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/MemberEdi... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-06T14:10:53Z | 2002-02-07T13:53:20Z |
15,188 | Bug 15188 Persist "update references" refactoring preference | The "Move" refactoring dialog should persist the "Update references to the moved element(s)" preference. In addition, the default setting for the button should be ON. The common case for a refactoring is that the user wants us to update references. | resolved fixed | afba086 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/reorg/JdtMoveAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-06T10:52:08Z | 2002-05-03T15:33:20Z |
15,305 | Bug 15305 incorrect deletion of fields (multi-declaration case) | 20020502+latest public class A { int i, j; } delete field i by calling (delete action i the outliner does it too) IField::delete(false, new NullProgressMonitor()); you end up with: public class A { j; } | resolved wontfix | f3586a8 | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/actions/DeleteSourceReferenceActionTests.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-06T10:18:44Z | 2002-05-06T10:13:20Z |
3,926 | Bug 3926 issue copying file with duplicate name (1GF60YK) | I tried to copy a package.html file from one package to another using the "copy" menu entry in the packages view. The destination package already had a file called package.html so I was presented with a "Duplicate names" dialog. The dialog has two radio buttons, one for "replace element" and one for "rename to". Issues... | resolved fixed | 5577ddb | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/CopyRefactoring.java", "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/reorg/JdtMoveAction.java", "org.eclipse.j... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-06T09:16:33Z | 2001-10-11T03:13:20Z |
14,777 | Bug 14777 Self-encapsulate failure + undo scribbles in read-only file | Build: 20020426 (M5++) to reproduce the problem: 1. new class 2. keep editor open for the class 3. new default visibility field 4. make the class read-only 5. in the outliner select the field 6. from the pulldown select refactor->self-encapsulate 7. the operation attempts to run and then fails 8. click undo to undo the... | resolved fixed | 1ceeabf | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/sef/SelfEncapsulateFieldRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-03T16:12:00Z | 2002-04-26T19:40:00Z |
12,683 | Bug 12683 Invalid Thread Access self hosting using Java Search | The Java Search causes an Invalid Thread Access when you are self hosting. This will also occur if you use search in a JUnit test or if I run Eclipse using the following options: eclipse -ws win32 -debug -dev bin The problem is a call to Display.getCurrent() in the initialization code for the JavaEditorPreferencePage w... | resolved fixed | 3775393 | ["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 | 2002-05-03T13:51:48Z | 2002-04-03T13:20:00Z |
15,108 | Bug 15108 Add import deletes code | Build 20020501 1) Create a class "TestingFoo" in package "Testing". 2) In another package, create a class and method and type "TestingFoo". 3) With the cursor at the end of "TestingFoo", hit Ctrl+Shift+M to add the import. It deletes part of the class name, and all that's left is "oo". I guess it does a match against t... | resolved fixed | b8eeaa0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/AddImportOnSelectionAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-03T07:29:34Z | 2002-05-02T14:33:20Z |
14,531 | Bug 14531 Unable to use JarPackager headless | Beginning with the 04/23 Integration build, I am unable to utilize the JarPackager in a headless environment. Specifically, I have defined my own Ant tasks which perform operations including jar packaging. The problem is in JarFileExportOperation.getDirtyEditors(Shell parent). Is it possible to accept null for parent a... | resolved fixed | 5188c99 | ["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 | 2002-05-03T07:26:44Z | 2002-04-24T17:40:00Z |
15,152 | Bug 15152 Java Editor no longer displays external source | When I set a source lookup path to lookup source for a Junit test in "junit3.7src.zip", the java editor is not properly created: To recreate: (1) Create a launch config for "VectorTests" (2) On the "Source" tab of the launch config, remove the "JUnit" project and add an external jar. Select "junit3.7src.zip" in the fil... | resolved fixed | e5eda0b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/AddImportOnSelectionAction.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 | 2002-05-03T07:19:50Z | 2002-05-02T22:53:20Z |
13,034 | Bug 13034 Cannot create a Source Folder in a new Java Project | build 20020404 If you try and create a Source Folder in a Java Project you have just created you get an error preventing you from hitting finish. STEPS 1) Create Java Project Foo 2) Open New->Source Folder 3) Enter Bar as the name - you will get "Cannot nest entry Bar inside entry Foo/Bar" 4) Create a folder Bar. 5) Ad... | resolved fixed | 1986114 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/StatusUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-02T16:39:00Z | 2002-04-08T21:06:40Z |
9,159 | Bug 9159 Classpath wizard should not complain when adding missing source folder | Build 20020125 - Define a project A with source folder 'src1'. - Go to the .classpath file and edit it to insert one extra line: <classpathentry kind="src" path="src2"/> below the line referring to first source folder: <classpathentry kind="src" path="src1"/>. - Now, try to add this missing source folder 'src2', it isn... | resolved fixed | 52b834c | ["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/CPListLabelProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-01T18:04:03Z | 2002-02-06T12:53:20Z |
14,421 | Bug 14421 Old .CLASS Files Are Not Deleted | When creating a project that does NOT use source folders (and does not use a bin directory for .class files) the .java and .class files are stored together in the Java package structure. When converting a project to use source folders (and the required bin directory for .class files), the old .class files stored in the... | resolved fixed | 1b8c60b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/BuildPathsPropertyPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-01T17:19:31Z | 2002-04-23T16:40:00Z |
14,525 | Bug 14525 Visual confirmation should be given when adding interfaces | BUILD: 20020412 When using the Interface Selection dialog, the user should be given some sort of visual confirmation that the interfaces they select have actually been added after hitting the Add button. Perhaps placing a check mark next to interfaces that have already been added, or keeping a separate list inside the ... | resolved fixed | ec79c7f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/SuperInterfaceSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-01T12:40:48Z | 2002-04-24T14:53:20Z |
14,975 | Bug 14975 Resource exception while running plug-in import | Build 20020430 Started from a full-source Eclipse workspace 20020425, which I upgraded into a 20020430 one (first imported existing library projects - apache, xerces, etc) then selected all other projects (but jdt/core) as source ones). Got the following exception. !ENTRY org.eclipse.jdt.ui 4 1 Wed May 01 01:26:10 CEST... | resolved fixed | de1d940 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ErrorTickAdornmentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-05-01T10:02:57Z | 2002-04-30T23:40:00Z |
14,409 | Bug 14409 Hardcoded usage of \t for indent | Build 20020418 While fixing the indent problem for extract method I did a search for \t in JDT UI. The following classes are IMO suspicious regarding their usage of \t JavaAutoIndentStrategy.java NLSLine.java NLSRefactoring.java StubUtility.java SurroundWithTryCatchRefactoring.java | resolved fixed | 67596b4 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-04-30T17:28:30Z | 2002-04-23T13:53:20Z |
13,817 | Bug 13817 Problems with Organize Imports | null | resolved fixed | f7a71f1 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-04-30T14:59:28Z | 2002-04-15T19:46:40Z |
14,898 | Bug 14898 working set class cast exception | 20020425 with plugin export .5 on Linux-Motif and W2k: 1) Edit an existing working set from package view. 2) Select and Unselect a project -> Finish button is enabled now. 3) Press Finish -> see result below ---8<--- java.lang.ClassCastException: java.lang.String at org.eclipse.jdt.internal.ui.packageview.PackageExplor... | resolved fixed | 18ba29a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetFilterActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-04-30T14:37:43Z | 2002-04-30T12:33:20Z |
9,440 | Bug 9440 Duplicate non-qualified class names no handled by import generator | If I have two types: org.acme.goodstuff.MyType and org.acme.coolstuff.MyType and I use Code Completion (or something that invokes the smart import logic). The smart import stuff generates imports for both references to these types, ignoring the fact that one of them has to remain qualified in the code in order not to c... | resolved fixed | 5105ba9 | ["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/JavaCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaTypeCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclips... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-04-30T14:15:35Z | 2002-02-12T05:00:00Z |
14,891 | Bug 14891 NPE during organize imports | Build 20020425.3 java.lang.NullPointerException Stack trace: java/lang/Throwable.<init>()V java/lang/Throwable.<init>(Ljava/lang/String;)V java/lang/NullPointerException.<init>(Ljava/lang/String;)V org/eclipse/jdt/ui/actions/OrganizeImportsAction.setStatusBarMessage (Ljava/lang/String;)V org/eclipse/jdt/ui/actions/Orga... | resolved fixed | d8124c0 | ["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 | 2002-04-30T12:08:21Z | 2002-04-30T09:46:40Z |
14,438 | Bug 14438 JarPackager support for setting comment on jar | Would it be possible to support setting a comment on jars? I'm more interested in doing this via the API than the UI. One approach would be to set something in the JarPackageData which the JarWriter can extract and call setComment() on the JarOutputStream. Alternatively, if the output stream were made accessible to sub... | resolved fixed | bc4712f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarPackageData.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarWriter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-04-30T09:00:16Z | 2002-04-23T16:40:00Z |
14,572 | Bug 14572 JavaCapatibilityConfigurationPage.java misspelled | org.eclipse.jdt.ui.wizards.JavaCapatibilityConfigurationPage.java Should probably be spelled: org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage.java (capability instead of capatibility) | resolved fixed | d9209ec | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaCapabilityWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/JavaCapabilityConfigurationPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/JavaCapatibilityConfigurationPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-04-26T15:10:20Z | 2002-04-25T02:00:00Z |
14,368 | Bug 14368 Create getter and setter insert code into read-only file | 1. Create a class C as follow: package jp1; public class C { private int id; } 2. Close it and mark it as read only 3. Reopen it and you should not be able to modify anything 4. From the outline view, select "id - int" and right mouse click and select "Create getter and setter". 5. The class becomes package jp1; public... | resolved fixed | e6ed913 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/AddGetterSetterAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/AddJavaDocStubAction.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 | 2002-04-26T12:41:25Z | 2002-04-22T21:13:20Z |
9,619 | Bug 9619 Move static member: Dialog details | 20020212 a. Mnemonics b. Browse button is too small (use SWTUtil for standard button sizes) c. Title is used for long text. I would use the title for 'Move static field (s)' and use the description for 'x fields from xx' d. Browse offers my a type from a CU in a different project. When going to the next page, it says '... | resolved fixed | 007c12d | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveMembersInputPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-04-25T16:34:23Z | 2002-02-13T14:20:00Z |
12,428 | Bug 12428 Pull Up: Confusing message | Run Pull up on TestCase.setUp (copies the method to Assert) Go to 2nd page of wizard. In tree of changes, under Assert, we get the message "copy method 'void setUp()' to type 'TestCase'". Shouldn't it be 'Copy method 'void setUp()' FROM type 'TestCase'" (also with upper-case C in Copy). Another thing: if I select to de... | resolved fixed | 51fcda2 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-04-25T12:36:24Z | 2002-03-28T15:40:00Z |
14,135 | Bug 14135 Renaming a CU->have to enter .java | The refactoring knows that I'm renaming .java. If the user doesn't enter then it should be added automatically. Rename CU should behave the same as Create Class. | resolved fixed | eafbaa3 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameCompilationUnitRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-04-24T16:34:52Z | 2002-04-18T17:13:20Z |
18,483 | Bug 18483 IE6 causes conflict with SWT.APPLICATION_MODAL on Windows 98 | Build 20020531 When IE 6 is installed on Windows 98 it replaces the task bar with one of its own (according to Dave Thomson). When this occurs the focus behaviour of shells with modality set to SWT.APPLICATION_MODAL changes. STEPS 1) Start Windows 98 on a machine with IE 5 or earlier 2) Select a file 3) Hit delete - a ... | resolved fixed | 208c64c | ["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 | 2002-04-24T16:05:56Z | 2002-05-31T18:33:20Z |
11,902 | Bug 11902 Delete key does nothing on default package | Select a default package Press Delete key ==> no user feedback | resolved fixed | 2dcbab7 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/DeleteRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-04-24T11:00:47Z | 2002-03-20T16:00:00Z |
14,429 | Bug 14429 Smoke 20020423: replace from local history wrong indentation | - load TestCase.java - edit method runTest - save - replace method with latest from local histroy observe: the method is wrong indented IMO the culprit is a change DB did at MemberEdit. | resolved fixed | f7c1350 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/CodeFormatterUtil.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/Strings.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-04-24T10:48:02Z | 2002-04-23T16:40:00Z |
14,665 | Bug 14665 Mnemonic collisions on Tag Configuration dialog | 3 of the buttons on the Tag Configuration Dialog have A as a mnemonic | resolved fixed | 01550b4 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/RenameJavaElementAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-04-24T08:35:29Z | 2002-04-25T18:40:00Z |
14,390 | Bug 14390 npe on sorting in outline | 20020418+ (20020418.2) java.lang.NullPointerException at org.eclipse.jdt.internal.ui.text.link.LinkedPositionUI.initializeHighlightColor (LinkedPositionUI.java:109) at org.eclipse.jdt.internal.ui.text.link.LinkedPositionUI.propertyChange (LinkedPositionUI.java:100) at org.eclipse.ui.plugin.AbstractUIPlugin$Compatibilit... | resolved fixed | 6663ac0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/link/LinkedPositionUI.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-04-23T14:25:04Z | 2002-04-23T11:06:40Z |
14,228 | Bug 14228 Too easy to create duplicate methods | Build 20020418 - I was browsing some source (not even actively editing). - Suddenly I noticed there was a squiggle on one of the constructors. - Hover told me that there were two methods (sp) with the same name. - Scrolled down to see that, in fact, I did have another copy of the constructor. Strange. How did this ever... | resolved fixed | 7db8bed | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/SelectionTransferDropAdapter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-04-23T13:43:23Z | 2002-04-19T15:26:40Z |
9,891 | Bug 9891 'show in packages view' - surprising behavior | in the editor, when there's no selection or the selection cannot be resolved - 'show in packages view' finds the cu in the packages view. when the selection resolves to sth - it shows the cu that declares the thing the selection resolves to. this is highly surprising - i do not pay any attention to the current selectio... | resolved fixed | 971fa6e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ShowInPackageViewAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-04-22T16:09:38Z | 2002-02-15T10:46:40Z |
13,196 | Bug 13196 [Browsing] Consequences of changes | From the user's perspective, there is an unexpected behavioral difference when manipulation source in the type hierarchy and in the method list of the browser perspective. 1) open Java Browsing Perspective 2) select a type 3) select a method in the method list view 4) delete the method (context menu of the method list ... | resolved fixed | 2f621a6 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-04-22T14:14:38Z | 2002-04-10T12:00:00Z |
12,676 | Bug 12676 Code assist for type in javadoc does not show type itself | 1. Open CU for X 2. add Javadoc for class X 3. enter @see 4. enter SPACE 5. open code assist ==> X not in list though X#... is allowed | resolved fixed | fafeb67 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocCompletionEvaluator.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-04-22T13:45:07Z | 2002-04-03T13:20:00Z |
12,780 | Bug 12780 JAR which is generated inside workspace does not appear | Summary says it all. It is there after a refresh from local. | resolved fixed | 5201074 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarWriter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-04-22T12:37:53Z | 2002-04-04T14:20:00Z |
13,269 | Bug 13269 Incorrect operation order in jarpackager | null | resolved fixed | 7a8abf9 | ["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 | 2002-04-22T10:26:34Z | 2002-04-10T14:46:40Z |
13,242 | Bug 13242 quick fix: method name not offered | void d(){ class D{ void fs(){ dsss(); //error }; } } d is not offered as a fix | resolved fixed | 119bb95 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NameMatcher.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-04-22T10:13:35Z | 2002-04-10T12:00:00Z |
11,673 | Bug 11673 ESC does not cancel Apply when changing compiler options | build 20020319 Workbench->Preferences->Java->Compiler 1) Start with the default settings 2) Change "Unused local variables" to "Warning" 3) Hit Apply button 4) Dialog shows up asking if user wants a full rebuild 5) Hit Cancel to exit yes/no dialog 6) Hit cancel to exit preferences 7) Go back to the same preferences pag... | resolved fixed | e34c5fc | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBuilderPreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-04-22T09:40:25Z | 2002-03-19T20:33:20Z |
14,120 | Bug 14120 Main Class problem in JAR export wizard | M5 Build --Part 1-- 1. Add a new project called "MyProject" 2. Add a new class to the default package called "MyClass" with main method public class MyClass { public static void main(String[] args) { } } 3. File->Export->JAR File, choose everything from MyProject. 4. Set JAR file to c:\temp\MyTest.jar 5. Press 'Next' t... | resolved fixed | 9f3790b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackagerUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarPackageData.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-04-22T09:27:23Z | 2002-04-18T17:13:20Z |
14,281 | Bug 14281 Java search page layout of Limit To | The Limit To box should be top aligned with the Search For box | resolved fixed | 77e6484 | ["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 | 2002-04-22T08:34:51Z | 2002-04-20T16:26:40Z |
14,093 | Bug 14093 exception in search results view | M5 sorry, no steps my search results view stopped working (would display no entries) then i found this in the log java.lang.NullPointerException at org.eclipse.jdt.internal.ui.search.GroupByKeyComputer.getJavaElement (GroupByKeyComputer.java:56) at org.eclipse.jdt.internal.ui.search.GroupByKeyComputer.computeGroupByKey... | resolved fixed | c59926d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/GroupByKeyComputer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2002-04-19T16:10:29Z | 2002-04-18T11:40:00Z |
14,236 | Bug 14236 Unable to log info messages during jar packaging | Using the 04/18 Integration build, I still can't get an info message into the status maintained by JarFileExportOperation. In my JarWriter implementation, the close() method is throwing a CoreException which contains a status whose severity is set to IStatus.INFO. However, note that JarFileExportOperation.addToStatus()... | resolved fixed | 202c3f9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/CreateJarActionDelegate.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 | 2002-04-19T16:07:06Z | 2002-04-19T15:26:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.