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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
38,086 | Bug 38086 Add suggestion "array.length()" -> array.length [quick fix] | When referring to an array's length, it would be useful if the developer made a mistake of using array.length() to be prompted with a suggestion to change it to array.length instead, as opposed to 'no suggestion' that it currently says at the moment Mac OS X.2.6 with Eclipse 2.1 | resolved fixed | a271da5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T10:18:30Z | 2003-05-24T23:46:40Z | org.eclipse.jdt.ui/core | |
38,086 | Bug 38086 Add suggestion "array.length()" -> array.length [quick fix] | When referring to an array's length, it would be useful if the developer made a mistake of using array.length() to be prompted with a suggestion to change it to array.length instead, as opposed to 'no suggestion' that it currently says at the moment Mac OS X.2.6 with Eclipse 2.1 | resolved fixed | a271da5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T10:18:30Z | 2003-05-24T23:46:40Z | extension/org/eclipse/jdt/internal/corext/dom/ScopeAnalyzer.java | |
38,086 | Bug 38086 Add suggestion "array.length()" -> array.length [quick fix] | When referring to an array's length, it would be useful if the developer made a mistake of using array.length() to be prompted with a suggestion to change it to array.length instead, as opposed to 'no suggestion' that it currently says at the moment Mac OS X.2.6 with Eclipse 2.1 | resolved fixed | a271da5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T10:18:30Z | 2003-05-24T23:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.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... |
38,086 | Bug 38086 Add suggestion "array.length()" -> array.length [quick fix] | When referring to an array's length, it would be useful if the developer made a mistake of using array.length() to be prompted with a suggestion to change it to array.length instead, as opposed to 'no suggestion' that it currently says at the moment Mac OS X.2.6 with Eclipse 2.1 | resolved fixed | a271da5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T10:18:30Z | 2003-05-24T23:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.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... |
61,286 | Bug 61286 StringOutOfBoundsException during NLS search | Build id: 200404281424 I did an NLS search with Resource bundle accessor class: org.eclipse.ui.internal.WorkbenchMessages Property file name: /org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/messages.properties Some results are reported in the Search view, but there was an error dialog and I found the follo... | resolved fixed | 24f6cb7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T10:23:56Z | 2004-05-06T19:00:00Z | org.eclipse.jdt.ui/ui | |
61,286 | Bug 61286 StringOutOfBoundsException during NLS search | Build id: 200404281424 I did an NLS search with Resource bundle accessor class: org.eclipse.ui.internal.WorkbenchMessages Property file name: /org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/messages.properties Some results are reported in the Search view, but there was an error dialog and I found the follo... | resolved fixed | 24f6cb7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T10:23:56Z | 2004-05-06T19:00:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultRequestor.java | |
38,482 | Bug 38482 Alignment problem in Java Editor pref page | I20030604 Incorrect alignment of radio buttons and color chooser button (see attached screenshot). | resolved fixed | 659c552 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T10:58:47Z | 2003-06-05T10:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.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... |
38,483 | Bug 38483 Delete: buttons on the 'Found Problems' page [refactoring] | 20030604 1. make Java file read-only and delete a method in it 2. On the first dialog, press ok, a 'Found Problems' dialog shows up 3. The dialog has two buttons: Back and cancel Back is not too helpfull as you can't change anything on the first dialog Cancel should probably be better 'Ok' | resolved fixed | 105f818 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T13:22:54Z | 2003-06-05T10:46:40Z | org.eclipse.jdt.ui/ui | |
38,483 | Bug 38483 Delete: buttons on the 'Found Problems' page [refactoring] | 20030604 1. make Java file read-only and delete a method in it 2. On the first dialog, press ok, a 'Found Problems' dialog shows up 3. The dialog has two buttons: Back and cancel Back is not too helpfull as you can't change anything on the first dialog Cancel should probably be better 'Ok' | resolved fixed | 105f818 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T13:22:54Z | 2003-06-05T10:46:40Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/InlineTempWizard.java | |
38,483 | Bug 38483 Delete: buttons on the 'Found Problems' page [refactoring] | 20030604 1. make Java file read-only and delete a method in it 2. On the first dialog, press ok, a 'Found Problems' dialog shows up 3. The dialog has two buttons: Back and cancel Back is not too helpfull as you can't change anything on the first dialog Cancel should probably be better 'Ok' | resolved fixed | 105f818 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T13:22:54Z | 2003-06-05T10:46:40Z | org.eclipse.jdt.ui/ui | |
38,483 | Bug 38483 Delete: buttons on the 'Found Problems' page [refactoring] | 20030604 1. make Java file read-only and delete a method in it 2. On the first dialog, press ok, a 'Found Problems' dialog shows up 3. The dialog has two buttons: Back and cancel Back is not too helpfull as you can't change anything on the first dialog Cancel should probably be better 'Ok' | resolved fixed | 105f818 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T13:22:54Z | 2003-06-05T10:46:40Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/DeleteWizard.java | |
38,483 | Bug 38483 Delete: buttons on the 'Found Problems' page [refactoring] | 20030604 1. make Java file read-only and delete a method in it 2. On the first dialog, press ok, a 'Found Problems' dialog shows up 3. The dialog has two buttons: Back and cancel Back is not too helpfull as you can't change anything on the first dialog Cancel should probably be better 'Ok' | resolved fixed | 105f818 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T13:22:54Z | 2003-06-05T10:46:40Z | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringStatusDialog.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... |
38,483 | Bug 38483 Delete: buttons on the 'Found Problems' page [refactoring] | 20030604 1. make Java file read-only and delete a method in it 2. On the first dialog, press ok, a 'Found Problems' dialog shows up 3. The dialog has two buttons: Back and cancel Back is not too helpfull as you can't change anything on the first dialog Cancel should probably be better 'Ok' | resolved fixed | 105f818 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T13:22:54Z | 2003-06-05T10:46:40Z | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringWizardDialog2.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... |
38,483 | Bug 38483 Delete: buttons on the 'Found Problems' page [refactoring] | 20030604 1. make Java file read-only and delete a method in it 2. On the first dialog, press ok, a 'Found Problems' dialog shows up 3. The dialog has two buttons: Back and cancel Back is not too helpfull as you can't change anything on the first dialog Cancel should probably be better 'Ok' | resolved fixed | 105f818 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T13:22:54Z | 2003-06-05T10:46:40Z | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/RefactoringWizard.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... |
51,345 | Bug 51345 double clicking a search result leaves focus on search pane instead of editor | double clicking a search result should set focus to the editor pane as per double clicking a 'problem'. this assists rapid development as the developer can start editing the search result without manually changing focus. changing focus would not limit any user either as the search pane is most commonly used with a mous... | resolved fixed | 49697c9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T13:46:01Z | 2004-02-09T01:26:40Z | org.eclipse.jdt.ui/ui | |
51,345 | Bug 51345 double clicking a search result leaves focus on search pane instead of editor | double clicking a search result should set focus to the editor pane as per double clicking a 'problem'. this assists rapid development as the developer can start editing the search result without manually changing focus. changing focus would not limit any user either as the search pane is most commonly used with a mous... | resolved fixed | 49697c9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T13:46:01Z | 2004-02-09T01:26:40Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/NLSSearchResultPage.java | |
51,345 | Bug 51345 double clicking a search result leaves focus on search pane instead of editor | double clicking a search result should set focus to the editor pane as per double clicking a 'problem'. this assists rapid development as the developer can start editing the search result without manually changing focus. changing focus would not limit any user either as the search pane is most commonly used with a mous... | resolved fixed | 49697c9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T13:46:01Z | 2004-02-09T01:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchEditorOpener.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,
* and... |
51,345 | Bug 51345 double clicking a search result leaves focus on search pane instead of editor | double clicking a search result should set focus to the editor pane as per double clicking a 'problem'. this assists rapid development as the developer can start editing the search result without manually changing focus. changing focus would not limit any user either as the search pane is most commonly used with a mous... | resolved fixed | 49697c9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T13:46:01Z | 2004-02-09T01:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.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... |
51,345 | Bug 51345 double clicking a search result leaves focus on search pane instead of editor | double clicking a search result should set focus to the editor pane as per double clicking a 'problem'. this assists rapid development as the developer can start editing the search result without manually changing focus. changing focus would not limit any user either as the search pane is most commonly used with a mous... | resolved fixed | 49697c9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T13:46:01Z | 2004-02-09T01:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/OccurrencesSearchResultPage.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... |
51,345 | Bug 51345 double clicking a search result leaves focus on search pane instead of editor | double clicking a search result should set focus to the editor pane as per double clicking a 'problem'. this assists rapid development as the developer can start editing the search result without manually changing focus. changing focus would not limit any user either as the search pane is most commonly used with a mous... | resolved fixed | 49697c9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T13:46:01Z | 2004-02-09T01:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/search/IMatchPresentation.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... |
44,204 | Bug 44204 Promote individual methods to interface. | Methods should be able to be promoted to an implemented interface. IE interface SomeThing { public DoDad getDoDad(); } class MyThing implements Something { private DoDad doDad=new DoDad(); public DoDad getDoDad() { return doDad; } public void setDoDad(DoDad dad) { this.doDad=dad; } ^^^^^^^^ } Ctrl-1 on the ^'d should p... | resolved fixed | 37ef19b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T15:52:53Z | 2003-10-05T16:06:40Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.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... |
44,204 | Bug 44204 Promote individual methods to interface. | Methods should be able to be promoted to an implemented interface. IE interface SomeThing { public DoDad getDoDad(); } class MyThing implements Something { private DoDad doDad=new DoDad(); public DoDad getDoDad() { return doDad; } public void setDoDad(DoDad dad) { this.doDad=dad; } ^^^^^^^^ } Ctrl-1 on the ^'d should p... | resolved fixed | 37ef19b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T15:52:53Z | 2003-10-05T16:06:40Z | org.eclipse.jdt.ui/core | |
44,204 | Bug 44204 Promote individual methods to interface. | Methods should be able to be promoted to an implemented interface. IE interface SomeThing { public DoDad getDoDad(); } class MyThing implements Something { private DoDad doDad=new DoDad(); public DoDad getDoDad() { return doDad; } public void setDoDad(DoDad dad) { this.doDad=dad; } ^^^^^^^^ } Ctrl-1 on the ^'d should p... | resolved fixed | 37ef19b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T15:52:53Z | 2003-10-05T16:06:40Z | extension/org/eclipse/jdt/internal/corext/dom/Bindings.java | |
44,204 | Bug 44204 Promote individual methods to interface. | Methods should be able to be promoted to an implemented interface. IE interface SomeThing { public DoDad getDoDad(); } class MyThing implements Something { private DoDad doDad=new DoDad(); public DoDad getDoDad() { return doDad; } public void setDoDad(DoDad dad) { this.doDad=dad; } ^^^^^^^^ } Ctrl-1 on the ^'d should p... | resolved fixed | 37ef19b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T15:52:53Z | 2003-10-05T16:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AbstractMethodCompletionProposal.java | |
44,204 | Bug 44204 Promote individual methods to interface. | Methods should be able to be promoted to an implemented interface. IE interface SomeThing { public DoDad getDoDad(); } class MyThing implements Something { private DoDad doDad=new DoDad(); public DoDad getDoDad() { return doDad; } public void setDoDad(DoDad dad) { this.doDad=dad; } ^^^^^^^^ } Ctrl-1 on the ^'d should p... | resolved fixed | 37ef19b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T15:52:53Z | 2003-10-05T16:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewDefiningMethodProposal.java | |
44,204 | Bug 44204 Promote individual methods to interface. | Methods should be able to be promoted to an implemented interface. IE interface SomeThing { public DoDad getDoDad(); } class MyThing implements Something { private DoDad doDad=new DoDad(); public DoDad getDoDad() { return doDad; } public void setDoDad(DoDad dad) { this.doDad=dad; } ^^^^^^^^ } Ctrl-1 on the ^'d should p... | resolved fixed | 37ef19b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T15:52:53Z | 2003-10-05T16:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewMethodCompletionProposal.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... |
44,204 | Bug 44204 Promote individual methods to interface. | Methods should be able to be promoted to an implemented interface. IE interface SomeThing { public DoDad getDoDad(); } class MyThing implements Something { private DoDad doDad=new DoDad(); public DoDad getDoDad() { return doDad; } public void setDoDad(DoDad dad) { this.doDad=dad; } ^^^^^^^^ } Ctrl-1 on the ^'d should p... | resolved fixed | 37ef19b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T15:52:53Z | 2003-10-05T16:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.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... |
44,204 | Bug 44204 Promote individual methods to interface. | Methods should be able to be promoted to an implemented interface. IE interface SomeThing { public DoDad getDoDad(); } class MyThing implements Something { private DoDad doDad=new DoDad(); public DoDad getDoDad() { return doDad; } public void setDoDad(DoDad dad) { this.doDad=dad; } ^^^^^^^^ } Ctrl-1 on the ^'d should p... | resolved fixed | 37ef19b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T15:52:53Z | 2003-10-05T16:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/TypeMismatchSubProcessor.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... |
44,204 | Bug 44204 Promote individual methods to interface. | Methods should be able to be promoted to an implemented interface. IE interface SomeThing { public DoDad getDoDad(); } class MyThing implements Something { private DoDad doDad=new DoDad(); public DoDad getDoDad() { return doDad; } public void setDoDad(DoDad dad) { this.doDad=dad; } ^^^^^^^^ } Ctrl-1 on the ^'d should p... | resolved fixed | 37ef19b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T15:52:53Z | 2003-10-05T16:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.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... |
44,204 | Bug 44204 Promote individual methods to interface. | Methods should be able to be promoted to an implemented interface. IE interface SomeThing { public DoDad getDoDad(); } class MyThing implements Something { private DoDad doDad=new DoDad(); public DoDad getDoDad() { return doDad; } public void setDoDad(DoDad dad) { this.doDad=dad; } ^^^^^^^^ } Ctrl-1 on the ^'d should p... | resolved fixed | 37ef19b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T15:52:53Z | 2003-10-05T16:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementImageProvider.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... |
49,099 | Bug 49099 Reduced Search menu does too much [search] | I200312180010 The reduced search menu preference (work in progress) does too much and therefore I cannot use it: Exmples: - select an interface (in outline or any other view where you already know it is an interface. Try to search for implementors ==> not possible. - same applies for fields: it is no longer possible to... | resolved fixed | cfdbbb3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T16:41:28Z | 2003-12-18T09:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaBasePreferencePage.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... |
49,099 | Bug 49099 Reduced Search menu does too much [search] | I200312180010 The reduced search menu preference (work in progress) does too much and therefore I cannot use it: Exmples: - select an interface (in outline or any other view where you already know it is an interface. Try to search for implementors ==> not possible. - same applies for fields: it is no longer possible to... | resolved fixed | cfdbbb3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T16:41:28Z | 2003-12-18T09:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/WorkInProgressPreferencePage.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... |
49,099 | Bug 49099 Reduced Search menu does too much [search] | I200312180010 The reduced search menu preference (work in progress) does too much and therefore I cannot use it: Exmples: - select an interface (in outline or any other view where you already know it is an interface. Try to search for implementors ==> not possible. - same applies for fields: it is no longer possible to... | resolved fixed | cfdbbb3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T16:41:28Z | 2003-12-18T09:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.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... |
49,099 | Bug 49099 Reduced Search menu does too much [search] | I200312180010 The reduced search menu preference (work in progress) does too much and therefore I cannot use it: Exmples: - select an interface (in outline or any other view where you already know it is an interface. Try to search for implementors ==> not possible. - same applies for fields: it is no longer possible to... | resolved fixed | cfdbbb3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T16:41:28Z | 2003-12-18T09:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/JavaSearchActionGroup.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... |
55,845 | Bug 55845 NPE when closing editor context menu [refactoring] | I 2004-03-24 + plugin-export 1) in a repositories view, drill down to TableItem.java in org.eclipse.set and open the file from the repository. 2) right-click to get the context menu 3) observe: you get a context menu with two entries: "Copy" and "Refactor". 4) go into the "Refactor" submenu 5) click somewhere else in t... | verified fixed | d69dfe9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T17:22:38Z | 2004-03-24T09:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefactorActionGroup.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... |
52,773 | Bug 52773 Check how refactorings handle non Java errors [refactoring] | Set Compiler settings to default Turn on Javadoc/Missing Javadoc comments "warning/public/check" Create new class: public class Test { private String fValue; void a() { System.out.println(fValue); } } Now invoke SEF on fValue. Click on "Preview>" | closed fixed | f43f57a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T17:45:47Z | 2004-02-22T17:13:20Z | org.eclipse.jdt.ui/core | |
52,773 | Bug 52773 Check how refactorings handle non Java errors [refactoring] | Set Compiler settings to default Turn on Javadoc/Missing Javadoc comments "warning/public/check" Create new class: public class Test { private String fValue; void a() { System.out.println(fValue); } } Now invoke SEF on fValue. Click on "Preview>" | closed fixed | f43f57a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-07T17:45:47Z | 2004-02-22T17:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java | |
47,315 | Bug 47315 Add quick fix for remove an unused @ Javadoc tag. [quick fix] | The 3.0.m5 Javadoc warnings are *great* and will improve our Javadocs. Could we hae quick fixes for the new warnings when possible. For example: when a @throws is no longer valid, a quick fix to remove the comment would be great. Version 3.0.m5. | resolved fixed | 17e1fb1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-08T17:04:55Z | 2003-11-23T20:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavadocTagsSubProcessor.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... |
47,315 | Bug 47315 Add quick fix for remove an unused @ Javadoc tag. [quick fix] | The 3.0.m5 Javadoc warnings are *great* and will improve our Javadocs. Could we hae quick fixes for the new warnings when possible. For example: when a @throws is no longer valid, a quick fix to remove the comment would be great. Version 3.0.m5. | resolved fixed | 17e1fb1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-08T17:04:55Z | 2003-11-23T20:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickFixProcessor.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... |
61,383 | Bug 61383 [preferences] Syntax highlighting list not updated on Restore Defaults | - enable advanced highlighting -> advanced highightings appear in list - Restore Defaults -> advanced highlighting becomes disabled but the highlightings are not removed from the list | resolved fixed | 79b47a1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-10T07:40:40Z | 2004-05-07T14:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.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... |
61,469 | Bug 61469 Code review for CustomFiltersActionGroup#initializeWithViewDefaults() suggested | I200405060200 while (tokenizer.hasMoreTokens()) { String id= tokenizer.nextToken(); if (fFilterDescriptorMap.containsKey(id) && !fLRUFilterIdsStack.contains(id)); fLRUFilterIdsStack.push(id); } See original code. Either formatting is wrong, or - which looks more likely to me - the semicolon should be removed. Don't kno... | resolved fixed | d9a2c71 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-10T09:57:53Z | 2004-05-07T22:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/CustomFiltersActionGroup.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... |
60,415 | Bug 60415 Should remove Search extension page | I20040428 We should remove the search extension page and should make sure that participants can't damage a search. If a participant generates an exception the participant should be disabled for the rest of the Eclipse sessions. This is consistent with Platform/UI and refactoring. | resolved fixed | b56f924 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-10T14:46:27Z | 2004-04-29T14:46:40Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/search/ParticipantTest.java | |
60,415 | Bug 60415 Should remove Search extension page | I20040428 We should remove the search extension page and should make sure that participants can't damage a search. If a participant generates an exception the participant should be disabled for the rest of the Eclipse sessions. This is consistent with Platform/UI and refactoring. | resolved fixed | b56f924 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-10T14:46:27Z | 2004-04-29T14:46:40Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/search/SearchTest.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... |
60,415 | Bug 60415 Should remove Search extension page | I20040428 We should remove the search extension page and should make sure that participants can't damage a search. If a participant generates an exception the participant should be disabled for the rest of the Eclipse sessions. This is consistent with Platform/UI and refactoring. | resolved fixed | b56f924 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-10T14:46:27Z | 2004-04-29T14:46:40Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/search/TestParticipant.java | |
60,415 | Bug 60415 Should remove Search extension page | I20040428 We should remove the search extension page and should make sure that participants can't damage a search. If a participant generates an exception the participant should be disabled for the rest of the Eclipse sessions. This is consistent with Platform/UI and refactoring. | resolved fixed | b56f924 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-10T14:46:27Z | 2004-04-29T14:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SearchParticipantsPreferencePage.java | /*
* Created on Apr 13, 2004
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Generation - Code and Comments
*/
package org.eclipse.jdt.internal.ui.preferences;
import java.util.Arrays;
import java.util.Collection;
import java.util.HashMap;
import java.util.Iterat... |
60,415 | Bug 60415 Should remove Search extension page | I20040428 We should remove the search extension page and should make sure that participants can't damage a search. If a participant generates an exception the participant should be disabled for the rest of the Eclipse sessions. This is consistent with Platform/UI and refactoring. | resolved fixed | b56f924 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-10T14:46:27Z | 2004-04-29T14:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.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... |
60,415 | Bug 60415 Should remove Search extension page | I20040428 We should remove the search extension page and should make sure that participants can't damage a search. If a participant generates an exception the participant should be disabled for the rest of the Eclipse sessions. This is consistent with Platform/UI and refactoring. | resolved fixed | b56f924 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-10T14:46:27Z | 2004-04-29T14:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchQuery.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... |
60,415 | Bug 60415 Should remove Search extension page | I20040428 We should remove the search extension page and should make sure that participants can't damage a search. If a participant generates an exception the participant should be disabled for the rest of the Eclipse sessions. This is consistent with Platform/UI and refactoring. | resolved fixed | b56f924 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-10T14:46:27Z | 2004-04-29T14:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchParticipantDescriptor.java | |
60,415 | Bug 60415 Should remove Search extension page | I20040428 We should remove the search extension page and should make sure that participants can't damage a search. If a participant generates an exception the participant should be disabled for the rest of the Eclipse sessions. This is consistent with Platform/UI and refactoring. | resolved fixed | b56f924 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-10T14:46:27Z | 2004-04-29T14:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchParticipantRecord.java | |
60,415 | Bug 60415 Should remove Search extension page | I20040428 We should remove the search extension page and should make sure that participants can't damage a search. If a participant generates an exception the participant should be disabled for the rest of the Eclipse sessions. This is consistent with Platform/UI and refactoring. | resolved fixed | b56f924 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-10T14:46:27Z | 2004-04-29T14:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchParticipantsExtensionPoint.java | |
60,415 | Bug 60415 Should remove Search extension page | I20040428 We should remove the search extension page and should make sure that participants can't damage a search. If a participant generates an exception the participant should be disabled for the rest of the Eclipse sessions. This is consistent with Platform/UI and refactoring. | resolved fixed | b56f924 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-10T14:46:27Z | 2004-04-29T14:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchResultUpdater.java | |
61,699 | Bug 61699 NPE When searching without text selection | I-2004-05-11 I had a case where the I had a NPE in JavaSearchPage.trySimpleTextSelection. Inspection of the code revealed that ITextSelection.getText() can return null, but we're not checking the condition. | resolved fixed | fc251fa | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T08:48:53Z | 2004-05-11T10:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.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... |
12,144 | Bug 12144 Re-format all files [code manipulation] | I could be nice to have the ability to re-format all Java files in one time. Beyond, to do all java file based actions on a selection of files (as for search for example). | resolved fixed | 8fbc6aa | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T09:51:40Z | 2002-03-22T18:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.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... |
12,144 | Bug 12144 Re-format all files [code manipulation] | I could be nice to have the ability to re-format all Java files in one time. Beyond, to do all java file based actions on a selection of files (as for search for example). | resolved fixed | 8fbc6aa | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T09:51:40Z | 2002-03-22T18:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FormatAllAction.java | |
12,144 | Bug 12144 Re-format all files [code manipulation] | I could be nice to have the ability to re-format all Java files in one time. Beyond, to do all java file based actions on a selection of files (as for search for example). | resolved fixed | 8fbc6aa | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T09:51:40Z | 2002-03-22T18:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateActionGroup.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... |
58,817 | Bug 58817 UI no longer responsive when sorting search matches | Build 20040413 I searched for references to type: java.lang.System in org.eclipse.jdt.core project. This found over 4000 matches. I attempted to sort them by parent name, and my IDE locked for about 5 minutes to do the work, with no progress indication, no refresh and 100% CPU usage. Clearly something to improve on UI ... | resolved fixed | b4e2a8b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T13:22:01Z | 2004-04-16T12:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.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... |
61,723 | Bug 61723 NPE when opening GetterSetterDialog | 20040511 java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.NullPointerException.<init>(NullPointerException.java:60) at org.eclipse.jface.resource.StringConverter.asBoolean(StringConverter.java:137) at org.eclipse.jface.resource.Strin... | verified fixed | ec52839 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T13:22:03Z | 2004-05-11T12:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.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,772 | Bug 49772 Change method signature: remove unused imports [refactoring] | M6 package org.eclipse.jdt.internal.corext.refactoring.base; import org.eclipse.core.runtime.IAdaptable; /** * A <code>RefactoringStatusContext<code> can be used to annotate a * {@link RefactoringStatusEntry} with additional information * typically presented in the UI. * * @since 3.0 */ public class RefactoringStatusCo... | resolved fixed | 905fdb3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T13:48:47Z | 2004-01-09T14:53:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testAll60_out.java | package p;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
class A {
/**
* @param tho {@link #getList}
* @param tho
* @param l TODO
* @param to 1st param of {@link A#getList(long, List, int) me}
* @param to 2nd
* @version throwaway
* ... |
49,772 | Bug 49772 Change method signature: remove unused imports [refactoring] | M6 package org.eclipse.jdt.internal.corext.refactoring.base; import org.eclipse.core.runtime.IAdaptable; /** * A <code>RefactoringStatusContext<code> can be used to annotate a * {@link RefactoringStatusEntry} with additional information * typically presented in the UI. * * @since 3.0 */ public class RefactoringStatusCo... | resolved fixed | 905fdb3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T13:48:47Z | 2004-01-09T14:53:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testImport07_out.java | package p;
class A {
void m() {
}
void use() {
m();
}
}
|
49,772 | Bug 49772 Change method signature: remove unused imports [refactoring] | M6 package org.eclipse.jdt.internal.corext.refactoring.base; import org.eclipse.core.runtime.IAdaptable; /** * A <code>RefactoringStatusContext<code> can be used to annotate a * {@link RefactoringStatusEntry} with additional information * typically presented in the UI. * * @since 3.0 */ public class RefactoringStatusCo... | resolved fixed | 905fdb3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T13:48:47Z | 2004-01-09T14:53:20Z | org.eclipse.jdt.ui.tests.refactoring/test | |
49,772 | Bug 49772 Change method signature: remove unused imports [refactoring] | M6 package org.eclipse.jdt.internal.corext.refactoring.base; import org.eclipse.core.runtime.IAdaptable; /** * A <code>RefactoringStatusContext<code> can be used to annotate a * {@link RefactoringStatusEntry} with additional information * typically presented in the UI. * * @since 3.0 */ public class RefactoringStatusCo... | resolved fixed | 905fdb3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T13:48:47Z | 2004-01-09T14:53:20Z | cases/org/eclipse/jdt/ui/tests/refactoring/ChangeSignatureTests.java | |
49,772 | Bug 49772 Change method signature: remove unused imports [refactoring] | M6 package org.eclipse.jdt.internal.corext.refactoring.base; import org.eclipse.core.runtime.IAdaptable; /** * A <code>RefactoringStatusContext<code> can be used to annotate a * {@link RefactoringStatusEntry} with additional information * typically presented in the UI. * * @since 3.0 */ public class RefactoringStatusCo... | resolved fixed | 905fdb3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T13:48:47Z | 2004-01-09T14:53:20Z | org.eclipse.jdt.ui/core | |
49,772 | Bug 49772 Change method signature: remove unused imports [refactoring] | M6 package org.eclipse.jdt.internal.corext.refactoring.base; import org.eclipse.core.runtime.IAdaptable; /** * A <code>RefactoringStatusContext<code> can be used to annotate a * {@link RefactoringStatusEntry} with additional information * typically presented in the UI. * * @since 3.0 */ public class RefactoringStatusCo... | resolved fixed | 905fdb3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T13:48:47Z | 2004-01-09T14:53:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java | |
49,772 | Bug 49772 Change method signature: remove unused imports [refactoring] | M6 package org.eclipse.jdt.internal.corext.refactoring.base; import org.eclipse.core.runtime.IAdaptable; /** * A <code>RefactoringStatusContext<code> can be used to annotate a * {@link RefactoringStatusEntry} with additional information * typically presented in the UI. * * @since 3.0 */ public class RefactoringStatusCo... | resolved fixed | 905fdb3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T13:48:47Z | 2004-01-09T14:53:20Z | org.eclipse.jdt.ui/core | |
49,772 | Bug 49772 Change method signature: remove unused imports [refactoring] | M6 package org.eclipse.jdt.internal.corext.refactoring.base; import org.eclipse.core.runtime.IAdaptable; /** * A <code>RefactoringStatusContext<code> can be used to annotate a * {@link RefactoringStatusEntry} with additional information * typically presented in the UI. * * @since 3.0 */ public class RefactoringStatusCo... | resolved fixed | 905fdb3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T13:48:47Z | 2004-01-09T14:53:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/CompilationUnitRewrite.java | |
49,772 | Bug 49772 Change method signature: remove unused imports [refactoring] | M6 package org.eclipse.jdt.internal.corext.refactoring.base; import org.eclipse.core.runtime.IAdaptable; /** * A <code>RefactoringStatusContext<code> can be used to annotate a * {@link RefactoringStatusEntry} with additional information * typically presented in the UI. * * @since 3.0 */ public class RefactoringStatusCo... | resolved fixed | 905fdb3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T13:48:47Z | 2004-01-09T14:53:20Z | org.eclipse.jdt.ui/core | |
49,772 | Bug 49772 Change method signature: remove unused imports [refactoring] | M6 package org.eclipse.jdt.internal.corext.refactoring.base; import org.eclipse.core.runtime.IAdaptable; /** * A <code>RefactoringStatusContext<code> can be used to annotate a * {@link RefactoringStatusEntry} with additional information * typically presented in the UI. * * @since 3.0 */ public class RefactoringStatusCo... | resolved fixed | 905fdb3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T13:48:47Z | 2004-01-09T14:53:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ImportRemover.java | |
61,366 | Bug 61366 Hierarchical (java) search results: Matches in parents not visible | I20040507 Steps: - Have a jdk with source - Search for java.util.Random -> There are matches in class files (in import statements) as well as matches in method bodies. In the hierarchical search results view mode, I cannot see whether there are search results in the class file or not. Two solutions come to mind: a) Ren... | resolved fixed | 5c70218 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T16:08:36Z | 2004-05-07T08:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/PostfixLabelProvider.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... |
48,970 | Bug 48970 Move dialog shows too many possible destinations | I20031216-2000 - Select a CU in the Package Explorer - Refactoring > Move... - observe: can select way too many targets (e.g. import declarations, methods, ...). If I select a method, the refactoring silently changes the target to be the enclosing package! - expected: only applicable targets are shown in the tree | resolved fixed | fa8f39e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T17:06:58Z | 2003-12-17T11:20:00Z | org.eclipse.jdt.ui/core | |
48,970 | Bug 48970 Move dialog shows too many possible destinations | I20031216-2000 - Select a CU in the Package Explorer - Refactoring > Move... - observe: can select way too many targets (e.g. import declarations, methods, ...). If I select a method, the refactoring silently changes the target to be the enclosing package! - expected: only applicable targets are shown in the tree | resolved fixed | fa8f39e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T17:06:58Z | 2003-12-17T11:20:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/CopyRefactoring.java | |
48,970 | Bug 48970 Move dialog shows too many possible destinations | I20031216-2000 - Select a CU in the Package Explorer - Refactoring > Move... - observe: can select way too many targets (e.g. import declarations, methods, ...). If I select a method, the refactoring silently changes the target to be the enclosing package! - expected: only applicable targets are shown in the tree | resolved fixed | fa8f39e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T17:06:58Z | 2003-12-17T11:20:00Z | org.eclipse.jdt.ui/core | |
48,970 | Bug 48970 Move dialog shows too many possible destinations | I20031216-2000 - Select a CU in the Package Explorer - Refactoring > Move... - observe: can select way too many targets (e.g. import declarations, methods, ...). If I select a method, the refactoring silently changes the target to be the enclosing package! - expected: only applicable targets are shown in the tree | resolved fixed | fa8f39e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T17:06:58Z | 2003-12-17T11:20:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/IReorgDestinationValidator.java | |
48,970 | Bug 48970 Move dialog shows too many possible destinations | I20031216-2000 - Select a CU in the Package Explorer - Refactoring > Move... - observe: can select way too many targets (e.g. import declarations, methods, ...). If I select a method, the refactoring silently changes the target to be the enclosing package! - expected: only applicable targets are shown in the tree | resolved fixed | fa8f39e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T17:06:58Z | 2003-12-17T11:20:00Z | org.eclipse.jdt.ui/core | |
48,970 | Bug 48970 Move dialog shows too many possible destinations | I20031216-2000 - Select a CU in the Package Explorer - Refactoring > Move... - observe: can select way too many targets (e.g. import declarations, methods, ...). If I select a method, the refactoring silently changes the target to be the enclosing package! - expected: only applicable targets are shown in the tree | resolved fixed | fa8f39e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T17:06:58Z | 2003-12-17T11:20:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/IReorgPolicy.java | |
48,970 | Bug 48970 Move dialog shows too many possible destinations | I20031216-2000 - Select a CU in the Package Explorer - Refactoring > Move... - observe: can select way too many targets (e.g. import declarations, methods, ...). If I select a method, the refactoring silently changes the target to be the enclosing package! - expected: only applicable targets are shown in the tree | resolved fixed | fa8f39e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T17:06:58Z | 2003-12-17T11:20:00Z | org.eclipse.jdt.ui/core | |
48,970 | Bug 48970 Move dialog shows too many possible destinations | I20031216-2000 - Select a CU in the Package Explorer - Refactoring > Move... - observe: can select way too many targets (e.g. import declarations, methods, ...). If I select a method, the refactoring silently changes the target to be the enclosing package! - expected: only applicable targets are shown in the tree | resolved fixed | fa8f39e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T17:06:58Z | 2003-12-17T11:20:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/JavaMoveProcessor.java | |
48,970 | Bug 48970 Move dialog shows too many possible destinations | I20031216-2000 - Select a CU in the Package Explorer - Refactoring > Move... - observe: can select way too many targets (e.g. import declarations, methods, ...). If I select a method, the refactoring silently changes the target to be the enclosing package! - expected: only applicable targets are shown in the tree | resolved fixed | fa8f39e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T17:06:58Z | 2003-12-17T11:20:00Z | org.eclipse.jdt.ui/core | |
48,970 | Bug 48970 Move dialog shows too many possible destinations | I20031216-2000 - Select a CU in the Package Explorer - Refactoring > Move... - observe: can select way too many targets (e.g. import declarations, methods, ...). If I select a method, the refactoring silently changes the target to be the enclosing package! - expected: only applicable targets are shown in the tree | resolved fixed | fa8f39e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T17:06:58Z | 2003-12-17T11:20:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java | |
48,970 | Bug 48970 Move dialog shows too many possible destinations | I20031216-2000 - Select a CU in the Package Explorer - Refactoring > Move... - observe: can select way too many targets (e.g. import declarations, methods, ...). If I select a method, the refactoring silently changes the target to be the enclosing package! - expected: only applicable targets are shown in the tree | resolved fixed | fa8f39e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T17:06:58Z | 2003-12-17T11:20:00Z | org.eclipse.jdt.ui/ui | |
48,970 | Bug 48970 Move dialog shows too many possible destinations | I20031216-2000 - Select a CU in the Package Explorer - Refactoring > Move... - observe: can select way too many targets (e.g. import declarations, methods, ...). If I select a method, the refactoring silently changes the target to be the enclosing package! - expected: only applicable targets are shown in the tree | resolved fixed | fa8f39e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T17:06:58Z | 2003-12-17T11:20:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/DestinationContentProvider.java | |
48,970 | Bug 48970 Move dialog shows too many possible destinations | I20031216-2000 - Select a CU in the Package Explorer - Refactoring > Move... - observe: can select way too many targets (e.g. import declarations, methods, ...). If I select a method, the refactoring silently changes the target to be the enclosing package! - expected: only applicable targets are shown in the tree | resolved fixed | fa8f39e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T17:06:58Z | 2003-12-17T11:20:00Z | org.eclipse.jdt.ui/ui | |
48,970 | Bug 48970 Move dialog shows too many possible destinations | I20031216-2000 - Select a CU in the Package Explorer - Refactoring > Move... - observe: can select way too many targets (e.g. import declarations, methods, ...). If I select a method, the refactoring silently changes the target to be the enclosing package! - expected: only applicable targets are shown in the tree | resolved fixed | fa8f39e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T17:06:58Z | 2003-12-17T11:20:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgCopyWizard.java | |
48,970 | Bug 48970 Move dialog shows too many possible destinations | I20031216-2000 - Select a CU in the Package Explorer - Refactoring > Move... - observe: can select way too many targets (e.g. import declarations, methods, ...). If I select a method, the refactoring silently changes the target to be the enclosing package! - expected: only applicable targets are shown in the tree | resolved fixed | fa8f39e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T17:06:58Z | 2003-12-17T11:20:00Z | org.eclipse.jdt.ui/ui | |
48,970 | Bug 48970 Move dialog shows too many possible destinations | I20031216-2000 - Select a CU in the Package Explorer - Refactoring > Move... - observe: can select way too many targets (e.g. import declarations, methods, ...). If I select a method, the refactoring silently changes the target to be the enclosing package! - expected: only applicable targets are shown in the tree | resolved fixed | fa8f39e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T17:06:58Z | 2003-12-17T11:20:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgMoveWizard.java | |
48,970 | Bug 48970 Move dialog shows too many possible destinations | I20031216-2000 - Select a CU in the Package Explorer - Refactoring > Move... - observe: can select way too many targets (e.g. import declarations, methods, ...). If I select a method, the refactoring silently changes the target to be the enclosing package! - expected: only applicable targets are shown in the tree | resolved fixed | fa8f39e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T17:06:58Z | 2003-12-17T11:20:00Z | org.eclipse.jdt.ui/ui | |
48,970 | Bug 48970 Move dialog shows too many possible destinations | I20031216-2000 - Select a CU in the Package Explorer - Refactoring > Move... - observe: can select way too many targets (e.g. import declarations, methods, ...). If I select a method, the refactoring silently changes the target to be the enclosing package! - expected: only applicable targets are shown in the tree | resolved fixed | fa8f39e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T17:06:58Z | 2003-12-17T11:20:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgUserInputPage.java | |
61,176 | Bug 61176 Need better dialog when change type isn't supported | I20040505 - run change method signature on the return type of foo: public void virtualMethod() { class Local { String foo() { return null; } } } The dialog that comes up tells !ChangeTypeAction.exception!. First there seems to be an NLS error. The String isn't NLS correctly. Second, this isn't an exception. The dialog ... | resolved fixed | 51a5e0b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T17:30:13Z | 2004-05-06T07:53:20Z | org.eclipse.jdt.ui/core | |
61,176 | Bug 61176 Need better dialog when change type isn't supported | I20040505 - run change method signature on the return type of foo: public void virtualMethod() { class Local { String foo() { return null; } } } The dialog that comes up tells !ChangeTypeAction.exception!. First there seems to be an NLS error. The String isn't NLS correctly. Second, this isn't an exception. The dialog ... | resolved fixed | 51a5e0b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T17:30:13Z | 2004-05-06T07:53:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java | |
61,759 | Bug 61759 [typing] Smart semicolon does not work at end of string literal | I20040506 0. smart semicolon is on, smart typing mode 1. have this code: String s= "asdfasdf<caret>" 2. press SEMICOLON -> expected: semicolon gets inserted after the closing quotation mark -> real: the semicolon is inserted at the caret position -> note that it works if the caret position is not before the closing quo... | resolved fixed | c828717 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-11T18:24:14Z | 2004-05-11T15:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/SmartSemicolonAutoEditStrategy.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... |
48,504 | Bug 48504 Exception while introducing factory [refactoring] | I20031203 with your latest patch: try introducing a factory method for constructor A in class B. Code I used is: public class A { { field= 10; } public A() { } private int field; static class XX extends A { public void foo() { bar(); } public void bar() { } } public void foo(int y) { Runnable runnable= new Runnable() {... | resolved fixed | 7440e94 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-12T07:55:45Z | 2003-12-11T16:26:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/48504/p1/A.java | |
48,504 | Bug 48504 Exception while introducing factory [refactoring] | I20031203 with your latest patch: try introducing a factory method for constructor A in class B. Code I used is: public class A { { field= 10; } public A() { } private int field; static class XX extends A { public void foo() { bar(); } public void bar() { } } public void foo(int y) { Runnable runnable= new Runnable() {... | resolved fixed | 7440e94 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-12T07:55:45Z | 2003-12-11T16:26:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/48504/p1/A_out.java | |
48,504 | Bug 48504 Exception while introducing factory [refactoring] | I20031203 with your latest patch: try introducing a factory method for constructor A in class B. Code I used is: public class A { { field= 10; } public A() { } private int field; static class XX extends A { public void foo() { bar(); } public void bar() { } } public void foo(int y) { Runnable runnable= new Runnable() {... | resolved fixed | 7440e94 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-12T07:55:45Z | 2003-12-11T16:26:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/48504/p1/B.java | |
48,504 | Bug 48504 Exception while introducing factory [refactoring] | I20031203 with your latest patch: try introducing a factory method for constructor A in class B. Code I used is: public class A { { field= 10; } public A() { } private int field; static class XX extends A { public void foo() { bar(); } public void bar() { } } public void foo(int y) { Runnable runnable= new Runnable() {... | resolved fixed | 7440e94 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-12T07:55:45Z | 2003-12-11T16:26:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/48504/p1/B_out.java | |
48,504 | Bug 48504 Exception while introducing factory [refactoring] | I20031203 with your latest patch: try introducing a factory method for constructor A in class B. Code I used is: public class A { { field= 10; } public A() { } private int field; static class XX extends A { public void foo() { bar(); } public void bar() { } } public void foo(int y) { Runnable runnable= new Runnable() {... | resolved fixed | 7440e94 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-12T07:55:45Z | 2003-12-11T16:26:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
48,504 | Bug 48504 Exception while introducing factory [refactoring] | I20031203 with your latest patch: try introducing a factory method for constructor A in class B. Code I used is: public class A { { field= 10; } public A() { } private int field; static class XX extends A { public void foo() { bar(); } public void bar() { } } public void foo(int y) { Runnable runnable= new Runnable() {... | resolved fixed | 7440e94 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-12T07:55:45Z | 2003-12-11T16:26:40Z | cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceFactoryTests.java | |
57,569 | Bug 57569 Search with the $V{PAGE_NUMBER} pattern fails | I am trying to search for "$V{PAGE_NUMBER}". Nothing happens in the interface when I click the Search button, but I see the following in the Eclipse log: !ENTRY org.eclipse.ui 4 0 Apr 06, 2004 16:24:14.260 !MESSAGE can't parse argument number PAGE_NUMBER !STACK 0 java.lang.IllegalArgumentException: can't parse argument... | verified fixed | 47c9caa | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-12T08:17:35Z | 2004-04-06T14:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchQuery.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... |
56,132 | Bug 56132 method signature refactoring does not update javadoc [refactoring] | removing an exception with method signature refactoring does not update javadoc. example: /** * @throws Exception * @throws IOException * @throws IllegalArgumentException */ void doNothing() throws Exception, IOException, IllegalArgumentException { } when removing IOException or IllegalArgumentException javadoc is not ... | resolved fixed | e27c479 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-12T08:35:24Z | 2004-03-25T13:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testException05_in.java | |
56,132 | Bug 56132 method signature refactoring does not update javadoc [refactoring] | removing an exception with method signature refactoring does not update javadoc. example: /** * @throws Exception * @throws IOException * @throws IllegalArgumentException */ void doNothing() throws Exception, IOException, IllegalArgumentException { } when removing IOException or IllegalArgumentException javadoc is not ... | resolved fixed | e27c479 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-12T08:35:24Z | 2004-03-25T13:06:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testException05_out.java | |
56,132 | Bug 56132 method signature refactoring does not update javadoc [refactoring] | removing an exception with method signature refactoring does not update javadoc. example: /** * @throws Exception * @throws IOException * @throws IllegalArgumentException */ void doNothing() throws Exception, IOException, IllegalArgumentException { } when removing IOException or IllegalArgumentException javadoc is not ... | resolved fixed | e27c479 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-12T08:35:24Z | 2004-03-25T13:06:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
56,132 | Bug 56132 method signature refactoring does not update javadoc [refactoring] | removing an exception with method signature refactoring does not update javadoc. example: /** * @throws Exception * @throws IOException * @throws IllegalArgumentException */ void doNothing() throws Exception, IOException, IllegalArgumentException { } when removing IOException or IllegalArgumentException javadoc is not ... | resolved fixed | e27c479 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2004-05-12T08:35:24Z | 2004-03-25T13:06:40Z | cases/org/eclipse/jdt/ui/tests/refactoring/ChangeSignatureTests.java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.