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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
356,778 | Bug 356778 [search] "Inexact Type Arguments" filter is not showing up even when results are filtered | The "Inexact Type Arguments" filter is not showing up even when results are filtered with this filter. ########## public class Test<T> { public void standard(T t) { } public <U> T generic(U u) { return null; } public void foo() { Test<Object>t = new Test<Object>(); t.<Object>generic(null); t.<String>generic(null); t.st... | resolved fixed | 2fa42d9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaMatchFilter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-09-06T13:07:34Z | 2011-09-06T09:06:40Z |
346,271 | Bug 346271 [working sets] Hide/Remove dialog should not mention the remove case for 'Other Projects' working set | 1. Activate the 'Package Explorer' view. 2. Ctrl+F10 > Top Level Elements > Working Sets 3. Select the 'Other Projects' working set. 4. Hit 'Delete'. 5. The dialog asks "Do you want to remove the working set 'Other Projects' or only hide it from the Package Explorer?" but the 'Remove' button is disabled. | verified fixed | f354ff4 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/DeleteAction.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-09-06T08:48:21Z | 2011-05-18T14:46:40Z |
24,804 | Bug 24804 Organize imports wipes comments between statements [code manipulation] | Any comments between import statements, eg, copyrights, are lost when doing organize imports. They should be preserved. | verified fixed | 599a2e2 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-09-02T16:25:26Z | 2002-10-15T19:26:40Z |
356,363 | Bug 356363 Many links to java.sun.com are broken | null | resolved fixed | 3dc1084 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavadocTagsSubProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SerialVersionHashOperation.java", "org.eclip... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-09-01T07:20:12Z | 2011-08-31T17:00:00Z |
355,830 | Bug 355830 [navigation] Help of 'Visible Java Categories' talks about workbench windows | M20110824-0800 1. Open a Java file. 2. Activate the 'Outline' view > Ctrl+F10 > Visible Categories... 3. F1 4. The text below doesn't clarify the purpose of this dialog. "About Visible Java Categories Each workbench window contains one or more perspectives, which are made up of various views and editors." | resolved fixed | ea422e6 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CategoryFilterActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-08-26T07:36:50Z | 2011-08-25T13:46:40Z |
354,766 | Bug 354766 Javadoc content does not appear in content assist info window for non-static inner class constructors | null | verified fixed | 9a41988 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/MethodProposalInfo.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-08-23T17:27:58Z | 2011-08-15T20:26:40Z |
350,375 | Bug 350375 [change method signature] NPE while renaming a method | Using Eclipe 3.7, I got the following stack trace while refactoring a method: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:421) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDialog2.java:331) at org.eclipse.ltk.u... | verified fixed | 6171f95 | ["org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testDelegate06_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testDelegate06_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 | 2011-08-19T17:11:23Z | 2011-06-26T09:20:00Z |
68,305 | Bug 68305 [navigation] mark occurrence of exception disregards inner exceptions | Marking e1 will mark both URLs but the second one is never caught by e1 but by e2. try { URL u1 = new URL("mal://formed"); try { URL u2 = new URL("mal://formed"); } catch( Exception e2 ) { } } catch( Exception e1 ) { } | verified fixed | 3ba5251 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ExceptionOccurrencesFinder.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/MethodExitsFinder.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-08-18T15:58:56Z | 2004-06-23T14:13:20Z |
211,529 | Bug 211529 [extract constant] misses case statement expression | Extracting a constant, and replacing all occurrences of the expr with the new constant, misses case labels. Initial code: public static String revCompl(String seq) { StringBuffer buf = new StringBuffer(); for (int i = seq.length() - 1; i >= 0; --i) { char c = seq.charAt(i); switch (c) { case 'A': buf.append('T'); break... | verified fixed | 27e320e | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test44_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test44_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractConstantTests.java", "org.eclipse.... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-08-13T14:21:16Z | 2007-11-29T23:46:40Z |
343,385 | Bug 343385 Remove degradation comment for ActivateJavaEditorTest#testActivateEditor() | See summary. | resolved fixed | 1f0b3e1 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/ActivateJavaEditorTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-08-13T12:53:46Z | 2011-04-20T11:46:40Z |
349,051 | Bug 349051 [quick fix] "Add throws declaration" quick fix is not offered | null | resolved fixed | 6f60faa | ["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 | 2011-08-13T12:43:22Z | 2011-06-10T15:33:20Z |
351,853 | Bug 351853 [quick fix] 'Change type to List<String>' is offered on constructor invocation. | null | verified fixed | fe6f510 | ["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 | 2011-08-10T12:09:04Z | 2011-07-12T14:13:20Z |
351,349 | Bug 351349 [type hierarchy] NullPointerException after closing type hierarchy view after a cancel | Got myself 6 error log entries like this: I had a type hierarchy on IResource I saved one of my files, and the type hierarchy was recomputing, I hit cancel, the closed the view, then saw these. -- Error Details -- Date: Wed Jul 06 11:52:54 EDT 2011 Message: Problems occurred when invoking code from plug-in: "org.eclips... | verified fixed | 85a30e5 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyLabelProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyContentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyLifeCycle.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-08-10T09:20:49Z | 2011-07-06T16:33:20Z |
351,048 | Bug 351048 [1.7][hovering] Show inferred type for Diamond types | null | verified fixed | 5fda501 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLabelComposer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-08-08T06:12:46Z | 2011-07-04T06:13:20Z |
352,227 | Bug 352227 [rename][content assist] Allow content assist when performing rename refactoring | Build Identifier: 20100917-0705 Ideally I could use content assist during a rename refactoring as I normally do when adding a field to generate a standardized name. For instance, while adding a field of type ClassA, I can type "ClassA", space, then invoke content assist and choose the field name "classA". However, invo... | resolved fixed | b4afc9f | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInformationPopup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-08-07T13:13:47Z | 2011-07-15T14:26:40Z |
343,584 | Bug 343584 [ltk][reorg] Deleting physically nested projects can cause exceptions | When deleting projects from the workspace and deleting the files on the disk if the parent is deleted before nested projects exceptions can be thrown: org.eclipse.core.runtime.CoreException: Can not delete resource. Resource does not exist. at org.eclipse.ltk.core.refactoring.resource.DeleteResourceChange.perform(Delet... | verified fixed | e3d9ffa | ["org.eclipse.ltk.core.refactoring.tests/src/org/eclipse/ltk/core/refactoring/tests/resource/ResourceRefactoringTests.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/resource/DeleteResourceChange.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-06-09T14:42:17Z | 2011-04-21T15:33:20Z |
347,302 | Bug 347302 [preferences] NumberFormatException: For input string: "container" when creating new Java project | Build Identifier: I20110524-2200 I'm getting 4 exceptions during the File->New Java Project and only after pressing the first Next button. These are seen only in Error Log (view). They are all titles the same: `Error while decoding JRE entry` Eclipse SDK Version: 4.1.0 Build id: I20110524-2200 eclipse.buildId=I20110524... | verified fixed | 5db4717 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NewJavaProjectPreferencePage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-05-30T08:25:03Z | 2011-05-26T11:40:00Z |
346,007 | Bug 346007 [JUnit] ITestSuiteElement.getSuiteTypeName() returns name of suite, rather than type name | Build Identifier: Calling ITestSuiteElement.getSuiteTypeName() on a test suite returns the string passed into junit.framework.TestSuite.TestSuite(String), rather than the name of the type. Reproducible: Always | verified fixed | f244f2c | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/model/ITestSuiteElement.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-05-17T12:11:58Z | 2011-05-16T21:06:40Z |
345,740 | Bug 345740 [navigation] Quick type hierarchy jumps to type instead of method | null | verified fixed | 1ae896a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyInformationControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-05-17T09:42:42Z | 2011-05-13T15:20:00Z |
345,429 | Bug 345429 Doc should be updated for org.eclipse.jdt.ui.SharedASTProvider.getAST(ITypeRoot, WAIT_FLAG, IProgressMonitor) | This method can return null if the operation is canceled. This is not clearly specified right now. | verified fixed | 1f676e0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/SharedASTProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-05-11T14:46:04Z | 2011-05-11T13:20:00Z |
345,363 | Bug 345363 [content assist] FUP of bug 336451: Add a regression test | null | verified fixed | 3844d3a | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-05-11T13:57:22Z | 2011-05-11T05:00:00Z |
344,544 | Bug 344544 Javadoc for method type parameters should not be generated if 'Ignore method type parameters' is disabled | 3.7 M7. The Javadoc generation for 'Add all missing tags' quick fix and 'Generate Element Comment' (Alt+Shift+J) should not add the tags for type parameters if 'Ignore method type parameters' is disabled (default). | verified fixed | 8c3591b | ["org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test17/out/Foo.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test19/out/Foo.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test20/out/Foo.java", "org.eclipse.jdt.ui.tests.refactoring/resource... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-05-11T11:06:31Z | 2011-05-03T10:53:20Z |
345,003 | Bug 345003 [preferences] Project-specific formatter profile changes lost after import/modify/rename | 3.6.2 and HEAD - import org.eclipse.jdt.junit from CVS - edit project-specific code formatter properties - edit the profile - change an option - change the name of the profile to "A" - click OK, OK => change is lost, i.e. does not show up in org.eclipse.jdt.core.prefs Works fine when trying a second time without changi... | verified fixed | 4bd5283 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileManager.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-05-09T10:27:08Z | 2011-05-06T16:40:00Z |
344,436 | Bug 344436 [imports on paste] Allow to cancel 'Update imports on paste' | null | verified fixed | e3743d3 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClipboardOperationAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-05-05T09:53:53Z | 2011-05-02T12:40:00Z |
338,529 | Bug 338529 [working sets] Clean up WorkingSetDropAdapterTest | I20110301-0800. WorkingSetDropAdapterTest is ugly and does not correctly create the working sets. Besides that I'd like to remove PackageExplorerPart.internalTestShowWorkingSets(IWorkingSet[]). Use the Accessor to access non public stuff. | verified fixed | 253af58 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/packageview/WorkingSetDropAdapterTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-05-05T09:18:04Z | 2011-03-01T14:33:20Z |
343,242 | Bug 343242 CodeCompletionPerformanceTest#testApplicationWithParamterGuesses2() unreliable | 3.7 but also on the baseline. CodeCompletionPerformanceTest#testApplicationWithParamterGuesses2() is unreliable. The test jumps up and down. In 3.6 it looked good. We need to investigate why this now happens in 3.6 baseline builds and 3.7. | resolved fixed | 4e1481e | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-05-05T08:25:39Z | 2011-04-19T08:00:00Z |
344,474 | Bug 344474 [preferences] Errors/Warnings page no matches message should not be indented | 3.7 M7. The "no matches" message should not be indented. | verified fixed | f2e17a9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-05-04T11:04:12Z | 2011-05-02T15:26:40Z |
337,707 | Bug 337707 [JUnit] JUnitJunitTests depend on the method ordering | HEAD. The JUnitJunitTests depend on the method ordering. We were just lucky that they all passed on different JREs so far but not some of them fail on JRE 1.7. | resolved fixed | 60acf7e | ["org.eclipse.jdt.ui.tests/testresources/JUnitWorkspace/JUnit4Tests/src/pack/ATestCase.java", "org.eclipse.jdt.ui.tests/testresources/JUnitWorkspace/JUnit4Tests/src/pack/Failures.java", "org.eclipse.jdt.ui.tests/testresources/JUnitWorkspace/JUnit4Tests/src/pack/OrderedRunner.java", "org.eclipse.jdt.ui.tests/testresourc... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-04-27T19:48:55Z | 2011-02-21T12:06:40Z |
296,786 | Bug 296786 [actions] Opening a project in Package Explorer forces me to select the project to open twice | I20091201-1600 Steps: 1. Close a project in Package Explorer. 2. Pick 'Open project' from context menu for the project. => Instead of opening the project, 'Open Project' dialog pops out asking to me to select the project(s) I want to open one more time. I'm using Working Sets as Top Level Elements. | verified fixed | f3bd73b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenProjectAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-04-21T16:01:00Z | 2009-12-03T11:33:20Z |
295,200 | Bug 295200 [inline] Inline local variable refactoring deletes comment right before the variable declaration | null | verified fixed | c7663cd | ["org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test25_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test45_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test45_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/Inlin... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-04-21T15:55:32Z | 2009-11-16T05:40:00Z |
343,422 | Bug 343422 [javadoc wizard] Generating Javadoc for CUs with UTF-8 names fails on Windows | null | resolved fixed | b3186f5 | ["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 | 2011-04-20T14:45:41Z | 2011-04-20T14:33:20Z |
341,976 | Bug 341976 Regression in ActivateJavaEditorTest#testActivateEditor() | null | resolved fixed | 65e317b | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/ActivateJavaEditorTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-04-20T11:40:16Z | 2011-04-06T03:20:00Z |
343,245 | Bug 343245 [JUnit] DBCS4.1: JUnit can not import URL with CJK Extension B from clipboard | Build Identifier: I20110412-2200 OS: SELS4 Eclipse SDK: 4.1.0 JRE: IBM JDK 1.6.0 JUnit view can not import URL with CJK Extension B from clipboard. Eclipse hangs up. Reproducible: Always Steps to Reproduce: 1.Launch Eclipse and show JUnit view by [Window]->[Show View...]->[Others]->[Java]->[JUnit] 2.Open U20BOF_\ud842\... | resolved fixed | 6c55cad | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/JUnitModel.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-04-20T09:45:40Z | 2011-04-19T08:00:00Z |
339,248 | Bug 339248 [inline] Inline method adds wrong casts for Collections.fill(*) | I20110307-2110 package xy; import java.util.ArrayList; import java.util.Collections; public class C { void foo(ArrayList<String> al) { Collections.fill(al, "Hi"); } } In 3.6, inlining the 'fill' method worked fine (except for the invisible FILL_THRESHOLD constant). In HEAD, the result is this, with 2 unnecessary casts ... | resolved fixed | b5a72c5 | ["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/generic_in/TestParameterizedMethod.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/generic_out/TestParameterizedMethod.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tes... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-04-19T13:14:49Z | 2011-03-08T16:00:00Z |
342,391 | Bug 342391 New Java Project wizard and 'Java Compiler' property page misleading when 1.7 EE is used | HEAD. The 'Java Compiler' preference/property page is misleading when a 'JavaSE-1.7' EE is used on a project: it says that we use the compliance from the EE but we don't support 1.7 compliance. Though we show '1.6' below this can be misleading, especially when one creates a new Java projects and selects 'JavaSE-1.7'. W... | resolved fixed | 58de94b | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-04-15T14:09:07Z | 2011-04-11T05:33:20Z |
342,926 | Bug 342926 [JUnit] DBCS4.1: JUnit4 can not generate a method name with CJK extension B. | Build Identifier: I20110407-2200 OS: SLES11 Eclipse: 4.1 I20110407-2200 JDK: IBM 1.6.0 When I create a methods name such as cjkExtensionB\ud842\udf9f() by JUnit4, JUnit generates testCjkExtensionB() instead of cjkExtensionB\ud842\udf9f(). Reproducible: Always Steps to Reproduce: 1. Paste the following code in your Java... | verified fixed | a4cf10d | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-04-15T10:04:43Z | 2011-04-15T06:46:40Z |
338,229 | Bug 338229 [typing] Incorrect indentation in string continuation (press Enter in front of +) | null | verified fixed | aaf57e0 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaStringAutoIndentStrategy.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-04-13T12:44:07Z | 2011-02-25T16:06:40Z |
342,249 | Bug 342249 [implementation] DBCS4.1: Not pop up Javadoc when the mouse is on a class with CJK Extension B | Build Identifier: I20110329-2200 OS: RedHat Enterprise Linux 6.0 Eclipse SDK Version: 4.1.0 Build id: I20110329-2200 If a class has CJK Extension B in the name, java doc message does not pop up when the mouse cursor stays on the class name. Reproducible: Always Steps to Reproduce: 1.Copy the following three classes in ... | verified fixed | 8648468 | ["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 | 2011-04-13T09:55:03Z | 2011-04-08T08:06:40Z |
342,559 | Bug 342559 [content assist] IllegalArgumentException on Javadoc reference completion | Write the following class: /** * | * */ public class Gen<T> { } Then place your cursor at "|" and type "Ge", then invoke code assist. Accept the suggestion for {@link Gen<T>}: a "{@link Gen}" is correctly inserted, but the following error appears in the log: java.lang.IllegalArgumentException: at org.eclipse.core.runti... | resolved fixed | e6eb899 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalLabelProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-04-12T14:36:36Z | 2011-04-12T12:06:40Z |
342,410 | Bug 342410 [quick assist] 'Pick out selected part of string' does not have any tests | null | resolved fixed | 6eedfff | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-04-11T08:53:46Z | 2011-04-11T08:20:00Z |
338,675 | Bug 338675 [quick assist] 'Put expression in parentheses' is offered unnecessarily | -------------------------------------------------- public static void main(String[] args) { int[] a = new int[10]; for (int i = 0; i < 10; i++) { a[i] = i; } } -------------------------------------------------- - Select "i" or "i <" in the for loop condition - Ctrl+1 => 'Put '<' expression in parentheses' quick assist ... | resolved fixed | 1aac117 | ["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 | 2011-04-11T08:25:36Z | 2011-03-02T15:33:20Z |
339,222 | Bug 339222 [quick assist] "Change modifiers to final where possible" too prominent | ----------------------------------------------------------- package p; class A { // warning here int a; @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (getClass() != obj.getClass()) return false; ClassA other = (ClassA) obj; if (a != other.a) return false; ... | resolved fixed | a25d9b0 | ["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/VariableDeclarationFix.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-04-11T05:15:11Z | 2011-03-08T13:13:20Z |
342,074 | Bug 342074 [move method] Refactor->Move an instance method to another causes IAE in SimpleName.setIdentifier | Build Identifier: M20110210-1200 I want to move some functionality of class A to a new composing class B. I created a new class B, which has nothing in it. I change A.method() to take a B as a parameter, so that I can use the instance method Move refactoring to move method() to B. That fails with a NullPointerException... | resolved fixed | dfcd5a6 | ["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test42/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test42/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test42/in/Outer.java", "org.eclipse.jdt.ui.tests.refacto... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-04-07T17:53:38Z | 2011-04-06T20:00:00Z |
341,109 | Bug 341109 [package explorer] Remove filters on "Show In > Package Explorer" removes too many filters | When invoking "Show In->Package Explorer" action on a Type that come from "Libraries from external", I choose "Yes" to remove some filters so that the Type can be shown. BUG: Both "Empty library containers" and "Libraries from external" filters are removed. EXPECTED: Only "Libraries from external" should be removed. I ... | resolved fixed | 2132fa2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/CustomFiltersActionGroup.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-04-04T17:57:23Z | 2011-03-28T13:46:40Z |
316,269 | Bug 316269 NonSharedProjectFilter does not filter binary projects | R3.5 and also 3.6 RC4. The NonSharedProjectFilter no longer filters binary (PDE) projects. The code we use to detect this is RepositoryProvider.isShared(IProject) and this didn't change for years. | verified fixed | 1c4ca62 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/NonSharedProjectFilter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-03-31T15:55:20Z | 2010-06-09T10:40:00Z |
340,470 | Bug 340470 [implementation] Use ASTProvider.SHARED_AST_LEVEL instead of AST.JLS3 where it makes sense | null | resolved fixed | ea4ef7c | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/JUnitStubUtility.java", "org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/BinaryReferencesTests.java", "org.eclipse.jdt.u... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-03-18T19:16:57Z | 2011-03-18T20:26:40Z |
340,371 | Bug 340371 [templates] Indentation of Javadoc template mangled on insertion | I20110310-1119 I tried to create a Javadoc template with name BETA_JAVA7 and this content (properly formatted, i.e. without Bugzilla's additional line breaks): * This is an implementation of an early-draft specification developed under the Java * Community Process (JCP) and is made available for testing and evaluation ... | resolved fixed | d573d03 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/JavaFormatter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-03-18T10:54:44Z | 2011-03-17T22:13:20Z |
340,338 | Bug 340338 [content assist] Proposal does not replace leading chars if there's a selection | 3.1. Inserting a proposal does not replace the leading characters if there's a selection when invoking content assist. Test Case: 1. set 'Completion overwrites' 2. have: ---%<--- void test() { String s; s.getBytes(); } ---%<--- 3. select "get" 4. Ctrl+Space 5. select 'charAt' and insert it ==> s.charAtBytes(); EXPECTED... | resolved fixed | c99073b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyJavaCompletionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-03-17T15:58:34Z | 2011-03-17T16:40:00Z |
339,896 | Bug 339896 [change method signature] Preview is incorrect when a varargs parameter is present | Build Identifier: 20100617-1415 When adding a varargs parameter (or if one is already present), the type of that parameter is not used in the preview. Reproducible: Always Steps to Reproduce: 1. Trigger "Change Method Signature..." for some method 2. Add a varargs parameter if there is not already one 3. The "Method si... | resolved fixed | 07a57f5 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-03-15T17:56:17Z | 2011-03-14T13:40:00Z |
334,980 | Bug 334980 [actions] 'Format Element' should work if the selection is on a declaration | 3.6. 'Format Element' should work if the selection is on a declaration 1. paste: public class Foo { public static void main(String[] args) { System.out.println(); } } 2. select name Foo or main (fully or partially) 3. Source > Format Element ==> nothing happens. | resolved fixed | 53b935c | ["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 | 2011-03-15T16:52:20Z | 2011-01-21T08:53:20Z |
339,700 | Bug 339700 Preferences dialog opened from 'Search' view should be scoped | I20110307-2110 1. Open the 'Search' view. 2. Ctrl+F10 > Preferences... 3. Everything is available in this preference dialog. Perhaps it should only be scoped to 'General > Editors > Text Editors > Annotations' and 'General > Search'? | resolved fixed | 1dc930b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-03-15T08:04:49Z | 2011-03-11T16:13:20Z |
339,614 | Bug 339614 [search] JavaElementLine crashes with ArrayIndexOutOfBoundsException when there is EOF encountered | The constructor org.eclipse.jdt.internal.ui.search.JavaElementLine.JavaElementLine(ITypeRoot, int, int) expects that the end of the line ends with a \n or a \r char. However, there are situations where an EOF is reached with no \r or \n. The only time I have encountered this in Java code is with a syntax error. See thi... | resolved fixed | 2f5e78c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaElementLine.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-03-11T14:41:34Z | 2011-03-10T23:33:20Z |
338,212 | Bug 338212 [JUnit] JUnit classes cannot be resolved when using built-in JUnit library (space in install directory) | Build Identifier: I20110127-2034 I installed eclipse-java-helios-SR1-win32-x86_64 and I can use the built-in JUnit 3 or 4 library in a Java project, the JUnit classes can be resolved. If I use eclipse-SDK-3.7M5-win32-x86_64, eclipse-SDK-I20110208-0800-win32-x86_64 or eclipse-SDK-N20110211-2000-win32-x86_64, then the cl... | verified fixed | 5fa8fa0 | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-03-09T16:38:30Z | 2011-02-25T13:20:00Z |
339,228 | Bug 339228 [working sets] IllegalArgumentException when trying to enable "Sort working sets" | I20110307-2110 IllegalArgumentException when trying to enable "Sort working sets" in the Package Explorer: java.lang.IllegalArgumentException: at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63) at org.eclipse.core.runtime.Assert.isLegal(Assert.java:47) at org.eclipse.jdt.internal.ui.workingsets.WorkingSetModel.... | verified fixed | ff9ed10 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-03-09T13:18:06Z | 2011-03-08T16:00:00Z |
321,592 | Bug 321592 [quick fix] Dead code fix forget that conditional has a special way to compute resulting type | Build Identifier: I20100706-0800 If a dead code appears in a conditional, the fix can generate the wrong code because conditonal use the type of the two branches to compute the resulting type. In the following code, eclipse rightly detects that new Double(0, 0) is a dead code but when fix it, it wrongly assume that the... | resolved fixed | cb3e2d1 | ["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/dom/ASTNodes.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 | 2011-03-07T19:14:50Z | 2010-08-03T12:53:20Z |
336,833 | Bug 336833 [ltk][refactoring] Allow for context help on DIALOG_BASED_USER_INTERFACE | Currently you have to use a wizard (WIZARD_BASED_USER_INTERFACE) to show any context sensitive help in a refactoring dialog. This is cumbersome particularly when your refactoring dialog is quite large already and you don't want to add the title area. Also since many refactoring dialogs are quite complex, adding the tit... | resolved fixed | 235dad8 | ["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringWizardDialog2.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/RefactoringWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-03-07T17:13:19Z | 2011-02-10T15:00:00Z |
339,056 | Bug 339056 [quick assist][quick fix] The order of quick fix/quick assists is wrong sometimes | null | verified fixed | 79a78af | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavadocTagsSubProcessor.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 | 2011-03-07T14:42:43Z | 2011-03-07T09:26:40Z |
339,000 | Bug 339000 Misspelling for field name UndoManager2.fOperationHistroy | Build Identifier: M20100909-0800 The field name is misspelled. It should be UndoManager2.fOperationHistory (instead of UndoManager2.fOperationHistroy). Reproducible: Always Steps to Reproduce: It is in the source code, so I just open UndoManager2.java in org.eclipse.ltk.internal.core.refactoring | resolved fixed | 027df71 | ["org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/UndoManager2.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-03-05T22:52:11Z | 2011-03-05T07:26:40Z |
338,531 | Bug 338531 Wrong ordering of elements in WorkingSetModel.fAllWorkingSets | When setting the elements using WorkingSetModel.setWorkingSets(IWorkingSet[], boolean, IWorkingSet[]) or WorkingSetModel.setActiveWorkingSets(IWorkingSet[]) then the ordering in fActiveWorkingSets and fAllWorkingSets can differ. This is bad because that ordering is used in the dialog and the drop adapter. Test Case: 1.... | verified fixed | 08cc3cc | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetModel.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-03-04T19:39:34Z | 2011-03-01T14:33:20Z |
230,244 | Bug 230244 [refactoring] Add new participant-aware refactorings to IRefactoringProcessorIds | I20080502-0100 Add constants for new participant-aware refactorings to IRefactoringProcessorIds and let implementations of RefactoringProcessor#getIdentifier() point to the API constants: - ChangeSignatureProcessor - IntroduceParameterObjectProcessor | resolved fixed | 2188119 | ["org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/core/refactoring/participants/IRefactoringProcessorIds.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/cor... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-03-04T18:57:13Z | 2008-05-05T15:06:40Z |
334,978 | Bug 334978 [syntax highlighting] default constructor of deprecated type should be rendered with strikethrough | Build Identifier: M20100211-1343 import java.util.ArrayList; import java.util.List; public class DeprecatedTest { private final List<Object> instances; public DeprecatedTest(){ instances = new ArrayList<Object>(); instances.add(new Depr()); instances.add(new Depr1()); instances.add(new Depr2()); instances.add(new Depr3... | resolved fixed | af2bca2 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightings.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-03-04T15:30:43Z | 2011-01-21T06:06:40Z |
338,809 | Bug 338809 [quick fix] for bogus Javadoc errors (incorrect reference to nested type) | null | resolved fixed | 7e03f10 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/JavadocQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavadocTagsSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-03-03T14:18:35Z | 2011-03-03T13:46:40Z |
338,731 | Bug 338731 [quick fix] Quick fixes with linked mode in different editor jump to a wrong end position | null | resolved fixed | 294597c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/CUCorrectionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/LinkedProposalModelPresenter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/SurroundWithTryCatchAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-03-02T20:32:57Z | 2011-03-02T21:06:40Z |
338,439 | Bug 338439 Wrong quick fix for 'Access to enclosing method getShell() from the type AbstractLaunchConfigurationTab is emulated by a synthetic accessor method | null | verified fixed | 366ccba | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/ModifierRewrite.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/LinkedProposalPositionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMessages.java", "org.eclipse.jdt.ui/... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-03-02T20:29:59Z | 2011-02-28T16:20:00Z |
338,638 | Bug 338638 [quick assist][quick fix] Relevance for externalization quick fixes too low with non-empty selection | The order for string externalization quick fixes is different when invoked by clicking on the marker on the left margin compared to one that comes by pressing Ctrl + 1 on the non-NLS'ed string. See snapshots | verified fixed | c20bc9e | ["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 | 2011-03-02T17:49:02Z | 2011-03-02T10:00:00Z |
338,656 | Bug 338656 [quick fix] "Change type of '*' to *" should offer matching type with type arguments first | null | resolved fixed | 8c3b254 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/TypeMismatchQuickFixTests.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/TypeChangeCorrectionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-03-02T12:09:09Z | 2011-03-02T12:46:40Z |
338,373 | Bug 338373 [navigation] FUP of bug 171019: adjust selection detector for @inheritDoc javadoc tag | null | verified fixed | 1376e64 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaElementHyperlinkDetector.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractJavaEditorTextHover.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-02-28T17:23:54Z | 2011-02-28T08:00:00Z |
183,127 | Bug 183127 [package explorer] [working sets] Working set order lost for non visible working sets | I20070417-0800 Given a pkg explorer with visible and non visible working sets and top level element working sets: 1. Configure Working Sets... 2. Select a non visible working set 3. Move it all the way to to top of the list 4. Ok 5. Configure Working Sets... Is: The non visible WS is at the bottom of the list Should: B... | verified fixed | 9c77dee | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/WorkingSetDropAdapter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java", "org.eclipse.jdt.ui/ui/o... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-02-28T14:02:33Z | 2007-04-19T08:06:40Z |
337,181 | Bug 337181 [inline] returned value is not cast | HEAD -Inline foo() - Expected: long much = (long) (1+1) * Integer.MAX_VALUE; - Actual: long much = (1+1) * Integer.MAX_VALUE; ------------------------------------------------------------------ package p; class A { void x() { long much = foo() * Integer.MAX_VALUE; } private long foo() { return 1 + 1; } } ---------------... | resolved fixed | 2e8d047 | ["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/cast_in/TestReturnValue1.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/cast_in/TestReturnValue2.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/cast_in/TestRet... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-02-26T06:58:53Z | 2011-02-15T06:06:40Z |
338,271 | Bug 338271 TypeRules#canAssign(ITypeBinding, ITypeBinding) broken for generic types | null | resolved fixed | 7729665 | ["org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test44_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineTemp/canInline/A_test44_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineTempTests.java", "org.eclipse.jdt.ui.tests/ui/o... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-02-25T20:15:27Z | 2011-02-25T18:53:20Z |
331,028 | Bug 331028 [typing] Indentation broken in enhanced for loop | null | verified fixed | db438b4 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-02-25T13:46:47Z | 2010-11-24T14:46:40Z |
337,150 | Bug 337150 [typing] Incorrect indentation in string continuation | HEAD Started with -------------------------------------------------------------------- package p; class A { void foo() { String[] array ={ "this is the 1st string"+ "this is the 1st string"+ "this is the 1st string"+ "this is the 1st string"+ "this is the 1st string", "this is the 2nd string"+ "this is the 2nd string"+... | verified fixed | 9eaa707 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaAutoIndentStrategyTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-02-25T05:52:04Z | 2011-02-14T19:00:00Z |
338,154 | Bug 338154 [typing] "Automatically close <angle> brackets" should not add > when type argument follows | HEAD The "Automatically close <angle> brackets" feature from the Typing preference page should not add the closing > when it is already present. This already works fine for (parentheses): import java.util.*; public class Try { void foo(Object o) { List<String> var= new ArrayList|String>(); foo|var); } } When you replac... | resolved fixed | 79c6211 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/BracketInserterTest.java", "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 | 2011-02-24T22:00:08Z | 2011-02-24T20:40:00Z |
338,089 | Bug 338089 [quick fix] "Infer Generic Type Arguments..." shows up twice | HEAD The "Infer Generic Type Arguments..." shows up twice, e.g on class instance creations: package xy; import java.util.ArrayList; import java.util.List; public class Try { void foo() { List<String> var= new ArrayList(); // caret in ArrayList, Ctrl+1 } } | resolved fixed | eecc21a | ["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 | 2011-02-24T14:19:27Z | 2011-02-24T15:06:40Z |
332,521 | Bug 332521 [quick assist] Ctrl+1 on missing Javadoc is 'Rename in file' first which wouldn't actually fix the problem | null | verified fixed | d010262 | ["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 | 2011-02-23T17:03:53Z | 2010-12-14T15:20:00Z |
337,903 | Bug 337903 [quick fix] for raw type warning, should at least be as good as for unresolved type | null | resolved fixed | 9875e0c | ["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", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-02-22T23:14:16Z | 2011-02-22T21:26:40Z |
337,887 | Bug 337887 [type hierarchy] MethodOverrideTester and Type Hierarchy don't consider flags etc. | null | verified fixed | 62ade1f | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/MethodOverrideTester.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyContentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-02-22T19:24:24Z | 2011-02-22T18:40:00Z |
117,960 | Bug 117960 [quick assist] Inversion of 'value' of conditional expressions is incorrect | Start with this code: String scheme1 = ""; String scheme2 = ""; if (!(scheme1 == null ? scheme2 == null : ((scheme2 != null) && scheme1.equals(scheme2)))) return false; 2) Put the cursor next to the ! at the beginning of the if statement and select the "push negation down" quick fix. The resulting code has compile erro... | resolved fixed | 051346b | ["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 | 2011-02-21T15:53:50Z | 2005-11-24T22:06:40Z |
335,778 | Bug 335778 [quick assist] 'Pull Negation up' and 'Push Negation down' unnecessarily available | 3.7 M5 ------------------------------------------------------------ package snippet; public class Snippet { void foo(Object a) { if (!(a instanceof String)) { } } } ------------------------------------------------------------ - Select "!(a instanceof String)" - Ctrl+1 - 'Pull Negation up' and 'Pull Negation down' are a... | verified fixed | cbc922f | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java", "org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/QuickFixTest.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 | 2011-02-21T11:25:34Z | 2011-01-29T19:40:00Z |
252,104 | Bug 252104 [quick assist] Convert to switch produces compile errors for conditional expression | N20081005-2000 See the following snippet: ------------- package p; public class B { public static void main(String[] args) { switch(getFoo() ? getBar() : getBar()) { case 1: System.out.println(); break; } } private static int getBar() { return 0; } private static boolean getFoo() { return false; } } ------ Using the "C... | resolved fixed | 8a55e7d | ["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 | 2011-02-21T05:10:50Z | 2008-10-26T00:13:20Z |
335,173 | Bug 335173 [clean up][quick assist][inline] Fix detection and creation of unnecessary parentheses | null | verified fixed | bb95c0c | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test39_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test39_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test40_in.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 | 2011-02-21T04:13:05Z | 2011-01-24T11:53:20Z |
314,094 | Bug 314094 [hovering] @see method link in Javadoc doesn't work correctly if the method is in superclass | Consider the following 2 classes: public class ClassParent { public void foo1() { } } public class ClassChild extends ClassParent{ /** * @see #foo1() */ public void foo2() { foo1(); } } Steps to reproduce: 1) Open ClassChild and select method foo2 2) In the javadoc view, under the See Also section there is link to meth... | resolved fixed | 4f708dd | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementLinks.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-02-18T11:26:44Z | 2010-05-24T11:20:00Z |
237,081 | Bug 237081 [typing] Correct indentation wrong after if (test) try ... catch ... | Build ID: I20080523-0100 Steps To Reproduce: 1. Copy the code below in a new java editor 2. Select all, and ctrl+I (Correct Indentation) 3. The global assignment statement should be aligned with the "if", while it is aligned with the "try" More information: import java.io.File; public class TestCorrectIndentation { pri... | resolved fixed | 74b1f37 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-02-18T05:58:11Z | 2008-06-13T15:13:20Z |
337,209 | Bug 337209 [preferences][JUnit] 'Show newly launched test in all JUnit views' not stored | 3.7 M1 and HEAD. 1. enable 'Show newly launched test in all JUnit views' 2. exit 3. start ==> preference is lost. | verified fixed | 279a89b | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JunitPreferenceInitializer.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitUIPreferencesConstants.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-02-15T19:21:26Z | 2011-02-15T14:26:40Z |
337,156 | Bug 337156 [content assist] steals my semicolon when I press ; outside of linked mode | N20110213-2000 package xy; class Bug { void foo() { set } void setAnswer(boolean answer, int n) { } boolean getAnswer() { return true; } } - Have "Java Editor > Content Assist > Insert best guessed arguments" selected and "Java Editor > Typing > Auto-insert Semicolon" unchecked - invoke content assist after "set" - pre... | resolved fixed | 7f2a552 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuesser.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-02-15T14:12:36Z | 2011-02-14T19:00:00Z |
334,635 | Bug 334635 [typing] Correct indentation is incorrect when annotation parameters are on a separate line | null | resolved fixed | f09db21 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaHeuristicScanner.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/Symbols.java... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-02-14T17:16:36Z | 2011-01-18T14:13:20Z |
337,077 | Bug 337077 [move member type] Move Type to New File ignores code template when inner class has class level comments | Build Identifier: Build id: 20100917-0705 If I have an inner-class and it has javadoc in it. I select the inner class, go to Refactor, Move Type to New File, and the new file is created. Looking at the new file though, you'll see that the code template for Comments -> Files is ignored, and my document starts immediatel... | resolved fixed | 7044275 | ["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test35/out/Inner.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test36/out/Inner.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test6/out/Inner.java", "org.eclipse.jdt.ui.tests.refactoring/resour... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-02-14T16:25:41Z | 2011-02-13T20:46:40Z |
336,514 | Bug 336514 The performance test JavaReplaceAllTest fails on Linux machine | null | resolved fixed | 71c80f1 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/AbstractJavaReplaceAllTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-02-14T13:10:49Z | 2011-02-07T14:46:40Z |
330,353 | Bug 330353 The performance test JavaMoveLineTest#test() and subsequent tests fails on Linux machine. | Performance test JavaMoveLineTest#test() of EventDrivenTestSuite failed with N20101113-2000 on one of the linux machine. The subsequent tests JavaReplaceAllTests#test() and JavaReplaceAllWithQuickDiffTest#test() of the same test suite also failed. JavaReplaceAllTests#test() and JavaReplaceAllWithQuickDiffTest#test() fa... | resolved fixed | 30c3b7d | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/MoveLineTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-02-14T12:31:22Z | 2010-11-16T15:06:40Z |
322,914 | Bug 322914 [implementation] deadlock in ASTProvider when copy paste in CU editor | null | verified fixed | 55b3266 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ASTProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-02-11T14:47:35Z | 2010-08-17T15:46:40Z |
331,551 | Bug 331551 [typing] Enter before right parenthesis indents differently from Ctrl+I | Pressing enter before ')' indents the new line, but using Ctrl-I on the new line removes the indent. NewLine and Ctrl-I should show consistent indentation. | resolved fixed | 616438b | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-02-08T13:46:05Z | 2010-12-01T16:13:20Z |
328,641 | Bug 328641 [actions] Format Element formats (marks dirty) read-only file | Current behavior is as follows - Step 1: Open Read only file in Java editor Step 2: Select Source > Format Element from the main menu Step 3: The read-only file is formatted and marked dirty Expected behavior is as follows - Step 1: Open Read only file in Java editor Step 2: Select Source > Format Element from the main... | resolved fixed | 340acdc | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutl... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-02-04T13:17:26Z | 2010-10-25T18:06:40Z |
336,231 | Bug 336231 [quick assist] "Invert conditions" not available for assert statement | HEAD e.g. -------------------------------------------------------- void foobar() { String a = ""; assert !(a instanceof String); } -------------------------------------------------------- Fix to go in AdvancedQuickAssistProcessor.getBooleanExpression(ASTNode) | verified fixed | 2f2b682 | ["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 | 2011-02-03T14:49:29Z | 2011-02-03T13:33:20Z |
108,247 | Bug 108247 'Selected resources' scope disabled but 'Enclosing projects' possible | I20050823-0800 Open a CU and press Ctrl+H ==> the 'Selected resources' scope is disabled but the 'Enlcosing projects' scope is not. How can the projects be computed if the selected resources are not known? ;-) If an editor is active I would expect that the selected resources are the resources specified by the editor in... | verified fixed | 383fc45 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-02-01T14:08:29Z | 2005-08-29T07:20:00Z |
334,992 | Bug 334992 [quick fix] "Return the allocated Object" hides "Assign statement to local variable" | HEAD The "Return the allocated Object" quick fix hides the more interesting "Assign statement to local variable" quick assist. Have a line like this: new StringBuffer(); With the warning for unused objects enabled and the caret at the end of the line, Ctrl+1 jumps to the warning and only offers "Return the allocated ob... | verified fixed | e7bdf25 | ["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", "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 | 2011-01-31T17:50:45Z | 2011-01-21T11:40:00Z |
334,864 | Bug 334864 [JUnit] Opening @Ignored test classes from JUnit view leads to "Method '...' not found. Opening the test class." warning | Build Identifier: 20100917-0705 I have some JUnit 4 unit tests where I've marked the whole class with @Ignore. This gives a (correct) output on the JUnit view. If I want to open those tests via double-click in the JUnit view, I get a "Method '...' not found. Opening the test class." warning. This is not ok, since I nev... | resolved fixed | df3ed22 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/OpenTestAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-01-31T11:22:32Z | 2011-01-20T10:40:00Z |
335,677 | Bug 335677 [templates] ${*_selection} variables should tell about Surround With | null | resolved fixed | 34dad1b | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/AbstractJavaContextType.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/CompilationUnitContextType.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/template/java/Ja... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-01-28T11:55:59Z | 2011-01-28T13:06:40Z |
321,608 | Bug 321608 [JUnit] New JUnit 4 Test Case wizard is confusing without class under test | I20100802-1800 Steps: 1) File -> New JUnit Test Case -> choose New JUnit 4 Test (say Test1) in the radio button => the super class field is uneditable 2) Enter other values and Finish 3) Open the New JUnit Test Suite wizard : File -> New JUnit Test Suite => The new test Test1 case does not appear in the list of 'Test c... | verified fixed | 16984ac | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageOne.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-01-24T19:08:30Z | 2010-08-03T15:40:00Z |
316,356 | Bug 316356 [call hierarchy] Control-drag (or something) to add to a call hierarchy instead of replace | Build Identifier: I frequently need to track down several call hierarchies and I end up switching between several in the history, losing my local context when I switch back to one I was using. If you control-select sever items in the same outline, you can get a call hierarchy on all of them, but it would be nice to be ... | verified fixed | eafdd36 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyTransferDropAdapter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewer.java", "org.eclipse.jdt.ui/ui/org/e... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2011-01-24T18:28:39Z | 2010-06-09T19:00:00Z |
332,124 | Bug 332124 [syntax highlighting] Semantic highlighting sometimes doesn't appear in class file editor | I20101207-2000 Semantic highlighting sometimes doesn't appear in class file editor. Steps: - set an access and modification breakpoint on JavaEditor.fSemanticManager - open a class file editor => suspended in JavaEditor.installSemanticHighlighting() and in ClassFileEditor.doSetInput(...).new Job() {...}.run(IProgressMo... | verified fixed | 66f3a3c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileEditor.java", "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 | 2011-01-24T16:46:42Z | 2010-12-08T14:53:20Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.