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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
86,177 | Bug 86177 [implementation][preferences] crash with non-"system default" foreground/background colors | This happened with a clean install of 3.1M5a, on a fresh workspace. 1. Change the background and foreground colors to be not "system default" Window -> Preferences -> General -> Editors -> Text Editors Select Background color and uncheck "System Default" Select Foreground color and uncheck "System Default" 2. Go to the... | verified fixed | 6dcb0c5 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaSourceViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-24T15:14:09Z | 2005-02-22T19:20:00Z |
85,713 | Bug 85713 Signature.getTypeSignatureKind does not like wildcard types | 20050217 Signature.getTypeSignatureKind throws an IllegalArgumentException when a signature for wild card is passed. Are signatures for wild cards not considered as type signatures? | verified fixed | af8a479 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/JavaElementLabelsTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-24T14:00:55Z | 2005-02-17T14:20:00Z |
84,924 | Bug 84924 Move instance method should allow to move to declaring class | I20050209-0800 Move instance method should allow to move to the method's declaring class. I had code like this (somewhat more complicated, actually the method was a static method which I have moved to A): class A { void m(A a) { a.hashCode(); } } The refactoring didn't allow me to move A#m(A) to parameter 'A a'. I don'... | resolved fixed | f8550fe | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-24T11:38:00Z | 2005-02-10T18:26:40Z |
86,326 | Bug 86326 Java editor should override getOrientation() | M5 Java editors are unreadable in RTL so we should make them always LTR. | resolved fixed | bc9bd7e | ["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 | 2005-02-24T11:24:17Z | 2005-02-23T17:33:20Z |
85,245 | Bug 85245 too many new lines for created getters | 20050215 - for class testCase, create getters and setters for name - the method create have two new lines between the getter and setter. The astrewrite wouldn't add these new new lines (it probes the existing new lines in the same file) | resolved fixed | 6bf68c3 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/AddGetterSetterOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-24T11:17:42Z | 2005-02-15T12:20:00Z |
86,441 | Bug 86441 Source>Generate Delegate Methods selects all methods per default [code manipulation] | Since version 3.1M5, Source>Generate Delegate Methods has a different behaviour concerning the boxes that are checked by default. It now checks *all* methods from the source class. The previous behaviour was to check only those methods that had no delegate method already. If I now click OK, all checked methods are crea... | resolved fixed | aae7150 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-24T11:07:55Z | 2005-02-24T07:26:40Z |
85,299 | Bug 85299 Cannot copy or move enum constants (IFields) | I20050215-0800 Copying and moving enum constants (IFields, e.g. in the Outline) does not work. The problem is that clients of ASTNodeSearchUtil.getFieldDeclarationNode(IField, CompilationUnit) and ASTNodeSearchUtil.getFieldDeclarationFragmentNode(IField, CompilationUnit) assume they get a field that is not an enum cons... | resolved fixed | 2a0ece8 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/TypedSource.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-24T10:35:11Z | 2005-02-15T17:53:20Z |
86,152 | Bug 86152 Cannot "Generate Delegate Methods..." | I have this snippet and I would expect that I may create delegate methods for the member. However no methods of the member are presented for choice. Tested with 3.1M5a. ----- public class DelegateException { Exception _exception; public DelegateException(Exception exception) { _exception = exception; } } | closed fixed | 41ab16c | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-23T11:11:14Z | 2005-02-22T16:33:20Z |
71,354 | Bug 71354 [painting] IAE in StyledText.getBidiSegments upon revert | null | verified fixed | d3ef571 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaSourceViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-22T09:55:30Z | 2004-08-04T06:13:20Z |
85,832 | Bug 85832 [projection] Folding: Select All doesn't correctly unfold header comment | Build I20050217-2000 (i.e. possible M5 candidate) To replicate: 1) make sure "code folding" preferences are at their default values (i.e. I am working in a fresh workspace with all preferences at defaults) 2) open a class, that has a header comment, in an editor (i.e. almost any eclipse class - make sure the header com... | verified fixed | 8d03c7a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/folding/DefaultJavaFoldingStructureProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-21T19:33:51Z | 2005-02-18T15:20:00Z |
85,239 | Bug 85239 Extract Constant should be disabled on switch-case constant | I20050209-0800 enum Color { RED, BLUE(), YELLOW() {}; public static final Color fColor= RED; } class ColorUser { void use() { Color c= Color.fColor; switch (c) { case RED : //extract constant "RED" break; default : break; } } } | resolved fixed | 0895429 | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test23_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test23_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/cannotExtract/A_testFail17.java", "org.eclipse.jdt.ui.tests.refact... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-21T16:34:31Z | 2005-02-15T12:20:00Z |
62,876 | Bug 62876 Extract constant should suggest name in more cases [refactoring] | I200405190010 For example if I select "new Money(21, "USD")" and then extract this to a constant no name is suggested | resolved fixed | c9e9df6 | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/nameGuessing/testGuessStringLiteral2.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractConstantTests.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUti... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-21T14:39:51Z | 2004-05-19T12:33:20Z |
85,945 | Bug 85945 Test failure in N-build in JavaElementLabelsTest.testTypeLabelAnonymousInAnonymous | N20050221-0010 I corrected the bug in JavaElementLabels 1.4 -> 1.5. Please verify the fix. Content not as expected: is org.test.new Object() {...}.xoo().new Serializable() {...} Differs at pos 9: .test.^new Ob expected: org.test.Outer.foo(...).new Object() {...}.xoo().new Serializable() {...} expected:<...Outer.foo(...... | resolved fixed | 4375077 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-21T10:39:37Z | 2005-02-21T10:00:00Z |
49,449 | Bug 49449 Extract Constant Refactoring: remember 'qualify constant' state [refactoring] | It would be useful if the state of the 'Qualify Constant references...' checkbox was remembered between invocations of the extract constant refactoring. Better yet, determine what the state of the checkbox should be based on where the extracted literal is extracted from. ie., if its in a static block/method, then the c... | resolved fixed | 175c68c | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractConstantWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-18T18:55:12Z | 2004-01-01T12:26:40Z |
85,845 | Bug 85845 Preference for adding method comments is project-specific even though Code Templates are not | I20050217-2000 - in a workspace with Preferences > Java > Code Style > Code Templates: "Automatically add comments" disabled, create a new java project - open the project's properties dialog and go to Java Code Style > Code Templates - enable project-specific settings and enable "Automatically add comments", then disab... | resolved fixed | c34047c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-18T17:38:13Z | 2005-02-18T18:06:40Z |
85,385 | Bug 85385 New JProject wizard should check whether linked folders exist | I20050215-2300 The new source page on the New Java Project wizard allows to create linked folders to locations that don't exists. This leads to various problems and .log entries later. | resolved fixed | c382d3e | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/LinkFolderDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-17T16:35:05Z | 2005-02-16T10:33:20Z |
85,383 | Bug 85383 Package Explorer: Build > Remove from Build path applied to JAR removes whole library | I20050215-2300 1. in Package Explorer select a JAR from a library 2. Build > Remove from Build path ==> removes whole library | resolved fixed | 2ebf2b3 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/buildpath/RemoveFromClasspathOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-17T16:29:17Z | 2005-02-16T10:33:20Z |
85,717 | Bug 85717 [quick fix] 5.0 types suggested in 1.4 project | 20050217 In statements like buf2.append("xxx"); //$NON-NLS-1$ Enum and Annotation are suggested for the unresolved buf | resolved fixed | d1033f1 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedVariablesQuickFixTest.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 | 2005-02-17T16:27:09Z | 2005-02-17T17:06:40Z |
85,377 | Bug 85377 Call Hierarchy has no context help | I20050215-2300 The new Help view shows a generic help message when the Call Hierarchy is active. What's strange, is that the message is different from the generic message you get when the ASTView or the Progress View is active. | resolved fixed | c46a063 | ["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/eclipse/jdt/internal/ui/callhierarchy/LocationViewer.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-17T14:40:43Z | 2005-02-16T10:33:20Z |
85,415 | Bug 85415 InvocationTargetException when renaming annotation attribute | 20050216 @Annot1(value="1") public class B<T> { } @interface Annot1 { String value(); } org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed: Search for method declaration did not find original element at org.eclipse.jface.util.Assert.isTrue(Assert.java:180) at org.eclipse.jdt.internal.corext.refact... | verified fixed | 0be0286 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-17T14:15:26Z | 2005-02-16T16:06:40Z |
85,694 | Bug 85694 [preferences][navigation] correct editor-specific context menus | I20050215-2300 (m5 test pass) - open the preferences from the context menu in a) the java editor b) the properties file editor -> the java editor does not show the spelling page -> the properties file does not show the properties editor preference page fix is easy: change AbstractDecoratedTextEditor.collectContextMenuP... | verified fixed | d001dfc | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileEditor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-17T13:55:04Z | 2005-02-17T14:20:00Z |
85,549 | Bug 85549 [projection] Incorrect folding in CU without terminating linebreak | I20050215-2300 - Have a CU with contents "package copying; public class Class { }" (no linebreak here) - collapse class folding -> a "}" remains on the last line. Expected: last line is empty - set caret to end of text and press Enter -> after reconciling, there are two boxes with dots. Expected: only one box. => Foldi... | resolved fixed | 61753a5 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/folding/DefaultJavaFoldingStructureProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-17T10:20:18Z | 2005-02-16T21:40:00Z |
85,371 | Bug 85371 Imported new classes not in open type dialog | I20050215-2300 0. start a workspace which has org.eclipse.help imported as binary project (not linked) 2. import org.eclipse.help again from I20050215-2300 3. open type ==> only IContext is available but there should also be an IContext2 which has been added in I20050215-2300 I've seen this already once this week. | verified fixed | 6684ec9 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/AllTypesCache.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-17T10:07:30Z | 2005-02-16T07:46:40Z |
85,327 | Bug 85327 NPE in OverrideCompletionProposal.updateReplacementString | eclipse.buildId=I200411300800 java.version=1.4.2_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en Framework arguments: -showlocation Command-line arguments: -os win32 -ws win32 -arch x86 -clean -showlocation - nl en I have the code below. I placed the cursor in the spot ind... | resolved fixed | febee6d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AnonymousTypeCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/OverrideCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ResultCollector.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-17T10:06:54Z | 2005-02-15T20:40:00Z |
85,544 | Bug 85544 [projection] AFE when folding a method after editing multi-line modifiers | I20050215-2300 public class Collapse { @SuppressWarnings("all") //1 @Deprecated() void foo(Integer i) { } } - folding is correct (triangle on line //1, displayed line when folded contains method name) - insert "public " (no quotes) before @SuppressWarnings -> folding is wrong: triangle still on line //1, displayed line... | verified fixed | 771a4da | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/folding/DefaultJavaFoldingStructureProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-17T10:02:14Z | 2005-02-16T18:53:20Z |
85,658 | Bug 85658 NPE in InferTypeArguments with cast to primitive type | I20050217-0010 Infering generic type arguments for JUnit 3.8.1 fails with the NPE below. The problem is simply a missing null-check in the constraints generation. I'd like to submit the fix for M5, since the test case might be a showcase at EclipseCon. java.lang.NullPointerException at org.eclipse.jdt.internal.corext.r... | verified fixed | 0bc72d2 | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InferTypeArgumentsTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintCreator.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/interna... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-17T08:57:53Z | 2005-02-17T08:46:40Z |
85,591 | Bug 85591 [preferences] indexOutOfBoundsException in the Text Editors preference page on loss of selection | null | resolved fixed | a7420e1 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeAssistConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-17T08:40:02Z | 2005-02-16T21:40:00Z |
84,338 | Bug 84338 Annotation type member removal issues | (3.1M4) The testcase is MyAnnotationType.java with the following contents: package package1.packageTp1; /** * MyAnnotationType annotation type. */ @interface MyAnnotationType { int field2 = 0; String method1(); } Select "method1" in the Outline view and try to delete it. All attempts fail. Deletion via setting the CU's... | resolved fixed | 012b822 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ASTNodeDeleteUtil.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/stru... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-15T16:55:57Z | 2005-02-03T17:00:00Z |
85,267 | Bug 85267 NPE in JavaElementResourceMapping when replacing changed package with latest from HEAD | I20050215-0800 - Remove InferTypeArgumentsTCModel.java from package org.eclipse.jdt.internal.corext.refactoring.generics - select the package and choose 'Replace With > Latest from HEAD' Error 2005-02-15 16:24:50.909 java.lang.NullPointerException java.lang.NullPointerException at org.eclipse.jdt.internal.corext.util.J... | verified fixed | e41478a | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaElementResourceMapping.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-15T15:42:59Z | 2005-02-15T15:06:40Z |
85,243 | Bug 85243 Invalid string pattern while searching on working set | Using 3.1 M4 build. Open editor on org.eclipse.jdt.internal.compiler.ast.Expression class and select computeConversion method. 1) Search for declarations in project => you get 5 instances in Search View: OK 2) Create a working set "jdt-core" with org.eclipse.jdt.core project 3) Search for declarations in working set "j... | resolved fixed | f36e009 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/PatternStrings.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-15T14:20:07Z | 2005-02-15T12:20:00Z |
85,100 | Bug 85100 Java Class wizard does not generate all necessary methods | Build: I-20050209 Open the Class wizard, and make sure the 'Inherited Abstract Methods' is checked. Create a new class that implement org.eclipse.jface.viewers.ITableLabelProvider. The newly created class will have compilation errors as it is missing some methods. It appears as though only the methods declared by ITabl... | resolved fixed | 44f12bc | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-15T09:38:16Z | 2005-02-13T04:46:40Z |
84,298 | Bug 84298 Add enabled in SuperInterfaceSelectionDialog when no selection | Version: 3.1.0 Build id: I20050201-0800 The "Add" button in the Super Interfaces Selection dialog of the new class wizard is enabled when there is no selection in the dialog. 1. Open the new Class Wizard 2. Press "Add..." in the interface block 3. The Super Interface Selection dialog will show with the Add and cancel b... | resolved fixed | a310c9c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/SuperInterfaceSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-14T19:49:37Z | 2005-02-03T03:06:40Z |
77,636 | Bug 77636 Code Formatter Profile Editor should be more fault-tolerant [formatter] | 200411022000 The Code Formatter Profile Editor should be more fault-tolerant. Especially on 'White Space' and 'Line Wrapping' tabs, it is very easy to mess things up by changing many settings at once with a single click at the wrong spot. Two possible solutions came to my mind: (1) The dialog could support an undo/redo... | resolved fixed | 04e8d45 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ModifyDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ModifyDialogTabPage.java", "org.eclipse.jdt.ui/ui/org... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-14T19:35:05Z | 2004-11-03T13:53:20Z |
84,983 | Bug 84983 [typing] imports disappear | I20050209-0800 + JDT UI from HEAD 1. open a CU with several imports 2. enable folding (ensure imports are folded) 3. remove code so that first import is no longer needed 4. run Organize Imports ==> all imports are gone 5. close and re-open the editor ==> imports are back | resolved fixed | 21436e8 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/folding/DefaultJavaFoldingStructureProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-14T16:00:25Z | 2005-02-11T13:53:20Z |
83,500 | Bug 83500 Can't restore a secondary top level from key | Example: package p; public class TwoTypes { } class SecondType { } - create key for SecondType. - try to restore it using ASTParser.createASTs. - null is returned This is type can be used outside of CU TwoTypes.java it should be possible to restore that key. Problem seems to be in NameLookup#seekTypesInSourcePackage Je... | verified fixed | 7b437f0 | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InferTypeArgumentsTests.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-14T09:16:00Z | 2005-01-23T14:20:00Z |
82,461 | Bug 82461 [5.0] Unconventional formatting of annotations in ASTRewrite | 20050104: Adding a MarkerAnnotation ast node to a method declaration with visibility modifiers results in unconventional formatting of the modifier ast node list. Example: public int foo(); Adding marker annotation @Override results in: @Override public int foo(); The formatting should be: @Override public int foo(); | resolved fixed | 27b8176 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/NewLinesTabPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T17:34:38Z | 2005-01-10T12:26:40Z |
81,407 | Bug 81407 [5.0][navigation] Mark occurrences could highlight statically imported fields and methods | 200412160010: When clicking on a static import for a field or method, all occurrences of that member should be highlighted. Same also for static star imports. | resolved fixed | c1d860f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/OccurrencesFinder.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T17:08:40Z | 2004-12-16T15:13:20Z |
81,983 | Bug 81983 [preferences] Disabling and enabling folding on small file takes forever | 3.1 M4 Using enable/disable folding on a small CU takes forever. This is caused by the recent change to apply the preference to all Java editors. In another (hidden) window (Debug) I had StyledText open which (understandably) took long to react on the preference change. Non-visible editor's should not react to this cha... | verified fixed | 4910ceb | ["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 | 2005-02-11T15:28:21Z | 2004-12-29T08:46:40Z |
84,986 | Bug 84986 Overlapping text edits in inline method | I20050209-0800 + zrh-plugins from 20050211_1043 Tried to inline method "getInitializer()" in InlineConstantRefactoring rev 1.53. Caused by: org.eclipse.text.edits.MalformedTreeException: Overlapping text edits at org.eclipse.text.edits.TextEdit$InsertionComparator.compare(TextEdit.java:118) at java.util.Collections.ind... | resolved fixed | 689eb0b | ["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/simple_in/TestSurroundingCallers.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/simple_out/TestSurroundingCallers.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/r... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T14:51:21Z | 2005-02-11T13:53:20Z |
84,980 | Bug 84980 NPE when inlining constructor of InlineTargetCompilationUnit | I20050209-0800 + zrh-plugins from 20050211_1043 Tried to inline constructor "InlineTargetCompilationUnit(ICompilationUnit, SearchMatch[], Expression, ICompilationUnit)" on line 575 of InlineConstantRefactoring.java rev 1.52 java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.code.CallInliner.a... | resolved fixed | 3b589a3 | ["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/simple_in/TestConstructor2.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/simple_out/TestConstructor2.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/I... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T14:10:58Z | 2005-02-11T11:06:40Z |
81,178 | Bug 81178 [refactoring] disable extract method on case constants | 20041215 It's currently possible to extract an method from a case expression which result in something like: private void foo(int e) { switch (e) { case foo(): break; } } | verified fixed | aca62cb | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/invalidSelection/A_test195.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactor... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T11:51:48Z | 2004-12-15T17:00:00Z |
84,915 | Bug 84915 [5.0][content asssit] Code assist adds unnecessary angle brackets | 20050210 - enable 'fill argument names', disable 'guess' - Map is missing -> do a code assist after Mapm choose java.util.Map -> result is 'Map<K, V><V, W>' package pack1.x.y.z; public class W<V, W> implements Map<V, W>{ } | resolved fixed | d78b55a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/GenericJavaTypeProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T11:12:54Z | 2005-02-10T18:26:40Z |
81,426 | Bug 81426 Package Explorer shows nothing after drill into working set, then show projects | I200412160800 - switch Package Explorer to working sets - context menu > Go Into a working set - Show > Projects -> view is empty -> view toolbar button 'Up to Working Sets' does not do anything | resolved fixed | fed5e9e | ["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 | 2005-02-11T10:16:45Z | 2004-12-16T18:00:00Z |
82,005 | Bug 82005 "Encapsulate Field" changes the data type of member variable [refactoring] [sef] | Eclipse Version: Version: 3.1.0 Build id: 200412162000 Create this simple class in eclipse - public class TestEncapsulate { String a, b; } 1) Select the Field a 2) Right-click and select Refactor -> Encapsulate Field. 3) Click Ok. 4) The following code is generated - public class TestEncapsulate { String b; private int... | resolved fixed | 8f17952 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/sef/SelfEncapsulateFieldRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-11T10:01:01Z | 2004-12-29T22:40:00Z |
79,174 | Bug 79174 organize imports bug in 3.1m2 | when organizing imports in class implementing Map<K,V>, can't seem to get rid of "import java.util.Map.Entry" using ctrl-shift-o, yet it still complains that its not needed. so i deleted it manually and it stopped complaining. | resolved fixed | 9b4ba96 | ["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/codemanipulation/OrganizeImportsOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-10T18:57:21Z | 2004-11-22T13:26:40Z |
84,807 | Bug 84807 Introduce Factory: strange generation of source code | Example: public class X<T> { public X(T t) { } } class call { void foo() { X<String> x= new X<String>("Eclipse"); } } - select X in "new X<String>("Eclipse"); - introduce factory produces: public class X<T> { public static X<String> createX<String>(String arg1){return new X<String>(arg1);} public X(T t) { } } class cal... | resolved fixed | d729086 | ["org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/84807/CtorOfParamType.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/84807/CtorOfParamType_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceFactoryTest... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-10T18:32:12Z | 2005-02-09T17:26:40Z |
84,747 | Bug 84747 Widget is disposed error updating ProblemTableViewer | I20050208-0800 I had just done a refactoring that had moved a static method to another class. The refactoring had introduced errors in the moved methods as it referenced private static variables in the original location. I received the warning dialog about these errors but continued. On the next save: org.eclipse.swt.S... | resolved fixed | 38ce4a1 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ResourceToItemsMapper.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-10T16:51:50Z | 2005-02-08T22:00:00Z |
84,862 | Bug 84862 Advanced syntax highlighting | Is it possible to change ASTProvider.ActivationListener.isJavaEditor() method to be more open for subclasses of CompilationUnitEditor? I know, that it is not API, but SWT Designer and VE use it and, becase their have ID different than two hardcoded in isJavaEditor(), advanced syntax is not highlighted after changes. Ma... | resolved fixed | 47117c0 | ["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 | 2005-02-10T09:34:29Z | 2005-02-10T07:20:00Z |
84,794 | Bug 84794 Empty error dialog after code assist | I20050208 - Enable 'fill arguments...', disable 'guess filled...' In the following class (that has IDocument on its class path) use code assist to complete 'se' to 'search'. Empty error dialog pops up. Log contains a stack trace public class A { private int addNewInsertEdit(int currPos, String str, IDocument document, ... | resolved fixed | b109eaf | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ExperimentalProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T18:13:52Z | 2005-02-09T17:26:40Z |
83,187 | Bug 83187 IntroduceFactory and J2SE 5.0 | Consider the following cases public class IntroduceFactory<T> { public IntroduceFactory(T t) { } public IntroduceFactory(String ... args) { } } Problems: - creating a factory method for IntroduceFactory(T t) outside of IntroduceFactory class shouldn't be support due to the reference to the type parameter - creating a f... | resolved fixed | fda6cb4 | ["org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/negative/Enum_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/positive/Annotation1.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/positive/Annotation1_in.java", "org.eclipse.jdt.ui.tests.refactoring/res... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T17:19:50Z | 2005-01-19T13:06:40Z |
81,059 | Bug 81059 [5.0] Preview on method declaration in annotation with int return value leads to platfrom crash | Using I200412142000 public @interface RequestForEnhancement { int id(); String synopsis(); String engineer() default "[unassigned]"; String date(); default "[unimplemented]"; } On renaming id() to id2 and pressing 'preview', the platform freezes and does no longer respond. | verified fixed | c36d88e | ["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/PreviewWizardPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T11:13:59Z | 2004-12-15T08:40:00Z |
80,909 | Bug 80909 ReorgMove reorders members on drag'n'drop to another member [reorg] | I200412081200, probably introduced with rev. 1.53 of ReorgPolicyFactory. I thought we had a testcase for this, but obviously we don't (or a wrong one). class Source { int field1; int field2; int field3; void method1() {} void method2() {} } class Target { int targetField; } Select all members of Source in the Outline a... | resolved fixed | 1d817c1 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T09:39:43Z | 2004-12-14T07:40:00Z |
84,722 | Bug 84722 Don't generate @Override annotations when implementing interface methods | null | resolved fixed | 236e4d1 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-09T09:08:40Z | 2005-02-08T19:13:20Z |
84,657 | Bug 84657 [content assist] CodeAssist failure surfaced to user | When codeassisting at: <|> location below, an error dialog opened reading: "The command for the key you pressed failed". ================================ public class X { public static void main(String[] args) { Comparable<?> c1 = foo("", new Integer(5)); Object o = foo("", 5); } public static <T> T foo(T t1, T t2) { S... | resolved fixed | a2e2d7a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/MethodProposalInfo.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuesser.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ResultCollector.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-08T17:48:02Z | 2005-02-08T08:06:40Z |
84,194 | Bug 84194 [content assist] Code assist in import statements insert at the end | Build: I-20050201 Open any Java file that contains > 1 import statements. Let's say the first import statement reads: import org.eclipse.core.runtime.*; delete the '*;' from the end and try to use code assist to insert IRunnableWithProgress for example. You will see that upon pressing Enter to select, the text gets ins... | resolved fixed | d89a280 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ExperimentalResultCollector.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaTypeCompletionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-08T17:46:45Z | 2005-02-01T23:20:00Z |
77,582 | Bug 77582 Move CompilationUnit/Type refactoring does not update static imports | I200411022000 It instead adds normal imports. Starting with: import static test.Test1.foo1; import static test.Test1.foo2; and moving Test1 to package test2 results in: import static test.Test1.foo1; import static test.Test1.foo2; import test2.Test1.foo1; import test2.Test1.foo2; | resolved fixed | 93d0197 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveCuUpdateCreator.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-08T17:25:09Z | 2004-11-03T11:06:40Z |
81,712 | Bug 81712 NPE during refactoring | Build: 3.1 M4 The following NPE was logged during refactoring (renaming a file). The file was not part of the Java build path (renamed "forms.tld" to "form.tag"). The JST/WTP were installed. After the operation the file was renamed successfully but the refactoring dialog was still opened. I also noted that the was exce... | resolved fixed | f76e6ff | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameResourceChange.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-08T16:34:40Z | 2004-12-21T06:20:00Z |
68,525 | Bug 68525 [Workbench] label in type hierarchy view not wrapped | 3.0rc3 the 'All types of the current hierarchy .....' does not wrap although it is a very long string and i have to max the view to read it | resolved fixed | 5b90038 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-08T15:49:24Z | 2004-06-24T18:00:00Z |
81,173 | Bug 81173 Rename Type Parameter should rename reference in @param tag | Rename Type Parameter should rename reference in @param tag. /** * @param <ELEMENT> the element */ public class A<ELEMENT> { ELEMENT e; } | resolved fixed | a687ea9 | ["org.eclipse.jdt.ui.tests.refactoring/resources/RenameTypeParameter/test14/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenameTypeParameter/test14/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RenameTypeParameterTests.java", "org.eclipse.jdt.ui/cor... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-08T08:44:10Z | 2004-12-15T17:00:00Z |
76,158 | Bug 76158 misspelled constant 'DIALOG_BASED_UESR_INTERFACE' in RefacoringWizard | The constant DIALOG_BASED_UESR_INTERFACE in the public class org.eclipse.ltk.ui.refactoring.RefactoringWizard should read DIALOG_BASED_USER_INTERFACE. UESR --> USER | resolved fixed | add2fdf | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeSignatureWizard.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeTypeWizard.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ConvertAnonymousToNestedWizard.j... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-07T17:15:22Z | 2004-10-13T12:20:00Z |
81,980 | Bug 81980 Unexpected unresolved enum quick fix suggestions [quick fix] [5.0] | Although the create field and create constant in my enum type suggestions for the quick fix in the code listed below compiles and works fine. It is not quite what I expected for the use of enumerated types. public class EnumQuickFixBug implements Runnable { private State state; private enum State {begin, end}; public v... | resolved fixed | d2d5be8 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedVariablesQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/ScopeAnalyzer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewVariableCompletionProposal.java", "org.eclipse.jdt.u... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-07T15:13:33Z | 2004-12-29T06:00:00Z |
82,581 | Bug 82581 [misc] Javadoc double-click strategy wrong for non-tags | I20050111-0800 Use an e-mail address inside Javadoc as test case. | resolved fixed | 8232223 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavadocDoubleClickStrategy.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-07T14:10:55Z | 2005-01-11T16:13:20Z |
72,331 | Bug 72331 [1.5][Generalize Type Refactoring] Prevent refactoring of formal generic type parameters | The generalize type refactoring is not applicable to formal generic type parameters | resolved fixed | cb7182c | ["org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testEnum_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testEnum_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/negative/A_testTypeParameter_in.java", "org.ecli... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-07T13:58:39Z | 2004-08-20T08:20:00Z |
82,260 | Bug 82260 ResultCollector: remove dependency to internal J Core interface | I20050104-1600 Summary says it all. | resolved fixed | bff26e0 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/CodeCompletionTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ResultCollec... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-07T13:56:38Z | 2005-01-05T18:33:20Z |
84,498 | Bug 84498 NPE attempting to rename a method parameter | N20050202-0010 Selected a method parameter Ctrl-1 > Select Rename in File java.lang.NullPointerException at org.eclipse.jdt.internal.corext.dom.Bindings.getFieldDeclaration (Bindings.java:1219) at org.eclipse.jdt.internal.corext.dom.LinkedNodeFinder$BindingFinder.getDeclarati on(LinkedNodeFinder.java:285) at org.eclips... | resolved fixed | 6a46e3f | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/Bindings.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-07T13:22:44Z | 2005-02-04T23:33:20Z |
84,556 | Bug 84556 New type wizard generates uncompilable code | HEAD: the package declaration is located after the import declarations Steps to reproduce: - Create class HashedMap which extends Map (don't use the default package) - Set options to implement methods and constructors | resolved fixed | db65076 | ["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 | 2005-02-07T13:03:02Z | 2005-02-07T12:40:00Z |
84,533 | Bug 84533 Refactoring does not do anything... | Build: I-20050202 1. Create a new Hello world plugin project. Call it 'com.example.xyz' and accept all defaults. 2. Close the manifest editor for the newly created plugin.xml to take PDE out of the equation. 3. Open the plugin.xml in a plain text editor. 4. Right-click on the 'com.example.xyz' project and choose to ren... | verified fixed | 8816399 | ["org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/Change.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/CompositeChange.java", "org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/ChangeElement.java", "org.eclipse.ltk.ui.refactoring/src/org/ecl... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-07T11:22:02Z | 2005-02-07T04:20:00Z |
81,414 | Bug 81414 unhelpful generated JUNIT run configuration name for source folder unit-test runs | If you rightclick source folders and run unit tests, a Junit run configuration is created for that run. The name of this configuration is: "test (%NR)" where %nr is an incrementing number. I suggest the following run configuration name: "junit %project-name %source- folder-name" so for the project myXml and folder: src... | resolved fixed | f52c412 | ["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitLaunchShortcut.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-06T20:04:22Z | 2004-12-16T15:13:20Z |
81,266 | Bug 81266 [working sets] rename 'select working sets' in working set mode? | 20041215 When in the 'Show working sets' mode, you still have the action 'Show working copy...'. It opens a dialog 'Configure working sets'. Double clicking an entry select a working copy node. Wouldn't it be better to rename it to 'Configure working sets' (only when in the working copy mode) and drop the selection beh... | resolved fixed | 0d62a40 | ["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 | 2005-02-06T17:18:49Z | 2004-12-15T19:46:40Z |
81,196 | Bug 81196 Can't search for References, ... to an ITypeParameter [search] | null | resolved fixed | 9d09a91 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindDeclarationsAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindDeclarationsInHierarchyAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindDeclarationsInProjectActio... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-04T13:26:39Z | 2004-12-15T17:00:00Z |
40,243 | Bug 40243 inline method: loses comments [refactoring] | 20030715 inline method loses comments that are places before call sites. example: package p; public class A { private void helper1(int startLine, int startColumn, int endLine, int endColumn, boolean replaceAll, boolean makeFinal, String tempName) throws Exception{ helper1(startLine, startColumn, endLine, endColumn, rep... | verified fixed | b986fbc | ["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_in/TestArray.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_in/TestFieldReference.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/argument_in/... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-04T11:56:15Z | 2003-07-16T18:26:40Z |
81,250 | Bug 81250 [quick fix] make static quick fix does not change anything | 20041215 Quick fix on 'foo' doesn't do anything public abstract class VarArgTest { public static String print12(String key, String... args) { foo(args); return key; } protected abstract <A, B> List foo(String[] args); } | resolved fixed | 0b1aee4 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ModifierCorrectionsQuickFixTest.java", "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/LinkedNodeFinder.java", "org.eclipse.jdt.ui/ui/org/ec... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-03T22:06:36Z | 2004-12-15T17:00:00Z |
81,100 | Bug 81100 Code formatter page is too large on new workspace [formatter] | Using I200412142000 1. Start eclipse with a fresh workspace. 2. Go to the code formatter page 3. Click on show Note: the page uses the full height of the screen. It would be nice to have a a 'resonable' and limited size. The large size might come from the white space tab where the preview table is very large. | resolved fixed | db89705 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ModifyDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-03T15:30:57Z | 2004-12-15T11:26:40Z |
74,160 | Bug 74160 QuickFix 'Create Method in other CU' doesn't use compound undo [quick fix] | null | resolved fixed | 44b14a7 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ChangeCorrectionProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-03T14:31:15Z | 2004-09-17T11:20:00Z |
71,546 | Bug 71546 CVS decoration not updated for jars after a commit | When committing a jar that is in the classpath, the CVS decoration is not updated in the package view. The decoration is first updated when closing the package view an opening it again. | resolved fixed | 77c0bcc | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/ResourceToItemsMapper.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-03T14:13:07Z | 2004-08-06T08:13:20Z |
44,285 | Bug 44285 Search does not like anonymous types [search] | 20031007 smoke 1. Open AboutDialog.java 2. In the editor select the method 'actionPerformed' from the anonymous ActionListener. 3. Press CTRL + H 4. The search dialog shows: junit.awtui.AboutDialog.1..actionPerformed(ActionEvent) Looks weird. | resolved fixed | 183e0b0 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/PrettySignature.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-03T10:43:32Z | 2003-10-07T09:46:40Z |
84,269 | Bug 84269 [implementation] Leak: Java Editor preference page: listener in SmartTypingConfigurationBlock | N20050202-0010 The SmartTypingConfigurationBlock adds a property change listener to the JavaPlugin combined preference store. This listener is not removed --> results in leakage for each open close of the Java preference pages. Test case: Window>Preferences>Java>Editor For each open close the state associated with the ... | resolved fixed | b0604f1 | ["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 | 2005-02-03T10:17:31Z | 2005-02-02T21:33:20Z |
82,950 | Bug 82950 Extract local fails on switch statement [refactor] | I20050112-1200 case IJavaElement.METHOD: { final IMethod methodReferenced= (IMethod) referenced; final ICompilationUnit referencedUnit= methodReferenced.getCompilationUnit(); switch (referencingType) { case IJavaElement.COMPILATION_UNIT: final ICompilationUnit unit= (ICompilationUnit) referencing; if (referencedUnit !=... | resolved fixed | 128df45 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-02T16:17:42Z | 2005-01-17T11:06:40Z |
83,593 | Bug 83593 Rename of enum type does not update constructor / throws ClassCastException | I20050118-1015 + jdt.core v_532b ICompilationUnit#rename(..) of an enum type does not update constructors. For consistency with rename of a class, enum constructors should be updated too. After uncommenting the enum constant TURQUOISE, renaming Color yields the ClassCastException below. public enum Color { PINK, // TUR... | verified fixed | 79363df | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RenameTypeTests.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-01T19:20:34Z | 2005-01-25T10:46:40Z |
81,421 | Bug 81421 Closing a project with open editors leaves stale elements in Package Explorer's working set layout | I20041216-0800 Closing a project with open editors leaves stale elements in Package Explorer's working sets mode. This only affects CUs not normal resources. | resolved fixed | ad555ea | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/HistoryWorkingSetUpdater.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-01T18:50:00Z | 2004-12-16T18:00:00Z |
84,004 | Bug 84004 OpenCloseWorkingSetAction actions visible when no selection | Version: 3.1.0 Build id: I20050125-0800 When there is no selection in the package explorer (when you have collapsed a tree item for example) the context menu contains actions for "open project", "open projects" and "close projects". The only one that does anything is "open project", although it shouldn't be visible. Op... | resolved fixed | 35d2583 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/OpenCloseWorkingSetAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-01T18:23:58Z | 2005-01-30T07:26:40Z |
81,140 | Bug 81140 [nls tooling] Too many false positives when navigating from a key in properties file editor to Java editor | I200412142000 Currently properties key references are determined by a text search. The text search results should be filtered, such that the final results contain only matches from string partitions. | verified fixed | 163e4ef | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertyKeyHyperlink.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-01T17:04:12Z | 2004-12-15T14:13:20Z |
77,502 | Bug 77502 Change method signature dialog displays error status on unchanged settings [refactoring] | 200411010800: Steps to reproduce - Invoke change method signature on a method with a parameter - Click on the parameter type until the table cell is in edit mode - Leave without any changes -> Status dialog is showing an error status | resolved fixed | 6349992 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-01T15:09:50Z | 2004-11-02T18:26:40Z |
82,507 | Bug 82507 Jar creation wizard omits directory entries | Below is email from the customer working on WSAD. I have recreated this behaviour on Eclipse 2.1.1 and 3.0 on Windows 2000 I have viewed the jar files in hex and validated that the Java jar command actually puts additional entries in the .jar compared to Eclipse/WSAD. Both the customer and I believe the Java JAR spec d... | resolved fixed | 6918e0c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarPackageData.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarWriter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-01T13:15:27Z | 2005-01-10T20:46:40Z |
84,021 | Bug 84021 StackOverflow in TypeVariable#getPrettySignature(..) for recursive type variable definition | I20050126-0800 StackOverflow in TypeVariable#getPrettySignature(..) for recursive type variable definition. E.g. try to print the return type of Collections.min(..), which is "<T extends Object & Comparable<? super T>>". The problem is that "T" in "<? super T>" is not just printed as "T", but it is erroneously expanded... | resolved fixed | 4f99622 | ["org.eclipse.jdt.ui.tests.refactoring/resources/TypeEnvironment/TestProject/signature/TestTypeVariables.java", "org.eclipse.jdt.ui.tests.refactoring/resources/TypeEnvironment/TestProject/signature/TestWildcardTypes.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/typeconstraints/Pret... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-01T13:15:17Z | 2005-01-31T08:26:40Z |
84,070 | Bug 84070 IAE in new Java Project wizard when giving name of folder without a linked folder location | I20050126-0800 + ZRH-plugins from 20050128 - New workspace, New Java Project wizard, use project as source folder - Click Next, click toolbar icon "Link additional Source to Project" - Press tab and enter a "Folder name" without specifying a "Linked folder location" On each keystroke, the log gets one of these: !ENTRY ... | resolved fixed | 7e2b2b1 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/LinkFolderDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-01T09:35:53Z | 2005-01-31T19:33:20Z |
83,397 | Bug 83397 Problem with inheritance from Generics [code generation] | Hi, I used the class wizard to create a new class (HashMapTest) that extends HashMap, with "Constructors from superclass" selected. The wizard created this constructor: public HashMapTest(Map< ? extends K, ? extends V> arg0) { super(arg0); } the compiler gives errors that K and V cannot be resolved into types. The same... | resolved fixed | 3f00cc5 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewAnnotationWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewClassWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewEnumWizardPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewInterfaceWizardPage.java", "org.ec... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-31T11:07:04Z | 2005-01-21T15:06:40Z |
83,952 | Bug 83952 Unconventional order of add-remove-edit buttons in Change Method Signature | I20050126-0800: The order of the buttons in the parameters tab is currently: Add Edit... Up Down Remove The 'Remove' button should be placed directly after the 'Add' button | resolved fixed | 42eee5f | ["org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testVararg01_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testVararg01_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testVararg02_in.java", "org.eclipse.jdt.ui.t... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-31T10:45:47Z | 2005-01-28T16:33:20Z |
83,523 | Bug 83523 Refactoring: Create package in move dialog is blocking | 20050124 - Select a compilation unit, choose Refactor -> Move - In the dialog select a source folder and press 'Create folder...' - Enter a package name and press ok - Blocked dialog shows up. 'Operation blocked by background work', but no background operation visible It seems the operation blocked itself out. The 'cre... | verified fixed | 3929403 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewElementWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-28T11:06:53Z | 2005-01-24T09:46:40Z |
83,729 | Bug 83729 Enum constructor: should have private method icon | null | resolved fixed | baab00a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementImageProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-27T18:05:11Z | 2005-01-26T17:20:00Z |
81,098 | Bug 81098 Quick Fix 'Change workspace compliance settings to 5.0' with project specific settings [quick fix] | M4 test pass. The Quick Fix 'Change workspace compliance settings to 5.0' does not make much sense when the project already has project specific settings. Either the Quick Fix should not appear when the project overrides workspace settings, or the user should be asked whether the project should take over workspace sett... | resolved fixed | bcb235f | ["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 | 2005-01-27T09:52:48Z | 2004-12-15T11:26:40Z |
83,697 | Bug 83697 [misc] Inline tags are not rendered when in the content of a block tag | Version: 3.1.0 Build id: I20050125-0800 The javadoc manual states that is possible to use inline tags (eg {@link}) in the content of block tags (such as @param). This simple case renders as "foo {@link String bar}" when it should be "foo bar": /** * @param foo {@link String bar} */ public void fred(String foo){} | resolved fixed | b00d5c6 | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaDoc2HTMLTextReaderTester.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-26T16:22:08Z | 2005-01-26T11:46:40Z |
81,181 | Bug 81181 [5.0] [refactoring] change method signature on enum constructor | 20041215 changing the signature of the 'Enu' contructor results in a NPE public enum Enu { A(1, 3), B(1, 3), C(1, 3); public Enu(int i, int j) { } } java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring$DeclarationUpdate.getFullTypeName(ChangeSignatureRefacto... | resolved fixed | 4a3e8d8 | ["org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testEnum01_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testEnum01_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testEnum02_in.java", "org.eclipse.jdt.ui.tests.r... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-26T12:18:17Z | 2004-12-15T17:00:00Z |
80,098 | Bug 80098 newTypeHierarchy(IRegion,...) should not be constrained to an IJavaProject | As Dirk has discussed with Philippe and Jerome, we need API to build a supertypes hierarchy on an arbitrary IRegion that crosses project boundaries. This API is required for the new implementation of the RippleMethodFinder. Currently, IJavaProject has methods newTypeHierarchy(IRegion, IProgressMonitor) newTypeHierarchy... | verified fixed | 0751ec4 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RippleMethodFinder2.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-25T11:49:20Z | 2004-12-03T13:20:00Z |
82,242 | Bug 82242 JavaElementImageProvider gives wrong adornments for annotations/enums | I20050104-1600 In general, the JavaElementImageProvider also shows "implicit" element modifiers. Here's an example showing where types and members are missing adornments: class C { } interface MyInt { int X= 12; } @interface MyTag { // missing "default access" adornment int X= 12; // missing "static final" adornment } ... | resolved fixed | 9f331be | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JdtFlags.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java", "org.eclipse.jdt.ui/core", "refact... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-24T18:28:05Z | 2005-01-05T15:46:40Z |
73,535 | Bug 73535 [1.5][model] Method to validate type parameter names missing in JavaConventions | Build I200409011200: For consistency, class JavaConventions should provide a method to syntactically validate the name of a type parameter | verified fixed | b881b70 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-24T14:38:23Z | 2004-09-09T11:40:00Z |
20,644 | Bug 20644 [hovering] Javadoc hover cannot handle link tag | null | resolved fixed | 019de7c | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaDoc2HTMLTextReaderTester.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-24T14:10:52Z | 2002-06-19T12:33:20Z |
83,476 | Bug 83476 NPE setting inclusion/exclusion filters for build path [build path] | Version: 3.1.0 Build id: I20050118-1015 When you "remove" an inclusion or exclusion filter a NPE is thrown when you try to edit the filter. 1. Open java build path properties 2. select libraries tab 3. select an inclusin or exclusion filter 4. press the remove button 5. press the edit button (nothing happens, NPE logge... | resolved fixed | 860ef4c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-24T09:27:24Z | 2005-01-22T02:13:20Z |
83,440 | Bug 83440 NullPointerException in refactoring preview dialog | When refactoring a private member class into a top-level class using "Move Member Type to New File...", in the preview dialog, clicking on the name of the class in the preview (to see the detailed changes), or any member of that class nested under it in the tree, causes a NullPointerException. A test case that fails on... | resolved fixed | b538789 | ["org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/TextChange.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-23T17:59:49Z | 2005-01-21T20:40:00Z |
82,536 | Bug 82536 Surround with doesn't use OLD ast rewrite anymore | therefore the following // SurroundWithTryCatchRefactoring still uses modifying rewrite - pass in a copy ASTParser parser= ASTParser.newParser(ASTProvider.AST_LEVEL); parser.setSource(cu); parser.setResolveBindings(true); parser.setFocalPosition(selectedNode.getStartPosition()); CompilationUnit newRoot= (CompilationUni... | resolved fixed | 9d09640 | ["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 | 2005-01-23T11:29:32Z | 2005-01-11T10:40:00Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.