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 | 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] | updated_file stringlengths 2 187 | file_content stringlengths 0 368k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
49,826 | Bug 49826 Type filter ignores some filters | null | resolved fixed | 11a869d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-05T21:17:11Z | 2004-01-11T19:40:00Z | org.eclipse.jdt.ui/core | |
49,826 | Bug 49826 Type filter ignores some filters | null | resolved fixed | 11a869d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-05T21:17:11Z | 2004-01-11T19:40:00Z | extension/org/eclipse/jdt/internal/corext/util/TypeFilter.java | |
49,826 | Bug 49826 Type filter ignores some filters | null | resolved fixed | 11a869d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-05T21:17:11Z | 2004-01-11T19:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TypeFilterInputDialog.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
49,826 | Bug 49826 Type filter ignores some filters | null | resolved fixed | 11a869d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-05T21:17:11Z | 2004-01-11T19:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TypeFilterPreferencePage.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
50,892 | Bug 50892 Search empty using Search perspective | Build 20040129 Here is my setup: - I have my own Search perspective defined. - I set the preference to use this perspective to report matches. - I'm NOT using the new search view. - I have one window per perspective. When I search for references to a method from the Java perspective, it briefly switches to the Search p... | resolved fixed | 55e5e63 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-06T17:29:30Z | 2004-01-29T18:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindAction.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
51,160 | Bug 51160 IllegalArgumentException inlining method | Build 20040203 Got the following IllegalArgumentException attempting to show the preview of an inline method refactoring: Caused by: java.lang.IllegalArgumentException at org.eclipse.jdt.core.dom.ASTNode.checkNewChild(ASTNode.java:1101) at org.eclipse.jdt.core.dom.ASTNode$NodeList.add(ASTNode.java:828) at org.eclipse.j... | verified fixed | 226dbe4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T04:32:45Z | 2004-02-04T15:53:20Z | org.eclipse.jdt.ui/core | |
51,160 | Bug 51160 IllegalArgumentException inlining method | Build 20040203 Got the following IllegalArgumentException attempting to show the preview of an inline method refactoring: Caused by: java.lang.IllegalArgumentException at org.eclipse.jdt.core.dom.ASTNode.checkNewChild(ASTNode.java:1101) at org.eclipse.jdt.core.dom.ASTNode$NodeList.add(ASTNode.java:828) at org.eclipse.j... | verified fixed | 226dbe4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T04:32:45Z | 2004-02-04T15:53:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java | |
48,968 | Bug 48968 "Focus on" in typehierarchy doesn't show name for anonymous inners [type hiearchy] | I2003-12-16-20:00 1) Import Junit 2) Create a Java working set containing junit.framework 3) open a type hierarchy on junit.framework.Protectable. 4) In the type hierarchy, select the working set created in step 2). 5) Observe: Protectable has an anonymous inner subclass 6) open the context menu on the anonymous class ... | resolved fixed | 4739f58 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T04:33:22Z | 2003-12-17T11:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/FocusOnSelectionAction.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
48,831 | Bug 48831 Introduce Factory: doesn't generate needed imports | I20031216 + patch Example code: package p1; public class A { public A() { } } package p2; public class B { void foo() { } } Create a factory method for A() in B. B is missing the import to A. | resolved fixed | d873746 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T04:34:20Z | 2003-12-16T10:20:00Z | org.eclipse.jdt.ui/core | |
48,831 | Bug 48831 Introduce Factory: doesn't generate needed imports | I20031216 + patch Example code: package p1; public class A { public A() { } } package p2; public class B { void foo() { } } Create a factory method for A() in B. B is missing the import to A. | resolved fixed | d873746 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T04:34:20Z | 2003-12-16T10:20:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceFactoryRefactoring.java | |
38,200 | Bug 38200 quick fix: make method abstract [quick fix] | 20030527 abstract class A{ String getText();//error here } it's likely that i want to make getText() abstract but there's no qf for it | resolved fixed | bca6140 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T13:03:31Z | 2003-05-28T16:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
38,200 | Bug 38200 quick fix: make method abstract [quick fix] | 20030527 abstract class A{ String getText();//error here } it's likely that i want to make getText() abstract but there's no qf for it | resolved fixed | bca6140 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T13:03:31Z | 2003-05-28T16:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
50,574 | Bug 50574 quick fix for removing local variable that is never read changes side effects | You'll need to set the "Local variable is never read" option in Window>Preferences>Java>Compiler>Unused Code to something other than "Ignore" to reproduce this. The quick fix "Remove variable <variable name> and assignments without possible side effects" that is offered if a local variable is never read makes two types... | resolved fixed | e47f476 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T14:21:06Z | 2004-01-25T19:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/RemoveDeclarationCorrectionProposal.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
50,911 | Bug 50911 New search: can't search for a search result | I20040128 (5pm) -> New search view turned on The "search" context menu doesn't appear on selections in the search results view. I use this frequently for back-tracing when browsing code. Search for references to a method, and then search for references to the referencing method, etc. Ctrl+Shift+G to search on a selecti... | resolved fixed | 21d44a0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T16:02:34Z | 2004-01-29T21:00:00Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/AutomatedSuite.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
50,911 | Bug 50911 New search: can't search for a search result | I20040128 (5pm) -> New search view turned on The "search" context menu doesn't appear on selections in the search results view. I use this frequently for back-tracing when browsing code. Search for references to a method, and then search for references to the referencing method, etc. Ctrl+Shift+G to search on a selecti... | resolved fixed | 21d44a0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T16:02:34Z | 2004-01-29T21:00:00Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/search/SearchTest.java | |
50,911 | Bug 50911 New search: can't search for a search result | I20040128 (5pm) -> New search view turned on The "search" context menu doesn't appear on selections in the search results view. I use this frequently for back-tracing when browsing code. Search for references to a method, and then search for references to the referencing method, etc. Ctrl+Shift+G to search on a selecti... | resolved fixed | 21d44a0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T16:02:34Z | 2004-01-29T21:00:00Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/search/WorkspaceScopeTest.java | |
50,911 | Bug 50911 New search: can't search for a search result | I20040128 (5pm) -> New search view turned on The "search" context menu doesn't appear on selections in the search results view. I use this frequently for back-tracing when browsing code. Search for references to a method, and then search for references to the referencing method, etc. Ctrl+Shift+G to search on a selecti... | resolved fixed | 21d44a0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T16:02:34Z | 2004-01-29T21:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java | |
50,911 | Bug 50911 New search: can't search for a search result | I20040128 (5pm) -> New search view turned on The "search" context menu doesn't appear on selections in the search results view. I use this frequently for back-tracing when browsing code. Search for references to a method, and then search for references to the referencing method, etc. Ctrl+Shift+G to search on a selecti... | resolved fixed | 21d44a0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T16:02:34Z | 2004-01-29T21:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ReferenceScopeFactory.java | |
50,911 | Bug 50911 New search: can't search for a search result | I20040128 (5pm) -> New search view turned on The "search" context menu doesn't appear on selections in the search results view. I use this frequently for back-tracing when browsing code. Search for references to a method, and then search for references to the referencing method, etc. Ctrl+Shift+G to search on a selecti... | resolved fixed | 21d44a0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T16:02:34Z | 2004-01-29T21:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindAction.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
50,911 | Bug 50911 New search: can't search for a search result | I20040128 (5pm) -> New search view turned on The "search" context menu doesn't appear on selections in the search results view. I use this frequently for back-tracing when browsing code. Search for references to a method, and then search for references to the referencing method, etc. Ctrl+Shift+G to search on a selecti... | resolved fixed | 21d44a0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T16:02:34Z | 2004-01-29T21:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindDeclarationsInHierarchyAction.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
50,911 | Bug 50911 New search: can't search for a search result | I20040128 (5pm) -> New search view turned on The "search" context menu doesn't appear on selections in the search results view. I use this frequently for back-tracing when browsing code. Search for references to a method, and then search for references to the referencing method, etc. Ctrl+Shift+G to search on a selecti... | resolved fixed | 21d44a0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T16:02:34Z | 2004-01-29T21:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindReadReferencesInProjectAction.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
50,911 | Bug 50911 New search: can't search for a search result | I20040128 (5pm) -> New search view turned on The "search" context menu doesn't appear on selections in the search results view. I use this frequently for back-tracing when browsing code. Search for references to a method, and then search for references to the referencing method, etc. Ctrl+Shift+G to search on a selecti... | resolved fixed | 21d44a0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T16:02:34Z | 2004-01-29T21:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindReferencesAction.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
50,911 | Bug 50911 New search: can't search for a search result | I20040128 (5pm) -> New search view turned on The "search" context menu doesn't appear on selections in the search results view. I use this frequently for back-tracing when browsing code. Search for references to a method, and then search for references to the referencing method, etc. Ctrl+Shift+G to search on a selecti... | resolved fixed | 21d44a0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T16:02:34Z | 2004-01-29T21:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindReferencesInHierarchyAction.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
51,001 | Bug 51001 prefix parameter [code manipulation] | When implementing a methode or overriding a methode the prefixes of the parametersnames are wrongly changed. In the preferences I put an,a,some as prefix for parameters interface: public interface iTestInterFace { public void foo( String aParameter, Integer anInteger ) ; } when I implement this interface I get ( auto g... | resolved fixed | 0649db2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T18:00:19Z | 2004-01-30T22:00:00Z | org.eclipse.jdt.ui/core | |
51,001 | Bug 51001 prefix parameter [code manipulation] | When implementing a methode or overriding a methode the prefixes of the parametersnames are wrongly changed. In the preferences I put an,a,some as prefix for parameters interface: public interface iTestInterFace { public void foo( String aParameter, Integer anInteger ) ; } when I implement this interface I get ( auto g... | resolved fixed | 0649db2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T18:00:19Z | 2004-01-30T22:00:00Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java | |
47,785 | Bug 47785 Exception in Extract Interface refactoring [refactoring] | Eclipse M5 1) Import JUnit 3.8.1 (as per Smoke test) 2) In the package explorer, select junit.runner.BaseTestRunner 3) From the context menu, select Refactor->Extract Interface 4) Input a name for the interface, select all methods 5) press the preview button 6) observe: you get an exception: java.lang.reflect.Invocatio... | verified fixed | 395246d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T18:08:10Z | 2003-12-01T12:00:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test100/in/A.java | |
47,785 | Bug 47785 Exception in Extract Interface refactoring [refactoring] | Eclipse M5 1) Import JUnit 3.8.1 (as per Smoke test) 2) In the package explorer, select junit.runner.BaseTestRunner 3) From the context menu, select Refactor->Extract Interface 4) Input a name for the interface, select all methods 5) press the preview button 6) observe: you get an exception: java.lang.reflect.Invocatio... | verified fixed | 395246d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T18:08:10Z | 2003-12-01T12:00:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test100/out/A.java | |
47,785 | Bug 47785 Exception in Extract Interface refactoring [refactoring] | Eclipse M5 1) Import JUnit 3.8.1 (as per Smoke test) 2) In the package explorer, select junit.runner.BaseTestRunner 3) From the context menu, select Refactor->Extract Interface 4) Input a name for the interface, select all methods 5) press the preview button 6) observe: you get an exception: java.lang.reflect.Invocatio... | verified fixed | 395246d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T18:08:10Z | 2003-12-01T12:00:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test100/out/I.java | |
47,785 | Bug 47785 Exception in Extract Interface refactoring [refactoring] | Eclipse M5 1) Import JUnit 3.8.1 (as per Smoke test) 2) In the package explorer, select junit.runner.BaseTestRunner 3) From the context menu, select Refactor->Extract Interface 4) Input a name for the interface, select all methods 5) press the preview button 6) observe: you get an exception: java.lang.reflect.Invocatio... | verified fixed | 395246d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T18:08:10Z | 2003-12-01T12:00:00Z | org.eclipse.jdt.ui.tests.refactoring/test | |
47,785 | Bug 47785 Exception in Extract Interface refactoring [refactoring] | Eclipse M5 1) Import JUnit 3.8.1 (as per Smoke test) 2) In the package explorer, select junit.runner.BaseTestRunner 3) From the context menu, select Refactor->Extract Interface 4) Input a name for the interface, select all methods 5) press the preview button 6) observe: you get an exception: java.lang.reflect.Invocatio... | verified fixed | 395246d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T18:08:10Z | 2003-12-01T12:00:00Z | cases/org/eclipse/jdt/ui/tests/refactoring/ExtractInterfaceTests.java | |
47,785 | Bug 47785 Exception in Extract Interface refactoring [refactoring] | Eclipse M5 1) Import JUnit 3.8.1 (as per Smoke test) 2) In the package explorer, select junit.runner.BaseTestRunner 3) From the context menu, select Refactor->Extract Interface 4) Input a name for the interface, select all methods 5) press the preview button 6) observe: you get an exception: java.lang.reflect.Invocatio... | verified fixed | 395246d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T18:08:10Z | 2003-12-01T12:00:00Z | org.eclipse.jdt.ui/core | |
47,785 | Bug 47785 Exception in Extract Interface refactoring [refactoring] | Eclipse M5 1) Import JUnit 3.8.1 (as per Smoke test) 2) In the package explorer, select junit.runner.BaseTestRunner 3) From the context menu, select Refactor->Extract Interface 4) Input a name for the interface, select all methods 5) press the preview button 6) observe: you get an exception: java.lang.reflect.Invocatio... | verified fixed | 395246d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T18:08:10Z | 2003-12-01T12:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceRefactoring.java | |
51,076 | Bug 51076 Quick fix misses and presents wrong name for target field class | Observe this example: public class Test { class Foo { void foo() { x = 4; } } void foo() { bar(new Runnable() { public void run() { x = 5; } }); } void bar(Runnable runner) { } } Quick-fix markers are activated for "x = 4" and "x = 5". For "x = 4", there is no suggestion to add a field to 'Test'. For "x = 5", there is ... | resolved fixed | e0b6656 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T18:59:36Z | 2004-02-02T19:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
49,242 | Bug 49242 NPE when canceling a reference search for a Java Type in the workspace [search] | When performing a reference search for an ambiguous Type (such as "List") using the context menu of the java editor and you cancel the dialog box, a NullPointerException is thrown. This happens on both M5 and M6. Steps to replicate: 1. Create a new class file 2. Type in "List" 3. Right click on List 4. Select Reference... | resolved fixed | e9a7b2b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-09T19:49:14Z | 2003-12-21T01:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindAction.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
51,541 | Bug 51541 NPE restoring scrapbook editor | build I20040210-0800 plus latest UI and Text from HEAD When running my target eclipse, I got an error restoring a scrapbook editor that had been saved during the previous session. The log has the following. The line in question is: StyledText styledText= fSourceViewer.getTextWidget(); *** int caret= widgetOffset2ModelO... | verified fixed | 1a81c08 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-10T23:27:51Z | 2004-02-10T21:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/SpellReconcileStrategy.java | /*****************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and ... |
51,453 | Bug 51453 Find Occurrences in File: Can't jump to location in class file | I20040209-1020: - select a java field in the java editor - Search > Occurrences in File - (Old) Search view appears with correct results - Doubleclicking a result or choosing 'Open File' from the context menu doesn't work. | verified fixed | bc1fe45 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-11T14:44:23Z | 2004-02-10T13:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/FindOccurrencesEngine.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
51,612 | Bug 51612 [preferences] Indent new annotation style combo | I200402102000 The combo for text styles on the annotation preference page depends on the above check box. This should be shown by indenting the combo. Nice to have for M7 since it is in N&NW. | verified fixed | d3561a7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-11T15:26:34Z | 2004-02-11T11:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, a... |
50,988 | Bug 50988 3.0M6 - Refactor rename for class members ignore non java files, and java files which are not in the same source folder. | null | verified fixed | 66f82e9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-11T15:57:03Z | 2004-01-30T19:13:20Z | org.eclipse.jdt.ui/core | |
50,988 | Bug 50988 3.0M6 - Refactor rename for class members ignore non java files, and java files which are not in the same source folder. | null | verified fixed | 66f82e9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-11T15:57:03Z | 2004-01-30T19:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RefactoringScopeFactory.java | |
50,904 | Bug 50904 IllegalArgumentException during refactoring | build i0129, winxp, j9sc20031212 - create package /org.eclipse.core.runtime.compatibility/src-runtime/org.eclipse.core.runtime - in packages explorer, select org.eclipse.core.runtime.Preferences - Refactor -> move - destination is new package - Preview In the Preview, there were a lot (maybe 12?) classes selected but t... | resolved fixed | 6019623 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-11T16:02:44Z | 2004-01-29T21:00:00Z | org.eclipse.jdt.ui/core | |
50,904 | Bug 50904 IllegalArgumentException during refactoring | build i0129, winxp, j9sc20031212 - create package /org.eclipse.core.runtime.compatibility/src-runtime/org.eclipse.core.runtime - in packages explorer, select org.eclipse.core.runtime.Preferences - Refactor -> move - destination is new package - Preview In the Preview, there were a lot (maybe 12?) classes selected but t... | resolved fixed | 6019623 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-11T16:02:44Z | 2004-01-29T21:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/Changes.java | |
50,904 | Bug 50904 IllegalArgumentException during refactoring | build i0129, winxp, j9sc20031212 - create package /org.eclipse.core.runtime.compatibility/src-runtime/org.eclipse.core.runtime - in packages explorer, select org.eclipse.core.runtime.Preferences - Refactor -> move - destination is new package - Preview In the Preview, there were a lot (maybe 12?) classes selected but t... | resolved fixed | 6019623 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-11T16:02:44Z | 2004-01-29T21:00:00Z | org.eclipse.jdt.ui/core | |
50,904 | Bug 50904 IllegalArgumentException during refactoring | build i0129, winxp, j9sc20031212 - create package /org.eclipse.core.runtime.compatibility/src-runtime/org.eclipse.core.runtime - in packages explorer, select org.eclipse.core.runtime.Preferences - Refactor -> move - destination is new package - Preview In the Preview, there were a lot (maybe 12?) classes selected but t... | resolved fixed | 6019623 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-11T16:02:44Z | 2004-01-29T21:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/TextChange.java | |
50,904 | Bug 50904 IllegalArgumentException during refactoring | build i0129, winxp, j9sc20031212 - create package /org.eclipse.core.runtime.compatibility/src-runtime/org.eclipse.core.runtime - in packages explorer, select org.eclipse.core.runtime.Preferences - Refactor -> move - destination is new package - Preview In the Preview, there were a lot (maybe 12?) classes selected but t... | resolved fixed | 6019623 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-11T16:02:44Z | 2004-01-29T21:00:00Z | org.eclipse.jdt.ui/ui | |
50,904 | Bug 50904 IllegalArgumentException during refactoring | build i0129, winxp, j9sc20031212 - create package /org.eclipse.core.runtime.compatibility/src-runtime/org.eclipse.core.runtime - in packages explorer, select org.eclipse.core.runtime.Preferences - Refactor -> move - destination is new package - Preview In the Preview, there were a lot (maybe 12?) classes selected but t... | resolved fixed | 6019623 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-11T16:02:44Z | 2004-01-29T21:00:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/PreviewWizardPage.java | |
51,619 | Bug 51619 Vertical ruler Roll-Overs should only appear for vertical ruler annotations | I200402102000 Roll-over shows all annotations also those which I explicitly disabled to show up in the vertical ruler. M7 candidate. | verified fixed | b013f6d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-11T16:23:35Z | 2004-02-11T11:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaExpandHover.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and... |
51,608 | Bug 51608 project creation wizard: add folder button lets one add existing folder the first time | M7 test pass, I200402102000 1. Create a new java project 2. configure using src and bin folders 3. on the second page, press "add folder" 4. enter "src" as the folder name into the mask -> there is no complaint about the added folder, although it already existed -> when pressing "add folder" a second time, a different ... | verified fixed | 9263607 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-11T18:37:54Z | 2004-02-11T11:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
51,607 | Bug 51607 project creation wizard: too tall [build path] | M7 test pass, I200402102000 1. Ctrl+N, choose Java Project -> The first page is too tall, filling out almost the entire screen although the space is not used. | verified fixed | 56aab35 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-11T19:28:17Z | 2004-02-11T11:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
51,573 | Bug 51573 [formatter] built-in profile; OK button enablement | Please disable the OK button on the "Show Profile ... [built-in]" dialog for the built-in profiles. This should be in addition to the warning. It's easy to read over a message, but a disabled OK button is a clear message that one cannot save changes. | verified fixed | c9b175e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-11T20:14:37Z | 2004-02-11T03:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ModifyDialog.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
51,448 | Bug 51448 Creating java project doesn't switch to java perspective [build path] | Smoke test for 2004-01-10 08:00 1) Create a java project in a new workspace 2) observe: you're not asked to switch to the java perspective. | verified fixed | e2c1594 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-11T20:44:38Z | 2004-02-10T10:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizard.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
51,811 | Bug 51811 NPE attempting to search NLS | I200402102000 With the RefactoringMessages.properties from org.eclipse.jdt.internal.debug.core.refactoring (renamed from RefractoringMessages.properties) selected in the PackageExplorer, I clicked on the Search toolbar button. From the NLS keys page, I clicked search. Related to the fact that there is another Refactori... | resolved fixed | 70db708 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-12T08:54:13Z | 2004-02-12T04:26:40Z | org.eclipse.jdt.ui/ui | |
51,811 | Bug 51811 NPE attempting to search NLS | I200402102000 With the RefactoringMessages.properties from org.eclipse.jdt.internal.debug.core.refactoring (renamed from RefractoringMessages.properties) selected in the PackageExplorer, I clicked on the Search toolbar button. From the NLS keys page, I clicked search. Related to the fact that there is another Refactori... | resolved fixed | 70db708 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-12T08:54:13Z | 2004-02-12T04:26:40Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultCollector.java | |
51,704 | Bug 51704 multiple beginCompoundChange in LinkedUIKeyListener | build used: eclipse-SDK-I20040210-win32 I noticed some strange undo/redo behavior in the JDT Editor. I don't have a simple testcase to demonstrate the problem in the JDT Editor. But, I noticed if I set a breakpoint at the implementation of IRewriteTarget.beginCompoundChange, it's called multiple times while I'm in the ... | closed fixed | ac783da | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-12T11:09:57Z | 2004-02-11T17:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/link/LinkedUIControl.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and... |
51,763 | Bug 51763 Source -> Override methods fails in inner classes [code manipulation] | In Version: 3.0.0 Build id: 200312182000 Type the following in the Java editor, in the header of a class : private MouseTrackAdapter mouseTrackListener = new MouseTrackAdapter() { XXX }; right mouse click where the XXX in the above line is and choose Source -> Override/Implement methods. You get the correct methods in ... | verified fixed | 45461e2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-12T11:10:18Z | 2004-02-11T20:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OverrideMethodsAction.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
51,622 | Bug 51622 Organize import misses type references in javadoc | 20040211 - organize import the following coe - IClassFile and ICompilationUnit go away import org.eclipse.jdt.core.IClassFile; import org.eclipse.jdt.core.ICompilationUnit; /** * Implemented by {@link IClassFile} and {@link ICompilationUnit} */ public interface IOpenable { } | verified fixed | 1aed45f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-12T11:23:46Z | 2004-02-11T14:33:20Z | org.eclipse.jdt.ui/core | |
51,622 | Bug 51622 Organize import misses type references in javadoc | 20040211 - organize import the following coe - IClassFile and ICompilationUnit go away import org.eclipse.jdt.core.IClassFile; import org.eclipse.jdt.core.ICompilationUnit; /** * Implemented by {@link IClassFile} and {@link ICompilationUnit} */ public interface IOpenable { } | verified fixed | 1aed45f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-12T11:23:46Z | 2004-02-11T14:33:20Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java | |
51,451 | Bug 51451 [formatting] unstable comment formatting | - open TestCase - in the editor set the carret in a method declaration's name (e.g., ru|n()) - press CTRL-SHIFT-F multiple times -> the formatting changes in each `format' | resolved fixed | d354501 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-12T15:43:44Z | 2004-02-10T13:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaFormattingStrategy.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
51,853 | Bug 51853 Support new compiler option PREF_PB_UNUSED_DECLARED_THROWN_EXCEPTION_WHEN_OVERRIDING | 20040212 Add the new setting to the compiler preference page | verified fixed | 2573160 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-12T16:10:05Z | 2004-02-12T15:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerConfigurationBlock.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
51,637 | Bug 51637 Quick Fix compilation unit rename throws CoreException | Test case: - create class Foo - manually rename class from Foo to Bar - use Quick Fix to "Rename compilation unit to 'Bar.java'" -> CoreException: !SESSION Feb 11, 2004 15:32:14.486 --------------------------------------------- java.version=1.4.2 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x8... | verified fixed | b705204 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-12T18:39:36Z | 2004-02-11T14:33:20Z | org.eclipse.jdt.ui/core | |
51,637 | Bug 51637 Quick Fix compilation unit rename throws CoreException | Test case: - create class Foo - manually rename class from Foo to Bar - use Quick Fix to "Rename compilation unit to 'Bar.java'" -> CoreException: !SESSION Feb 11, 2004 15:32:14.486 --------------------------------------------- java.version=1.4.2 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x8... | verified fixed | b705204 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-12T18:39:36Z | 2004-02-11T14:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/AbstractJavaElementRenameChange.java | |
51,637 | Bug 51637 Quick Fix compilation unit rename throws CoreException | Test case: - create class Foo - manually rename class from Foo to Bar - use Quick Fix to "Rename compilation unit to 'Bar.java'" -> CoreException: !SESSION Feb 11, 2004 15:32:14.486 --------------------------------------------- java.version=1.4.2 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x8... | verified fixed | b705204 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-12T18:39:36Z | 2004-02-11T14:33:20Z | org.eclipse.jdt.ui/core | |
51,637 | Bug 51637 Quick Fix compilation unit rename throws CoreException | Test case: - create class Foo - manually rename class from Foo to Bar - use Quick Fix to "Rename compilation unit to 'Bar.java'" -> CoreException: !SESSION Feb 11, 2004 15:32:14.486 --------------------------------------------- java.version=1.4.2 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x8... | verified fixed | b705204 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-12T18:39:36Z | 2004-02-11T14:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/base/JDTChange.java | |
51,637 | Bug 51637 Quick Fix compilation unit rename throws CoreException | Test case: - create class Foo - manually rename class from Foo to Bar - use Quick Fix to "Rename compilation unit to 'Bar.java'" -> CoreException: !SESSION Feb 11, 2004 15:32:14.486 --------------------------------------------- java.version=1.4.2 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x8... | verified fixed | b705204 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-12T18:39:36Z | 2004-02-11T14:33:20Z | org.eclipse.jdt.ui/core | |
51,637 | Bug 51637 Quick Fix compilation unit rename throws CoreException | Test case: - create class Foo - manually rename class from Foo to Bar - use Quick Fix to "Rename compilation unit to 'Bar.java'" -> CoreException: !SESSION Feb 11, 2004 15:32:14.486 --------------------------------------------- java.version=1.4.2 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x8... | verified fixed | b705204 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-12T18:39:36Z | 2004-02-11T14:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameCompilationUnitChange.java | |
51,637 | Bug 51637 Quick Fix compilation unit rename throws CoreException | Test case: - create class Foo - manually rename class from Foo to Bar - use Quick Fix to "Rename compilation unit to 'Bar.java'" -> CoreException: !SESSION Feb 11, 2004 15:32:14.486 --------------------------------------------- java.version=1.4.2 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x8... | verified fixed | b705204 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-12T18:39:36Z | 2004-02-11T14:33:20Z | org.eclipse.jdt.ui/core | |
51,637 | Bug 51637 Quick Fix compilation unit rename throws CoreException | Test case: - create class Foo - manually rename class from Foo to Bar - use Quick Fix to "Rename compilation unit to 'Bar.java'" -> CoreException: !SESSION Feb 11, 2004 15:32:14.486 --------------------------------------------- java.version=1.4.2 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x8... | verified fixed | b705204 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-12T18:39:36Z | 2004-02-11T14:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenamePackageChange.java | |
51,637 | Bug 51637 Quick Fix compilation unit rename throws CoreException | Test case: - create class Foo - manually rename class from Foo to Bar - use Quick Fix to "Rename compilation unit to 'Bar.java'" -> CoreException: !SESSION Feb 11, 2004 15:32:14.486 --------------------------------------------- java.version=1.4.2 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x8... | verified fixed | b705204 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-12T18:39:36Z | 2004-02-11T14:33:20Z | org.eclipse.jdt.ui/core | |
51,637 | Bug 51637 Quick Fix compilation unit rename throws CoreException | Test case: - create class Foo - manually rename class from Foo to Bar - use Quick Fix to "Rename compilation unit to 'Bar.java'" -> CoreException: !SESSION Feb 11, 2004 15:32:14.486 --------------------------------------------- java.version=1.4.2 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x8... | verified fixed | b705204 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-12T18:39:36Z | 2004-02-11T14:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameSourceFolderChange.java | |
51,648 | Bug 51648 ClassCastException after aborted local rename | null | verified fixed | 597f55e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-12T18:42:09Z | 2004-02-11T14:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LinkedNamesAssistProposal.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
51,093 | Bug 51093 [typing] Pressing enter after an opening curly brace closes the curly brace repeatedly. | Pressing enter after an opening curly brace closes the curly brace repeatedly. IF you are about to define a method and you open a curly brace, the completion closing curly brace is added automatically. If you go and press "enter" again in front of the opening curly brace , it adds another closing brace repeatedly. | resolved fixed | 3377f2d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-13T09:42:10Z | 2004-02-03T09:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
51,644 | Bug 51644 [typing] The word "squigglies" does not exist | I200402102000 We can either use "squiggles" or "squiggly lines" | resolved fixed | 9f1ca64 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-13T14:19:04Z | 2004-02-11T14:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, a... |
48,069 | Bug 48069 [reconciling] Reconciling too much | Build 20031202 Whenever the editor gains focus; it is triggering a forced reconciliation. This is too naive, and wastes lots of cycles. e.g.: - open editor - select one element in outliner - go back to editor A reconciliation is triggered even though nothing has changed which requires this. | resolved fixed | 391135f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-13T15:42:59Z | 2003-12-04T15:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaReconciler.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
51,683 | Bug 51683 Occurences In Exceptions: Not Javadoc aware | 20040211 - Enable 'Mark Occurences' - Open java.ui.FileInputStream, close() - In the Javadoc comment select 'IOException' - In the signature select 'IOException': Not the same result | resolved fixed | 73829cb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-13T17:42:37Z | 2004-02-11T17:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ExceptionOccurrencesFinder.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
36,571 | Bug 36571 Refactoring inline throws [refactoring] | Unfortunately I could not come up with a scenario to reproduce this and I did not see any obvious reasons why the refactoring might have failed. When doing refactor -> inline on a method call of a protected method with "all occurences" and "delete original" switched on, preview throws this: java.lang.reflect.Invocation... | resolved fixed | e70e8e2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-13T17:59:31Z | 2003-04-16T13:33:20Z | org.eclipse.jdt.ui/core | |
36,571 | Bug 36571 Refactoring inline throws [refactoring] | Unfortunately I could not come up with a scenario to reproduce this and I did not see any obvious reasons why the refactoring might have failed. When doing refactor -> inline on a method call of a protected method with "all occurences" and "delete original" switched on, preview throws this: java.lang.reflect.Invocation... | resolved fixed | e70e8e2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-13T17:59:31Z | 2003-04-16T13:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java | |
52,072 | Bug 52072 Code formatter -> white space -> control statements -> do while shows while example | The formatting options for the 'do while' statement shows an example of a 'while' loop rather than a 'do while' loop. Seems odd; either the option should be 'while' or the preview should show a do-while loop. Mac OS X.3.2 Eclipse 3.0M7 | verified fixed | 95156aa | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-16T09:56:33Z | 2004-02-15T01:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/WhiteSpaceOptions.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
51,984 | Bug 51984 Compiler settings: enable state not correctly updated | I200402122000 In the Java/Compiler/Advanced preference page, 'Include constructor or setter method parameter' is not correctly enable/disable when modifying the option 'Local variable declaration hides another field or variable'. Modifying one the options with sub-checkbox in 'Unused code' set the correct enable state ... | resolved fixed | 859b6b9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-16T10:34:25Z | 2004-02-13T19:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerConfigurationBlock.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
51,890 | Bug 51890 [Code formatter] Option to insert space inside empty brackets in allocation expression | Using 200402121200, this option is not visible if I display the tree by Java element. If I display the tree by Syntax element, I can find it. This seems inconsistent. I can provide screenshots if necessary. | resolved fixed | 975765b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-16T12:04:13Z | 2004-02-12T18:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/WhiteSpaceOptions.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
52,062 | Bug 52062 [spell checking] SpellCheckEngine.getAvailableLocales() should close its input streams | 3.0M7 stable. I was just digging around the new code out of curiousity and found a place where streams are opened but never closed. I believe this is not strictly a resource leak because Java finalization will eventually close the stream, but it wouldn't hurt to do it explicitly. stream= url.openStream(); if (stream !=... | resolved fixed | 865a4a8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-16T14:09:25Z | 2004-02-14T20:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/SpellCheckEngine.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
51,978 | Bug 51978 NPE editing a compilation unit | Using 200402102000, I got this NPE. java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$RememberedOffset.getOffset(CompilationUnitEditor.java:786) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$RememberedSelection.restore(CompilationUnitEditor.java:672) at org... | verified fixed | a93af00 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-16T14:10:57Z | 2004-02-13T19:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
51,653 | Bug 51653 [navigation] Quick Outline: Should also show interface members | I200402102000 We should consider showing the inherited members for interfaces at least when the target type is an interface itself. | resolved fixed | 39e311e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-16T15:17:10Z | 2004-02-11T17:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
52,091 | Bug 52091 NPE when changing the signature of a method that declares an inavlid throw clause | M7 - public void foo() throws DummyClass - try to change the signature of foo where DummyClass is not a subclass of exception. Note that you don't get a dialog informing you about the error. It is simply logged. java.lang.NullPointerException at org.eclipse.jdt.internal.corext.dom.Bindings.findType (Bindings.java:546) ... | resolved fixed | 4b7efcb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-16T16:11:16Z | 2004-02-15T13:00:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testException02_in.java | |
52,091 | Bug 52091 NPE when changing the signature of a method that declares an inavlid throw clause | M7 - public void foo() throws DummyClass - try to change the signature of foo where DummyClass is not a subclass of exception. Note that you don't get a dialog informing you about the error. It is simply logged. java.lang.NullPointerException at org.eclipse.jdt.internal.corext.dom.Bindings.findType (Bindings.java:546) ... | resolved fixed | 4b7efcb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-16T16:11:16Z | 2004-02-15T13:00:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testException02_out.java | |
52,091 | Bug 52091 NPE when changing the signature of a method that declares an inavlid throw clause | M7 - public void foo() throws DummyClass - try to change the signature of foo where DummyClass is not a subclass of exception. Note that you don't get a dialog informing you about the error. It is simply logged. java.lang.NullPointerException at org.eclipse.jdt.internal.corext.dom.Bindings.findType (Bindings.java:546) ... | resolved fixed | 4b7efcb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-16T16:11:16Z | 2004-02-15T13:00:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testException03_in.java | |
52,091 | Bug 52091 NPE when changing the signature of a method that declares an inavlid throw clause | M7 - public void foo() throws DummyClass - try to change the signature of foo where DummyClass is not a subclass of exception. Note that you don't get a dialog informing you about the error. It is simply logged. java.lang.NullPointerException at org.eclipse.jdt.internal.corext.dom.Bindings.findType (Bindings.java:546) ... | resolved fixed | 4b7efcb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-16T16:11:16Z | 2004-02-15T13:00:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testException03_out.java | |
52,091 | Bug 52091 NPE when changing the signature of a method that declares an inavlid throw clause | M7 - public void foo() throws DummyClass - try to change the signature of foo where DummyClass is not a subclass of exception. Note that you don't get a dialog informing you about the error. It is simply logged. java.lang.NullPointerException at org.eclipse.jdt.internal.corext.dom.Bindings.findType (Bindings.java:546) ... | resolved fixed | 4b7efcb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-16T16:11:16Z | 2004-02-15T13:00:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/cannotModify/A_testFail1.java | package p;
class A{
private native int m(int i, int j);
} |
52,091 | Bug 52091 NPE when changing the signature of a method that declares an inavlid throw clause | M7 - public void foo() throws DummyClass - try to change the signature of foo where DummyClass is not a subclass of exception. Note that you don't get a dialog informing you about the error. It is simply logged. java.lang.NullPointerException at org.eclipse.jdt.internal.corext.dom.Bindings.findType (Bindings.java:546) ... | resolved fixed | 4b7efcb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-16T16:11:16Z | 2004-02-15T13:00:00Z | org.eclipse.jdt.ui.tests.refactoring/test | |
52,091 | Bug 52091 NPE when changing the signature of a method that declares an inavlid throw clause | M7 - public void foo() throws DummyClass - try to change the signature of foo where DummyClass is not a subclass of exception. Note that you don't get a dialog informing you about the error. It is simply logged. java.lang.NullPointerException at org.eclipse.jdt.internal.corext.dom.Bindings.findType (Bindings.java:546) ... | resolved fixed | 4b7efcb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-16T16:11:16Z | 2004-02-15T13:00:00Z | cases/org/eclipse/jdt/ui/tests/refactoring/ChangeSignatureTests.java | |
52,091 | Bug 52091 NPE when changing the signature of a method that declares an inavlid throw clause | M7 - public void foo() throws DummyClass - try to change the signature of foo where DummyClass is not a subclass of exception. Note that you don't get a dialog informing you about the error. It is simply logged. java.lang.NullPointerException at org.eclipse.jdt.internal.corext.dom.Bindings.findType (Bindings.java:546) ... | resolved fixed | 4b7efcb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-16T16:11:16Z | 2004-02-15T13:00:00Z | org.eclipse.jdt.ui/core | |
52,091 | Bug 52091 NPE when changing the signature of a method that declares an inavlid throw clause | M7 - public void foo() throws DummyClass - try to change the signature of foo where DummyClass is not a subclass of exception. Note that you don't get a dialog informing you about the error. It is simply logged. java.lang.NullPointerException at org.eclipse.jdt.internal.corext.dom.Bindings.findType (Bindings.java:546) ... | resolved fixed | 4b7efcb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-16T16:11:16Z | 2004-02-15T13:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java | |
52,058 | Bug 52058 NPE in ChangeMethodSignature | M7 - tried to add the two exeption CoreException and ClassCastException to the method TypeExtension#findTypeExtender Got the following exception Caused by: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactorin g.addExceptionToNodeList(ChangeSignatureRefactorin... | resolved fixed | 0fe1286 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-16T16:57:30Z | 2004-02-14T17:33:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testException04_in.java | |
52,058 | Bug 52058 NPE in ChangeMethodSignature | M7 - tried to add the two exeption CoreException and ClassCastException to the method TypeExtension#findTypeExtender Got the following exception Caused by: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactorin g.addExceptionToNodeList(ChangeSignatureRefactorin... | resolved fixed | 0fe1286 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-16T16:57:30Z | 2004-02-14T17:33:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testException04_out.java | |
52,058 | Bug 52058 NPE in ChangeMethodSignature | M7 - tried to add the two exeption CoreException and ClassCastException to the method TypeExtension#findTypeExtender Got the following exception Caused by: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactorin g.addExceptionToNodeList(ChangeSignatureRefactorin... | resolved fixed | 0fe1286 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-16T16:57:30Z | 2004-02-14T17:33:20Z | org.eclipse.jdt.ui.tests.refactoring/test | |
52,058 | Bug 52058 NPE in ChangeMethodSignature | M7 - tried to add the two exeption CoreException and ClassCastException to the method TypeExtension#findTypeExtender Got the following exception Caused by: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactorin g.addExceptionToNodeList(ChangeSignatureRefactorin... | resolved fixed | 0fe1286 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-16T16:57:30Z | 2004-02-14T17:33:20Z | cases/org/eclipse/jdt/ui/tests/refactoring/ChangeSignatureTests.java | |
52,058 | Bug 52058 NPE in ChangeMethodSignature | M7 - tried to add the two exeption CoreException and ClassCastException to the method TypeExtension#findTypeExtender Got the following exception Caused by: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactorin g.addExceptionToNodeList(ChangeSignatureRefactorin... | resolved fixed | 0fe1286 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-16T16:57:30Z | 2004-02-14T17:33:20Z | org.eclipse.jdt.ui/core | |
52,058 | Bug 52058 NPE in ChangeMethodSignature | M7 - tried to add the two exeption CoreException and ClassCastException to the method TypeExtension#findTypeExtender Got the following exception Caused by: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactorin g.addExceptionToNodeList(ChangeSignatureRefactorin... | resolved fixed | 0fe1286 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-16T16:57:30Z | 2004-02-14T17:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java | |
51,466 | Bug 51466 TODO marker coloring: Update to new jdt.core behaviour | null | resolved fixed | 323a1d7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-16T17:11:33Z | 2004-02-10T16:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaCommentScanner.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
47,207 | Bug 47207 call hierarchy: Enablement of "Search Scope" item on view menu is wrong [call hierarchy] | At least on Windows NT/2000 this item is shown as disabled until the user clicks it it which case the submenu opens. I have been looking into this problem but without any results so far. Any suggestions are welcome. | resolved fixed | 675825b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-16T18:44:41Z | 2003-11-21T10:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/SearchScopeAction.java | |
47,207 | Bug 47207 call hierarchy: Enablement of "Search Scope" item on view menu is wrong [call hierarchy] | At least on Windows NT/2000 this item is shown as disabled until the user clicks it it which case the submenu opens. I have been looking into this problem but without any results so far. Any suggestions are welcome. | resolved fixed | 675825b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-16T18:44:41Z | 2003-11-21T10:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/SearchScopeActionGroup.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
47,207 | Bug 47207 call hierarchy: Enablement of "Search Scope" item on view menu is wrong [call hierarchy] | At least on Windows NT/2000 this item is shown as disabled until the user clicks it it which case the submenu opens. I have been looking into this problem but without any results so far. Any suggestions are welcome. | resolved fixed | 675825b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-02-16T18:44:41Z | 2003-11-21T10:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/SearchScopeHierarchyAction.java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.