issue_id int64 2.03k 426k | title stringlengths 9 251 | body stringlengths 1 32.8k ⌀ | status stringclasses 6
values | after_fix_sha stringlengths 7 7 | updated_files stringlengths 29 34.1k | project_name stringclasses 6
values | repo_url stringclasses 6
values | repo_name stringclasses 6
values | language stringclasses 1
value | issue_url null | before_fix_sha null | pull_url null | commit_datetime timestamp[us, tz=UTC] | report_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
139,172 | Bug 139172 Inline binary method should fail with a more precise message | null | verified fixed | c29f7a2 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-05-04T12:21:22Z | 2006-04-28T13:13:20Z |
138,944 | Bug 138944 [refactoring] NPE in Change Signature refactoring | null | verified fixed | 009b660 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-05-04T10:40:21Z | 2006-04-27T15:00:00Z |
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." | verified fixed | 8ae7bb0 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-05-04T10:34:47Z | 2006-05-02T14:26:40Z |
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 ... | verified fixed | 1bfa2d2 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-05-04T10:01:55Z | 2006-05-02T14:26:40Z |
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 ... | verified fixed | 1d4e562 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/browsing/PackagesViewContentProviderTests.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-05-04T09:35:00Z | 2006-04-26T08:26:40Z |
139,145 | Bug 139145 [nls tooling] Wrong dialog title for 'Externalize Strings...' | null | verified fixed | 118c2e3 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ExternalizeStringsAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-05-04T09:02:01Z | 2006-04-28T13:13:20Z |
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. | verified fixed | 290489d | ["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.ec... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-05-04T08:49:48Z | 2006-04-28T16:00:00Z |
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... | verified fixed | 56b0913 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-05-04T07:09:42Z | 2006-05-02T20:00:00Z |
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. | verified fixed | d3525ad | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/FindBrokenNLSKeysAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-05-03T16:19:35Z | 2006-05-03T09:53:20Z |
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... | verified fixed | b972c72 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-05-03T15:17:31Z | 2006-05-02T17:13:20Z |
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 | verified fixed | ece309d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeInfoViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-05-03T12:41:26Z | 2006-05-02T17:13:20Z |
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... | verified fixed | a4f9906 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-05-03T11:00:54Z | 2006-04-30T12:26:40Z |
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.... | verified fixed | 7f6ac79 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitQuickFixProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-05-03T10:36:28Z | 2006-05-03T07:06:40Z |
138,767 | Bug 138767 Empty folders in Sync View after update | null | resolved fixed | f641895 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-05-03T10:36:22Z | 2006-04-26T22:20:00Z |
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... | verified fixed | beb59ac | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightingReconciler.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-05-03T10:33:54Z | 2006-05-01T19:00:00Z |
139,691 | Bug 139691 [navigation] Syntax highlighting broken in Declarations view | I20060428-1315 The declarations view does not highlight comments and Javadoc anymore. | verified fixed | 06c05d3 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/SourceView.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-05-03T09:22:37Z | 2006-05-02T14:26:40Z |
139,170 | Bug 139170 Extract superclass should make created class abstract if it inherits from an abstract class | null | verified fixed | 96d2663 | ["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/tes... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-05-03T07:45:09Z | 2006-04-28T13:13:20Z |
139,175 | Bug 139175 Use radio button for JUnit view's history menu item | null | resolved fixed | 6a2f768 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/HistoryListAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-28T14:57:19Z | 2006-04-28T13:13:20Z |
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. | resolved fixed | 5e1142e | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-28T14:54:54Z | 2006-04-28T13:13:20Z |
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... | resolved fixed | 03af35f | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-28T14:34:30Z | 2006-04-28T13:13:20Z |
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 ... | resolved fixed | 95feeea | ["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/... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-27T20:17:33Z | 2006-02-22T20:26:40Z |
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. | verified fixed | 4e95dcc | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-27T17:01:49Z | 2006-04-27T15:00:00Z |
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... | resolved fixed | ccac0ac | ["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/c... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-27T16:52:22Z | 2006-03-28T18:20:00Z |
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... | resolved fixed | 9d16a25 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/AddSelectedLibraryToBuildpathAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-27T16:45:52Z | 2006-04-27T15:00:00Z |
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 ... | verified fixed | eb6c865 | ["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.eclip... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-27T16:44:06Z | 2005-06-24T13:33:20Z |
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. | resolved fixed | 4339d4f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMarkerResolutionGenerator.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-27T16:21:16Z | 2006-04-27T15:00:00Z |
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. | resolved fixed | 5053505 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-27T15:58:00Z | 2006-04-27T09:26:40Z |
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... | verified fixed | 8dd50a2 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-27T15:04:01Z | 2006-04-27T09:26:40Z |
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... | resolved fixed | 4e3e3a0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMarkerResolutionGenerator.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-27T15:01:39Z | 2006-04-26T05:40:00Z |
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. | verified fixed | 7a2ff88 | ["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/scripting/ApplyRefactoringScriptWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-27T14:34:35Z | 2006-04-27T09:26:40Z |
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... | resolved fixed | 1384697 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-27T13:56:19Z | 2006-04-27T12:13:20Z |
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. | resolved fixed | 1f88777 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-27T13:28:28Z | 2006-04-26T14:00:00Z |
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. | resolved wontfix | 9da9adb | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-27T12:47:27Z | 2006-04-26T02:53:20Z |
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... | resolved fixed | 013074b | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceIndirectionRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-27T11:21:13Z | 2006-04-10T09:06:40Z |
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. | resolved fixed | ccc0d47 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-27T11:03:05Z | 2006-03-28T15:33:20Z |
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... | verified fixed | 61ddf8d | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-27T09:44:43Z | 2006-04-26T14:00:00Z |
100,963 | Bug 100963 Remove ripple method finder | Since the class isn't used anylonger we should remove it in 3.2 | resolved fixed | 6f2debe | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RippleMethodFinder.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-27T07:41:20Z | 2005-06-20T20:40:00Z |
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... | resolved fixed | d333f76 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-27T07:36:01Z | 2006-03-10T08:40:00Z |
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... | verified fixed | b418c46 | ["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",... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-26T18:50:55Z | 2006-04-25T10:13:20Z |
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... | closed fixed | 5588b35 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-26T13:12:26Z | 2005-08-18T21:20:00Z |
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... | resolved fixed | 028fae5 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/OrganizeImportsOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-26T13:07:06Z | 2005-08-22T11:26:40Z |
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 ... | verified fixed | 899faae | ["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.refactorin... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-26T13:01:02Z | 2005-08-25T20:00:00Z |
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. | verified fixed | 5f0d668 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-26T10:36:57Z | 2006-02-03T15:20:00Z |
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... | resolved fixed | 7b97f90 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-26T10:15:28Z | 2006-02-24T14:06:40Z |
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 | resolved fixed | 149ce6e | ["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/newsourcepag... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-26T09:11:51Z | 2005-06-14T11:53:20Z |
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. | verified fixed | 1795f75 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-25T18:12:34Z | 2005-05-11T14:00:00Z |
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... | resolved fixed | c9eac42 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-25T16:57:49Z | 2006-02-21T16:40:00Z |
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... | resolved fixed | c76cc5e | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-25T16:53:30Z | 2005-04-28T23:13:20Z |
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 | verified fixed | 77a1285 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-25T16:26:39Z | 2006-04-10T14:40:00Z |
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. | resolved fixed | e025639 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPUserLibraryElement.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-25T15:50:01Z | 2005-03-07T12:53:20Z |
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... | verified fixed | 2c92432 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavadocContentAccess.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-25T15:44:33Z | 2005-01-04T17:33:20Z |
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... | resolved fixed | 68b0e9d | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-25T15:19:54Z | 2006-04-25T10:13:20Z |
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 | verified fixed | 314ac83 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHintHelper.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-25T15:18:16Z | 2006-04-18T08:46:40Z |
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... | resolved fixed | 3471743 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-25T13:51:59Z | 2005-11-08T17:13:20Z |
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... | resolved fixed | 9ec6caf | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-25T13:39:27Z | 2005-11-08T17:13:20Z |
114,499 | Bug 114499 [new wizard] recreate Java project should honor .settings directory | null | resolved fixed | 444c8a1 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-25T12:16:09Z | 2005-11-01T10:13:20Z |
137,964 | Bug 137964 [hovering][projection] sticky projection hover only contains first line | N20060421-0010 The sticky projection hover only contains first line. | verified fixed | 7a622c0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-25T10:57:51Z | 2006-04-21T14:33:20Z |
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); | resolved fixed | 38b868b | ["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/i... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-25T10:25:16Z | 2006-04-25T10:13:20Z |
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. | resolved fixed | c65ff38 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-25T09:54:20Z | 2006-04-25T10:13:20Z |
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... | verified fixed | f8978b5 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ExperimentalResultCollector.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-25T09:38:28Z | 2005-08-31T20:26:40Z |
137,954 | Bug 137954 [5.0][content assist] content assist completely replaces the import statement in static import | null | verified fixed | 57d5ab4 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaMethodCompletionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-25T09:21:26Z | 2006-04-21T14:33:20Z |
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. | resolved fixed | 44bb5e1 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-24T21:40:08Z | 2006-03-10T11:26:40Z |
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 ... | resolved fixed | 6e83f89 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/AddFolderToBuildpathAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-24T08:55:21Z | 2006-04-19T04:13:20Z |
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"... | resolved fixed | 2b7af78 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-23T21:25:14Z | 2006-04-20T16:20:00Z |
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. ... | resolved fixed | 44a066a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBasePreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-23T20:54:16Z | 2006-04-22T01:40:00Z |
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 ... | resolved fixed | 06776e9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ASTResolving.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-23T20:15:39Z | 2006-04-21T11:46:40Z |
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... | resolved fixed | 8ddc149 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-21T14:22:51Z | 2006-04-20T13:33:20Z |
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. | verified fixed | 00a9215 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/LineTrackerPerformanceTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-20T16:02:48Z | 2006-04-20T10:46:40Z |
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. | resolved fixed | 8082fa3 | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-20T10:33:04Z | 2003-02-03T19:20:00Z |
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 {} | resolved fixed | d944a19 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembersProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-20T07:37:38Z | 2006-04-04T14:13:20Z |
133,355 | Bug 133355 [rulers] Transfer focus to vertical ruler hovers | null | verified fixed | 7c29f5e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-19T15:24:18Z | 2006-03-27T14:33:20Z |
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... | resolved fixed | bc2ccb9 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/MethodOverrideTester.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-19T13:49:34Z | 2006-04-19T09:46:40Z |
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 | resolved fixed | e4776a0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/StatusBarUpdater.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-19T08:46:20Z | 2006-04-18T14:20:00Z |
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... | verified fixed | 6d507a8 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-18T20:20:41Z | 2006-04-13T12:06:40Z |
137,244 | Bug 137244 Type Info filter also needs to search using prefix when CamelCase fails | null | resolved fixed | fb06455 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/TypeInfoFilter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-18T19:39:48Z | 2006-04-18T14:20:00Z |
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. | verified fixed | dc00b0a | ["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 | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-18T13:08:05Z | 2006-04-18T11:33:20Z |
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.... | resolved fixed | 83037b2 | ["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... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-18T10:50:14Z | 2006-04-12T11:06:40Z |
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. | verified fixed | 39329d8 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-18T10:37:42Z | 2006-04-18T08:46:40Z |
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 | resolved fixed | 9a088e5 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/JavaRefactoringDescriptor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-18T10:03:54Z | 2006-02-16T11:40:00Z |
137,162 | Bug 137162 [projection][hovering] projection hover is too big | null | verified fixed | 9a163ac | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-18T09:11:27Z | 2006-04-18T08:46:40Z |
135,168 | Bug 135168 [Java Sync] Mixed source folders duplicate contents | I20060331-2000 I am not exactly sure what "Show All" is supposed to do, but I think it's broken now, with the new java model option in the synchronize view. It seems that "Show All" is doing an intersection of the different view types, instead of a union of them. For me, this ends up being "show less". The best way I c... | resolved fixed | 9da7b9f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaSynchronizationContentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-13T15:53:53Z | 2006-04-05T23:33:20Z |
129,168 | Bug 129168 [content assist] UI hangs in Code assist while showing additional info | M5 Steps to reproduce: - create a project with a 5.0 JDK - create a CU - enter a method void foo() { c<code assist> } observe code assist pops up and hangs in the UI thread for some amount of time. The stack trace is as follows: "main" prio=7 tid=0x00037350 nid=0x64c runnable [0x0007e000..0x0007fc40] at java.net.PlainS... | verified fixed | a384025 | ["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/ProposalInfo.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-13T15:38:34Z | 2006-02-23T15:53:20Z |
136,598 | Bug 136598 [hovering] Don't read css file for each hover | N20060412-0010. We currently add a link to a style sheet when creating the hover HTML. This forces the browser to access the disk for each hover. Same applies to Javadoc view. | verified fixed | 7a1af2d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/HTML2TextReader.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/HTMLPrinter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractAnnotation... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-13T11:12:35Z | 2006-04-13T12:06:40Z |
136,362 | Bug 136362 [nls tooling] Navigate to properties file ends up in wrong property file | N20060412-0010. 1. open AbstractDecoratedTextEditor rev. 1.64 2. hover over "AbstractDecoratedTextEditor_saveAs_overwrite_title" on line 132 ==> hover says: "The key is missing!" 3. Ctrl+Click ==> wrong properties file is opened and message says that the key has not been found. | resolved fixed | 8a88f72 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHintHelper.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-12T16:50:20Z | 2006-04-12T16:40:00Z |
74,375 | Bug 74375 [misc] Save as to a location external to the workspace | 200409140800 I was editing an external file and wanted to make use of save as to save the copy to a new location. The only option I had was to save the file in a workspace location. I would like to be able to save as to an external location | verified fixed | df0023f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-12T15:46:14Z | 2004-09-20T19:53:20Z |
135,560 | Bug 135560 [refactoring history] multiple dialogs on delete | 20060407 Open the refactoring history dialog, select multiple entries and press 'Remove'. You get a dialog per entry. Should better be one dialog for all. 'Ok to remove 5 entries?' | resolved fixed | 683d39b | ["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringUIMessages.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/history/RefactoringPropertyPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-12T14:55:05Z | 2006-04-07T14:26:40Z |
99,729 | Bug 99729 [ast rewrite] first annotation not on new line | null | resolved fixed | 60553d3 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ModifierCorrectionsQuickFixTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-12T14:24:07Z | 2005-06-13T16:26:40Z |
120,432 | Bug 120432 [refactoring] "Move Member Type to New File" crashes when going back after an error | null | resolved fixed | e593c98 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-12T08:25:33Z | 2005-12-12T20:40:00Z |
135,278 | Bug 135278 Deadlock in TypeHistory | N20060405-0010 + plug-in export See attached stack trace. Steps that made it happen for me: 1. open launch config 2. edit installed JREs 3. change default VM for 1.4 execution environment | resolved fixed | f030ea6 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/OpenTypeHistory.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-11T18:03:34Z | 2006-04-06T13:26:40Z |
127,799 | Bug 127799 [jar exporter] Manifest selection dialog in JAR exporter not sorted | I20060214-0010 On the last page of the JAR file export wizard, there's a Browse button under 'Use existing manifest from workspace'. It opens a dialog that is only partly sorted (looks like all source projects first and binaries later). If this is really the intention, then there should be a binary decorator for binary... | resolved fixed | 519f0c3 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarManifestWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-11T13:42:58Z | 2006-02-14T18:00:00Z |
127,659 | Bug 127659 @Overrid extracted to Interface | M5 test path Given: public class Klazz { @Override public int hashCode() {return 0;} } 1. 'extract interface' refactoring 2. extract hashCode() results in: public interface IKlazz { @Override public abstract int hashCode(); } With compile error: The method hashCode() of type IKlazz must override a superclass method | resolved fixed | 1c8f8c5 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-11T13:23:32Z | 2006-02-14T09:40:00Z |
128,990 | Bug 128990 CVS label decorations should be recursive, when using tree view in package explorer | When using the the tree view in the package explorer, package com.foo.bar is shown as a child of package com.foo. Therefore the CVS label decorations of package com.foo should mark it as dirty even if only com.foo.bar contains dirty files. So the label decoration should be recursive, as they were before Version 3.2 M5.... | resolved fixed | ac3f6a4 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaElementResourceMapping.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/HierarchicalDecorationContext.java", "org.eclipse.jdt.ui/ui/org/ecl... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-11T10:49:23Z | 2006-02-22T14:53:20Z |
95,619 | Bug 95619 [5.0][content assist] Function parameter assist does not work with some parameterized types | If I have a function like private int fn(HashMap <String,HashMap<String,Integer[]>> map, int p1, float p2) { } then when the parameter assist pops up when I call fn(), it interprets the commas in the parameterized type as commas that separate parameters, so the following are highlighted (bolded), in order, as if they a... | verified fixed | 71fc361 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java", "org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaParameterListValidatorTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaHeuristicScanner.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-11T09:52:42Z | 2005-05-17T17:13:20Z |
135,697 | Bug 135697 Exception while refactoring (Extract Interface) | While extracting interface from a class I got internal error. I'm sorry I can't provide a test case. Regards, Max java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:350) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDi... | resolved fixed | 89ba8b9 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeConstraintsCreator.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-10T23:12:35Z | 2006-04-08T09:53:20Z |
135,122 | Bug 135122 Java 1.5 - Optimize Imports adds abnormal "import static" | Optimize Imports inserts unnecessary "import static" of class constant. // Example code package test; public class Bar { public void testMethod(String something) { } } // Subclass package test; // Unnecessary static import import static test.Foo.MYCONSTANT; public class Foo extends Bar { public static final String MYCO... | resolved fixed | b1a81c7 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/ScopeAnalyzer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-10T21:25:14Z | 2006-04-05T20:46:40Z |
76,657 | Bug 76657 [dom] Call for "Quick Fix" for reference to an object's member field | For reference to an objects member function/method, such as: stringBuffer.toString(); "Quick fix" can help to create a new field/local variable. So, what about reference to an objects member variable/field? such as: gridBagConstrains.insets; I suggest "Quick fix" can also help to do the similar for this, since in this ... | resolved fixed | 6f3c757 | ["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/ASTResolving.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-10T21:07:36Z | 2004-10-20T13:46:40Z |
135,500 | Bug 135500 Apply does not save formatter preferences | N20060405-0010. We no longer receive that JavaCore property change event when formatter preferences get applied. Test Case: 1. set breakpoint in PreferencesAdapter line 46 2. start target and change the formatters Tab size preference 3. press Apply for the profile 4. press Apply on the formatter preference page NOTE: w... | resolved fixed | dad8237 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeFormatterPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesAccess.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CodeFormatterConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-10T21:06:21Z | 2006-04-07T08:53:20Z |
124,182 | Bug 124182 [navigation] Status line loses annotation text when selection changes | build I20060110 - open a CU with some compilation error (in my case it was an unused private field) - place the caret some term that has no error, such as a class name - the highlighting does its thing, and the status line is blank (correct) - place the caret in the range of the error - the highlighting does its thing,... | resolved fixed | c8900be | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-10T14:05:08Z | 2006-01-17T17:46:40Z |
113,673 | Bug 113673 [source actions] "Generate Constructor using fields" causes wrong error message | If you have a class without any fields, the call of "Source | Generate Constructor using fields..." causes an error message "This operation is not applicable to the current selection. Select a class." This should be more like "This class does not have fields to create a constructor from." Eclipse-Version: Version: 3.1.... | resolved fixed | 6ec31c6 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateNewConstructorUsingFieldsAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-10T13:00:16Z | 2005-10-25T14:20:00Z |
135,841 | Bug 135841 [hovering] SourceViewerInformationControl does not respect size hint | I20060410 SourceViewerInformationControl (the jdt-ui one) does not respect the size hint - its setSizeConstraints method is a noop. We should remember the size constraints and use them when computing the size, similar to what DefaultInformationControl does. Patch is ready. | resolved fixed | 8d1ad57 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2006-04-10T12:10:26Z | 2006-04-10T09:06:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.