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
90,424
Bug 90424 Should add more performance tests to jdt.ui fingerprint
Especially test for Move and Rename which deals with lots of references (the 1000_10 and 10_1000 tests which update 100000 references) should have a performance and heap space usage finger print Additionally we should activate the ExtractInterfaceTest since it shows the improvements we did there.
resolved fixed
c7748c9
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-25T10:20:47Z
2005-04-06T09:33:20Z
cases/org/eclipse/jdt/ui/tests/refactoring/reorg/RenamePackagePerfTests1.java
90,424
Bug 90424 Should add more performance tests to jdt.ui fingerprint
Especially test for Move and Rename which deals with lots of references (the 1000_10 and 10_1000 tests which update 100000 references) should have a performance and heap space usage finger print Additionally we should activate the ExtractInterfaceTest since it shows the improvements we did there.
resolved fixed
c7748c9
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-25T10:20:47Z
2005-04-06T09:33:20Z
org.eclipse.jdt.ui.tests.refactoring/test
90,424
Bug 90424 Should add more performance tests to jdt.ui fingerprint
Especially test for Move and Rename which deals with lots of references (the 1000_10 and 10_1000 tests which update 100000 references) should have a performance and heap space usage finger print Additionally we should activate the ExtractInterfaceTest since it shows the improvements we did there.
resolved fixed
c7748c9
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-25T10:20:47Z
2005-04-06T09:33:20Z
cases/org/eclipse/jdt/ui/tests/refactoring/reorg/RenamePackagePerfTests2.java
90,424
Bug 90424 Should add more performance tests to jdt.ui fingerprint
Especially test for Move and Rename which deals with lots of references (the 1000_10 and 10_1000 tests which update 100000 references) should have a performance and heap space usage finger print Additionally we should activate the ExtractInterfaceTest since it shows the improvements we did there.
resolved fixed
c7748c9
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-25T10:20:47Z
2005-04-06T09:33:20Z
org.eclipse.jdt.ui.tests.refactoring/test
90,424
Bug 90424 Should add more performance tests to jdt.ui fingerprint
Especially test for Move and Rename which deals with lots of references (the 1000_10 and 10_1000 tests which update 100000 references) should have a performance and heap space usage finger print Additionally we should activate the ExtractInterfaceTest since it shows the improvements we did there.
resolved fixed
c7748c9
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-25T10:20:47Z
2005-04-06T09:33:20Z
cases/org/eclipse/jdt/ui/tests/refactoring/reorg/RenameTypePerfTests1.java
90,424
Bug 90424 Should add more performance tests to jdt.ui fingerprint
Especially test for Move and Rename which deals with lots of references (the 1000_10 and 10_1000 tests which update 100000 references) should have a performance and heap space usage finger print Additionally we should activate the ExtractInterfaceTest since it shows the improvements we did there.
resolved fixed
c7748c9
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-25T10:20:47Z
2005-04-06T09:33:20Z
org.eclipse.jdt.ui.tests.refactoring/test
90,424
Bug 90424 Should add more performance tests to jdt.ui fingerprint
Especially test for Move and Rename which deals with lots of references (the 1000_10 and 10_1000 tests which update 100000 references) should have a performance and heap space usage finger print Additionally we should activate the ExtractInterfaceTest since it shows the improvements we did there.
resolved fixed
c7748c9
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-25T10:20:47Z
2005-04-06T09:33:20Z
cases/org/eclipse/jdt/ui/tests/refactoring/reorg/RenameTypePerfTests2.java
92,344
Bug 92344 [call hierarchy] JavaModelException when accessing removed type
null
resolved fixed
a17af15
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-25T10:36:08Z
2005-04-22T08:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/JavaUIHelp.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...
92,344
Bug 92344 [call hierarchy] JavaModelException when accessing removed type
null
resolved fixed
a17af15
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-25T10:36:08Z
2005-04-22T08:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/JavadocHelpContext.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...
85,502
Bug 85502 [5.0][syntax coloring] Coloring of unboxing/boxing: Missing cases
20050216 The following cases seem to be missed by the boxing/unboxing syntax colorer: (enable compiler warning for (un)boxing to see where boxing occurs) public class A { private void foo1() { int a= 9; if (a == new Integer(9)) { } } private void foo2() { Integer x= 'c'; } private void foo3() { int si= true ? new Integ...
resolved fixed
b6f5480
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-25T13:33:25Z
2005-02-16T18:53:20Z
org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/AutoboxingSemanticHighlightingTest.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...
85,502
Bug 85502 [5.0][syntax coloring] Coloring of unboxing/boxing: Missing cases
20050216 The following cases seem to be missed by the boxing/unboxing syntax colorer: (enable compiler warning for (un)boxing to see where boxing occurs) public class A { private void foo1() { int a= 9; if (a == new Integer(9)) { } } private void foo2() { Integer x= 'c'; } private void foo3() { int si= true ? new Integ...
resolved fixed
b6f5480
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-25T13:33:25Z
2005-02-16T18:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlighting.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...
85,502
Bug 85502 [5.0][syntax coloring] Coloring of unboxing/boxing: Missing cases
20050216 The following cases seem to be missed by the boxing/unboxing syntax colorer: (enable compiler warning for (un)boxing to see where boxing occurs) public class A { private void foo1() { int a= 9; if (a == new Integer(9)) { } } private void foo2() { Integer x= 'c'; } private void foo3() { int si= true ? new Integ...
resolved fixed
b6f5480
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-25T13:33:25Z
2005-02-16T18:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightingReconciler.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...
85,502
Bug 85502 [5.0][syntax coloring] Coloring of unboxing/boxing: Missing cases
20050216 The following cases seem to be missed by the boxing/unboxing syntax colorer: (enable compiler warning for (un)boxing to see where boxing occurs) public class A { private void foo1() { int a= 9; if (a == new Integer(9)) { } } private void foo2() { Integer x= 'c'; } private void foo3() { int si= true ? new Integ...
resolved fixed
b6f5480
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-25T13:33:25Z
2005-02-16T18:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticHighlightings.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...
85,502
Bug 85502 [5.0][syntax coloring] Coloring of unboxing/boxing: Missing cases
20050216 The following cases seem to be missed by the boxing/unboxing syntax colorer: (enable compiler warning for (un)boxing to see where boxing occurs) public class A { private void foo1() { int a= 9; if (a == new Integer(9)) { } } private void foo2() { Integer x= 'c'; } private void foo3() { int si= true ? new Integ...
resolved fixed
b6f5480
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-25T13:33:25Z
2005-02-16T18:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/SemanticToken.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...
91,324
Bug 91324 [refactoring] refactoring extract constant failed
I20050413-0910 I tried to "extract constant" on "new char[0][]", and received the following exception in the log: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run (RefactoringWizardD...
resolved fixed
b6bfe44
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-25T15:01:09Z
2005-04-13T19:20:00Z
org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test27_in.java
91,324
Bug 91324 [refactoring] refactoring extract constant failed
I20050413-0910 I tried to "extract constant" on "new char[0][]", and received the following exception in the log: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run (RefactoringWizardD...
resolved fixed
b6bfe44
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-25T15:01:09Z
2005-04-13T19:20:00Z
org.eclipse.jdt.ui.tests.refactoring/resources/ExtractConstant/canExtract/A_test27_out.java
91,324
Bug 91324 [refactoring] refactoring extract constant failed
I20050413-0910 I tried to "extract constant" on "new char[0][]", and received the following exception in the log: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run (RefactoringWizardD...
resolved fixed
b6bfe44
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-25T15:01:09Z
2005-04-13T19:20:00Z
org.eclipse.jdt.ui.tests.refactoring/test
91,324
Bug 91324 [refactoring] refactoring extract constant failed
I20050413-0910 I tried to "extract constant" on "new char[0][]", and received the following exception in the log: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run (RefactoringWizardD...
resolved fixed
b6bfe44
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-25T15:01:09Z
2005-04-13T19:20:00Z
cases/org/eclipse/jdt/ui/tests/refactoring/ExtractConstantTests.java
91,324
Bug 91324 [refactoring] refactoring extract constant failed
I20050413-0910 I tried to "extract constant" on "new char[0][]", and received the following exception in the log: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run (RefactoringWizardD...
resolved fixed
b6bfe44
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-25T15:01:09Z
2005-04-13T19:20:00Z
org.eclipse.jdt.ui/core
91,324
Bug 91324 [refactoring] refactoring extract constant failed
I20050413-0910 I tried to "extract constant" on "new char[0][]", and received the following exception in the log: java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:327) at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run (RefactoringWizardD...
resolved fixed
b6bfe44
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-25T15:01:09Z
2005-04-13T19:20:00Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java
92,464
Bug 92464 NPE creating new type Object
Build 20050420-1200 In an empty project, tried to define some minimal JCL (no JRE on classpath). First class defined through wizard is: java.lang.Object, press finish got the following exception. !ENTRY org.eclipse.jdt.ui 4 10001 2005-04-22 23:59:06.625 !MESSAGE Internal Error !STACK 0 java.lang.reflect.InvocationTarge...
resolved fixed
31bfebc
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-25T16:47:39Z
2005-04-22T22:46:40Z
org.eclipse.jdt.ui/core
92,464
Bug 92464 NPE creating new type Object
Build 20050420-1200 In an empty project, tried to define some minimal JCL (no JRE on classpath). First class defined through wizard is: java.lang.Object, press finish got the following exception. !ENTRY org.eclipse.jdt.ui 4 10001 2005-04-22 23:59:06.625 !MESSAGE Internal Error !STACK 0 java.lang.reflect.InvocationTarge...
resolved fixed
31bfebc
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-25T16:47:39Z
2005-04-22T22:46:40Z
extension/org/eclipse/jdt/internal/corext/codemanipulation/AddUnimplementedMethodsOperation.java
92,561
Bug 92561 Leaked HistoryItems in DocumentManager?
I20050420-1200 In a huge YourKit memory trace, I see that DocumentManager holds 303 Documents in memory. I used local history before, but when I made the dump, no local history dialog was up. YourKit says that the 'Retained size' of the array fgValues is 75,393,728 bytes. [Snapshot on my machine: I20050420-1200_1.5.0_2...
resolved fixed
dfd5e18
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-26T09:02:54Z
2005-04-25T09:06:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaStructureCreator.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...
92,563
Bug 92563 [content assist] Warm code assist performance for many types
null
resolved fixed
c192fb9
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-26T09:11:04Z
2005-04-25T11:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ExperimentalProposal.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...
92,563
Bug 92563 [content assist] Warm code assist performance for many types
null
resolved fixed
c192fb9
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-26T09:11:04Z
2005-04-25T11:53:20Z
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...
92,563
Bug 92563 [content assist] Warm code assist performance for many types
null
resolved fixed
c192fb9
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-26T09:11:04Z
2005-04-25T11:53:20Z
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...
92,563
Bug 92563 [content assist] Warm code assist performance for many types
null
resolved fixed
c192fb9
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-26T09:11:04Z
2005-04-25T11:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposal2.java
92,563
Bug 92563 [content assist] Warm code assist performance for many types
null
resolved fixed
c192fb9
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-26T09:11:04Z
2005-04-25T11:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaMethodCompletionProposal.java
92,563
Bug 92563 [content assist] Warm code assist performance for many types
null
resolved fixed
c192fb9
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-26T09:11:04Z
2005-04-25T11:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaTypeCompletionProposal2.java
92,563
Bug 92563 [content assist] Warm code assist performance for many types
null
resolved fixed
c192fb9
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-26T09:11:04Z
2005-04-25T11:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuessingProposal.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...
92,563
Bug 92563 [content assist] Warm code assist performance for many types
null
resolved fixed
c192fb9
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-26T09:11:04Z
2005-04-25T11:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalCollector.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...
92,563
Bug 92563 [content assist] Warm code assist performance for many types
null
resolved fixed
c192fb9
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-26T09:11:04Z
2005-04-25T11:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalComparator.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...
92,751
Bug 92751 wording: open type "checking histroy elements"
I20050420 + ZRH 0426 when doing 'Open Type' for the first time, there is a dialog saying something about "histroy" elements
resolved fixed
5d984e6
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-26T14:49:14Z
2005-04-26T10:06:40Z
org.eclipse.jdt.ui/core
92,751
Bug 92751 wording: open type "checking histroy elements"
I20050420 + ZRH 0426 when doing 'Open Type' for the first time, there is a dialog saying something about "histroy" elements
resolved fixed
5d984e6
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-26T14:49:14Z
2005-04-26T10:06:40Z
extension/org/eclipse/jdt/internal/corext/CorextMessages.java
92,751
Bug 92751 wording: open type "checking histroy elements"
I20050420 + ZRH 0426 when doing 'Open Type' for the first time, there is a dialog saying something about "histroy" elements
resolved fixed
5d984e6
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-26T14:49:14Z
2005-04-26T10:06:40Z
org.eclipse.jdt.ui/core
92,751
Bug 92751 wording: open type "checking histroy elements"
I20050420 + ZRH 0426 when doing 'Open Type' for the first time, there is a dialog saying something about "histroy" elements
resolved fixed
5d984e6
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-26T14:49:14Z
2005-04-26T10:06:40Z
extension/org/eclipse/jdt/internal/corext/util/TypeInfoHistory.java
92,801
Bug 92801 [content assist] additional info (javadoc) missing
I20050426-0849 The additional info (javadoc) is missing.
resolved fixed
eb8f21f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-26T16:39:50Z
2005-04-26T15:40:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCompletionProposal2.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...
92,801
Bug 92801 [content assist] additional info (javadoc) missing
I20050426-0849 The additional info (javadoc) is missing.
resolved fixed
eb8f21f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-26T16:39:50Z
2005-04-26T15:40:00Z
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...
92,847
Bug 92847 [api] missing specs and @since tags on GenerateNewConstructorUsingFieldsAction fields
3.1 HEAD GenerateNewConstructorUsingFieldsAction static public final int DOWN_INDEX= 1; static public final int UP_INDEX= 0; These 2 fields were private in 3.0; now they're public, and therefore API. If the intent was to make them API, add specs and @since 3.1 tags.
verified fixed
3836a1e
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-27T08:38:54Z
2005-04-26T21:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/GenerateConstructorUsingFieldsSelectionDialog.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...
92,847
Bug 92847 [api] missing specs and @since tags on GenerateNewConstructorUsingFieldsAction fields
3.1 HEAD GenerateNewConstructorUsingFieldsAction static public final int DOWN_INDEX= 1; static public final int UP_INDEX= 0; These 2 fields were private in 3.0; now they're public, and therefore API. If the intent was to make them API, add specs and @since 3.1 tags.
verified fixed
3836a1e
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-27T08:38:54Z
2005-04-26T21:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateNewConstructorUsingFieldsAction.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...
92,905
Bug 92905 Initial use of Open Type gives no feedback for several seconds
build I20050426-1700 - switched to new build - used Ctrl+Shift+T - it appeared unresponsive for several seconds (though CPU usage went up), then the "Checking model consistency..." dialog came up and did work for a while - should bring up the dialog sooner, or show the busy cursor if this is not possible
resolved fixed
1cb6b0a
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-27T17:42:29Z
2005-04-27T13:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OpenTypeAction.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...
92,905
Bug 92905 Initial use of Open Type gives no feedback for several seconds
build I20050426-1700 - switched to new build - used Ctrl+Shift+T - it appeared unresponsive for several seconds (though CPU usage went up), then the "Checking model consistency..." dialog came up and did work for a while - should bring up the dialog sooner, or show the busy cursor if this is not possible
resolved fixed
1cb6b0a
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-27T17:42:29Z
2005-04-27T13:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog2.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...
67,289
Bug 67289 UIPerformChangeOperation swallows exception stacktrace [refactoring]
200406111814 UIPerformChangeOperation#executeChange() swallows the exceptions thrown during change execution: throw new CoreException(exception[0].getStatus()); ... drops the (very informative) stacktrace of exception[0]. Since CoreExceptions cannot be nested, either a nestable subclass of CoreException should be throw...
resolved fixed
aaabaa2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-27T20:40:09Z
2004-06-15T17:20:00Z
org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/UIPerformChangeOperation.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,505
Bug 91505 Typo in new API: JavaElementLabels.getDeclararionLabel(..)
I20050414-1107 Typo in new API: JavaElementLabels.getDeclararionLabel(..) ^ should be t Can we still correct this (it's new 3.1 API)?
resolved fixed
b2c97fe
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-28T17:50:13Z
2005-04-15T10:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java
/******************************************************************************* * Copyright (c) 2000, 2005 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
68,190
Bug 68190 UndoManager and perform change operation must call #dispose on change to be executed if validation fails
3.0 Dispose isn't called if the change object couldn't be executed (isValid didn't return a fatal error).
resolved fixed
f5f54f9
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-28T22:49:24Z
2004-06-22T16:00:00Z
org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/ChangeExceptionHandler.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...
68,190
Bug 68190 UndoManager and perform change operation must call #dispose on change to be executed if validation fails
3.0 Dispose isn't called if the change object couldn't be executed (isValid didn't return a fatal error).
resolved fixed
f5f54f9
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-28T22:49:24Z
2004-06-22T16:00:00Z
org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/UIPerformChangeOperation.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...
89,645
Bug 89645 "Build" button appears on toolbar when "New Java Project" wizard is active
Build 20050330 Whenever I press the "New Java Project" button on the toolbar, the "Build" button appears on the toolbar while the resulting wizard is active. The button disappears (causing the other toolbar buttons to shift again) when the wizard is dismissed.
resolved fixed
8db65ea
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T09:05:33Z
2005-03-30T19:13:20Z
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...
89,645
Bug 89645 "Build" button appears on toolbar when "New Java Project" wizard is active
Build 20050330 Whenever I press the "New Java Project" button on the toolbar, the "Build" button appears on the toolbar while the resulting wizard is active. The button disappears (causing the other toolbar buttons to shift again) when the wizard is dismissed.
resolved fixed
8db65ea
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T09:05:33Z
2005-03-30T19:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.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,235
Bug 93235 'Build Path > Use as Source Folder' freezes for 3 minutes with autobuild running
I20050426-1700 I have autobuild enabled and was rebuilding my workspace in the background. From the context menu of a (non-source) folder inside a plugin, I chose 'Build Path > Use as Source Folder'. Eclipse froze for about 3 minutes (but the build was apparently progressing). Stackdump while the UI was stale: Full thr...
resolved fixed
940b12d
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T09:59:21Z
2005-04-29T07:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/BuildPathAction.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,260
Bug 93260 TypeInfoViewer sets foreground colours unnecessarily
null
resolved fixed
dd5efba
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T17:35:58Z
2005-04-29T13:06:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeInfoViewer.java
93,287
Bug 93287 LTK Core Refactoring triggered on shutdown of JavaPlugin
null
resolved fixed
21d5158
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T17:56:09Z
2005-04-29T15:53:20Z
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...
93,287
Bug 93287 LTK Core Refactoring triggered on shutdown of JavaPlugin
null
resolved fixed
21d5158
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T17:56:09Z
2005-04-29T15:53:20Z
org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/RefactoringCore.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,287
Bug 93287 LTK Core Refactoring triggered on shutdown of JavaPlugin
null
resolved fixed
21d5158
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T17:56:09Z
2005-04-29T15:53:20Z
org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/RefactoringCorePlugin.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...
92,982
Bug 92982 [1.5][compiler] Bounds and erasure of capture and type variable bindings
I20050426-1700 I'm a bit confused about bounds and erasure of capture, type variable and wildcard bindings. Consider this example: public class Try<T extends Collection> { void m() { List<? extends Collection> wild= null; Collection c= wild.get(0); List<T> var= null; Collection c2= var.get(0); } Calling ITypeBinding#ge...
verified fixed
fbd7246
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T18:33:03Z
2005-04-27T19:26:40Z
org.eclipse.jdt.ui.tests.refactoring/test
92,982
Bug 92982 [1.5][compiler] Bounds and erasure of capture and type variable bindings
I20050426-1700 I'm a bit confused about bounds and erasure of capture, type variable and wildcard bindings. Consider this example: public class Try<T extends Collection> { void m() { List<? extends Collection> wild= null; Collection c= wild.get(0); List<T> var= null; Collection c2= var.get(0); } Calling ITypeBinding#ge...
verified fixed
fbd7246
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T18:33:03Z
2005-04-27T19:26:40Z
cases/org/eclipse/jdt/ui/tests/typeconstraints/TypeEnvironmentTests.java
92,982
Bug 92982 [1.5][compiler] Bounds and erasure of capture and type variable bindings
I20050426-1700 I'm a bit confused about bounds and erasure of capture, type variable and wildcard bindings. Consider this example: public class Try<T extends Collection> { void m() { List<? extends Collection> wild= null; Collection c= wild.get(0); List<T> var= null; Collection c2= var.get(0); } Calling ITypeBinding#ge...
verified fixed
fbd7246
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T18:33:03Z
2005-04-27T19:26:40Z
org.eclipse.jdt.ui/core
92,982
Bug 92982 [1.5][compiler] Bounds and erasure of capture and type variable bindings
I20050426-1700 I'm a bit confused about bounds and erasure of capture, type variable and wildcard bindings. Consider this example: public class Try<T extends Collection> { void m() { List<? extends Collection> wild= null; Collection c= wild.get(0); List<T> var= null; Collection c2= var.get(0); } Calling ITypeBinding#ge...
verified fixed
fbd7246
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T18:33:03Z
2005-04-27T19:26:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/AbstractTypeVariable.java
92,982
Bug 92982 [1.5][compiler] Bounds and erasure of capture and type variable bindings
I20050426-1700 I'm a bit confused about bounds and erasure of capture, type variable and wildcard bindings. Consider this example: public class Try<T extends Collection> { void m() { List<? extends Collection> wild= null; Collection c= wild.get(0); List<T> var= null; Collection c2= var.get(0); } Calling ITypeBinding#ge...
verified fixed
fbd7246
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T18:33:03Z
2005-04-27T19:26:40Z
org.eclipse.jdt.ui/core
92,982
Bug 92982 [1.5][compiler] Bounds and erasure of capture and type variable bindings
I20050426-1700 I'm a bit confused about bounds and erasure of capture, type variable and wildcard bindings. Consider this example: public class Try<T extends Collection> { void m() { List<? extends Collection> wild= null; Collection c= wild.get(0); List<T> var= null; Collection c2= var.get(0); } Calling ITypeBinding#ge...
verified fixed
fbd7246
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T18:33:03Z
2005-04-27T19:26:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/CaptureType.java
92,982
Bug 92982 [1.5][compiler] Bounds and erasure of capture and type variable bindings
I20050426-1700 I'm a bit confused about bounds and erasure of capture, type variable and wildcard bindings. Consider this example: public class Try<T extends Collection> { void m() { List<? extends Collection> wild= null; Collection c= wild.get(0); List<T> var= null; Collection c2= var.get(0); } Calling ITypeBinding#ge...
verified fixed
fbd7246
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T18:33:03Z
2005-04-27T19:26:40Z
org.eclipse.jdt.ui/core
92,982
Bug 92982 [1.5][compiler] Bounds and erasure of capture and type variable bindings
I20050426-1700 I'm a bit confused about bounds and erasure of capture, type variable and wildcard bindings. Consider this example: public class Try<T extends Collection> { void m() { List<? extends Collection> wild= null; Collection c= wild.get(0); List<T> var= null; Collection c2= var.get(0); } Calling ITypeBinding#ge...
verified fixed
fbd7246
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T18:33:03Z
2005-04-27T19:26:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/SuperWildcardType.java
92,982
Bug 92982 [1.5][compiler] Bounds and erasure of capture and type variable bindings
I20050426-1700 I'm a bit confused about bounds and erasure of capture, type variable and wildcard bindings. Consider this example: public class Try<T extends Collection> { void m() { List<? extends Collection> wild= null; Collection c= wild.get(0); List<T> var= null; Collection c2= var.get(0); } Calling ITypeBinding#ge...
verified fixed
fbd7246
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T18:33:03Z
2005-04-27T19:26:40Z
org.eclipse.jdt.ui/core
92,982
Bug 92982 [1.5][compiler] Bounds and erasure of capture and type variable bindings
I20050426-1700 I'm a bit confused about bounds and erasure of capture, type variable and wildcard bindings. Consider this example: public class Try<T extends Collection> { void m() { List<? extends Collection> wild= null; Collection c= wild.get(0); List<T> var= null; Collection c2= var.get(0); } Calling ITypeBinding#ge...
verified fixed
fbd7246
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T18:33:03Z
2005-04-27T19:26:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TType.java
92,982
Bug 92982 [1.5][compiler] Bounds and erasure of capture and type variable bindings
I20050426-1700 I'm a bit confused about bounds and erasure of capture, type variable and wildcard bindings. Consider this example: public class Try<T extends Collection> { void m() { List<? extends Collection> wild= null; Collection c= wild.get(0); List<T> var= null; Collection c2= var.get(0); } Calling ITypeBinding#ge...
verified fixed
fbd7246
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T18:33:03Z
2005-04-27T19:26:40Z
org.eclipse.jdt.ui/core
92,982
Bug 92982 [1.5][compiler] Bounds and erasure of capture and type variable bindings
I20050426-1700 I'm a bit confused about bounds and erasure of capture, type variable and wildcard bindings. Consider this example: public class Try<T extends Collection> { void m() { List<? extends Collection> wild= null; Collection c= wild.get(0); List<T> var= null; Collection c2= var.get(0); } Calling ITypeBinding#ge...
verified fixed
fbd7246
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T18:33:03Z
2005-04-27T19:26:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TypeEnvironment.java
66,480
Bug 66480 Selecting a badly encoded file in the package explorer results in MalformedInputExceptions
I200406091200 - Create a folder with UTF-8 encoding - Have some .java files in the folder that are Latin1 encoded, but with their encoding not set (they inherit from the folder, UTF-8) (-> these files cannot be opened, which is correct) - Selecting the file in the package explorer without opening it Observe the excepti...
resolved fixed
144720f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T22:47:05Z
2004-06-10T09:33:20Z
org.eclipse.jdt.ui/ui
66,480
Bug 66480 Selecting a badly encoded file in the package explorer results in MalformedInputExceptions
I200406091200 - Create a folder with UTF-8 encoding - Have some .java files in the folder that are Latin1 encoded, but with their encoding not set (they inherit from the folder, UTF-8) (-> these files cannot be opened, which is correct) - Selecting the file in the package explorer without opening it Observe the excepti...
resolved fixed
144720f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T22:47:05Z
2004-06-10T09:33:20Z
refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/InlineMethodAction.java
66,480
Bug 66480 Selecting a badly encoded file in the package explorer results in MalformedInputExceptions
I200406091200 - Create a folder with UTF-8 encoding - Have some .java files in the folder that are Latin1 encoded, but with their encoding not set (they inherit from the folder, UTF-8) (-> these files cannot be opened, which is correct) - Selecting the file in the package explorer without opening it Observe the excepti...
resolved fixed
144720f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T22:47:05Z
2004-06-10T09:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionMessages.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...
66,480
Bug 66480 Selecting a badly encoded file in the package explorer results in MalformedInputExceptions
I200406091200 - Create a folder with UTF-8 encoding - Have some .java files in the folder that are Latin1 encoded, but with their encoding not set (they inherit from the folder, UTF-8) (-> these files cannot be opened, which is correct) - Selecting the file in the package explorer without opening it Observe the excepti...
resolved fixed
144720f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T22:47:05Z
2004-06-10T09:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.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...
66,480
Bug 66480 Selecting a badly encoded file in the package explorer results in MalformedInputExceptions
I200406091200 - Create a folder with UTF-8 encoding - Have some .java files in the folder that are Latin1 encoded, but with their encoding not set (they inherit from the folder, UTF-8) (-> these files cannot be opened, which is correct) - Selecting the file in the package explorer without opening it Observe the excepti...
resolved fixed
144720f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T22:47:05Z
2004-06-10T09:33:20Z
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...
66,480
Bug 66480 Selecting a badly encoded file in the package explorer results in MalformedInputExceptions
I200406091200 - Create a folder with UTF-8 encoding - Have some .java files in the folder that are Latin1 encoded, but with their encoding not set (they inherit from the folder, UTF-8) (-> these files cannot be opened, which is correct) - Selecting the file in the package explorer without opening it Observe the excepti...
resolved fixed
144720f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T22:47:05Z
2004-06-10T09:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ConvertAnonymousToNestedAction.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...
66,480
Bug 66480 Selecting a badly encoded file in the package explorer results in MalformedInputExceptions
I200406091200 - Create a folder with UTF-8 encoding - Have some .java files in the folder that are Latin1 encoded, but with their encoding not set (they inherit from the folder, UTF-8) (-> these files cannot be opened, which is correct) - Selecting the file in the package explorer without opening it Observe the excepti...
resolved fixed
144720f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T22:47:05Z
2004-06-10T09:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ConvertNestedToTopAction.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...
66,480
Bug 66480 Selecting a badly encoded file in the package explorer results in MalformedInputExceptions
I200406091200 - Create a folder with UTF-8 encoding - Have some .java files in the folder that are Latin1 encoded, but with their encoding not set (they inherit from the folder, UTF-8) (-> these files cannot be opened, which is correct) - Selecting the file in the package explorer without opening it Observe the excepti...
resolved fixed
144720f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T22:47:05Z
2004-06-10T09:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ExtractInterfaceAction.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...
66,480
Bug 66480 Selecting a badly encoded file in the package explorer results in MalformedInputExceptions
I200406091200 - Create a folder with UTF-8 encoding - Have some .java files in the folder that are Latin1 encoded, but with their encoding not set (they inherit from the folder, UTF-8) (-> these files cannot be opened, which is correct) - Selecting the file in the package explorer without opening it Observe the excepti...
resolved fixed
144720f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T22:47:05Z
2004-06-10T09:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindAction.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...
66,480
Bug 66480 Selecting a badly encoded file in the package explorer results in MalformedInputExceptions
I200406091200 - Create a folder with UTF-8 encoding - Have some .java files in the folder that are Latin1 encoded, but with their encoding not set (they inherit from the folder, UTF-8) (-> these files cannot be opened, which is correct) - Selecting the file in the package explorer without opening it Observe the excepti...
resolved fixed
144720f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T22:47:05Z
2004-06-10T09:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FormatAllAction.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...
66,480
Bug 66480 Selecting a badly encoded file in the package explorer results in MalformedInputExceptions
I200406091200 - Create a folder with UTF-8 encoding - Have some .java files in the folder that are Latin1 encoded, but with their encoding not set (they inherit from the folder, UTF-8) (-> these files cannot be opened, which is correct) - Selecting the file in the package explorer without opening it Observe the excepti...
resolved fixed
144720f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T22:47:05Z
2004-06-10T09:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateNewConstructorUsingFieldsAction.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...
66,480
Bug 66480 Selecting a badly encoded file in the package explorer results in MalformedInputExceptions
I200406091200 - Create a folder with UTF-8 encoding - Have some .java files in the folder that are Latin1 encoded, but with their encoding not set (they inherit from the folder, UTF-8) (-> these files cannot be opened, which is correct) - Selecting the file in the package explorer without opening it Observe the excepti...
resolved fixed
144720f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T22:47:05Z
2004-06-10T09:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.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...
66,480
Bug 66480 Selecting a badly encoded file in the package explorer results in MalformedInputExceptions
I200406091200 - Create a folder with UTF-8 encoding - Have some .java files in the folder that are Latin1 encoded, but with their encoding not set (they inherit from the folder, UTF-8) (-> these files cannot be opened, which is correct) - Selecting the file in the package explorer without opening it Observe the excepti...
resolved fixed
144720f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T22:47:05Z
2004-06-10T09:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OverrideMethodsAction.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...
66,480
Bug 66480 Selecting a badly encoded file in the package explorer results in MalformedInputExceptions
I200406091200 - Create a folder with UTF-8 encoding - Have some .java files in the folder that are Latin1 encoded, but with their encoding not set (they inherit from the folder, UTF-8) (-> these files cannot be opened, which is correct) - Selecting the file in the package explorer without opening it Observe the excepti...
resolved fixed
144720f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T22:47:05Z
2004-06-10T09:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RemoveFromClasspathAction.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...
66,480
Bug 66480 Selecting a badly encoded file in the package explorer results in MalformedInputExceptions
I200406091200 - Create a folder with UTF-8 encoding - Have some .java files in the folder that are Latin1 encoded, but with their encoding not set (they inherit from the folder, UTF-8) (-> these files cannot be opened, which is correct) - Selecting the file in the package explorer without opening it Observe the excepti...
resolved fixed
144720f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-04-29T22:47:05Z
2004-06-10T09:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/UseSupertypeAction.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...
68,983
Bug 68983 Refactor menu not available on binary types [refactoring]
It seems to be impossible to use refactoring features on a Type whose source is not in the project/workspace. For example, I would like to replace all instances of ArrayList by List where it is possible (using the "Use Supertype Where Possible" refactor feature, but it does not appear to be possible since there is no r...
resolved fixed
26e96ad
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-02T09:38:40Z
2004-06-30T10:06:40Z
org.eclipse.jdt.ui/core
68,983
Bug 68983 Refactor menu not available on binary types [refactoring]
It seems to be impossible to use refactoring features on a Type whose source is not in the project/workspace. For example, I would like to replace all instances of ArrayList by List where it is possible (using the "Use Supertype Where Possible" refactor feature, but it does not appear to be possible since there is no r...
resolved fixed
26e96ad
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-02T09:38:40Z
2004-06-30T10:06:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java
68,983
Bug 68983 Refactor menu not available on binary types [refactoring]
It seems to be impossible to use refactoring features on a Type whose source is not in the project/workspace. For example, I would like to replace all instances of ArrayList by List where it is possible (using the "Use Supertype Where Possible" refactor feature, but it does not appear to be possible since there is no r...
resolved fixed
26e96ad
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-02T09:38:40Z
2004-06-30T10:06:40Z
org.eclipse.jdt.ui/core
68,983
Bug 68983 Refactor menu not available on binary types [refactoring]
It seems to be impossible to use refactoring features on a Type whose source is not in the project/workspace. For example, I would like to replace all instances of ArrayList by List where it is possible (using the "Use Supertype Where Possible" refactor feature, but it does not appear to be possible since there is no r...
resolved fixed
26e96ad
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-02T09:38:40Z
2004-06-30T10:06:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceProcessor.java
68,983
Bug 68983 Refactor menu not available on binary types [refactoring]
It seems to be impossible to use refactoring features on a Type whose source is not in the project/workspace. For example, I would like to replace all instances of ArrayList by List where it is possible (using the "Use Supertype Where Possible" refactor feature, but it does not appear to be possible since there is no r...
resolved fixed
26e96ad
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-02T09:38:40Z
2004-06-30T10:06:40Z
org.eclipse.jdt.ui/core
68,983
Bug 68983 Refactor menu not available on binary types [refactoring]
It seems to be impossible to use refactoring features on a Type whose source is not in the project/workspace. For example, I would like to replace all instances of ArrayList by List where it is possible (using the "Use Supertype Where Possible" refactor feature, but it does not appear to be possible since there is no r...
resolved fixed
26e96ad
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-02T09:38:40Z
2004-06-30T10:06:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/UseSuperTypeProcessor.java
68,983
Bug 68983 Refactor menu not available on binary types [refactoring]
It seems to be impossible to use refactoring features on a Type whose source is not in the project/workspace. For example, I would like to replace all instances of ArrayList by List where it is possible (using the "Use Supertype Where Possible" refactor feature, but it does not appear to be possible since there is no r...
resolved fixed
26e96ad
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-02T09:38:40Z
2004-06-30T10:06:40Z
org.eclipse.jdt.ui/core
68,983
Bug 68983 Refactor menu not available on binary types [refactoring]
It seems to be impossible to use refactoring features on a Type whose source is not in the project/workspace. For example, I would like to replace all instances of ArrayList by List where it is possible (using the "Use Supertype Where Possible" refactor feature, but it does not appear to be possible since there is no r...
resolved fixed
26e96ad
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-02T09:38:40Z
2004-06-30T10:06:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeRefactoringProcessor.java
81,441
Bug 81441 [5.0] [refactoring] renaming method in annotation doesn't work
null
resolved fixed
5184075
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-02T13:02:06Z
2004-12-16T18:00:00Z
org.eclipse.jdt.ui.tests.refactoring/resources/RenameMethodInInterface/testAnnotation0/in/A.java
package p; /** * @see #name * @see #name() * @see I#name() * @see p.I#name() */ @I(name="X") @interface I { @I() String name() default IDefault.NAME; @I interface IDefault { public @I(name=IDefault.NAME) final String NAME= "Me"; } }
81,441
Bug 81441 [5.0] [refactoring] renaming method in annotation doesn't work
null
resolved fixed
5184075
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-02T13:02:06Z
2004-12-16T18:00:00Z
org.eclipse.jdt.ui.tests.refactoring/resources/RenameMethodInInterface/testAnnotation0/out/A.java
package p; /** * @see #ident * @see #ident() * @see I#ident() * @see p.I#name() */ @I(ident="X") @interface I { @I() String ident() default IDefault.NAME; @I interface IDefault { public @I(ident=IDefault.NAME) final String NAME= "Me"; } }
81,441
Bug 81441 [5.0] [refactoring] renaming method in annotation doesn't work
null
resolved fixed
5184075
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-02T13:02:06Z
2004-12-16T18:00:00Z
org.eclipse.jdt.ui.tests.refactoring/resources/RenameMethodInInterface/testAnnotation2/out/A.java
package p; @I("Description") @interface I { String value(); // rename to "value" }
81,441
Bug 81441 [5.0] [refactoring] renaming method in annotation doesn't work
null
resolved fixed
5184075
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-02T13:02:06Z
2004-12-16T18:00:00Z
org.eclipse.jdt.ui.tests.refactoring/resources/RenameMethodInInterface/testAnnotation3/out/A.java
package p; /** * @see I#value() */ class A { int getIofI() { I i= I.class.getAnnotation(I.class); return i.value(); } } @interface I { int value(); }
81,441
Bug 81441 [5.0] [refactoring] renaming method in annotation doesn't work
null
resolved fixed
5184075
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-02T13:02:06Z
2004-12-16T18:00:00Z
org.eclipse.jdt.ui.tests.refactoring/test
81,441
Bug 81441 [5.0] [refactoring] renaming method in annotation doesn't work
null
resolved fixed
5184075
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-02T13:02:06Z
2004-12-16T18:00:00Z
cases/org/eclipse/jdt/ui/tests/refactoring/RenameMethodInInterfaceTests.java
81,441
Bug 81441 [5.0] [refactoring] renaming method in annotation doesn't work
null
resolved fixed
5184075
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-02T13:02:06Z
2004-12-16T18:00:00Z
org.eclipse.jdt.ui/core
81,441
Bug 81441 [5.0] [refactoring] renaming method in annotation doesn't work
null
resolved fixed
5184075
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-02T13:02:06Z
2004-12-16T18:00:00Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/MethodOccurenceCollector.java
81,441
Bug 81441 [5.0] [refactoring] renaming method in annotation doesn't work
null
resolved fixed
5184075
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-02T13:02:06Z
2004-12-16T18:00:00Z
org.eclipse.jdt.ui/core
81,441
Bug 81441 [5.0] [refactoring] renaming method in annotation doesn't work
null
resolved fixed
5184075
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-02T13:02:06Z
2004-12-16T18:00:00Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodProcessor.java
81,441
Bug 81441 [5.0] [refactoring] renaming method in annotation doesn't work
null
resolved fixed
5184075
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-02T13:02:06Z
2004-12-16T18:00:00Z
org.eclipse.jdt.ui/core
81,441
Bug 81441 [5.0] [refactoring] renaming method in annotation doesn't work
null
resolved fixed
5184075
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2005-05-02T13:02:06Z
2004-12-16T18:00:00Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameNonVirtualMethodProcessor.java