issue_id int64 2.03k 426k | title stringlengths 9 251 | body stringlengths 1 32.8k ⌀ | status stringclasses 6
values | after_fix_sha stringlengths 7 7 | project_name stringclasses 6
values | repo_url stringclasses 6
values | repo_name stringclasses 6
values | language stringclasses 1
value | issue_url null | before_fix_sha null | pull_url null | commit_datetime timestamp[us, tz=UTC] | report_datetime timestamp[us, tz=UTC] | updated_file stringlengths 2 187 | file_content stringlengths 0 368k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | 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 | org.eclipse.jdt.ui/core | |
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 | 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 | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ASTNodeSearchUtil.java | |
85,591 | Bug 85591 [preferences] indexOutOfBoundsException in the Text Editors preference page on loss of selection | null | resolved fixed | a7420e1 | 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 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeAssistConfigurationBlock.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
85,591 | Bug 85591 [preferences] indexOutOfBoundsException in the Text Editors preference page on loss of selection | null | resolved fixed | a7420e1 | 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 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
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 | 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 | org.eclipse.jdt.ui.tests.refactoring/test | |
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 | 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 | cases/org/eclipse/jdt/ui/tests/refactoring/InferTypeArgumentsTests.java | |
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 | 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 | org.eclipse.jdt.ui/core | |
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 | 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 | refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintCreator.java | |
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 | 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 | org.eclipse.jdt.ui/core | |
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 | 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 | refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints2/CastVariable2.java | |
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 | 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 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/folding/DefaultJavaFoldingStructureProvider.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
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 | 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 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AnonymousTypeCompletionProposal.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
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 | 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 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/OverrideCompletionProposal.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
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 | 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 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ResultCollector.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
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 | 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 | org.eclipse.jdt.ui/core | |
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 | 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 | extension/org/eclipse/jdt/internal/corext/util/AllTypesCache.java | |
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 | 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 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/folding/DefaultJavaFoldingStructureProvider.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
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 | 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 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
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 | 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 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileEditor.java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
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 | 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 | org.eclipse.jdt.ui/core | |
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 | 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 | refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodProcessor.java | |
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 | 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 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and... |
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 | 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 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewer.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
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 | 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 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/LocationViewer.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
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 | 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 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedVariablesQuickFixTest.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
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 | 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 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
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 | 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 | org.eclipse.jdt.ui/core | |
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 | 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 | extension/org/eclipse/jdt/internal/corext/buildpath/RemoveFromClasspathOperation.java | |
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 | 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 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/LinkFolderDialog.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
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 | 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 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateBlock.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
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 | 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 | org.eclipse.jdt.ui/ui | |
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 | 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 | refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractConstantWizard.java | |
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 | 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 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
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 | 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 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/nameGuessing/testGuessStringLiteral2.java | |
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 | 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 | org.eclipse.jdt.ui.tests.refactoring/test | |
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 | 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 | cases/org/eclipse/jdt/ui/tests/refactoring/ExtractConstantTests.java | |
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 | 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 | org.eclipse.jdt.ui/core | |
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 | 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 | extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java | |
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 | 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 | org.eclipse.jdt.ui/core | |
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 | 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 | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java | |
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 | 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 | org.eclipse.jdt.ui/ui | |
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 | 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 | refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractConstantWizard.java | |
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 | 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 | org.eclipse.jdt.ui/ui | |
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 | 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 | refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractTempWizard.java | |
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 | 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 | org.eclipse.jdt.ui/ui | |
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 | 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 | refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceParameterWizard.java | |
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 | 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 | org.eclipse.jdt.ui/ui | |
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 | 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 | refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/TempNameProcessor.java | |
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 | 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 | org.eclipse.jdt.ui/ui | |
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 | 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 | refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/VariableNamesProcessor.java | |
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 | 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 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test23_in.java | |
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 | 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 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test23_out.java | |
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 | 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 | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/cannotExtract/A_testFail17.java | |
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 | 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 | org.eclipse.jdt.ui.tests.refactoring/test | |
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 | 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 | cases/org/eclipse/jdt/ui/tests/refactoring/ExtractConstantTests.java | |
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 | 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 | org.eclipse.jdt.ui/core | |
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 | 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 | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java | |
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 | 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 | org.eclipse.jdt.ui/core | |
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 | 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 | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java | |
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 | 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 | org.eclipse.jdt.ui/core | |
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 | 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 | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceParameterRefactoring.java | |
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 | 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 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/folding/DefaultJavaFoldingStructureProvider.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
71,354 | Bug 71354 [painting] IAE in StyledText.getBidiSegments upon revert | null | verified fixed | d3ef571 | 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 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
71,354 | Bug 71354 [painting] IAE in StyledText.getBidiSegments upon revert | null | verified fixed | d3ef571 | 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 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaSourceViewer.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
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 | 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 | org.eclipse.jdt.ui/core | |
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 | 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 | extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java | |
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 | 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 | org.eclipse.jdt.ui/core | |
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 | 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 | refactoring/org/eclipse/jdt/internal/corext/refactoring/TypedSource.java | |
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 | 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 | org.eclipse.jdt.ui/core | |
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 | 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 | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java | |
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 | 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 | org.eclipse.jdt.ui/core | |
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 | 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 | extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java | |
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 | 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 | org.eclipse.jdt.ui/core | |
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 | 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 | extension/org/eclipse/jdt/internal/corext/codemanipulation/AddGetterSetterOperation.java | |
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 | 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 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
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 | 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 | org.eclipse.jdt.ui/core | |
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 | 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 | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java | |
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 | 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 | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/JavaElementLabelsTest.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
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 | 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 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
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 | 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 | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaSourceViewer.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
72,036 | Bug 72036 Call hierarchy Sash location not saved in prefs [call hierarchy] | The location of the sash in the call hierarchy view is not persisted. Open the view, drag the sash, close the view, and reopen to reproduce this bug. A separate ratio, one for each vertical and horizontal orientations, should be persisted. | resolved fixed | 358baa1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-25T09:51:00Z | 2004-08-16T18:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and... |
86,471 | Bug 86471 NPE in infer type arguments | package pack; public class Tuple<T1, T2> { private T1 t1; private T2 t2; public Tuple(T1 o1, T2 o2) { t1= o1; t2= o2; } } class Main { public static void main(String[] args) { Tuple t= new Tuple(new String(), new Integer(10)); } } | resolved fixed | 2729234 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-25T18:15:52Z | 2005-02-24T15:46:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
86,471 | Bug 86471 NPE in infer type arguments | package pack; public class Tuple<T1, T2> { private T1 t1; private T2 t2; public Tuple(T1 o1, T2 o2) { t1= o1; t2= o2; } } class Main { public static void main(String[] args) { Tuple t= new Tuple(new String(), new Integer(10)); } } | resolved fixed | 2729234 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-25T18:15:52Z | 2005-02-24T15:46:40Z | cases/org/eclipse/jdt/ui/tests/refactoring/InferTypeArgumentsTests.java | |
86,471 | Bug 86471 NPE in infer type arguments | package pack; public class Tuple<T1, T2> { private T1 t1; private T2 t2; public Tuple(T1 o1, T2 o2) { t1= o1; t2= o2; } } class Main { public static void main(String[] args) { Tuple t= new Tuple(new String(), new Integer(10)); } } | resolved fixed | 2729234 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-25T18:15:52Z | 2005-02-24T15:46:40Z | org.eclipse.jdt.ui/core | |
86,471 | Bug 86471 NPE in infer type arguments | package pack; public class Tuple<T1, T2> { private T1 t1; private T2 t2; public Tuple(T1 o1, T2 o2) { t1= o1; t2= o2; } } class Main { public static void main(String[] args) { Tuple t= new Tuple(new String(), new Integer(10)); } } | resolved fixed | 2729234 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-25T18:15:52Z | 2005-02-24T15:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintCreator.java | |
86,471 | Bug 86471 NPE in infer type arguments | package pack; public class Tuple<T1, T2> { private T1 t1; private T2 t2; public Tuple(T1 o1, T2 o2) { t1= o1; t2= o2; } } class Main { public static void main(String[] args) { Tuple t= new Tuple(new String(), new Integer(10)); } } | resolved fixed | 2729234 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-25T18:15:52Z | 2005-02-24T15:46:40Z | org.eclipse.jdt.ui/core | |
86,471 | Bug 86471 NPE in infer type arguments | package pack; public class Tuple<T1, T2> { private T1 t1; private T2 t2; public Tuple(T1 o1, T2 o2) { t1= o1; t2= o2; } } class Main { public static void main(String[] args) { Tuple t= new Tuple(new String(), new Integer(10)); } } | resolved fixed | 2729234 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-25T18:15:52Z | 2005-02-24T15:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintsSolver.java | |
86,471 | Bug 86471 NPE in infer type arguments | package pack; public class Tuple<T1, T2> { private T1 t1; private T2 t2; public Tuple(T1 o1, T2 o2) { t1= o1; t2= o2; } } class Main { public static void main(String[] args) { Tuple t= new Tuple(new String(), new Integer(10)); } } | resolved fixed | 2729234 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-25T18:15:52Z | 2005-02-24T15:46:40Z | org.eclipse.jdt.ui/core | |
86,471 | Bug 86471 NPE in infer type arguments | package pack; public class Tuple<T1, T2> { private T1 t1; private T2 t2; public Tuple(T1 o1, T2 o2) { t1= o1; t2= o2; } } class Main { public static void main(String[] args) { Tuple t= new Tuple(new String(), new Integer(10)); } } | resolved fixed | 2729234 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-25T18:15:52Z | 2005-02-24T15:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints2/TTypes.java | |
86,684 | Bug 86684 Infer type arguments: creates compile errors when "assume clone returns same object type" is checked | EclipseCon build - load JUnit 3.8.1 - infer type arguments - check the clone check box - observe: you get two compile errors. Both are caused by the fact that clone on Vector returns object not Vector. | resolved fixed | 9e80aee | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-26T18:10:38Z | 2005-02-25T19:33:20Z | org.eclipse.jdt.ui.tests.refactoring/test | |
86,684 | Bug 86684 Infer type arguments: creates compile errors when "assume clone returns same object type" is checked | EclipseCon build - load JUnit 3.8.1 - infer type arguments - check the clone check box - observe: you get two compile errors. Both are caused by the fact that clone on Vector returns object not Vector. | resolved fixed | 9e80aee | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-26T18:10:38Z | 2005-02-25T19:33:20Z | cases/org/eclipse/jdt/ui/tests/refactoring/InferTypeArgumentsTests.java | |
86,684 | Bug 86684 Infer type arguments: creates compile errors when "assume clone returns same object type" is checked | EclipseCon build - load JUnit 3.8.1 - infer type arguments - check the clone check box - observe: you get two compile errors. Both are caused by the fact that clone on Vector returns object not Vector. | resolved fixed | 9e80aee | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-26T18:10:38Z | 2005-02-25T19:33:20Z | org.eclipse.jdt.ui/core | |
86,684 | Bug 86684 Infer type arguments: creates compile errors when "assume clone returns same object type" is checked | EclipseCon build - load JUnit 3.8.1 - infer type arguments - check the clone check box - observe: you get two compile errors. Both are caused by the fact that clone on Vector returns object not Vector. | resolved fixed | 9e80aee | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-26T18:10:38Z | 2005-02-25T19:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintCreator.java | |
86,684 | Bug 86684 Infer type arguments: creates compile errors when "assume clone returns same object type" is checked | EclipseCon build - load JUnit 3.8.1 - infer type arguments - check the clone check box - observe: you get two compile errors. Both are caused by the fact that clone on Vector returns object not Vector. | resolved fixed | 9e80aee | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-26T18:10:38Z | 2005-02-25T19:33:20Z | org.eclipse.jdt.ui/core | |
86,684 | Bug 86684 Infer type arguments: creates compile errors when "assume clone returns same object type" is checked | EclipseCon build - load JUnit 3.8.1 - infer type arguments - check the clone check box - observe: you get two compile errors. Both are caused by the fact that clone on Vector returns object not Vector. | resolved fixed | 9e80aee | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-26T18:10:38Z | 2005-02-25T19:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsRefactoring.java | |
86,682 | Bug 86682 Test failures in HEAD - found unexpected Type Safety error | testVarInAssignment(org.eclipse.jdt.ui.tests.quickfix.UnresolvedVariablesQuickFixTest) junit.framework.AssertionFailedError: Wrong number of problems, is: 2, expected: 1 Pb(50) iter cannot be resolved[92 ,95] Pb(531) Type safety: The method iterator() belongs to the raw type AbstractList. References to generic type Abs... | resolved fixed | fe92308 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-27T03:40:45Z | 2005-02-25T19:33:20Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedVariablesQuickFixTest.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
86,591 | Bug 86591 Don't Use Internal Workbench Code in tests | N200502250010 see: I've fixed the compile error in N20050225-0010 by inlining the string but there are other areas that can break any time. | resolved fixed | 25fcf93 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-28T03:37:15Z | 2005-02-25T08:26:40Z | org.eclipse.jdt.ui.tests/test | |
86,591 | Bug 86591 Don't Use Internal Workbench Code in tests | N200502250010 see: I've fixed the compile error in N20050225-0010 by inlining the string but there are other areas that can break any time. | resolved fixed | 25fcf93 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-28T03:37:15Z | 2005-02-25T08:26:40Z | plugin/org/eclipse/jdt/testplugin/util/FailureDialog.java | |
86,591 | Bug 86591 Don't Use Internal Workbench Code in tests | N200502250010 see: I've fixed the compile error in N20050225-0010 by inlining the string but there are other areas that can break any time. | resolved fixed | 25fcf93 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-28T03:37:15Z | 2005-02-25T08:26:40Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/dialogs/PreferencesTest.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
86,484 | Bug 86484 Infer type arguments doesn't consider autoboxing | package pack; public class Tuple<T1, T2> { private T1 t1; private T2 t2; public void setT1(T1 o1) { t1= o1; } public void setT2(T2 o2) { t2= o2; } } class Main { public static void main(String[] args) { Tuple t= new Tuple(); t.setT1("Eclipse"); t.setT2(10); } } It works if I write new Integer(10) | resolved fixed | f90ec2b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-02-28T23:15:33Z | 2005-02-24T15:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuBoxing01/in/A.java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.