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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
198,424 | Bug 198424 [Extract Class] Generates incorrect Parameter | Use Extract Class on junit.runner.TestCaseClassLoader and generate alle Getters and Setters for all fields. The initialization of field private String[] defaultExclusions= { "junit.framework.", "junit.extensions.", "junit.runner." }; will fail because the array creation needs to be inserted | resolved fixed | 7dcfdc1 | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractClass/testArrayInitializer/in/ArrayInitializer.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractClass/testArrayInitializer/out/ArrayInitializer.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractClass/testArrayInitializer/out/ArrayInitializ... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-31T16:46:13Z | 2007-07-31T16:40:00Z |
197,933 | Bug 197933 [extract class] removes import that is still used | 20070726 - Import JUnit 3.8.1 source - In VectorTest, extract a class 'Vectors' that contains the two fiels 'fFull' and 'fEmpty' - the created class has 'java.util.Vector' removed, which is still referenced in the code | resolved fixed | f042b50 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractClassRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-31T16:30:27Z | 2007-07-26T08:53:20Z |
198,392 | Bug 198392 [extract class] IAE when extracting class | 20070731 - checkout org.eclipse.compare in source - invoke extract class on 'hunk' and select all fields (with getter and setter) java.lang.IllegalArgumentException at org.eclipse.jdt.core.dom.ASTNode$NodeList.add(ASTNode.java:1247) at java.util.AbstractList.add(AbstractList.java:91) at org.eclipse.jdt.internal.corext.... | resolved fixed | 8d854de | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractClass/testControlBodyUpdates/in/ControlBodyUpdates.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractClass/testControlBodyUpdates/out/ControlBodyUpdates.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/Gette... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-31T15:17:34Z | 2007-07-31T13:53:20Z |
34,934 | Bug 34934 [dnd] not consistent | RC2 Drag support is not consistent for all JDT UI views: package explorer: support file, resource and selection transfer type hierarchy: only selection transfer is supports. Hence non DnD from type hierarchy to workbench parts (e.g the editor, navigator) or to another application. Java outliner: same as type hierarchy ... | resolved fixed | 3c4dfdb | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dnd/JdtViewerDragSupport.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dnd/Jdt... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-31T15:10:37Z | 2003-03-13T18:26:40Z |
197,951 | Bug 197951 [pull up] selecting members triggers a long operation | 3.3. - select class which implements an interface - execute pull up - select a member to pull up Observe: this triggers a long op which IMO makes the refactoring hard to use. In my workspace I waited 1 minute for the operation to return. | verified fixed | 0554db2 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpMemberPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-31T10:44:40Z | 2007-07-26T11:40:00Z |
71,065 | Bug 71065 [dnd] Package Explorer should support PluginTransfer method | The package explorer support two transfer drop method : LocalSelectionTransfer FileTransfer It could useful to support PluginTransfer. Plugin developers could then use the 'org.eclipse.ui.dropActions' extension point. | resolved fixed | 63c6348 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PluginTransferDropAdapter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-31T08:38:43Z | 2004-07-29T11:20:00Z |
128,785 | Bug 128785 [dnd] DnD of a member makes file dirty | 3.2 M5 1. have class C { int i1; int i2; int i3; } 2. make it dirty 3. in the Package Explorer or Outline view drag and drop a field inside C ==> I'm requested that the file is saved (OK, can live with that since it is doing a refactoring behind the scenes. Now the action is performed and the file is left dirty, which ... | resolved fixed | e969eaa | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/IReorgPolicy.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-31T08:29:42Z | 2006-02-21T11:06:40Z |
197,985 | Bug 197985 [reorg] Introduce IReorgDestination and ReorgDestinationFactory | null | resolved fixed | 180570c | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ValidateEditTests.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ccp/CopyTest.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ccp/Mov... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-30T11:51:48Z | 2007-07-26T17:13:20Z |
168,515 | Bug 168515 Search view's open strategy is broken | 3.3 M4 1. import JUnit 2. do a Java reference search for TestCase 3. in the Search view double click on TestRunner (the parent of the matches in rerunTest) ==> NOT OK: the Java editor opens but nothing is selected (caret is at 0) EXPECTED: class TestRunner gets selected 4. now click on the rerunTest ==> match is select... | resolved fixed | 5f8f425 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchEditorOpener.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-30T09:46:23Z | 2006-12-19T09:20:00Z |
196,305 | Bug 196305 [ccp] PE renders file as folder if folder was overriden by file | null | verified fixed | 4578473 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-30T09:23:02Z | 2007-07-12T14:20:00Z |
197,934 | Bug 197934 [extract class] slow response in UI | 20070726 - Import org.eclipse.compare in source - In 'Hunk', invoke 'extract class' - quickly try to deselect all check boxes. There's a considerable delay until a checkbox is unchecked. What is computed while this is done? | resolved fixed | 00da8bb | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractClassRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-26T13:36:41Z | 2007-07-26T08:53:20Z |
197,722 | Bug 197722 5 failures in Eclipse Automated tests in org.eclipse.ltk.core.refactoring when using IBM Java 6.0 | Build ID: I20070625-1500 Steps To Reproduce: 1. Set up and run Eclipse with IBM Java 6.0 and its libraries to run the Eclipse Automated Test suite. 2. Observe 5 failures in org.eclipse.ltk.core.refactoring tests.history, particularly testWriteDescriptor0..4. More information: There are also 8 failures in org.eclipse.jd... | verified fixed | 0300b9a | ["org.eclipse.ltk.core.refactoring.tests/src/org/eclipse/ltk/core/refactoring/tests/history/RefactoringHistorySerializationTests.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/RefactoringSessionTransformer.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-26T13:02:10Z | 2007-07-24T20:46:40Z |
197,791 | Bug 197791 [navigation] NPE when using Show In > ... in Java editor on repository file | I20070724-0800 NPE when using Show In > ... in Java editor on repository file (old revision from CVS history): !ENTRY org.eclipse.ui 4 0 2007-07-25 15:25:43.546 !MESSAGE Unhandled event loop exception !STACK 0 org.eclipse.core.runtime.AssertionFailedException: null argument: at org.eclipse.core.runtime.Assert.isNotNull... | verified fixed | d049ce5 | ["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 | 2007-07-25T15:56:17Z | 2007-07-25T13:26:40Z |
197,626 | Bug 197626 [clean up] Clean Up configuration dialog talks about save actions | HEAD - Source > Clean Up - Use custom Profile > Configure => "Custom Clean Ups" dialog shows message "x of 27 save actions activated" I'm in a clean up context, so I should not see the term "save action". | resolved fixed | 59d7390 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpSaveParticipantConfigurationModifyDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpSaveParticipantPreferenceConfiguration.java", "org.eclipse.j... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-25T09:46:46Z | 2007-07-24T09:40:00Z |
36,343 | Bug 36343 [typing] comments entering - moves text out of comment scope | I've got non-javadoc comment in front of a method: // text I want to convert it to java-doc: /**<here press enter to move rest of the text to next line> text Result is: /** * */text Which is not what I've expected. I understand that if I start typing "/**" in front of method declaration, I'd probably would not like to ... | resolved fixed | 8cc7fc7 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocAutoIndentStrategy.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-24T08:10:52Z | 2003-04-10T13:06:40Z |
197,483 | Bug 197483 [refactoring] NPE when on Apply Script | I20070717-1020 Given: P01 file 1. Select 'file' 2. Refactor>Apply Script... Is: java.lang.NullPointerException at org.eclipse.ltk.internal.ui.refactoring.scripting.ApplyRefactoringScriptWizard.init(ApplyRefactoringScriptWizard.java:153) at org.eclipse.ltk.ui.refactoring.actions.ApplyRefactoringScriptAction.showApplyScr... | resolved fixed | e5bfaf7 | ["org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/scripting/ApplyRefactoringScriptWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-23T13:47:53Z | 2007-07-23T14:13:20Z |
197,481 | Bug 197481 [dnd] Refactoring script for copy folder generates 'null' folder | I20070717-1020 Given: P01 + folder1 + folder + folder2 1. Copy folder to folder2 2. Delete copy 3. Refactor>Create Script... 4. Select 'Copy Folder' refactoring 5. Select 'Clipboard' 6. Create 7. Refactor>Apply Script... 8. Clipboard 9. Finish Is: P01 + folder1 + folder + folder2 + null Should: P01 + folder1 + folder +... | resolved fixed | a663a90 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/LoggedNewNameQueries.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-23T13:43:29Z | 2007-07-23T14:13:20Z |
197,142 | Bug 197142 [reorg] NPE on move classes | I20070717-1020 Given: package p; public class A {} class C {} package q; public class D {} 1. Select types A and C 2. Refactor>Move... 3. Select CU D 4. OK Is: java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.reorg.DeleteChangeCreator.createDeleteChange(DeleteChangeCreator.java:83) at org.e... | resolved fixed | 8130c79 | ["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 | 2007-07-19T14:29:24Z | 2007-07-19T13:00:00Z |
197,102 | Bug 197102 [dnd] Import not moved on member move | I20070717-1020 Given: package test; import java.util.List; public class E01 { List l; } package test; public class E02 {} 1. Open both CUs in editor 2. Select Editor for E01 3. Move 'l' per DnD from E01 to E02 Is: Import is moved, great 4. Save all 5. Move 'l' per DnD from E02 to E01 Is: Import is not moved Should: Be ... | resolved fixed | 962f06f | ["org.eclipse.jdt.ui.tests.refactoring/resources/Move/testDestination_fieldWithImportMoveAcross/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/Move/testDestination_fieldWithImportMoveAcross/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/Move/testDestination_fieldWithImportMoveAcross/out/A.java... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-19T13:32:01Z | 2007-07-19T10:13:20Z |
170,182 | Bug 170182 [dnd] Relocating a method via outline-view causes an import to be removed | Given the following file: <QUOTE> import java.util.ArrayList; import java.util.HashMap; import java.util.Set; public class A { private HashMap<String, Integer> hashMap = new HashMap<String, Integer>(1); public Set<String> getStrings() { return hashMap.keySet(); } public void setInts(Integer integer, String str) { hashM... | resolved fixed | 22a2dbf | ["org.eclipse.jdt.ui.tests.refactoring/resources/Move/testDestination_fieldWithImport/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/Move/testDestination_fieldWithImport/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ccp/MoveTest.java", "org.eclipse.jd... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-19T13:14:01Z | 2007-01-11T10:06:40Z |
196,075 | Bug 196075 [build path] Creation of a New Project Outside the Workspace is Incomplete | Problem Description ------------------- I separate my workspaces and codelines. In other words, my actual code and corresponding projects do not live directly in the workspace directory. Eclipse 3.2 allows the complete creation of a Java project outside the workspace. "Complete creation" means automatically specifying ... | resolved fixed | b537433 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-17T17:19:38Z | 2007-07-10T20:40:00Z |
189,638 | Bug 189638 [build path] New project wizard does not remove created folders on cancel | null | resolved fixed | 004ef7b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-17T17:14:42Z | 2007-05-29T12:00:00Z |
195,848 | Bug 195848 Add Java Exception Breakpoint dialog should use JavaUI#createTypeDialog(..) | null | verified fixed | f603edc | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-17T15:33:33Z | 2007-07-09T16:53:20Z |
196,788 | Bug 196788 [ccp][dnd] Can drop a IPackageFragmentRoot onto another root | I20070710-1416 Given: P01 + src1 + src2 1. Drag and drop with copy source folder src1 onto source folder src2 Is: A copy of src1 is added to P01 Should: Drop should not be enabled (only onto project) | resolved fixed | 0c1c48f | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ccp/CopyTest.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 | 2007-07-17T10:30:00Z | 2007-07-17T08:13:20Z |
55,875 | Bug 55875 [ccp] [dnd] Copy/Move internal JAR not working in some scenarios | I200403240010 Reorg: Move (and Copy) internal JAR not possible if the target doesn't contain a source folder or of the folder is on the Java build path Expected: 1. it should allow to drop it in any container 2. it should add the JAR to the Java build path and define an exclusion filter | resolved fixed | 1ba4553 | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ccp/CopyTest.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 | 2007-07-17T10:05:29Z | 2004-03-24T12:06:40Z |
196,093 | Bug 196093 [rename] rename packages deletes files if subpackages are available and to rename, too. | Build ID: M20070212-1330 Steps To Reproduce: 1. Create package a.b.c with Class C1 2. Create package a.b.c.d.e with Class C2 3. Open the refactoring dialog in the package explorer on a.b.c and rename it to a.b.c.d (and check the "rename subpackages"-option. Expected result: Two packages: a.b.c.d with file C1 and a.b.c.... | verified fixed | 3db3772 | ["org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/testFail11/in/q/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/testFail11/in/q/p1/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/testFail2/in/r/p1/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/Renam... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-17T08:20:51Z | 2007-07-10T23:26:40Z |
147,781 | Bug 147781 [content assist] Ctrl+Shift+Space does not use proposal kinds settings | The Ctrl+Shift+Space context information seems to use all the proposal computer available rather than the currently selected list of proposal kinds. In the case of Mylar this means that users see two duplicated lists of entries, since the Mylar proposal kinds extend and enhance the JDT kinds. | resolved fixed | 46210cc | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/CompletionProposalCategory.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-17T08:03:29Z | 2006-06-19T20:46:40Z |
196,631 | Bug 196631 [extract superclass] "Choose Types" modality and OK button enablement | Build ID: N20070714-0010 I decided to put it in one bug, because I'm not sure whether the first part is a valid bug. Anyways, I think the fix will be trivial. Steps To Reproduce: 1. Open a class 2. Select "Extract Superclass" from the "Refactor" menu 3. Click "Add..." button next to a table with types to extract a supe... | resolved fixed | c2a24cb | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractSupertypeMemberPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-16T14:48:28Z | 2007-07-16T12:46:40Z |
196,646 | Bug 196646 [organize imports] import broken with * groups | 3.3 Exported import order that contain a 'unmatched' imports group can't be imported anymore. | verified fixed | 1fcd6cd | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ImportOrganizeConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-16T14:07:00Z | 2007-07-16T12:46:40Z |
67,124 | Bug 67124 [ccp] [dnd] Minor Copy/Paste issues | In RC2, I get a copy/paste failure in the following specific and rare situation: 1) I have a java file in a java project 2) I have the file open in a Java editor and it is dirty 3) I tried to copy and past the file to a non-java project I got an error stating that the operation couldn't be performed because the file is... | resolved fixed | 90d2135 | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ccp/CopyTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/changes... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-16T13:50:19Z | 2004-06-14T21:53:20Z |
196,510 | Bug 196510 [quick fix] No quickfix for warning "Statement unnecessarily nested within else clause." when if statement is the action statement of a while statement | Build ID: I20070625-1500 Steps To Reproduce: In a method like this: boolean foo (int i) { while (i < 100) if (i == 42) return true; else i = i + 3; return false; } ...Eclipse 3.3 displays a warning on the line "i = i + 3;", saying "Statement unnecessarily nested within else clause. The corresponding then clause does no... | resolved fixed | 066f129 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-16T12:46:13Z | 2007-07-13T20:53:20Z |
196,340 | Bug 196340 [override method] Can OverrideMethodsAction.createRunnable make available 'save compilation unit' to users who want to save the file | Build ID: Eclipse 3.2 Steps To Reproduce: Can OverrideMethodsAction.createRunnable make available 'save compilation unit' to users who want to save the file Currently we see that OverrideMethodsAction.createRunnable sets save=false in the AddUnimplementedMethodsOperation constructor There is no way to save the contents... | resolved fixed | 5c7f802 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-16T12:01:30Z | 2007-07-12T17:06:40Z |
196,446 | Bug 196446 [nls tooling] NLS hyperlink navigation and java 5 static imports | *Overview Description: If the static import feature is used, the NLS hyperlink navigation(Ctrl+click) for NLS field doesn't work anymore . -Expected result : Opens the .properties file and select the referenced key. -Actual result : Opens the Message.java class and selects the referenced field. *Steps to Reproduce : Le... | resolved fixed | aa9c9be | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHintHelper.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-16T09:37:26Z | 2007-07-13T12:33:20Z |
196,303 | Bug 196303 [ccp] No question ask if overriding empty folder | I20070710-1416 Given: P01 + bar + foo bar 1. Drag and drop file 'bar' onto 'P01' Is: No warning that this will override folder bar Should: Ask if ok to override | resolved fixed | 19bb3a4 | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ccp/MoveTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/OverwriteHelper.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-16T08:25:48Z | 2007-07-12T14:20:00Z |
196,334 | Bug 196334 [refactoring] RefactoringSearchEngine2 allows null monitor, but does not handle them | the search method allow null as progressmonitor, but do not handle the null correctly | resolved fixed | 6c8dc5f | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringSearchEngine2.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-12T16:44:48Z | 2007-07-12T14:20:00Z |
79,318 | Bug 79318 [ccp] replacing directory with a file of the same name containing this very file will delete file and directory | Scenario: There is a directory/folder named "bar" somewhere in the workspace. This directory contains a file also called "bar". The package explorer is used. Problem: When trying to move the file "bar" one level up, Eclipse will show a dialog stating that there already is a file named "bar" in this directory and asking... | resolved fixed | 2bd2ec6 | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ccp/MoveTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/OverwriteHelper.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-12T15:20:24Z | 2004-11-23T17:13:20Z |
189,284 | Bug 189284 [clean up] Clean Up wizard allows to Finish with 0 or >1 selected profiles | null | resolved fixed | 5244c8f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-11T16:45:32Z | 2007-05-26T09:00:00Z |
188,864 | Bug 188864 Cleanup CodeFormatterUtil | 3.3 RC1. CodeFormatterUtil is internal and hence we should clean it up so that there's only reformat and format. We should ensure that all our code that formats goes through the CodeFormatterUtil and not go directly to JDT Core (like e.g. the comment formatter currently does). | resolved fixed | 0d0faf6 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/CodeFormatterUtilTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/AddGetterSetterOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/ASTNodes.java", "org.eclipse.jdt.ui/co... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-11T12:47:17Z | 2007-05-24T09:46:40Z |
195,817 | Bug 195817 [extract interface] bug with enhanced for loop | null | resolved fixed | fac7484 | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test104/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test104/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test104/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterfac... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-10T17:16:36Z | 2007-07-09T11:20:00Z |
195,423 | Bug 195423 [content assist] computes type hierarchy when filtering prefixes | null | resolved fixed | 05d7a02 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/MethodDeclarationCompletionProposal.java", "org.eclipse.jdt.ui/ui/or... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-10T14:04:22Z | 2007-07-04T17:26:40Z |
190,987 | Bug 190987 [build path] Project can add itself as class folder | null | verified fixed | c485aaf | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-10T11:59:51Z | 2007-06-05T10:40:00Z |
195,808 | Bug 195808 [projection] ProjectionViewer: Toggling between segmented and projection mode can fail | null | resolved fixed | f21bb55 | ["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 | 2007-07-10T10:30:37Z | 2007-07-09T11:20:00Z |
195,828 | Bug 195828 [api] Promote private Constants for Introduce Parameter Object Refactoring to API | Some action constants are still at the wrong place, because of the API freeze. | resolved fixed | 23f9550 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/IntroduceParameterObjectAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/IJavaEditorActionDefinitionIds.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/JdtActionConstants.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/Refactor... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-09T17:18:15Z | 2007-07-09T14:06:40Z |
153,689 | Bug 153689 [hashcode/equals] Generated hashCode() and equals() wizard should use {} on if statements | null | resolved fixed | cb20274 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/source/GenerateHashCodeEqualsTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/GenerateHashCodeEqualsOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-09T15:41:51Z | 2006-08-13T06:20:00Z |
191,804 | Bug 191804 [build path] Setting Compiler Compliance Level to 1.4 Problem with JDK 6 | Build ID: M20070212-1330 Steps To Reproduce: 1. Install JDK 6 Update 2 2. Use it as default JRE (Preferences > Java > Installed JREs) 3a. Modify "Compiler Compliance Level" to JDK 1.4 (Preferences > Java > Compiler) 3b. (Optional) Set Project "Compiler Compliance Level" also to JDK 1.4 (just to make sure) 5. Use JDK 6 ... | resolved fixed | 4d5d5e6 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ComplianceConfigurationBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-09T12:14:25Z | 2007-06-09T06:20:00Z |
193,482 | Bug 193482 [working sets] Working Set Assignments dialog does not use dialog font for checkbox | I20070615-1200 Working Set Assignments dialog does not use dialog font for checkbox "Show only Package Explorer working sets". | verified fixed | f2b85cf | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ConfigureWorkingSetAssignementAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/SimpleWorkingSetSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-09T10:47:51Z | 2007-06-20T09:00:00Z |
176,293 | Bug 176293 [hashcode/equals] Generate Equals/HashCode for a non-static inner class ignores outer class | Build ID: M20060921-0945 Steps To Reproduce: 1. Create an outer class and a (non-static) inner class 2. give the outer class a few fields and the inner class as well. 3. Create equals/hashCode for the outer class (optional, but does not help) 4. Create equals/hashCode for the inner class Actual result: equals/hashCode ... | resolved fixed | f158c96 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/source/GenerateHashCodeEqualsTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/GenerateHashCodeEqualsOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-09T10:10:48Z | 2007-03-03T19:26:40Z |
191,862 | Bug 191862 [clean up] use modifier "final" where possible removes annotations | The "Use modifier 'final' where possible" removes all annotations in fields. To reproduce this bug, just create a simple class with some annotation in a field and do the clean up task. Example: public static class OutjectionTestClass { @SuppressWarnings("unused") @Out private int x = 5; private int w = 3; public int ge... | verified fixed | d332cde | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/ModifierRewrite.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/VariableDeclarationRewrite.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-09T09:51:18Z | 2007-06-10T21:13:20Z |
70,410 | Bug 70410 [spell checking] Hardcoded paths make copy of workspace unusable and eventually corrupt the original one | R3.0 I copied an existing workspace but had several problems due to hard coded paths in files. One of them was caused by the fact that user defined spell checking dictionary can only be stored as full local path instead of relative workspace location where applicable. The very bad thing about this is that it points int... | resolved fixed | d235827 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SpellingConfigurationBlock.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/SpellCheckEngine.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-09T09:26:47Z | 2004-07-20T10:40:00Z |
195,547 | Bug 195547 [preferences] Code formatter preference page > Line Wrapping: 'Show invisible characters' removes wrap line | N20070705-0010 Code formatter preference page > Line Wrapping: Toggling 'Show invisible characters' removes the gray vertical line in the preview that shows where the formatter wraps. | resolved fixed | 8fd5107 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/FormatterTabPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/JavaPreview.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-05T16:34:47Z | 2007-07-05T15:40:00Z |
191,297 | Bug 191297 [hashcode/equals] Incorrect generation of the equals method when it already exists and the class extends Object. | Build ID: M20070212-1330 Steps To Reproduce: 1. Create a class Foo with one attribute "int i;" 2. Implements the method equals like this : " public boolean equals(Object o) { return i == ((Foo)o).i; }" 3. Create a test class or a JUnit test to test the method equals. (i.e : "assert new Foo().equals(new Foo())"). 4. Run... | verified fixed | e399d10 | ["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/GenerateHashCodeEqualsOperation.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-05T16:07:14Z | 2007-06-06T17:13:20Z |
195,432 | Bug 195432 [quick fix] Java access restriction quickfix should be taken over by PDE | 3.3 final While tweaking some import/export in manifest I ended up with the following error "Access restriction: The type Picker is not accessible due to restriction on required project org.eclipse.equinox.prov.director". This is fine and I understand why, however the quick fix being proposed in this case is not accept... | resolved fixed | 862ae7c | ["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 | 2007-07-05T09:36:07Z | 2007-07-04T17:26:40Z |
193,969 | Bug 193969 [move static members] Uncompilable class after Moving Members | Build ID: M20070212-1330 Steps To Reproduce: 1. Open the project contained in the jar file. 2. Select I1 and I2 in class BugMoveMember via the PackageExplorer and refactor -> Move. Type "NewType" as destination. 3. Class NewType become un-compilable because of import problems and uncorred extends for inner interface I2... | resolved fixed | e3c7b29 | ["org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test62/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test62/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test62/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveMembers/test62/out/B.java", "... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-03T16:28:38Z | 2007-06-22T13:46:40Z |
193,312 | Bug 193312 [introduce parameter object] Scriptable refactoring not implemented | The current introduce parameter object does not create a valid script. | resolved fixed | b366583 | ["org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/core/refactoring/IJavaRefactorings.java", "org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/core/refactoring/descriptors/IntroduceParameterObjectDescriptor.java", "org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/internal/core/ref... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-02T16:52:31Z | 2007-06-19T13:33:20Z |
194,913 | Bug 194913 [quick fix] Create field doesn't honor array | Using Eclipse Version: 3.3.0 Build id: I20070503-1400 If you have something like the following snippet in your editor, and run the "Create field 'foo'" quick fix, it should create an array field. public class Test { public void foo(int i) { foo[i] = "bar"; } } But instead, it creates the following: public class Test { ... | resolved fixed | 92f6e17 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedVariablesQuickFixTest.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-02T12:26:07Z | 2007-06-29T12:26:40Z |
148,011 | Bug 148011 [quick fix] 'create method': wrong result type on array indexing | In my code I reference method 'foo()' which does not already exist. So I open the quick assist context menu (CTRL+1) on that reference and choose the 'create method' entry. There is a use case when this action produces a method stub with a wrong result type: When the method reference is followed by an array indexing: v... | resolved fixed | 189aa0e | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedMethodsQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ASTResolving.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-07-02T12:20:19Z | 2006-06-21T11:40:00Z |
194,643 | Bug 194643 [change method signature] does not persist types with whitespaces correctly in Scriptable Refactoring | null | resolved fixed | 615b357 | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/ChangeSignatureTests.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RefactoringTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/TypeCo... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-06-28T15:53:00Z | 2007-06-27T16:00:00Z |
194,636 | Bug 194636 [change method signature] does not create a valid refactoring script if a parameter is added | 1. Run Change Method signature on junit.samples.money.MoneyBag.contains(Money) 2. Add a second parameter String with name test and default value "Hallo" 3. Create a Refactoring Script 4. Undo the refactoring 5. Apply the refactoring script Aplly will fail because the added parameter is persisted incorrectly: parameter2... | resolved fixed | cc2bff0 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-06-28T10:44:51Z | 2007-06-27T16:00:00Z |
194,574 | Bug 194574 [api][spell checking] Source viewer: Ignoring or adding word does not remove squiggles | 3.3 RC4 Ignoring or adding word to dict does not remove squiggles if the source viewer is not inside a text editor. | resolved fixed | 2093bfe | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AssistContext.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/AddWordProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/intern... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-06-27T09:34:11Z | 2007-06-27T10:26:40Z |
193,798 | Bug 193798 [hovering] " does not exist" when hovering over non-Javadoc'd method from fake CU | null | resolved fixed | 51c2db6 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavadocContentAccess.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-06-22T13:23:40Z | 2007-06-21T18:20:00Z |
193,795 | Bug 193795 [implementation] JavadocHover logs incomplete message | HEAD I just had a bunch of useless messages in my log: !ENTRY org.eclipse.jdt.core 4 969 2007-06-21 19:04:12.500 !MESSAGE does not exist Using a magic spell, I found that JavadocHover is the culprit. Please replace JavaPlugin.log(ex.getStatus()); with JavaPlugin.log(ex); | resolved fixed | a665aae | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-06-22T13:18:00Z | 2007-06-21T18:20:00Z |
193,729 | Bug 193729 [api] Need to disable source folder field in NewPackageCreationWizard through OpenNewPackageWizardAction. | This defect relates to 133719 to make a new requrest for OpenNewPackageWizardAction. The latest comment from Martin Aeschlimann: "We can also add API to OpenNewPackageWizardAction so it can be configured with a NewPackageWizardPage.(similar to the type actions, see for example OpenNewInterfaceWizardAction.setConfigured... | resolved fixed | 1860b00 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewPackageCreationWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenNewPackageWizardAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-06-22T09:17:19Z | 2007-06-21T15:33:20Z |
182,108 | Bug 182108 [api] Add action constants for IDEActionFactory and ActionFactory IDs | We have added action constants for most ActionFactory IDs but not for all. We currently directly refer to ActionFactory and IDEActionFactory for those actions: ActionFactory.REFRESH IDEActionFactory.ADD_BOOKMARK IDEActionFactory.ADD_TASK | resolved fixed | 097b381 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditorActionContributor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-06-21T12:44:19Z | 2007-04-12T09:26:40Z |
190,700 | Bug 190700 [convert local] NPE in PromoteTempToFieldRefactoring.checkTempTypeForLocalTypeUsage | java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:350) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:495) at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:268) at org.eclipse.u... | verified fixed | 244ce17 | ["org.eclipse.jdt.ui.tests.refactoring/resources/PromoteTempToField/canPromote/A_testDeclaringMethodBindingUnavailable01_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/PromoteTempToField/canPromote/A_testDeclaringMethodBindingUnavailable01_out.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/ec... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-06-19T14:32:56Z | 2007-06-03T19:46:40Z |
190,982 | Bug 190982 [introduce parameter object] clean up refactoring activation code | I20070605-0010 The code in RefactoringExecutionStarter.startIntroduceParameterObject(IMethod, Shell) does too much work outside of the refactoring. We should move the initialization code from IntroduceParameterObjectRefactoring's constructor to checkInitialConditions(..) and just abort with fatal RefactoringStatus. | resolved fixed | dd08df7 | ["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceParameterObjectTests.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/ParameterInfo.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/Type... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-06-19T13:02:47Z | 2007-06-05T07:53:20Z |
169,407 | Bug 169407 [quick fix] reimplement serial version quick fix without launching new VM | null | resolved fixed | 081b605 | ["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SerialVersionQuickFixTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/fix/PotentialProgrammingProblemsFix.java", "org.eclipse.jdt.ui/serial", "support/org/eclipse/jdt/internal/ui/text/correction/SerialVersionComputer.java",... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-06-19T12:23:36Z | 2007-01-03T10:26:40Z |
191,349 | Bug 191349 [change method signature] error with nodeType=8; | Build ID: eclipse.buildId=I20070517-1700 Steps To Reproduce: While refactoring method signature (I changed type of the only parameter), I got the following error (in the beginning of pasted description there is my own code): java.lang.Exception: Cannot update found node: nodeType=8; { } [5685, 2825]: { int type; IASTAt... | verified fixed | 4a85392 | ["org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testAddSyntaxError01_Ref_in.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testAddSyntaxError01_Ref_out.java", "org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testAddSyntaxError01... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-06-19T12:01:41Z | 2007-06-06T20:00:00Z |
193,200 | Bug 193200 [JUnit] JUnit tabs set mapped resource to null when project closed | The JUnit tabs set the mapped resource every time a configuration is selected in the launch dialog, which is fine except for the closed project filter. If the there exists a unit test mapped to a closed project and you turn the closed project filter off and then select the config, it will no longer be filtered. This is... | resolved fixed | 139ddc0 | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/JUnitMigrationDelegate.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitMigrationDelegate.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-06-19T08:53:33Z | 2007-06-18T20:53:20Z |
191,222 | Bug 191222 [api] breaking API change: public method removed on OrganizeImportsAction | 3.3 RC3 breaking API change: public method removed on OrganizeImportsAction | verified fixed | 48bf22f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-06-06T16:48:51Z | 2007-06-06T11:40:00Z |
190,639 | Bug 190639 [preferences] Must not load preference pages code when initialize preferences | null | verified fixed | 3d40ba8 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-06-05T07:53:05Z | 2007-06-02T07:40:00Z |
189,628 | Bug 189628 [introduce parameter object] NPE when introducing to overridden method if method from binary using command shortcut | 1. Bind IPOR to CTRL-I 2. Invoke IPOR using CTRL-I on toString of: public class TestClass { { toString(); } } java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.ParameterObjectFactory.<init>(ParameterObjectFactory.java:72) at org.eclipse.jdt.internal.corext.refactoring.structure.Int... | verified fixed | df089fb | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/IntroduceParameterObjectRefactoring.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-06-04T16:14:29Z | 2007-05-29T09:13:20Z |
185,075 | Bug 185075 [JUnit] leaking TestRoots with multiple running tests | 20070205 - JUnit source - run 'AllTest' several times, repeat clicking 'rerun' button in the JUnit view With the profiler I found that the TestRoots are still in memory - all are still added as ElementChangedListener until the first modification happens - some are still available in the TestRunSession | verified fixed | 5008381 | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/TestRunListenerAdapter.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/model/TestRunListenerAdapter.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-06-04T13:35:45Z | 2007-05-02T10:00:00Z |
190,781 | Bug 190781 Add new artwork | 3.3 RC3 New artwork arrived. This should be added to 3.3. | verified fixed | b46d64d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPluginImages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LinkedNamesAssistProposal.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-06-04T13:09:31Z | 2007-06-04T12:26:40Z |
189,987 | Bug 189987 [package explorer] Plug-in Dependencies in Package Explorer does not update | Reproduced on RC1 and I20070529-0010 The Plug-in Dependencies node which reflects the PDE classpath container in a plug-in project does not get updated when an Import-Package header is added/removed from a bundle. Steps to reproduce 1) Start an empty workspace 2) Create a plug-in project with all the defaults called te... | verified fixed | 519a3f9 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardFirstPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewWizardMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-31T14:27:15Z | 2007-05-30T18:33:20Z |
189,314 | Bug 189314 [rename] stacktrace following renaming of package name | Build ID: I20070517-1700 (I specified "core", as I am forced to specify one - but I don't really know which component is at fault!) Steps To Reproduce: 1.go to rename a package 2.click all the options 3.agree to evreything... I think I got a stacktrace at the time I did the refactoring. The stacktrace below is after I ... | verified fixed | 38d07a3 | ["org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/core/refactoring/descriptors/RenameJavaElementDescriptor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-31T12:34:22Z | 2007-05-27T12:46:40Z |
189,723 | Bug 189723 [spell checking] "Ignore non-letters at word boundaries" appears not to work | If you open a plugin.xml with the text editor lots of properly spelled words are highlighted. For example "<extension>" is flagged as an error even though it's spelled correctly. Similarly for EMF generated code @generated and @model are flagged as an errors, and that appears to be purely because of the @ in front of t... | verified fixed | 126b14f | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/SpellCheckEngine.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/SpellReconcileDictionary.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-30T18:10:44Z | 2007-05-29T17:33:20Z |
189,672 | Bug 189672 [junit] JUnit container source attachment broken for 3.8.2 | null | verified fixed | 3fd0db8 | ["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-30T14:20:27Z | 2007-05-29T14:46:40Z |
189,666 | Bug 189666 [extract superclass] NPE when extracting no method | null | verified fixed | 0f5c20c | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractSupertypeProcessor.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-30T12:59:52Z | 2007-05-29T14:46:40Z |
189,620 | Bug 189620 [clean up] Bullet list on clean up wizard does not respect dialog font | null | verified fixed | 275798d | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-30T11:04:51Z | 2007-05-29T09:13:20Z |
186,975 | Bug 186975 [introduce parameter object] don't introduce varargs on reordering | 20070515 as seen in test TestVarArgsReordered reordering foo(String[] a, int... is) automatically changes to foo(int[] is, String... a) I think this is too sophisticated as only the user can tell us if a var arg makes sense for 'a' | verified fixed | 62b28e9 | ["org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testVarArgsReordered/out/TestVarArgsReordered.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ParameterObjectFactory.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-25T14:32:36Z | 2007-05-15T09:06:40Z |
188,910 | Bug 188910 [clean up] Clean Up wizard needs too much space/is ugly | I20070524-0010 Very ugly dialog, needs polish. Idea is to - Move tab folder to a dialog - Show bullet list for selected custom clean ups | verified fixed | 229d217 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpSaveParticipantConfigurationModifyDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MultiFixMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-25T14:25:33Z | 2007-05-24T12:33:20Z |
185,759 | Bug 185759 [introduce parameter object] should test if class already exists | M7 - in the following example use 'Introduce Parameter Object' on 'add' - name the new class E - create it as inner class - the result doesn't compile as 'E' as the new class conflicts with the existing 'E' - The input dialog should make sure that no class exists at the destination with the same name package e; public ... | verified fixed | 3281ab3 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/IntroduceParameterObjectRefactoring.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceParameterObjectWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-25T10:56:06Z | 2007-05-07T15:00:00Z |
189,083 | Bug 189083 [render] colored labels shifted to the right and margin smaller between icon and text | null | verified fixed | f4b79f6 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/OwnerDrawSupport.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-25T10:26:13Z | 2007-05-25T08:00:00Z |
186,334 | Bug 186334 [introduce parameter object] wrong names for constructor params | M7 - use introduce parameter object on the folloing method and change field names to 'fX', 'fY' and 'fZ' package p; public class A extends TestCase { private void foo(int x, int y, int z) { } } - the result not only used the field names for the fields, but also for the parameters. The parameters should be unchanged fro... | verified fixed | 9b0f2ef | ["org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testDelegateCreationCodeStyle/out/TestDelegateCreationCodeStyle.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testSimpleEnclosingCodeStyle/in/TestSimpleEnclosingCodeStyle.java", "org.eclipse.jdt.ui.tests.refactor... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-25T08:48:45Z | 2007-05-10T09:40:00Z |
185,748 | Bug 185748 [introduce parameter object] all options in dialog should be persisted | HEAD All options in the Introduce Parameter Object dialog should be persisted when the dialog is closed and restored as defaults when the dialog is opened again. Destination, getters, and setters should be stored, and the delegate settings should be shared with Rename Method and Change Method Signature. See e.g. Rename... | verified fixed | 714e1e6 | ["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceParameterObjectWizard.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-25T00:13:45Z | 2007-05-07T12:13:20Z |
174,349 | Bug 174349 [open type] Open Type dialog should support '<' and ' ' in combination with camel case | 3.3 M5 Currently I can use '<' and ' ' to terminate the search string. This however does not work when entering camel case, e.g. 'DP<' | verified fixed | 16a245c | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-24T23:56:33Z | 2007-02-15T17:20:00Z |
188,485 | Bug 188485 [package explorer] image leaked when opening toolbar menu in package explorer | Build: I20070522-0010 1) Open the drop-down menu in the package explorer's tool bar (the little triangle). 2) Hit Esc to close the menu. -> One image is leaked each time. This is the image for the "Window Working Set" item in the menu. The same leak occurs in the menu for the Projects/Packages/Types views in the Java B... | verified fixed | 37a1047 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CategoryFilterActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/CommonLayoutActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetFilterActionGroup.java", "org.eclipse.jdt.ui/ui/org/eclipse/jd... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-24T15:58:16Z | 2007-05-22T21:40:00Z |
184,502 | Bug 184502 [Contributions] conflict reported for 2 different contexts | null | verified fixed | 114906a | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TextFieldNavigationHandler.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-24T15:49:19Z | 2007-04-27T18:53:20Z |
188,915 | Bug 188915 [spell checking] Java Editor barely usable with spell check on and no dictionary | null | verified fixed | 9366899 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/SpellCheckEngine.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/ISpellCheckEngine.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-24T15:44:15Z | 2007-05-24T15:20:00Z |
188,914 | Bug 188914 [preferences][spell checking] spell checking default dictionary is set to none | Version: 3.3.0 Build id: I20070524-0010 J2RE 5.0 IBM J9 2.3 Windows XP x86-32 build j9vmwi3223-20070201 scenario: - open a brand new workspace - go to Preferences --> General --> Editors --> Text Editors --> Spelling - click the Restore Defaults button - note, dictionary is defaulted to "none" --> what spell checking s... | verified fixed | a613633 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-24T15:29:00Z | 2007-05-24T15:20:00Z |
188,087 | Bug 188087 [introduce parameter object] NPE when introducing to overriden method if method from binary | I20070517-1700 Given: package test; import java.util.AbstractList; public class MyList extends AbstractList { public Object get(int index) { return null; } public int size() { return 0; } } 1. Select 'get' 2. Refactor>Introduce Parameter Object... 3. Say 'Yes' on the warning dialog Is: java.lang.NullPointerException at... | verified fixed | c6262d4 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringMessages.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-24T14:20:59Z | 2007-05-21T12:20:00Z |
185,745 | Bug 185745 [introduce parameter object] introduces object to method which is not selected | I20070503-1400 Given: package test; public class E1 { public void foo(int x, int y) {} public static void main(String[] args) { new E1().foo(1, 2); } } 1. Select 'foo' in body of 'main' 2. Introduce Parameter Object... Is: A parameter object is introduced to 'main' Should: Introduce it to the selected method, like chan... | verified fixed | 8efb172 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/IntroduceParameterObjectAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-24T13:02:42Z | 2007-05-07T12:13:20Z |
188,861 | Bug 188861 [perfs] Performance tests with no results should be removed from test suites | null | verified fixed | a55b1df | ["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/DebuggingPerformanceTestSuite.java", "org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/JavaTypingInvocationCountTest.java", "org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/OpenJavaEditorInvocationCountTes... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-24T12:50:13Z | 2007-05-24T09:46:40Z |
187,265 | Bug 187265 [refactoring] strange OperationCancelledException in Introduce Indirection | null | verified fixed | 396cef7 | ["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceIndirectionRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MemberVisibilityAdjustor.java", "org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refact... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-24T12:35:23Z | 2007-05-16T15:40:00Z |
186,663 | Bug 186663 [hashcode/equals] generate hashCode/equals thinks Enums have no hashCode/equals | Build ID: I20070323-1616 Steps To Reproduce: 1. Create an enum (I have them as inner classes which may be a pre-requisite for this bug to surface). Let's call it DbModel.Currency. 2. Create a class someplace else with just 1 field, 'currency', with as type: DbModel.Currency (statically imported). Let's call this class ... | verified fixed | c40f0d3 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateHashCodeEqualsAction.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-24T12:20:36Z | 2007-05-12T00:33:20Z |
187,824 | Bug 187824 [build path] NPE when restoring invalid project in workspace root | 20070517-1700 - create project P in workspace - delete project p, but keep content - with an external editor, change .project of P to be invalid - create a new project, point to 'P' location Root exception: java.lang.NullPointerException at org.eclipse.core.internal.filesystem.InternalFileSystemCore.getStore(InternalFi... | verified fixed | ae7b65b | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-24T11:10:28Z | 2007-05-18T14:53:20Z |
188,466 | Bug 188466 [render] image appears to need centering when custom draw is used | 3.3RC1 On GTK when I turn on JDT's Show Colored Labels preference, the images in the Package Explorer view all shift up to the top of their tree cells. I assume this shift is a result of switching to use custom draw to draw the items once multi-coloured texts are needed. It looks like the images need to be drawn a few ... | verified fixed | 8203374 | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/OwnerDrawSupport.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-24T11:04:05Z | 2007-05-22T21:40:00Z |
185,694 | Bug 185694 [introduce parameter object] Introduce Parameter Object substitutes wrong class | 3.3M7 I20070503-1400 public class A { public static void main(String[] args) { method(5, 6); } public static void method(int x, int y) { System.out.println(x + ", " + y); } } Extract a parameter object class Point in a separate CU on x any y and name it point. The result is: public class A { public static void main(Str... | verified fixed | 8596703 | ["org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testDefaultPackagePoint/in/TestDefaultPackagePoint.java", "org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameterObject/testDefaultPackagePoint/out/TestDefaultPackagePoint.java", "org.eclipse.jdt.ui.tests.refactoring/resources/Introduc... | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-24T10:52:38Z | 2007-05-06T16:46:40Z |
116,023 | Bug 116023 [Patch] Create Patch ignores lines at end of file | Build id: I20051108-1011 Steps: 1. Create a java class in a cvs project. Leave a new line (CR) after the last "}" in the file. Create a patch for the file. 2. Remove the newline after the last "}" in the file. Create a patch again. -> Observe: Both(!) patches do not include the new line (CR) at the end of the file. Now... | verified fixed | e30d4b0 | ["org.eclipse.jdt.ui.tests.refactoring/resources/ExtractSupertype/testBug151683/out/Z.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-23T17:42:05Z | 2005-11-11T14:40:00Z |
188,130 | Bug 188130 BulletListBlock is not read only | I20070517-1700 1. Go to Java>Code Style>Clean Up preference page 2. Set caret into the bullet list 3. Start typing Is: You can edit it Should: Be read only | verified fixed | cadaacb | ["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/BulletListBlock.java"] | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2007-05-23T15:49:18Z | 2007-05-21T17:53:20Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.