id int64 1 6.5k | bug_id int64 2.03k 426k | summary stringlengths 9 251 | description stringlengths 1 32.8k ⌀ | report_time stringlengths 19 19 | report_timestamp int64 1B 1.39B | status stringclasses 6
values | commit stringlengths 7 9 | commit_timestamp int64 1B 1.39B | files stringlengths 25 32.8k | project_name stringclasses 6
values |
|---|---|---|---|---|---|---|---|---|---|---|
2,335 | 140,465 | Bug 140465 [JUnit] Test failure: sometimes can't run JUnit tests from runtime workbench | null | 2006-05-06 07:27:34 | 1,146,910,000 | verified fixed | 07a5535 | 1,147,190,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitLaunchConfiguration.java | JDT |
2,336 | 139,899 | Bug 139899 [junit] Rerun failed first does not work with JUnit 4 | 3.2 RC2 Could not find a setup where rerun failed first works with JUnit 4 testcases | 2006-05-03 05:42:20 | 1,146,650,000 | verified fixed | f7c42af | 1,146,850,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java | JDT |
2,337 | 140,167 | Bug 140167 build path: add source folder acts funnily if an existing folder name is chosen | null | 2006-05-04 10:32:01 | 1,146,750,000 | verified fixed | 6f67146 | 1,146,850,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CreateMultipleSourceFoldersDialog.java | JDT |
2,338 | 140,289 | Bug 140289 JUnit 4: Arrow remains on class when method is ignored | In RC2. Run this test class: public class ATest { @Ignore @Test public void a() { Assert.fail(); } @Test public void b() { Assert.fail(); } } After running, the class ATest still has a blue arrow, as if it is still "running". | 2006-05-04 23:23:15 | 1,146,800,000 | verified fixed | daeeb4d | 1,146,850,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestElement.java org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestRunSession.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/TestElement.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/Test... | JDT |
2,339 | 129,725 | Bug 129725 JDT JUnit: java.lang.Exception: Unexpected TestElement type for testId '230': | I20060221-1300 I got several exceptions in .log but nothing visibly in the UI. I started the JDT Text tests several times in Debug and Run mode (in sequence, not parallel). I also terminated one of those via Debug view. !ENTRY org.eclipse.jdt.junit 4 4 2006-02-27 17:54:28.022 !MESSAGE Error !STACK 0 java.lang.Exception... | 2006-02-28 02:55:04 | 1,141,110,000 | verified fixed | 1f3535a | 1,146,840,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/ITestSessionListener.java org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/JUnitModel.java org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestCaseElement.java org.eclipse.jdt.junit.core/src/org/eclipse/jdt/intern... | JDT |
2,340 | 140,248 | Bug 140248 JUnit4 support should be disabled if launched with 1.4 VM | 3.2 RC2 The JUnit4 support does not work if the workbench is launched with a 1.4 VM. We should disable the JUnit4 support in the UI in that scenario. | 2006-05-04 16:26:34 | 1,146,770,000 | verified fixed | 27e3231 | 1,146,840,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/jun... | JDT |
2,341 | 140,291 | Bug 140291 Run both JUnit 3 and JUnit 4 tests in a container | Given a container (project or package) that contains both JUnit 3 and JUnit 4 tests, the user probably intends both test kinds to run when they run all tests in the container. (One of my original patches had this by default, but it doesn't work in the latest patches). | 2006-05-04 23:28:26 | 1,146,800,000 | verified fixed | 5bfed04 | 1,146,840,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/JUnit4TestFinder.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnit4TestFinder.java | JDT |
2,342 | 140,312 | Bug 140312 'Occurrences in File' quick menu (Ctrl+Shift+U) not available in binary class | I20060504-2000 + ZRH plugins from 05-0010 'Occurrences in File' quick menu (Ctrl+Shift+U) is not available in binary classes. This used to work in earlier builds (at least in M4, it worked). | 2006-05-05 04:23:51 | 1,146,820,000 | verified fixed | 86c3351 | 1,146,840,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OccurrencesSearchMenuAction.java | JDT |
2,343 | 140,292 | Bug 140292 RC2: JUnit 4 test finder tries to run abstract test classes | Even if a class looks like a JUnit 4 test, if it is abstract, it cannot be run. However, the JUnit 4 test finder still attempts it. For example: abstract public class CTest { @Test public void b() { } } | 2006-05-04 23:31:18 | 1,146,800,000 | verified fixed | 8db4549 | 1,146,830,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/JUnit4TestFinder.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnit4TestFinder.java | JDT |
2,344 | 140,299 | Bug 140299 failing Serial Version Clean Up test | org.eclipse.core.runtime.CoreException: Serial Version Clean Up: Could not calculate id for class 'test1.E1$3' at org.eclipse.jdt.internal.corext.fix.PotentialProgrammingProblemsFix$SerialVersionHashContext.getSerialVersionId(PotentialProgrammingProblemsFix.java:127) at org.eclipse.jdt.internal.corext.fix.PotentialProg... | 2006-05-05 03:15:14 | 1,146,810,000 | verified fixed | 95df622 | 1,146,820,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java | JDT |
2,345 | 140,164 | Bug 140164 build path: edit source folder has no defined semantics | null | 2006-05-04 10:27:24 | 1,146,750,000 | verified fixed | 1735a67 | 1,146,770,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java | JDT |
2,346 | 139,381 | Bug 139381 [clean up] CE when adding generated serial version ID | I get the following exception stacktrace when cleaning up a very special combination of inner classes which I reduced to a small demo class: === Stacktrace ================================================================ java.lang.reflect.InvocationTargetException at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRun... | 2006-04-29 04:48:00 | 1,146,300,000 | verified fixed | 0907986 | 1,146,770,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/AbstractSerialVersionOperation.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/PotentialProgrammingProblemsFix.java org.eclipse.jdt.ui/core exte... | JDT |
2,347 | 139,668 | Bug 139668 [quick assist] Surround with runnable is superfluous | 3.2. RC2 1. Select at least one line 2. Ctrl-1 3. A quick assist 'Surround with runnable' is shown The surround with runnable quick assist is the hard coded version of the 'Surround with runnable' template proposal wich can be accessed trough the source menu or through Alt-Shift-Z. Surround with runnable can and should... | 2006-05-02 09:29:21 | 1,146,580,000 | verified fixed | 5ae668c | 1,146,770,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/QuickFixTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SurroundWithTemplateTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correct... | JDT |
2,348 | 140,183 | Bug 140183 [refactor][script] extract superclass does not pull up methods | 1) make sure to have a project A with the following class on two separate workspaces public class Bicycle { public void drive(){ } } 2) in one workspace perform 'extract superclass', method drive is defined by the new superclass. you'll endup with: public class Bicycle extends ADriveable { } public class ADriveable { p... | 2006-05-04 11:46:09 | 1,146,760,000 | verified fixed | 3f438d1 | 1,146,760,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/JavaRefactoringDescriptor.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceProcessor.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structur... | JDT |
2,349 | 139,932 | Bug 139932 [quick assist] Surround with runnable removes semicolon | 3.2. RC2 Given: public void foo() { int i= 10; System.out.println(i); } 1. Select line ' int i= 10;' 2. 'Alt-Shift-Z' 3. Surround with runnable Is: int i; Runnable runnable = new Runnable() { public void run() { i = 10 } }; System.out.println(i); Should: int i; Runnable runnable = new Runnable() { public void run() { i... | 2006-05-03 08:38:25 | 1,146,660,000 | verified fixed | fe3c9c8 | 1,146,760,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/SurroundWithTemplateProposal.java | JDT |
2,350 | 139,706 | Bug 139706 "Link Source Folder" must check that new folder does not yet exist | If a linked source folder has the same name as a non-source project folder it can't be used properly. Instead, the non-source project folder is shown as source folder presenting it's original content (eg. images). I suggest to show a warning/error message if the name of a linked source equals a non-source project resou... | 2006-05-02 11:01:26 | 1,146,580,000 | verified fixed | c377c2b | 1,146,760,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java | JDT |
2,351 | 139,905 | Bug 139905 [junit] No tests found must not be logged | 3.2 RC2 Steps to reproduce: - Comment all tests in junit.tests.AllTests#suite() - Select package junit.tests - Run as junit test -> No tests found is logged -> Dialog should have caption "JUnit", a better message such as "No testcases have been found in 'junit.tests'" and no details button. | 2006-05-03 05:59:31 | 1,146,650,000 | verified fixed | 701d39e | 1,146,760,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitMessages.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitBaseLaunchConfiguration.java org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitMessages.java | JDT |
2,352 | 139,694 | Bug 139694 [junit] Edit JUnit library dialog issues | I20060428-1315 Steps to reproduce: - Create a new project - Create a JUnit4 testcase in it, using the wizard - Verify that JUnit 4 container is visible under the project - Select JUnit 4, select Configure... -> Font of the current location field is not dialog font, but system font -> The dialog misses the Library wizar... | 2006-05-02 10:29:47 | 1,146,580,000 | verified fixed | fed50dd | 1,146,760,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/buildpath/JUnitContainerWizardPage.java | JDT |
2,353 | 136,746 | Bug 136746 [CommonNavigator] [Java] Java packages disappear when switching to Hierarchical mode | [I20060413-0010] To reproduce: From the Project Explorer view menu, select Package Presentation->Hierarchical. Result: All source folders have no children Expected: package folders appear hierarchically under source folders. | 2006-04-13 16:11:49 | 1,144,960,000 | verified fixed | 06de35c | 1,146,750,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/NonEssentialElementsFilter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/NonEssentialEmptyInnerPackageFilter.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/NonEssentialEmptyPackageFilter.java | JDT |
2,354 | 140,080 | Bug 140080 [CommonNavigator][Java] (NeedsApproval)JavaNavigatorContentProvider should return IWorkspaceRoot as parent | null | 2006-05-03 16:50:25 | 1,146,690,000 | verified fixed | c88132c | 1,146,750,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/JavaNavigatorContentProvider.java | JDT |
2,355 | 139,639 | Bug 139639 Odd alt+shift+T (surround w/ Try-Catch) behavior | I am getting odd and intermittent alt+shift+T behavior. When I first start Eclipse and open an editor with a statement that needs a try-catch block (it is a compilation error when I open my project) and press alt+shift+T, nothing occurs. All other alt+shift commands work ("R" for renaming, etc). If I alt+shift+Z and ca... | 2006-05-01 18:41:39 | 1,146,520,000 | verified fixed | 9cccd38 | 1,146,750,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/SurroundWithTemplateMenuAction.java | JDT |
2,356 | 139,172 | Bug 139172 Inline binary method should fail with a more precise message | null | 2006-04-28 10:25:55 | 1,146,230,000 | verified fixed | c29f7a2 | 1,146,750,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceAnalyzer.java | JDT |
2,357 | 138,944 | Bug 138944 [refactoring] NPE in Change Signature refactoring | null | 2006-04-27 11:06:38 | 1,146,150,000 | verified fixed | 009b660 | 1,146,740,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java | JDT |
2,358 | 139,662 | Bug 139662 open type dialog: Error when opening an excluded type | 3.2 RC2 Given some cu 'E1.java' containing type 'E1' in a project. 1. Ctrl-Shift-T and open E1 2. In package explorer right click on E1.java and select Build Path->Exclude 3. Ctrl-Shift-T and select E1 from the recend type list ->Error Dialog is shown: "Could not uniquely map the type name to a type." | 2006-05-02 09:14:01 | 1,146,580,000 | verified fixed | 8ae7bb0 | 1,146,740,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/IFileTypeInfo.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JarFileEntryTypeInfo.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/OpenTypeHistory.java | JDT |
2,359 | 139,677 | Bug 139677 [refactoring] Rename Java project does not appear in refactoring history | I20060428-1315 Rename Java project refactorings do not appear in the refactoring history and therefore cannot be executed via refactoring scripts. The problem is that the refactoring is associated with the original project, which does not exist anymore. Fix is to associate the refactoring with the workspace. Attaching ... | 2006-05-02 09:45:00 | 1,146,580,000 | verified fixed | 1bfa2d2 | 1,146,740,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameJavaProjectProcessor.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameResourceProcessor.java | JDT |
2,360 | 138,577 | Bug 138577 Package content disapear in package explorer | N20060426 With package explorer in flat layout 1. Create new java project with seperate src and output folders 2. create package p01 in src 3. create class Klazz in p01 4. Right click on p01 5. Select 'Build Path -> Use as source folder' 6. Right click on src/p01 7. Select 'Build Path -> Remove from bp' 8. Right click ... | 2006-04-26 04:34:41 | 1,146,040,000 | verified fixed | 1d4e562 | 1,146,740,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/browsing/PackagesViewContentProviderTests.java | JDT |
2,361 | 139,145 | Bug 139145 [nls tooling] Wrong dialog title for 'Externalize Strings...' | null | 2006-04-28 09:47:42 | 1,146,230,000 | verified fixed | 118c2e3 | 1,146,730,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ExternalizeStringsAction.java | JDT |
2,362 | 139,230 | Bug 139230 [content assist] Camel Case + insert common prefix not working | I20060428-0010. 1. enable Camel case and "insert common prefix automatically 2. in the Java editor type "JE" + code assist ==> the first item is directly inserted even though there are more completions. | 2006-04-28 12:39:22 | 1,146,240,000 | verified fixed | 290489d | 1,146,730,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/JavadocCompletionTest.java org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/MethodInsertCompletionTest.java org.eclipse.jdt.t... | JDT |
2,363 | 139,822 | Bug 139822 NPE in QuickAssistProcessor.getSplitVariableProposals | Build: 3.2 RC2 I found this exception in my log today... sorry, I don't know what I was doing at the time of the failure, and I don't notice any bad side-effects in the UI. !ENTRY org.eclipse.jdt.ui 4 2 2006-05-02 14:53:26.595 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jdt.ui". !STACK 0 ja... | 2006-05-02 16:21:44 | 1,146,600,000 | verified fixed | 56b0913 | 1,146,730,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java | JDT |
2,364 | 139,915 | Bug 139915 [nls] Find Broken Externalized Strings action should not be enabled for accessor classes not on build path | 3.2 RC2 The Find Broken Externalized Strings action does not correctly work on accessor classes not on the build path and should therefore be disabled. | 2006-05-03 06:31:03 | 1,146,650,000 | verified fixed | d3525ad | 1,146,670,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/FindBrokenNLSKeysAction.java | JDT |
2,365 | 139,741 | Bug 139741 No way to import refactoring history from JAR file | Build: 3.2 RC2 When exporting a JAR file, there is an option to export the refactoring history along with the content. However, there doesn't seem to be any corresponding import wizard for importing content along with refactoring history. If I use the "archive file" import wizard on a jar that contains refactoring hist... | 2006-05-02 12:10:42 | 1,146,590,000 | verified fixed | b972c72 | 1,146,670,000 | org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/MigrateJarFileAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizard.java | JDT |
2,366 | 139,762 | Bug 139762 Open type dialog sorted incorrectly | A screenshot will be attached. In the screenshot the first item starts with ClassType and the last item is ClassAndMethod.... In the middle there are items that start with "Cli" and "Clo". I use 3.2RC2 | 2006-05-02 13:25:59 | 1,146,590,000 | verified fixed | ece309d | 1,146,660,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeInfoViewer.java | JDT |
2,367 | 139,436 | Bug 139436 [content assist] Auto-complete for Javadoc @link reference | When using auto-complete for javadoc @link a double notation is presented: 1. inside a javadoc style comment, start entering a class to link to, e.g. Object. 2. press Ctrl+space to auto-complete and choose one of the {@link Object} options. This will result in a: {@link {@link Object}} notation instead of only {@link O... | 2006-04-30 09:30:17 | 1,146,400,000 | verified fixed | a4f9906 | 1,146,650,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/JavadocCompletionTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyJavaTypeCompletionProposal.java | JDT |
2,368 | 139,889 | Bug 139889 [junit] NPE in JUnitQuickFixProcessor#isInsideJUnit4Test | 3.2 RC2 Steps to reproduce: - Create a JUnit 4 Testcase by wizard, but without adding library to build path - Make sure that some test methods are generated - Invoke quickfix on one of the "fail" method invocations -> NPE occurs java.lang.NullPointerException at org.eclipse.jdt.internal.junit.ui.JUnitQuickFixProcessor.... | 2006-05-03 04:22:32 | 1,146,640,000 | verified fixed | 7f6ac79 | 1,146,650,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitQuickFixProcessor.java | JDT |
2,369 | 138,767 | Bug 138767 Empty folders in Sync View after update | null | 2006-04-26 17:28:55 | 1,146,090,000 | resolved fixed | f641895 | 1,146,650,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java | JDT |
2,370 | 139,565 | Bug 139565 [syntax highlighting] Two errors during Eclipse startup with opened classfile editors | Using 3.2 RC2, on restart of Eclipse I have seen 2 errors in log (see below). In Eclipse workspace I had 13 Java editors from the last session, some of them with classes from my projects (source in my projects), and some of them from eclipse libraries, referenced by my plugin, like org.eclipse.jdt.internal.core.ClassFi... | 2006-05-01 14:20:20 | 1,146,510,000 | verified fixed | beb59ac | 1,146,650,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightingReconciler.java | JDT |
2,371 | 139,691 | Bug 139691 [navigation] Syntax highlighting broken in Declarations view | I20060428-1315 The declarations view does not highlight comments and Javadoc anymore. | 2006-05-02 10:23:32 | 1,146,580,000 | verified fixed | 06c05d3 | 1,146,650,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/SourceView.java | JDT |
2,372 | 139,170 | Bug 139170 Extract superclass should make created class abstract if it inherits from an abstract class | null | 2006-04-28 10:23:35 | 1,146,230,000 | verified fixed | 96d2663 | 1,146,640,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/test0/in/A.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/test0/out/A.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/test0/out/Z.java org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/test1/in/A.jav... | JDT |
2,373 | 139,175 | Bug 139175 Use radio button for JUnit view's history menu item | null | 2006-04-28 10:32:48 | 1,146,230,000 | resolved fixed | 6a2f768 | 1,146,240,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/HistoryListAction.java | JDT |
2,374 | 139,150 | Bug 139150 Externalize String and Find Broken NLS actions should have same enablement rules | I20060428-0010 Externalize String and Find Broken NLS actions should have same enablement rules. | 2006-04-28 09:50:25 | 1,146,230,000 | resolved fixed | 5e1142e | 1,146,240,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ExternalizeStringsAction.java | JDT |
2,375 | 139,158 | Bug 139158 JavaModelUtil.applyTextEdit should not start rewrite sessions for empty edits | I20060428-0010 Organize imports will flash and potentially scroll the editor even if there isn't anything to do. Also, clients listening for document rewrite sessions may suspend their activity and resume it afterwards, which incurrs some overhead. The applyTextEdit method should at least check whether the text edit co... | 2006-04-28 09:59:45 | 1,146,230,000 | resolved fixed | 03af35f | 1,146,230,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java | JDT |
2,376 | 129,035 | Bug 129035 JUnit 4.0 classes not being recognized correctly. | I was using Eclipse 3.2M4 and using JUnit 4.0. I was using their adapter to hook into Eclipse, via RightClicking on the JUnit test file, Selecting Run>JUnit Test. This behavior went away when I updated to 3.2M5. Now the only way I can run the test is by going to the Run menu, and creating a brand new "Run Profile" for ... | 2006-02-22 14:52:50 | 1,140,640,000 | resolved fixed | 95feeea | 1,146,170,000 | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/ITestFinder.java org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/JUnit3TestFinder.java org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/JUnit4TestFinder.java org.eclipse.jdt.junit.core/src/org/eclipse/jdt... | JDT |
2,377 | 138,930 | Bug 138930 [refactor + jar export] refactoring info loss when jar-desc-file is created | When you create a jardesc-file your selected refactorings get lost. Due to that, on subsequend exports the refactoring information isn't included in the jar file anymore. | 2006-04-27 10:33:28 | 1,146,150,000 | verified fixed | 4e95dcc | 1,146,160,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageReader.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageWriter.java | JDT |
2,378 | 133,609 | Bug 133609 Java Model Exception: A.java does not exist when Extract Supertype | I20060328-0010 Given: package pack; public class A { public void foo() {} } 1. On cu A execute 'Refactor->Extract Supertype' 2. Supertype Name: 'AB' 3. Select foo() 4. Next 5. Next 6. Back 7. Next -> Java Model Exception: Java Model Status [[Working copy] A.java [in pack [in <project root> [in P01]]] does not exist] at... | 2006-03-28 12:16:29 | 1,143,570,000 | resolved fixed | ccac0ac | 1,146,160,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ConvertAnonym... | JDT |
2,379 | 138,937 | Bug 138937 CastCastException | Found a CC in my log, but I've no clue how it got there. eclipse.buildId=N20060426-0010 java.fullversion=J2RE 1.4.2 IBM Windows 32 build cn142-20040926 (JIT enabled: jitc) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -data C:\eclipse_N20060426\eclipse\workspace2 -os win32 -ws win... | 2006-04-27 10:44:33 | 1,146,150,000 | resolved fixed | 9d16a25 | 1,146,160,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/AddSelectedLibraryToBuildpathAction.java | JDT |
2,380 | 101,623 | Bug 101623 [content assist] code assist should not touch typed qualified import | In code assist options (Preferences => Java => Editor), it is possible to select either import or qualified name to be inserted, when eclipse "guesses" which class is meant. This results, that it's not possible to insert qualified names with code assist, when needed to emphasize that it is a certain class in a certain ... | 2005-06-24 08:49:06 | 1,119,620,000 | verified fixed | eb6c865 | 1,146,160,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/CamelCaseCompletionTest.java org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/JavadocCompletionTest.java org.eclipse.jdt.text... | JDT |
2,381 | 138,943 | Bug 138943 [clean up] CorrectionMarkerResolution.findOtherMarkers(IMarker[]) creates AST for each marker | N20060427 This does not scale at all and can be done much faster. | 2006-04-27 11:05:05 | 1,146,150,000 | resolved fixed | 4339d4f | 1,146,150,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMarkerResolutionGenerator.java | JDT |
2,382 | 138,855 | Bug 138855 RefactoringAvailabilityTester.isPullUpAvilable parses CU | N20060426 Take the project in the attachment and right click on the very large CU E.java, wait a minute or two until context menu opens. The problem is, that RefactoringAvailabilityTester.isPullUpAvilable forces the CU to be parsed on right click, wich sould never happen. See attached YourKit profile. | 2006-04-27 04:37:02 | 1,146,130,000 | resolved fixed | 5053505 | 1,146,150,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ExtractSuperTypeAction.java | JDT |
2,383 | 138,880 | Bug 138880 [refactor apply script] ClassCastException while appling script | what I have done: 1) change method signature (remove throws-decl) and save as script 2) manually (typing) readd throws-decl 3) apply script eclipse.buildId=N20060426-0010 java.fullversion=J2RE 1.4.2 IBM Windows 32 build cn142-20040926 (JIT enabled: jitc) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Comm... | 2006-04-27 06:36:10 | 1,146,130,000 | verified fixed | 8dd50a2 | 1,146,150,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java | JDT |
2,384 | 138,566 | Bug 138566 NPE in CorrectionMarkerResolution.findOtherMarkers | Eclipse 3.2RC1a Problem: - Multiple "Unnecessary $NON-NLS$ tag" for one file - Select QuickFix -> QuickFix dialog opens - Press "Find Similar Problems" button -> Progress seems to start, nothing happens - Press Cancel button -> Nothing happens - Press Okay button -> The one QuickFix is applied Error Log: java.lang.Null... | 2006-04-26 02:34:41 | 1,146,030,000 | resolved fixed | 4e3e3a0 | 1,146,150,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMarkerResolutionGenerator.java | JDT |
2,385 | 138,875 | Bug 138875 [refactor apply script] 'next' button isn't enabled by default | If one opens the 'refactor' -> 'apply script' dialog for the n'th time (n>0) the previous refactor script is selected but the 'Next' button is not enabled. Toogling between 'Clipboard' and 'File' enables it. | 2006-04-27 06:09:28 | 1,146,130,000 | verified fixed | 7a2ff88 | 1,146,150,000 | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/scripting/ApplyRefactoringScriptWizardPage.java | JDT |
2,386 | 138,888 | Bug 138888 view history should use a radio menu items, not check items | N20060426 Several views have a history drop down in their tool bars: Type Hierarchy, JUnit, Search views. The drop down typically marks the currently active element with a check mark. We should use a radio-style decoration instead of a check mark, since only one element can be active at any time. This is not so much an... | 2006-04-27 07:29:14 | 1,146,140,000 | resolved fixed | 1384697 | 1,146,150,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/HistoryAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HistoryAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/HistoryDropDownAction.java | JDT |
2,387 | 138,639 | Bug 138639 Compiler preference page does not use horizontal space | N20060406 Go to preference page: Java-Compiler and resize the preference dialog. The page is not resized. See screenshot. | 2006-04-26 10:29:26 | 1,146,060,000 | resolved fixed | 1f88777 | 1,146,140,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java | JDT |
2,388 | 138,547 | Bug 138547 CorrectionMarkerResolutionGenerator has inconsistent hasResolutions and getResolutions | 20060425 The file i am about to attach has an unreachable code error. The CorrectionMarkerResolutionGenerator returns true for #hasResolutions and an empty collection for #getResolutions. As a result we are getting an empty Quick Fix dialog. | 2006-04-25 21:50:04 | 1,146,020,000 | resolved wontfix | 9da9adb | 1,146,140,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java | JDT |
2,389 | 135,816 | Bug 135816 [introduce indirection] NPE in when invoken on declaration | 20060410-0010 - open the following code in the editor, select method declaration 'run' in 'MyThread' and invoke the introduce indirection refactoring. public class ThreadRunner { private static class MyThread extends Thread { public void run() { } } public void startInBackground() { MyThread thread= new MyThread(); thr... | 2006-04-10 04:52:35 | 1,144,660,000 | resolved fixed | 013074b | 1,146,140,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceIndirectionRefactoring.java | JDT |
2,390 | 133,555 | Bug 133555 [refactoring] Superfluos signature preview of extract local | I20060328-0010 The signature preview of extract local seems IMHO superfluos and does not even update when the final bit changes. I opt to remove it to make the dialog more lightweight. | 2006-03-28 10:31:50 | 1,143,560,000 | resolved fixed | ccc0d47 | 1,146,140,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractTempWizard.java | JDT |
2,391 | 138,628 | Bug 138628 [clean up] semantic change when removing blocks in nested if-then-else | If you run clean up and use "no block for single statements" then the braces are removed from the following. if (a) { if (b) doSomething(); } else doSomethingElse(); which actually results in the symantically different code if (a) if (b) doSomething(); else doSomethingElse(); It was only during reformatting I spotted t... | 2006-04-26 10:02:51 | 1,146,060,000 | verified fixed | 61ddf8d | 1,146,130,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java | JDT |
2,392 | 100,963 | Bug 100963 Remove ripple method finder | Since the class isn't used anylonger we should remove it in 3.2 | 2005-06-20 16:54:56 | 1,119,300,000 | resolved fixed | 6f2debe | 1,146,120,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RippleMethodFinder.java | JDT |
2,393 | 131,284 | Bug 131284 Removing all libraries from a Java Project does not work | Eclipse Version: 3.2.0 Build id: I20060217-1115 This is how to reproduce it: 1. In Windows (somewhere on your harddrive) create a folder and copy some (at least more than one) JAR libraries into this folder. 2. Open Eclipse. Use new Project Wizard and create new Java Project from existing source and let it point to the... | 2006-03-10 04:04:05 | 1,141,980,000 | resolved fixed | d333f76 | 1,146,120,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathWizard.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java | JDT |
2,394 | 138,320 | Bug 138320 [refactoring] CCE in Change method signature | N20060423-0010 Steps to reproduce: - Use CMS to rename a method ChangeSignatureRefactoring$ReferenceUpdate(ChangeSignatureRefactoring$OccurrenceUpdate).getTightSourceRangeComputer() line: 1674 ChangeSignatureRefactoring$ReferenceUpdate(ChangeSignatureRefactoring$OccurrenceUpdate).changeMethodName() line: 1657 ChangeSig... | 2006-04-25 06:05:31 | 1,145,960,000 | verified fixed | b418c46 | 1,146,080,000 | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testDelegate05_in.java org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testDelegate05_out.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ChangeSignatureTests.java org.eclipse.... | JDT |
2,395 | 107,373 | Bug 107373 [preferences] Show more details on Typing > Tabulators preference page | OS : RHEL 3.1 not a must fix Severity ( 1 thru 4, 1 as most severe): 3 Build date: 0802 Blocking: Yes Language: JPN, ENG Bitmap Location: Z:\defects\JPN\Base_09002400_JPN.gif Tester Name: Hiroshi Inoue Problem Description: "Mixed" is not shown on Typing preference page. Steps: 1. From menu bar, select Window -> Prefere... | 2005-08-18 16:21:07 | 1,124,400,000 | closed fixed | 5588b35 | 1,146,060,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SmartTypingConfigurationBlock.java | JDT |
2,396 | 107,587 | Bug 107587 [organize imports] Organize imports dialog is sometimes unnecessary | Sometimes on "organize imports" Eclipse asks me if I want to add: org.xml.sax.SAXException or org.xml.sax.SAXException This is because I have two XML/HTML/SAX parsers (or whatever) in my classpath. Now regardless of which one I choose I always get the same import row in my source; thus the dialog is redundant and can b... | 2005-08-22 08:05:27 | 1,124,710,000 | resolved fixed | 028fae5 | 1,146,060,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java | JDT |
2,397 | 108,030 | Bug 108030 [refactoring] Move instance method inserts argument at wrong position | I20050823-0800 class A { B fB; public void doit(String doitArg) { subroutine(1.2f); } public void subroutine(float subArg) { subsub(); } public void subsub() { } } class B { } - move doit(..) to fB -> compiles - move subroutine(..) to fB -> does not compile since subroutine's new parameter A a is at first position but ... | 2005-08-25 14:36:54 | 1,125,000,000 | verified fixed | 899faae | 1,146,060,000 | org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test36/in/A.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test36/in/B.java org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test36/out/A.java org.eclipse.jdt.ui.tests.refactoring/resources... | JDT |
2,398 | 126,351 | Bug 126351 [implementation] remove usage of the deprecated javadocCompletionProcessors extension point | we should replace our usage and contribute to the javaCompletionProposalComputer ext. pt. | 2006-02-03 10:33:28 | 1,138,980,000 | verified fixed | 5f0d668 | 1,146,050,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/HTMLTagCompletionProposalComputer.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocCompletionEvaluator.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/LegacyJavadocCompletionProposalComputer.java | JDT |
2,399 | 129,336 | Bug 129336 [quick assist] Introduce local with casted type does not handle negations correct | I20060221-1300 Given: if (!(binding instanceof IVariableBinding)) return false; 1. Cursor on 'instanceof' 2. Ctrl-1 3. Introduce new local with casted type Result: if (!(binding instanceof IVariableBinding)) { IVariableBinding binding= (IVariableBinding)binding; return false; } Expected: if (!(binding instanceof IVaria... | 2006-02-24 09:18:50 | 1,140,790,000 | resolved fixed | 7b97f90 | 1,146,050,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java | JDT |
2,400 | 99,948 | Bug 99948 [build path] build path actions write to log | 3.1 RC3 'Build Path' > 'Use as Source Folder' on package results in error dialog and writes to .log ==> the action should not be available at all or at least not write to .log | 2005-06-14 09:10:08 | 1,118,750,000 | resolved fixed | 149ce6e | 1,146,040,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/AddArchiveToBuildpathAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/AddFolderToBuildpathAction.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/AddLib... | JDT |
2,401 | 94,705 | Bug 94705 [hovering] Javadoc hover's trigger region exceeds right side | I20050509-2010 (MacOS X and Windows XP) Hovering over a type declaration with an 'unimplemented method' error shows the type hover when hovering over the right border of the type name. I would expect the error hover to completely hide the type hover. | 2005-05-11 09:59:18 | 1,115,820,000 | verified fixed | 1795f75 | 1,145,990,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaElementHyperlinkDetector.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaWordFinder.java | JDT |
2,402 | 128,843 | Bug 128843 [quick assist] make enablement of 'Change statement <-> block' more predictable | I20060217-1115 The quick assists should be enabled when the caret is - in a keyword (if, else, do, while, for) - in the condition - inside a block with a single statement (but not inside the statement itself) if (true) { // "Change 'if' block to statement" should be enabled here System.out.println("Hello" /*but not her... | 2006-02-21 11:58:52 | 1,140,540,000 | resolved fixed | c9eac42 | 1,145,980,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java | JDT |
2,403 | 93,200 | Bug 93200 [new wizard] Option not availabe to avoid default 'super()' calls | When creating a new class there is no option to prevent the inclusion of a default 'super()' method invocation. However when using the Source > Add Contructors from Superclass context menu I can omit these calls. It is extremely annoying to have to continue to take these out as that is what our coding stanrds require a... | 2005-04-28 19:05:31 | 1,114,730,000 | resolved fixed | c76cc5e | 1,145,980,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java | JDT |
2,404 | 135,884 | Bug 135884 [content assist][api] Ctrl+Space does not toggle content assist groups when popup has focus | N20060410-0010 Ctrl+Space does not toggle content assist groups when popup has focus: - press Ctrl+Space, press Tab => popup has focus and affordance says "Press 'Ctrl+Space' to show Template Proposals", but Ctrl+Space only selects/unselects the current table item | 2006-04-10 10:13:58 | 1,144,680,000 | verified fixed | 77a1285 | 1,145,980,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistProcessor.java | JDT |
2,405 | 87,258 | Bug 87258 Userlibrary preferences - Changing a jar clears attributes | If a userlibrary is created there is no way to change the jar file and holding src and javadoc. | 2005-03-07 07:15:02 | 1,110,200,000 | resolved fixed | e025639 | 1,145,980,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPUserLibraryElement.java | JDT |
2,406 | 82,147 | Bug 82147 [5.0][content assist] Content Assist infos don't work for Class#getAnnotation(Class<A>) | I200412210800 class X { void m() { X.class.//Ctrl+Space } } Content Assist for "<U> Class<? extends U> asSubclass(Class<U> clazz)": - misses argument name and type argument (shows "asSubclass(Class arg0) Class - Class") - does not show javadoc Also doesn't work for isAssignableFrom(Class<?> cls) and isAnnotationPresent... | 2005-01-04 11:29:52 | 1,104,860,000 | verified fixed | 2c92432 | 1,145,980,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavadocContentAccess.java | JDT |
2,407 | 138,325 | Bug 138325 [quick fix] Qualify unqualfied field access not applicable | N20060423-0010 Given: package test; public class E<I> { private int i; public void foo() { System.out.println(i); } } With unqualified field accesses set to warning 1. Ctrl-1 on the warning at 'i' Is: No quick fix to qualify 'i' is avilable Sould: Qualify with 'this' Same for: public class Klass<T> { public int i; publ... | 2006-04-25 06:20:20 | 1,145,960,000 | resolved fixed | 68b0e9d | 1,145,980,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CodeStyleFix.java | JDT |
2,408 | 137,172 | Bug 137172 [nls tooling] constant is falsely recognized as NLS key constant | 3.2 RC1 1. open ChangeHoverInformationControl rev. 1.3 2. in line 90 hover or Ctrl+click on "SYMBOLIC_FONT_NAME" ==> wrong hover and Ctrl+Click does not jump to the constant declaration | 2006-04-18 05:24:21 | 1,145,350,000 | verified fixed | 314ac83 | 1,145,980,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHintHelper.java | JDT |
2,409 | 115,524 | Bug 115524 [javadoc wizard] Cannot change default javadoc command | I can't find a way to set the default javadoc command offered by the javadoc wizard. Now it offers me two choices, both of which correspond to two different versions of Java 1.4 that I have uninstalled long ago. I've entered in it /usr/bin/javadoc and /usr/lib/j2.../bin/javadoc uncountable times, and although the corre... | 2005-11-08 13:23:20 | 1,131,470,000 | resolved fixed | 3471743 | 1,145,970,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWizard.java | JDT |
2,410 | 115,526 | Bug 115526 [javadoc wizard] Misses some packages loading javadoc.xml | I have this javadoc.xml that defines a javadoc export spanning several Eclipse projects. The problem is that for one of the projects the UI is populated incorrectly, that is, some of the packages are left unselected (and hence not included in the final documentation). The project organization is as follows: BuddyStream... | 2005-11-08 13:36:11 | 1,131,470,000 | resolved fixed | 9ec6caf | 1,145,970,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java | JDT |
2,411 | 114,499 | Bug 114499 [new wizard] recreate Java project should honor .settings directory | null | 2005-11-01 06:00:09 | 1,130,840,000 | resolved fixed | 444c8a1 | 1,145,970,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.java | JDT |
2,412 | 137,964 | Bug 137964 [hovering][projection] sticky projection hover only contains first line | N20060421-0010 The sticky projection hover only contains first line. | 2006-04-21 11:28:19 | 1,145,630,000 | verified fixed | 7a622c0 | 1,145,960,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
2,413 | 138,323 | Bug 138323 [quick assist] surround with does not qualify 'this' | N20060423-0010 Given: public class E { public void foo() { System.out.println(this); } } 1. Select 'System.out.println(this); 2. Alt-Shift-Z 3. Surround with runnable Is: System.out.println(this); Should: System.out.println(E.this); | 2006-04-25 06:10:07 | 1,145,960,000 | resolved fixed | 38b868b | 1,145,960,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SurroundWith.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SurroundWithRunnableProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/... | JDT |
2,414 | 138,318 | Bug 138318 [clean up] Qualify static field accesses qualifies with type parameters | N20060423-0010 Given: public class E<I> { private static int F; public void foo() { Runnable runnable = new Runnable() { public void run() { System.out.println(F); } }; } } Source->Clean Up->Qualify static field accesses Is: System.out.println(E<I>.F); Should: System.out.println(E.F); Same for methodes. | 2006-04-25 05:56:35 | 1,145,960,000 | resolved fixed | c65ff38 | 1,145,960,000 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CodeStyleFix.java | JDT |
2,415 | 108,515 | Bug 108515 [5.0][content assist] Completion of static import generates illegal generic. | Steps: 1) Paste at top of file: import static java.lang 2) Place caret at the end of pasted line. 3) Type '.' (period). A completion menu pops up. 4) Press the Down Arrow key repeatedly until the Class menu item is hilited. 5) Type Enter (carriage return) to pick the Class menu item. See that the generated import state... | 2005-08-31 15:49:36 | 1,125,520,000 | verified fixed | f8978b5 | 1,145,960,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ExperimentalResultCollector.java | JDT |
2,416 | 137,954 | Bug 137954 [5.0][content assist] content assist completely replaces the import statement in static import | null | 2006-04-21 10:56:24 | 1,145,630,000 | verified fixed | 57d5ab4 | 1,145,960,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaMethodCompletionProposal.java | JDT |
2,417 | 131,305 | Bug 131305 [organize import] incorrectly removes import for Map.Entry | I have a class that compiles with this import: import java.util.Map.Entry; If I do an organize import on the class or the project, this import is removed and the project no longer compiles. There is no warning about unused classes though (correct). I am using eclipse 3.2 M5. | 2006-03-10 06:29:36 | 1,141,990,000 | resolved fixed | 44bb5e1 | 1,145,910,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/Bindings.java org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ScopeAnalyzer.java | JDT |
2,418 | 137,427 | Bug 137427 Use as Source Folder action should only be available for java projects | Version: 3.2.0 Build id: I20060413-1718 The "Use as Source Folder" action is available from package and project explorers for non Java projects. Using the action results in an exception in the log about not being able to find the java project. 1. Create a new non java project 2. Create a folder in the project 3. right ... | 2006-04-19 00:19:26 | 1,145,420,000 | resolved fixed | 6e83f89 | 1,145,870,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/AddFolderToBuildpathAction.java | JDT |
2,419 | 137,756 | Bug 137756 Quickfix causes Java Model Exception: Project cannot reference itself | 3.2RC1 In a plug-in I'm trying to reference an internal class. Using the AntBuilderTabGroup class as a guide (from org.eclipse.ant.ui), I have this line in my java file: import org.eclipse.ui.externaltools.internal.launchConfigurations.ExternalToolsBuilderTab; Eclipse complains "The import org.eclipse.ui.externaltools"... | 2006-04-20 11:39:13 | 1,145,550,000 | resolved fixed | 2b7af78 | 1,145,830,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/AddToClasspathChange.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.java | JDT |
2,420 | 138,088 | Bug 138088 Clear button on Java preference page should not fill vertically | Version: 3.2.0 Build id: I20060413-1718 The button to clear the state of the "don't ask me again" dialogs currently has a vertical alignment of fill. This causes the button to look strange when the preference dialog is very narrow (see screenshot). The vertical alignment should be changed to center to match the label. ... | 2006-04-21 20:53:13 | 1,145,670,000 | resolved fixed | 44a066a | 1,145,830,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBasePreferencePage.java | JDT |
2,421 | 137,925 | Bug 137925 Quick assist on undefined method in assert statement creates wrong result type | Assume that I write the following line within some Java (>=1.4) method: assert checkFoo() : "foo fails" ; Assume also that method 'checkFoo()' has not yet been defined. I now use Quick Assist (CTRL+1) on "checkFoo()" to create the method. This results in the following construct: private Object checkFoo() { // ... some ... | 2006-04-21 07:46:08 | 1,145,620,000 | resolved fixed | 06776e9 | 1,145,820,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ASTResolving.java | JDT |
2,422 | 137,732 | Bug 137732 [new type wizard] [api] addStaticImport to NewTypeWizardPage.ImportsManager | 20060420 For the new JUnit 4 test case wizard which extends NewTypeWizardPage and uses the ImportsManager I would like to add a new API ImportsManager.addStaticImport so a static import "static import org.junit.Assert.*" can be added to the created class. ImportsManager cannot be extended (nor instantiated). The API ad... | 2006-04-20 10:31:36 | 1,145,540,000 | resolved fixed | 8ddc149 | 1,145,630,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java | JDT |
2,423 | 137,688 | Bug 137688 [performance] Improve initial performance for new AbstractLineTracker implementation | 3.2 RC1 The new AbstractLineTracker implementation hits us on open editor performance scenarios. We should use the old implementation as long as the document is not dirty. | 2006-04-20 06:52:31 | 1,145,530,000 | verified fixed | 00a9215 | 1,145,550,000 | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/LineTrackerPerformanceTest.java | JDT |
2,424 | 30,826 | Bug 30826 Pull Up should support pulling up static fields and methods into an interface [refactoring] | If methods are selected the method should be kept in the class and made "abstract" in the interface. | 2003-02-03 12:57:27 | 1,044,300,000 | resolved fixed | 8082fa3 | 1,145,530,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java | JDT |
2,425 | 134,736 | Bug 134736 [move type] Moving interface from class to another interface produces misleading error message | Moving interface A from class Foo to interface Bar produces misleading error message: "Only 'public static' types and 'public static final' fields with variable initializers can be moved to an interface." class Foo { public interface A {} } interface Bar {} | 2006-04-04 09:12:49 | 1,144,160,000 | resolved fixed | d944a19 | 1,145,520,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembersProcessor.java | JDT |
2,426 | 133,355 | Bug 133355 [rulers] Transfer focus to vertical ruler hovers | null | 2006-03-27 09:33:16 | 1,143,470,000 | verified fixed | 7c29f5e | 1,145,460,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | JDT |
2,427 | 137,474 | Bug 137474 NPE in MethodOverrideTester.hasCompatibleTypeParameters when overriding generic method | build I20060418-0010 1) create the following classes public class A { public <T1, T2> void foo() {} } class B extends A { public <U1,> void foo() {} } 2) type a 'U' character after 'public <U1,' an NPE occur java.lang.NullPointerException at org.eclipse.jdt.internal.corext.util.MethodOverrideTester.hasCompatibleTypePar... | 2006-04-19 06:32:02 | 1,145,440,000 | resolved fixed | bc2ccb9 | 1,145,450,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/MethodOverrideTester.java | JDT |
2,428 | 137,204 | Bug 137204 [project explorer] Missing label for JRE containers in status bar | 3.2 RC1 Selecting a jre container in the project explorer displays the icon correctly in the status bar, but without the corresponding element label | 2006-04-18 09:04:48 | 1,145,370,000 | resolved fixed | e4776a0 | 1,145,440,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/StatusBarUpdater.java | JDT |
2,429 | 136,618 | Bug 136618 JUnit failure opens on single click makes it unusable | I20060413-0010 My setup is as follow: - I have the 'Single click' open mode selected in the preferences. - I have the JUnit view as a fast view in vertical orientation When I click on a failure (upper pane of the JUnit view), it now closes the JUnit view to show me the corresponding .java file. In 3.2 M6 and before, se... | 2006-04-13 09:20:49 | 1,144,930,000 | verified fixed | 6d507a8 | 1,145,390,000 | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestViewer.java | JDT |
2,430 | 137,244 | Bug 137244 Type Info filter also needs to search using prefix when CamelCase fails | null | 2006-04-18 11:35:59 | 1,145,370,000 | resolved fixed | fb06455 | 1,145,390,000 | org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeInfoFilter.java | JDT |
2,431 | 137,182 | Bug 137182 [hovering] Annotation hover always placed at same horizontal position | 3.2 RC1 The annotation hover is not placed where the change is but always at the same horizontal position. | 2006-04-18 07:00:53 | 1,145,360,000 | verified fixed | dc00b0a | 1,145,370,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BrowserInformationControl.java org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java | JDT |
2,432 | 136,312 | Bug 136312 Java Model Exception in org.eclipse.jdt.internal.core.JavaElement.openWhenClosed | I get the following exception in 3.2M6. I have no ideas what let up the exception. Java Model Exception: Java Model Status [checkReservedWords(ICDLDOMWordToken) [in NamingRulesProcessor [in [Working copy] NamingRulesProcessor.java [in com.nettest.cdb.cdlplugin.modelprocessors.naming [in modelprocessers [in com.nettest.... | 2006-04-12 08:25:58 | 1,144,840,000 | resolved fixed | 83037b2 | 1,145,360,000 | org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RenameResourceChangeTests.java org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/RenameSourceFolderChangeTests.java org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/Abst... | JDT |
2,433 | 137,167 | Bug 137167 [hovering] Wrong font in SourceViewerInformationControl | 3.2. RC1 The SourceViewerInformationControl uses the default text font instead of the Java editor font. | 2006-04-18 04:56:48 | 1,145,350,000 | verified fixed | 39329d8 | 1,145,360,000 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java | JDT |
2,434 | 128,181 | Bug 128181 [jar import] Method handles are not correctly translated | I20060216-0010 The JAR import wizard needs to consider a mix of qualified and unqualified type names for method arguments | 2006-02-16 06:30:47 | 1,140,090,000 | resolved fixed | 9a088e5 | 1,145,350,000 | org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/JavaRefactoringDescriptor.java | JDT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.