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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test90_in.java | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test90_out.java | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test91_in.java | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test91_out.java | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/Wildcard1.java | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/Wildcard2.java | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/out/Wildcard1.java | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/out/Wildcard2.java | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | org.eclipse.jdt.ui.tests.refactoring/test | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | cases/org/eclipse/jdt/ui/tests/refactoring/ExtractConstantTests.java | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | org.eclipse.jdt.ui.tests.refactoring/test | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTests.java | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | org.eclipse.jdt.ui.tests.refactoring/test | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | cases/org/eclipse/jdt/ui/tests/refactoring/ExtractTempTests.java | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | org.eclipse.jdt.ui.tests.refactoring/test | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | cases/org/eclipse/jdt/ui/tests/refactoring/IntroduceParameterTests.java | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | org.eclipse.jdt.ui.tests.refactoring/test | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | cases/org/eclipse/jdt/ui/tests/refactoring/infra/TextRangeUtil.java | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | org.eclipse.jdt.ui/core | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | extension/org/eclipse/jdt/internal/corext/dom/Bindings.java | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | org.eclipse.jdt.ui/core | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | org.eclipse.jdt.ui/core | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | org.eclipse.jdt.ui/core | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | org.eclipse.jdt.ui/core | |
93,541 | Bug 93541 [refactoring] All extract refactorings and quick fixes fail with wildcard return type | N20050503-0010 All extract refactorings and quick fixes fail in examples with a wildcard return type: static ArrayList<? extends Number> al= new ArrayList<Integer>(); void test () { al.get(0); //<-select method invocation expression and extract } - Failing refactorings: Extract Local Variable, Extract Constant, Introdu... | verified fixed | 28b882b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-16T21:18:56Z | 2005-05-03T14:20:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceParameterRefactoring.java | |
62,086 | Bug 62086 [User library] Jars in User Libraries Can't be ordered | Inorder to get a patch to Easymock to work the patch jar must be first in the classpath. There does not appear to be a way to do this with the User Libraries. I'm using the I20040506 build. | verified fixed | 8d0b2c7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T07:37:52Z | 2004-05-13T12:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
62,086 | Bug 62086 [User library] Jars in User Libraries Can't be ordered | Inorder to get a patch to Easymock to work the patch jar must be first in the classpath. There does not appear to be a way to do this with the User Libraries. I'm using the I20040506 build. | verified fixed | 8d0b2c7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T07:37:52Z | 2004-05-13T12:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
62,086 | Bug 62086 [User library] Jars in User Libraries Can't be ordered | Inorder to get a patch to Easymock to work the patch jar must be first in the classpath. There does not appear to be a way to do this with the User Libraries. I'm using the I20040506 build. | verified fixed | 8d0b2c7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T07:37:52Z | 2004-05-13T12:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPUserLibraryElement.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
62,086 | Bug 62086 [User library] Jars in User Libraries Can't be ordered | Inorder to get a patch to Easymock to work the patch jar must be first in the classpath. There does not appear to be a way to do this with the User Libraries. I'm using the I20040506 build. | verified fixed | 8d0b2c7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T07:37:52Z | 2004-05-13T12:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/JavadocLocationDialog.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
62,086 | Bug 62086 [User library] Jars in User Libraries Can't be ordered | Inorder to get a patch to Easymock to work the patch jar must be first in the classpath. There does not appear to be a way to do this with the User Libraries. I'm using the I20040506 build. | verified fixed | 8d0b2c7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T07:37:52Z | 2004-05-13T12:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
62,086 | Bug 62086 [User library] Jars in User Libraries Can't be ordered | Inorder to get a patch to Easymock to work the patch jar must be first in the classpath. There does not appear to be a way to do this with the User Libraries. I'm using the I20040506 build. | verified fixed | 8d0b2c7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T07:37:52Z | 2004-05-13T12:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
62,086 | Bug 62086 [User library] Jars in User Libraries Can't be ordered | Inorder to get a patch to Easymock to work the patch jar must be first in the classpath. There does not appear to be a way to do this with the User Libraries. I'm using the I20040506 build. | verified fixed | 8d0b2c7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T07:37:52Z | 2004-05-13T12:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentDialog.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
62,086 | Bug 62086 [User library] Jars in User Libraries Can't be ordered | Inorder to get a patch to Easymock to work the patch jar must be first in the classpath. There does not appear to be a way to do this with the User Libraries. I'm using the I20040506 build. | verified fixed | 8d0b2c7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T07:37:52Z | 2004-05-13T12:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/TreeListDialogField.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
76,416 | Bug 76416 Method signature using QuickFix incorrect in static methods | Very Minor bug, When using quickfix to create method in an static anonymous inner class.. then the resulting method created is not static... but it needs to be. Example: 1. Create Class: public class SwingApplication { public static void main(String[] args) { SwingUtilities.invokeLater(new Runnable(){ public void run()... | verified fixed | 94b971c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T09:16:24Z | 2004-10-16T04:13:20Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedMethodsQuickFixTest.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
76,416 | Bug 76416 Method signature using QuickFix incorrect in static methods | Very Minor bug, When using quickfix to create method in an static anonymous inner class.. then the resulting method created is not static... but it needs to be. Example: 1. Create Class: public class SwingApplication { public static void main(String[] args) { SwingUtilities.invokeLater(new Runnable(){ public void run()... | verified fixed | 94b971c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T09:16:24Z | 2004-10-16T04:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewMethodCompletionProposal.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
75,672 | Bug 75672 Incorrect quick fix proposals [quick fix] | If I invoke CTRL+1 on a method's name to select "Rename in File", I get quick fixes to create the method in each of the superclasses. The method is private, so it doesn't make sense to create the method in a superclass. Also, I would rank "Rename in File" as higher priority even when the other option applies. Currently... | verified fixed | afe4271 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T09:50:44Z | 2004-10-05T21:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
95,326 | Bug 95326 [code manipulation] Class wizard produces junk | Env: 3.1M7 Sometimes the class wizard produces junk when generating a new class skeleton (seems that constructors are placed inside the import statements). With the following example, the bug can always reproduced: 0) no enclosing type 1) Create a new Class: JxX509TrustManager 2) Modifiers: public only 3) SuperClass: j... | verified fixed | 7acb7e5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T10:25:37Z | 2005-05-15T23:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
95,179 | Bug 95179 [type filters] Type Filters not respected | Using 0506, I re-enabled my java.awt.* Type Filter, and invoked Organize Imports. I prompted to resolve AWT's and SWT's Rectangle. AWT should have been filtered. | verified fixed | abe31ee | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T10:51:34Z | 2005-05-13T18:46:40Z | org.eclipse.jdt.ui/core | |
95,179 | Bug 95179 [type filters] Type Filters not respected | Using 0506, I re-enabled my java.awt.* Type Filter, and invoked Organize Imports. I prompted to resolve AWT's and SWT's Rectangle. AWT should have been filtered. | verified fixed | abe31ee | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T10:51:34Z | 2005-05-13T18:46:40Z | extension/org/eclipse/jdt/internal/corext/util/TypeFilter.java | |
95,179 | Bug 95179 [type filters] Type Filters not respected | Using 0506, I re-enabled my java.awt.* Type Filter, and invoked Organize Imports. I prompted to resolve AWT's and SWT's Rectangle. AWT should have been filtered. | verified fixed | abe31ee | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T10:51:34Z | 2005-05-13T18:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
91,409 | Bug 91409 Project Open/Close items are disabled when Package Explorer active | Project Open/Close option in the Project menu is disabled in Plugin prespective. | verified fixed | b70e103 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T11:10:06Z | 2005-04-14T14:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
91,409 | Bug 91409 Project Open/Close items are disabled when Package Explorer active | Project Open/Close option in the Project menu is disabled in Plugin prespective. | verified fixed | b70e103 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T11:10:06Z | 2005-04-14T14:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/OpenCloseWorkingSetAction.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
91,409 | Bug 91409 Project Open/Close items are disabled when Package Explorer active | Project Open/Close option in the Project menu is disabled in Plugin prespective. | verified fixed | b70e103 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T11:10:06Z | 2005-04-14T14:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetActionGroup.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
69,101 | Bug 69101 Quick Fix new class does not update imports [quick fix] | 1. Ctrl-1 New Class to resolve non-existing type 2. Change package target for new class 3. New class created but need to add import manually because package doesn't match. | verified fixed | 3a6220c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T12:44:13Z | 2004-07-01T00:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewCUCompletionUsingWizardProposal.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
69,101 | Bug 69101 Quick Fix new class does not update imports [quick fix] | 1. Ctrl-1 New Class to resolve non-existing type 2. Change package target for new class 3. New class created but need to add import manually because package doesn't match. | verified fixed | 3a6220c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T12:44:13Z | 2004-07-01T00:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizard.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
69,101 | Bug 69101 Quick Fix new class does not update imports [quick fix] | 1. Ctrl-1 New Class to resolve non-existing type 2. Change package target for new class 3. New class created but need to add import manually because package doesn't match. | verified fixed | 3a6220c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T12:44:13Z | 2004-07-01T00:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewAnnotationCreationWizard.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
69,101 | Bug 69101 Quick Fix new class does not update imports [quick fix] | 1. Ctrl-1 New Class to resolve non-existing type 2. Change package target for new class 3. New class created but need to add import manually because package doesn't match. | verified fixed | 3a6220c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T12:44:13Z | 2004-07-01T00:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewClassCreationWizard.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
69,101 | Bug 69101 Quick Fix new class does not update imports [quick fix] | 1. Ctrl-1 New Class to resolve non-existing type 2. Change package target for new class 3. New class created but need to add import manually because package doesn't match. | verified fixed | 3a6220c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T12:44:13Z | 2004-07-01T00:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewElementWizard.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
69,101 | Bug 69101 Quick Fix new class does not update imports [quick fix] | 1. Ctrl-1 New Class to resolve non-existing type 2. Change package target for new class 3. New class created but need to add import manually because package doesn't match. | verified fixed | 3a6220c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T12:44:13Z | 2004-07-01T00:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewEnumCreationWizard.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
69,101 | Bug 69101 Quick Fix new class does not update imports [quick fix] | 1. Ctrl-1 New Class to resolve non-existing type 2. Change package target for new class 3. New class created but need to add import manually because package doesn't match. | verified fixed | 3a6220c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T12:44:13Z | 2004-07-01T00:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewInterfaceCreationWizard.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
69,101 | Bug 69101 Quick Fix new class does not update imports [quick fix] | 1. Ctrl-1 New Class to resolve non-existing type 2. Change package target for new class 3. New class created but need to add import manually because package doesn't match. | verified fixed | 3a6220c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T12:44:13Z | 2004-07-01T00:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewPackageCreationWizard.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
69,101 | Bug 69101 Quick Fix new class does not update imports [quick fix] | 1. Ctrl-1 New Class to resolve non-existing type 2. Change package target for new class 3. New class created but need to add import manually because package doesn't match. | verified fixed | 3a6220c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T12:44:13Z | 2004-07-01T00:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderCreationWizard.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
84,353 | Bug 84353 [typing] Hippie completion fills undo stack | I20050202-0800 Toggling through the lists adds each item to the undo stack and hence Undo (Ctrl+Z) undoes each by each. | verified fixed | 1073b83 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T12:53:32Z | 2005-02-03T17:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompoundEditExitStrategy.java | |
84,353 | Bug 84353 [typing] Hippie completion fills undo stack | I20050202-0800 Toggling through the lists adds each item to the undo stack and hence Undo (Ctrl+Z) undoes each by each. | verified fixed | 1073b83 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T12:53:32Z | 2005-02-03T17:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ICompoundEditListener.java | |
84,353 | Bug 84353 [typing] Hippie completion fills undo stack | I20050202-0800 Toggling through the lists adds each item to the undo stack and hence Undo (Ctrl+Z) undoes each by each. | verified fixed | 1073b83 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T12:53:32Z | 2005-02-03T17:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMoveLinesAction.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
84,353 | Bug 84353 [typing] Hippie completion fills undo stack | I20050202-0800 Toggling through the lists adds each item to the undo stack and hence Undo (Ctrl+Z) undoes each by each. | verified fixed | 1073b83 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T12:53:32Z | 2005-02-03T17:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ListenerList.java | |
92,841 | Bug 92841 Inline Method duplicates generic type arguments list [refactoring][5.0] | HEAD void use () { Vector<? extends Number> vn = me(); } private Vector<? extends Number> me() { Vector<Integer> vn= new Vector<Integer>(); vn.add(13); return vn; } Inlining me() gives this (generic type arguments lists duplicated): void use () { Vector<Integer><Integer> vn1= new Vector<Integer><Integer>(); vn1.add(13)... | verified fixed | 976d756 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T14:26:12Z | 2005-04-26T21:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/generic_in/TestParameterizedType1.java | |
92,841 | Bug 92841 Inline Method duplicates generic type arguments list [refactoring][5.0] | HEAD void use () { Vector<? extends Number> vn = me(); } private Vector<? extends Number> me() { Vector<Integer> vn= new Vector<Integer>(); vn.add(13); return vn; } Inlining me() gives this (generic type arguments lists duplicated): void use () { Vector<Integer><Integer> vn1= new Vector<Integer><Integer>(); vn1.add(13)... | verified fixed | 976d756 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T14:26:12Z | 2005-04-26T21:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/generic_in/TestParameterizedType2.java | |
92,841 | Bug 92841 Inline Method duplicates generic type arguments list [refactoring][5.0] | HEAD void use () { Vector<? extends Number> vn = me(); } private Vector<? extends Number> me() { Vector<Integer> vn= new Vector<Integer>(); vn.add(13); return vn; } Inlining me() gives this (generic type arguments lists duplicated): void use () { Vector<Integer><Integer> vn1= new Vector<Integer><Integer>(); vn1.add(13)... | verified fixed | 976d756 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T14:26:12Z | 2005-04-26T21:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/generic_out/TestParameterizedType1.java | |
92,841 | Bug 92841 Inline Method duplicates generic type arguments list [refactoring][5.0] | HEAD void use () { Vector<? extends Number> vn = me(); } private Vector<? extends Number> me() { Vector<Integer> vn= new Vector<Integer>(); vn.add(13); return vn; } Inlining me() gives this (generic type arguments lists duplicated): void use () { Vector<Integer><Integer> vn1= new Vector<Integer><Integer>(); vn1.add(13)... | verified fixed | 976d756 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T14:26:12Z | 2005-04-26T21:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/generic_out/TestParameterizedType2.java | |
92,841 | Bug 92841 Inline Method duplicates generic type arguments list [refactoring][5.0] | HEAD void use () { Vector<? extends Number> vn = me(); } private Vector<? extends Number> me() { Vector<Integer> vn= new Vector<Integer>(); vn.add(13); return vn; } Inlining me() gives this (generic type arguments lists duplicated): void use () { Vector<Integer><Integer> vn1= new Vector<Integer><Integer>(); vn1.add(13)... | verified fixed | 976d756 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T14:26:12Z | 2005-04-26T21:13:20Z | org.eclipse.jdt.ui.tests.refactoring/test | |
92,841 | Bug 92841 Inline Method duplicates generic type arguments list [refactoring][5.0] | HEAD void use () { Vector<? extends Number> vn = me(); } private Vector<? extends Number> me() { Vector<Integer> vn= new Vector<Integer>(); vn.add(13); return vn; } Inlining me() gives this (generic type arguments lists duplicated): void use () { Vector<Integer><Integer> vn1= new Vector<Integer><Integer>(); vn1.add(13)... | verified fixed | 976d756 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T14:26:12Z | 2005-04-26T21:13:20Z | cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java | |
92,841 | Bug 92841 Inline Method duplicates generic type arguments list [refactoring][5.0] | HEAD void use () { Vector<? extends Number> vn = me(); } private Vector<? extends Number> me() { Vector<Integer> vn= new Vector<Integer>(); vn.add(13); return vn; } Inlining me() gives this (generic type arguments lists duplicated): void use () { Vector<Integer><Integer> vn1= new Vector<Integer><Integer>(); vn1.add(13)... | verified fixed | 976d756 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T14:26:12Z | 2005-04-26T21:13:20Z | org.eclipse.jdt.ui/core | |
92,841 | Bug 92841 Inline Method duplicates generic type arguments list [refactoring][5.0] | HEAD void use () { Vector<? extends Number> vn = me(); } private Vector<? extends Number> me() { Vector<Integer> vn= new Vector<Integer>(); vn.add(13); return vn; } Inlining me() gives this (generic type arguments lists duplicated): void use () { Vector<Integer><Integer> vn1= new Vector<Integer><Integer>(); vn1.add(13)... | verified fixed | 976d756 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T14:26:12Z | 2005-04-26T21:13:20Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportReferencesCollector.java | |
92,841 | Bug 92841 Inline Method duplicates generic type arguments list [refactoring][5.0] | HEAD void use () { Vector<? extends Number> vn = me(); } private Vector<? extends Number> me() { Vector<Integer> vn= new Vector<Integer>(); vn.add(13); return vn; } Inlining me() gives this (generic type arguments lists duplicated): void use () { Vector<Integer><Integer> vn1= new Vector<Integer><Integer>(); vn1.add(13)... | verified fixed | 976d756 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T14:26:12Z | 2005-04-26T21:13:20Z | org.eclipse.jdt.ui/core | |
92,841 | Bug 92841 Inline Method duplicates generic type arguments list [refactoring][5.0] | HEAD void use () { Vector<? extends Number> vn = me(); } private Vector<? extends Number> me() { Vector<Integer> vn= new Vector<Integer>(); vn.add(13); return vn; } Inlining me() gives this (generic type arguments lists duplicated): void use () { Vector<Integer><Integer> vn1= new Vector<Integer><Integer>(); vn1.add(13)... | verified fixed | 976d756 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T14:26:12Z | 2005-04-26T21:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceProvider.java | |
94,048 | Bug 94048 [code manipulation] "Generate Constructor using Fields" doesn't work | In a Java project I cannot use the context menu "Generate Constructor using Fields". I get this error message: "There are no constructors from the superclass which may be used." Using Eclipse 3.1M4 this menu item was working. In 3.1M5a and 3.1M6 it doesn't. | verified fixed | 51bfa0c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T14:31:27Z | 2005-05-08T08:13:20Z | org.eclipse.jdt.ui/core | |
94,048 | Bug 94048 [code manipulation] "Generate Constructor using Fields" doesn't work | In a Java project I cannot use the context menu "Generate Constructor using Fields". I get this error message: "There are no constructors from the superclass which may be used." Using Eclipse 3.1M4 this menu item was working. In 3.1M5a and 3.1M6 it doesn't. | verified fixed | 51bfa0c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T14:31:27Z | 2005-05-08T08:13:20Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java | |
94,559 | Bug 94559 Generalize type active for classses not on build path | RC0 - create a class not on the build path - select a field in the outliner - activate Generalize type Observe: the refactoring comes up. A dialog box should be shown instead. | verified fixed | 37d99b3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T14:38:25Z | 2005-05-10T21:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ChangeTypeAction.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
95,560 | Bug 95560 [content assist] generic types context info displays at wrong position | null | verified fixed | c845c25 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T15:15:40Z | 2005-05-17T14:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ExperimentalResultCollector.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
95,560 | Bug 95560 [content assist] generic types context info displays at wrong position | null | verified fixed | c845c25 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T15:15:40Z | 2005-05-17T14:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/GenericJavaTypeProposal.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
94,564 | Bug 94564 Infer type argument: Change is named Java model modifications | RC 0 The name of the change should be Infer Type arguments. As a result the undo currently looks funny. | verified fixed | 45dc160 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T15:28:30Z | 2005-05-10T21:20:00Z | org.eclipse.jdt.ui/core | |
94,564 | Bug 94564 Infer type argument: Change is named Java model modifications | RC 0 The name of the change should be Infer Type arguments. As a result the undo currently looks funny. | verified fixed | 45dc160 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T15:28:30Z | 2005-05-10T21:20:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsRefactoring.java | |
95,528 | Bug 95528 [content assist] additional '(' after proposal insertion | N20050517-0010 - invoke content assist after: System.out.p - type '(' -> auto insertion with an additional '(': System.out.print(false() This is using 'completion inserts' and 'argument guessing'. | verified fixed | 99ba03d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-17T15:39:38Z | 2005-05-17T08:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaMethodCompletionProposal.java | /*******************************************************************************
* Copyright (c) 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is a... |
95,671 | Bug 95671 [javadoc] Missing and duplicate mnemonics on JavadocConfigurationBlock, etc | N20050517-0010 There are no mneumonics to switch between Javadoc URL specification and Javadoc in archive specification. 'B' is used for both Browse buttons in Javadoc in archive grouping. On my platform this means I cannot use the keyboard to get to the second button (easily). The warning message for the Validate... c... | verified fixed | e10f82e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T07:51:30Z | 2005-05-17T22:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationBlock.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 Eclipse Public License v1.0
* which accompanies this distribution, an... |
95,671 | Bug 95671 [javadoc] Missing and duplicate mnemonics on JavadocConfigurationBlock, etc | N20050517-0010 There are no mneumonics to switch between Javadoc URL specification and Javadoc in archive specification. 'B' is used for both Browse buttons in Javadoc in archive grouping. On my platform this means I cannot use the keyboard to get to the second button (easily). The warning message for the Validate... c... | verified fixed | e10f82e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T07:51:30Z | 2005-05-17T22:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
94,689 | Bug 94689 Infer type arguments should be more graceful with exceptions | The current implementation stop precessing as soon as an exception occurs. This leads to the fact that as soon there is one single file which we can't process properly the whole refactoring can't be applied. Can't we catch the standard exceptions (using ISafeRunnble) add them to a refactoring status and present them to... | verified fixed | e83d5da | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T07:54:28Z | 2005-05-11T14:00:00Z | org.eclipse.jdt.ui/core | |
94,689 | Bug 94689 Infer type arguments should be more graceful with exceptions | The current implementation stop precessing as soon as an exception occurs. This leads to the fact that as soon there is one single file which we can't process properly the whole refactoring can't be applied. Can't we catch the standard exceptions (using ISafeRunnble) add them to a refactoring status and present them to... | verified fixed | e83d5da | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T07:54:28Z | 2005-05-11T14:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringCoreMessages.java | |
94,689 | Bug 94689 Infer type arguments should be more graceful with exceptions | The current implementation stop precessing as soon as an exception occurs. This leads to the fact that as soon there is one single file which we can't process properly the whole refactoring can't be applied. Can't we catch the standard exceptions (using ISafeRunnble) add them to a refactoring status and present them to... | verified fixed | e83d5da | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T07:54:28Z | 2005-05-11T14:00:00Z | org.eclipse.jdt.ui/core | |
94,689 | Bug 94689 Infer type arguments should be more graceful with exceptions | The current implementation stop precessing as soon as an exception occurs. This leads to the fact that as soon there is one single file which we can't process properly the whole refactoring can't be applied. Can't we catch the standard exceptions (using ISafeRunnble) add them to a refactoring status and present them to... | verified fixed | e83d5da | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T07:54:28Z | 2005-05-11T14:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsRefactoring.java | |
93,654 | Bug 93654 Provide select all / deselect all buttons for JavaWorkingSetPage | null | closed fixed | 7d4b3c6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T08:03:22Z | 2005-05-04T15:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetPage.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
93,654 | Bug 93654 Provide select all / deselect all buttons for JavaWorkingSetPage | null | closed fixed | 7d4b3c6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T08:03:22Z | 2005-05-04T15:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetMessages.java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
94,426 | Bug 94426 [refactoring] inline method shows "no changes" for non-fatal error | null | verified fixed | 56c7708 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T08:05:00Z | 2005-05-10T15:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_in/Test_76241.java | |
94,426 | Bug 94426 [refactoring] inline method shows "no changes" for non-fatal error | null | verified fixed | 56c7708 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T08:05:00Z | 2005-05-10T15:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_in/Test_94426.java | |
94,426 | Bug 94426 [refactoring] inline method shows "no changes" for non-fatal error | null | verified fixed | 56c7708 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T08:05:00Z | 2005-05-10T15:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_out/Test_76241.java | |
94,426 | Bug 94426 [refactoring] inline method shows "no changes" for non-fatal error | null | verified fixed | 56c7708 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T08:05:00Z | 2005-05-10T15:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/bugs_out/Test_94426.java | |
94,426 | Bug 94426 [refactoring] inline method shows "no changes" for non-fatal error | null | verified fixed | 56c7708 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T08:05:00Z | 2005-05-10T15:46:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
94,426 | Bug 94426 [refactoring] inline method shows "no changes" for non-fatal error | null | verified fixed | 56c7708 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T08:05:00Z | 2005-05-10T15:46:40Z | cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTestSetup.java | |
94,426 | Bug 94426 [refactoring] inline method shows "no changes" for non-fatal error | null | verified fixed | 56c7708 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T08:05:00Z | 2005-05-10T15:46:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
94,426 | Bug 94426 [refactoring] inline method shows "no changes" for non-fatal error | null | verified fixed | 56c7708 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T08:05:00Z | 2005-05-10T15:46:40Z | cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java | |
94,426 | Bug 94426 [refactoring] inline method shows "no changes" for non-fatal error | null | verified fixed | 56c7708 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T08:05:00Z | 2005-05-10T15:46:40Z | org.eclipse.jdt.ui/core | |
94,426 | Bug 94426 [refactoring] inline method shows "no changes" for non-fatal error | null | verified fixed | 56c7708 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T08:05:00Z | 2005-05-10T15:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java | |
94,426 | Bug 94426 [refactoring] inline method shows "no changes" for non-fatal error | null | verified fixed | 56c7708 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T08:05:00Z | 2005-05-10T15:46:40Z | org.eclipse.jdt.ui/core | |
94,426 | Bug 94426 [refactoring] inline method shows "no changes" for non-fatal error | null | verified fixed | 56c7708 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T08:05:00Z | 2005-05-10T15:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/TargetProvider.java | |
95,401 | Bug 95401 [refactoring] [inline] Inlining method of generic class gives illegal result. | --------------------- BEFORE -------------------------- class Bug { class Model<Row extends java.util.List> { Row getObjectAtRow(){ return new java.util.HashSet<Row>().iterator().next(); } } class UI<Clazz extends java.util.ArrayList>{ public final Clazz[] getBeginAndEndSelections() { return (Clazz[])java.lang.reflect.... | verified fixed | 783aa28 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T09:41:17Z | 2005-05-16T16:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/generic_in/TestParameterizedType3.java | |
95,401 | Bug 95401 [refactoring] [inline] Inlining method of generic class gives illegal result. | --------------------- BEFORE -------------------------- class Bug { class Model<Row extends java.util.List> { Row getObjectAtRow(){ return new java.util.HashSet<Row>().iterator().next(); } } class UI<Clazz extends java.util.ArrayList>{ public final Clazz[] getBeginAndEndSelections() { return (Clazz[])java.lang.reflect.... | verified fixed | 783aa28 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T09:41:17Z | 2005-05-16T16:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/generic_out/TestParameterizedType3.java | |
95,401 | Bug 95401 [refactoring] [inline] Inlining method of generic class gives illegal result. | --------------------- BEFORE -------------------------- class Bug { class Model<Row extends java.util.List> { Row getObjectAtRow(){ return new java.util.HashSet<Row>().iterator().next(); } } class UI<Clazz extends java.util.ArrayList>{ public final Clazz[] getBeginAndEndSelections() { return (Clazz[])java.lang.reflect.... | verified fixed | 783aa28 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-05-18T09:41:17Z | 2005-05-16T16:13:20Z | org.eclipse.jdt.ui.tests.refactoring/test |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.