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
18,703
Bug 18703 enable 'organize imports' on source folders and projects [code manipulation]
now that the action works on packages it should be easy to make it work on source folders and projects too
resolved fixed
1d1328e
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-09-30T15:34:12Z
2002-06-03T13:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/WorkbenchRunnableAdapter.java
package org.eclipse.jdt.internal.ui.actions; import java.lang.reflect.InvocationTargetException; import org.eclipse.core.resources.IWorkspaceRunnable; import org.eclipse.core.runtime.CoreException; import org.eclipse.core.runtime.IProgressMonitor; import org.eclipse.core.runtime.OperationCanceledException; import or...
18,703
Bug 18703 enable 'organize imports' on source folders and projects [code manipulation]
now that the action works on packages it should be easy to make it work on source folders and projects too
resolved fixed
1d1328e
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-09-30T15:34:12Z
2002-06-03T13:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java
/******************************************************************************* * Copyright (c) 2002 International Business Machines Corp. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v0.5 * which accompanies this...
20,627
Bug 20627 "Organize Imports" and "Format" format long import lines inconsistently. [code manipulation]
Given individual import statements that are longer than the allowed source code line length, "Format" breaks those up into multiple lines at the "." characters in the package/class names. "Source/Organize Imports" undoes those changes.
resolved fixed
4ad603e
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-09-30T17:19:41Z
2002-06-19T09:46:40Z
org.eclipse.jdt.ui/core
20,627
Bug 20627 "Organize Imports" and "Format" format long import lines inconsistently. [code manipulation]
Given individual import statements that are longer than the allowed source code line length, "Format" breaks those up into multiple lines at the "." characters in the package/class names. "Source/Organize Imports" undoes those changes.
resolved fixed
4ad603e
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-09-30T17:19:41Z
2002-06-19T09:46:40Z
extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java
13,243
Bug 13243 [Browsing] package remains if all types are deleted
1) open Java Browsing Perspective 2) select a package 3) select all types of this package 4) delete all types, agree to also delete the compilation units -> package still in the package list 5) deselect and reselect the project -> package is no longer in package list
resolved fixed
cbccde1
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-01T09:34:31Z
2002-04-10T12:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java
/* * (c) Copyright IBM Corp. 2000, 2001. * All Rights Reserved. */ package org.eclipse.jdt.internal.ui.browsing; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.Iterator; import java.util.List; import org.eclipse.core.resources.IResource; import org.eclipse.swt.w...
23,933
Bug 23933 Jar Selection tree nodes NOT sorted [build path]
Open Project Properties dialog, select the Java Build Path node, click "Add JARs...", select a dir node. My nodes come up sorted with "a" after "Z". Items are sorted within their case: A, B, C, a, b, c instead of A, a, B, b, C, c or a, A, b, B, c, C. Gary
verified fixed
2acfd57
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-01T17:23:28Z
2002-09-20T19:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java
/* * (c) Copyright IBM Corp. 2000, 2001. * All Rights Reserved. */ package org.eclipse.jdt.internal.ui.wizards.buildpaths; import java.util.ArrayList; import java.util.List; import org.eclipse.core.resources.IContainer; import org.eclipse.core.resources.IFile; import org.eclipse.core.resources.IFolder; import org....
23,933
Bug 23933 Jar Selection tree nodes NOT sorted [build path]
Open Project Properties dialog, select the Java Build Path node, click "Add JARs...", select a dir node. My nodes come up sorted with "a" after "Z". Items are sorted within their case: A, B, C, a, b, c instead of A, a, B, b, C, c or a, A, b, B, c, C. Gary
verified fixed
2acfd57
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-01T17:23:28Z
2002-09-20T19:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java
/* * (c) Copyright IBM Corp. 2000, 2001. * All Rights Reserved. */ package org.eclipse.jdt.internal.ui.wizards.buildpaths; import java.util.ArrayList; import java.util.List; import org.eclipse.core.resources.IContainer; import org.eclipse.core.resources.IFolder; import org.eclipse.core.resources.IProject; import o...
24,271
Bug 24271 Source Folders: Sort Java Packages and Simple Folders Together
In Eclipse 1.0, packages and simple folders were not sorted together within the Project (as the source folder). Packages were (sorted) and placed first, followed by simple folders (that were also sorted). In Eclipse 2.0, the packages and simple folders are sorted together within the Project (as the source folder). Unfo...
resolved fixed
86b4eb8
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-04T09:36:21Z
2002-10-01T16:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementSorter.java
/******************************************************************************* * Copyright (c) 2000, 2002 International Business Machines Corp. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanie...
24,309
Bug 24309 cannot inline method call if used as expression statement
class A { int m(){ return 6; } void f(A a){ m(); } }
resolved fixed
2086ff7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-04T16:04:54Z
2002-10-02T12:00:00Z
org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/C.java
24,309
Bug 24309 cannot inline method call if used as expression statement
class A { int m(){ return 6; } void f(A a){ m(); } }
resolved fixed
2086ff7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-04T16:04:54Z
2002-10-02T12:00:00Z
org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/call_in/TestStatementWithFunction1.java
24,309
Bug 24309 cannot inline method call if used as expression statement
class A { int m(){ return 6; } void f(A a){ m(); } }
resolved fixed
2086ff7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-04T16:04:54Z
2002-10-02T12:00:00Z
org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/call_in/TestStatementWithFunction2.java
24,309
Bug 24309 cannot inline method call if used as expression statement
class A { int m(){ return 6; } void f(A a){ m(); } }
resolved fixed
2086ff7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-04T16:04:54Z
2002-10-02T12:00:00Z
org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/call_out/TestStatementWithFunction1.java
24,309
Bug 24309 cannot inline method call if used as expression statement
class A { int m(){ return 6; } void f(A a){ m(); } }
resolved fixed
2086ff7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-04T16:04:54Z
2002-10-02T12:00:00Z
org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/call_out/TestStatementWithFunction2.java
24,309
Bug 24309 cannot inline method call if used as expression statement
class A { int m(){ return 6; } void f(A a){ m(); } }
resolved fixed
2086ff7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-04T16:04:54Z
2002-10-02T12:00:00Z
org.eclipse.jdt.ui.tests.refactoring/test
24,309
Bug 24309 cannot inline method call if used as expression statement
class A { int m(){ return 6; } void f(A a){ m(); } }
resolved fixed
2086ff7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-04T16:04:54Z
2002-10-02T12:00:00Z
cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java
24,309
Bug 24309 cannot inline method call if used as expression statement
class A { int m(){ return 6; } void f(A a){ m(); } }
resolved fixed
2086ff7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-04T16:04:54Z
2002-10-02T12:00:00Z
org.eclipse.jdt.ui/core
24,309
Bug 24309 cannot inline method call if used as expression statement
class A { int m(){ return 6; } void f(A a){ m(); } }
resolved fixed
2086ff7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-04T16:04:54Z
2002-10-02T12:00:00Z
extension/org/eclipse/jdt/internal/corext/dom/ASTNodes.java
24,309
Bug 24309 cannot inline method call if used as expression statement
class A { int m(){ return 6; } void f(A a){ m(); } }
resolved fixed
2086ff7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-04T16:04:54Z
2002-10-02T12:00:00Z
org.eclipse.jdt.ui/core
24,309
Bug 24309 cannot inline method call if used as expression statement
class A { int m(){ return 6; } void f(A a){ m(); } }
resolved fixed
2086ff7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-04T16:04:54Z
2002-10-02T12:00:00Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java
24,309
Bug 24309 cannot inline method call if used as expression statement
class A { int m(){ return 6; } void f(A a){ m(); } }
resolved fixed
2086ff7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-04T16:04:54Z
2002-10-02T12:00:00Z
org.eclipse.jdt.ui/core
24,309
Bug 24309 cannot inline method call if used as expression statement
class A { int m(){ return 6; } void f(A a){ m(); } }
resolved fixed
2086ff7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-04T16:04:54Z
2002-10-02T12:00:00Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceProvider.java
19,145
Bug 19145 [Wizards] Make wizards resizable and keep bounds
Both the Checkbox Tree and the Checkbox List have horizontal scrollbars because mose package names and type names don't fit in the default size. It would be nice to be able to size this dialog bigger, and have it have a wider default size (I assume it is sized for 640x480? but is could be wider).
resolved wontfix
b3c27f0
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-07T08:39:08Z
2002-06-04T17:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarPackageWizardPage.java
/* * (c) Copyright IBM Corp. 2000, 2002. * All Rights Reserved. */ package org.eclipse.jdt.internal.ui.jarpackager; import java.io.File; import java.util.HashSet; import java.util.Iterator; import java.util.Set; import org.eclipse.core.resources.IFile; import org.eclipse.core.resources.IProject; import org.eclipse...
24,442
Bug 24442 ASTRewrite: Can't nest swaps
see TextBufferTest.testSwap2InSwap1
resolved fixed
61120f3
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-07T12:06:57Z
2002-10-07T11:26:40Z
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/TextBufferTest.java
/* * Copyright (c) 2002 IBM Corp. All rights reserved. * This file is made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html */ package org.eclipse.jdt.ui.tests.core; import junit.framework.Test; imp...
24,442
Bug 24442 ASTRewrite: Can't nest swaps
see TextBufferTest.testSwap2InSwap1
resolved fixed
61120f3
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-07T12:06:57Z
2002-10-07T11:26:40Z
org.eclipse.jdt.ui/core
24,442
Bug 24442 ASTRewrite: Can't nest swaps
see TextBufferTest.testSwap2InSwap1
resolved fixed
61120f3
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-07T12:06:57Z
2002-10-07T11:26:40Z
extension/org/eclipse/jdt/internal/corext/textmanipulation/CopySourceEdit.java
24,442
Bug 24442 ASTRewrite: Can't nest swaps
see TextBufferTest.testSwap2InSwap1
resolved fixed
61120f3
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-07T12:06:57Z
2002-10-07T11:26:40Z
org.eclipse.jdt.ui/core
24,442
Bug 24442 ASTRewrite: Can't nest swaps
see TextBufferTest.testSwap2InSwap1
resolved fixed
61120f3
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-07T12:06:57Z
2002-10-07T11:26:40Z
extension/org/eclipse/jdt/internal/corext/textmanipulation/SimpleTextEdit.java
24,442
Bug 24442 ASTRewrite: Can't nest swaps
see TextBufferTest.testSwap2InSwap1
resolved fixed
61120f3
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-07T12:06:57Z
2002-10-07T11:26:40Z
org.eclipse.jdt.ui/core
24,442
Bug 24442 ASTRewrite: Can't nest swaps
see TextBufferTest.testSwap2InSwap1
resolved fixed
61120f3
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-07T12:06:57Z
2002-10-07T11:26:40Z
extension/org/eclipse/jdt/internal/corext/textmanipulation/TextEdit.java
24,442
Bug 24442 ASTRewrite: Can't nest swaps
see TextBufferTest.testSwap2InSwap1
resolved fixed
61120f3
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-07T12:06:57Z
2002-10-07T11:26:40Z
org.eclipse.jdt.ui/core
24,442
Bug 24442 ASTRewrite: Can't nest swaps
see TextBufferTest.testSwap2InSwap1
resolved fixed
61120f3
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-07T12:06:57Z
2002-10-07T11:26:40Z
extension/org/eclipse/jdt/internal/corext/textmanipulation/TextRange.java
24,398
Bug 24398 Java working set page allows empty working set
null
resolved fixed
20afc93
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-08T10:12:26Z
2002-10-04T16:46:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetPage.java
12,955
Bug 12955 Problem with Type Dialog and HierarchyScopes - build 20020214
Ok I've checked that archives and this isn't there... tried posting to eclipse.tools, no response. Can't get the type dialog to work right in some cases when using a scope obtained by calling SearchEngine.createHierarchyScope. Some code: IJavaSearchScope scope = SearchEngine.createHierarchyScope(myIType); SelectionDial...
resolved fixed
2be9fe3
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-08T14:35:57Z
2002-04-07T11:46:40Z
org.eclipse.jdt.ui/core
12,955
Bug 12955 Problem with Type Dialog and HierarchyScopes - build 20020214
Ok I've checked that archives and this isn't there... tried posting to eclipse.tools, no response. Can't get the type dialog to work right in some cases when using a scope obtained by calling SearchEngine.createHierarchyScope. Some code: IJavaSearchScope scope = SearchEngine.createHierarchyScope(myIType); SelectionDial...
resolved fixed
2be9fe3
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-08T14:35:57Z
2002-04-07T11:46:40Z
extension/org/eclipse/jdt/internal/corext/util/TypeInfo.java
23,361
Bug 23361 Java Model Exception when renaming a compilation unit
Build 200209031019 I have a special test case which generates a Java Model Exception, a funny thing (for me) it's I can't reproduce it two times with the same compilation unit names, even if I stop and restart Eclipse. 1. Create the two following compilation units : public class TestCompiler_1 { public static void main...
resolved fixed
a943040
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-08T16:12:30Z
2002-09-10T15:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ShowInNavigatorViewAction.java
/******************************************************************************* * Copyright (c) 2000, 2002 International Business Machines Corp. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v0.5 * which accompanie...
19,857
Bug 19857 Refactor - need two undos to completely undo method extraction [refactoring]
Build F2 If you use Refactor to extract a method, it requires two 'Undo' operations to undo the refactoring. The first Undo removes the call to the new method, and the second Undo removes the new method. Refactor->Extract Method is a single operation, so it should only require a single Undo.
resolved fixed
aa45367
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-08T16:46:58Z
2002-06-10T23:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ExtractMethodAction.java
/******************************************************************************* * Copyright (c) 2002 International Business Machines Corp. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v0.5 * which accompanies this...
19,857
Bug 19857 Refactor - need two undos to completely undo method extraction [refactoring]
Build F2 If you use Refactor to extract a method, it requires two 'Undo' operations to undo the refactoring. The first Undo removes the call to the new method, and the second Undo removes the new method. Refactor->Extract Method is a single operation, so it should only require a single Undo.
resolved fixed
aa45367
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-08T16:46:58Z
2002-06-10T23:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/SurroundWithTryCatchAction.java
/******************************************************************************* * Copyright (c) 2002 International Business Machines Corp. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v0.5 * which accompanies this...
24,444
Bug 24444 Override Object#toString() method when a String class exist in the package
Build I20021001 Linux-GTK 1. create the following compilation unit : public class String { } 2. Override Object#toString() (source -> override/implement method) the following code is added : public String toString() { return super.toString(); } 3. Compile. The compiler complains : The return type is incompatible with O...
resolved fixed
ad12e45
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-09T13:37:28Z
2002-10-07T14:13:20Z
org.eclipse.jdt.ui/core
24,444
Bug 24444 Override Object#toString() method when a String class exist in the package
Build I20021001 Linux-GTK 1. create the following compilation unit : public class String { } 2. Override Object#toString() (source -> override/implement method) the following code is added : public String toString() { return super.toString(); } 3. Compile. The compiler complains : The return type is incompatible with O...
resolved fixed
ad12e45
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-09T13:37:28Z
2002-10-07T14:13:20Z
extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java
24,250
Bug 24250 Type Hierarchy doesn't show all inherited members on focus change
null
verified fixed
fa04810
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-09T14:04:56Z
2002-10-01T11:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
/* * (c) Copyright IBM Corp. 2000, 2001. * All Rights Reserved. */ package org.eclipse.jdt.internal.ui.typehierarchy; import java.util.ArrayList; import java.util.List; import org.eclipse.core.resources.IFile; import org.eclipse.core.resources.IResource; import org.eclipse.core.runtime.CoreException; import org.e...
24,576
Bug 24576 Move To Top Level: incorrect this in constructor calls
null
resolved fixed
0847aad
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-09T14:24:09Z
2002-10-09T13:26:40Z
org.eclipse.jdt.ui.tests.refactoring/test
24,576
Bug 24576 Move To Top Level: incorrect this in constructor calls
null
resolved fixed
0847aad
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-09T14:24:09Z
2002-10-09T13:26:40Z
cases/org/eclipse/jdt/ui/tests/refactoring/MoveInnerToTopLevelTests.java
24,576
Bug 24576 Move To Top Level: incorrect this in constructor calls
null
resolved fixed
0847aad
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-09T14:24:09Z
2002-10-09T13:26:40Z
org.eclipse.jdt.ui/core
24,576
Bug 24576 Move To Top Level: incorrect this in constructor calls
null
resolved fixed
0847aad
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-09T14:24:09Z
2002-10-09T13:26:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java
24,199
Bug 24199 New Classpath Variables
Why should a full rebuild of the workspace be required when you add a classpath variable? Because it's a new variable it doesn't affect any existing projects. It would be more convenient if a rebuild were not required when adding a new classpath variable. Thanks.
resolved fixed
aedfdfd
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-09T14:39:40Z
2002-09-27T18:06:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewElementWizard.java
/* * (c) Copyright IBM Corp. 2000, 2001. * All Rights Reserved. */ package org.eclipse.jdt.internal.ui.wizards; import java.lang.reflect.InvocationTargetException; import org.eclipse.core.resources.IFile; import org.eclipse.core.resources.IResource; import org.eclipse.core.runtime.CoreException; import org.eclipse...
24,199
Bug 24199 New Classpath Variables
Why should a full rebuild of the workspace be required when you add a classpath variable? Because it's a new variable it doesn't affect any existing projects. It would be more convenient if a rebuild were not required when adding a new classpath variable. Thanks.
resolved fixed
aedfdfd
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-09T14:39:40Z
2002-09-27T18:06:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/VariableBlock.java
/* * (c) Copyright IBM Corp. 2000, 2001. * All Rights Reserved. */ package org.eclipse.jdt.internal.ui.wizards.buildpaths; import java.lang.reflect.InvocationTargetException; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.List; import org.eclipse.core.resources.I...
22,662
Bug 22662 IClasspathContainerPage needs more context [build path]
When adding a container to the buildpath of a project, it would be nice to have more context in the page. At least the classpath of the project that the container will be added to. This way one can handle inter container dependencies (fe this library can be used in combination with this base library, etc)
resolved fixed
0a3dbc3
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-10T09:07:08Z
2002-08-21T20:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ClasspathContainerDefaultPage.java
package org.eclipse.jdt.internal.ui.wizards.buildpaths; import org.eclipse.core.runtime.IPath; import org.eclipse.core.runtime.Path; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.ui.help.WorkbenchHelp; import org.eclipse.jdt.core.IClasspathEntry; import org.eclipse.jdt.cor...
22,662
Bug 22662 IClasspathContainerPage needs more context [build path]
When adding a container to the buildpath of a project, it would be nice to have more context in the page. At least the classpath of the project that the container will be added to. This way one can handle inter container dependencies (fe this library can be used in combination with this base library, etc)
resolved fixed
0a3dbc3
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-10T09:07:08Z
2002-08-21T20:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ClasspathContainerWizard.java
package org.eclipse.jdt.internal.ui.wizards.buildpaths; import org.eclipse.core.runtime.CoreException; import org.eclipse.jface.wizard.IWizardPage; import org.eclipse.jface.wizard.Wizard; import org.eclipse.jdt.core.IClasspathEntry; import org.eclipse.jdt.ui.wizards.IClasspathContainerPage; import org.eclipse.jdt....
22,662
Bug 22662 IClasspathContainerPage needs more context [build path]
When adding a container to the buildpath of a project, it would be nice to have more context in the page. At least the classpath of the project that the container will be added to. This way one can handle inter container dependencies (fe this library can be used in combination with this base library, etc)
resolved fixed
0a3dbc3
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-10T09:07:08Z
2002-08-21T20:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java
/* * (c) Copyright IBM Corp. 2000, 2001. * All Rights Reserved. */ package org.eclipse.jdt.internal.ui.wizards.buildpaths; import java.util.ArrayList; import java.util.List; import org.eclipse.core.resources.IContainer; import org.eclipse.core.resources.IFile; import org.eclipse.core.resources.IFolder; import org....
22,662
Bug 22662 IClasspathContainerPage needs more context [build path]
When adding a container to the buildpath of a project, it would be nice to have more context in the page. At least the classpath of the project that the container will be added to. This way one can handle inter container dependencies (fe this library can be used in combination with this base library, etc)
resolved fixed
0a3dbc3
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-10T09:07:08Z
2002-08-21T20:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/IClasspathContainerPage.java
/******************************************************************************* * Copyright (c) 2002 International Business Machines Corp. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this ...
22,662
Bug 22662 IClasspathContainerPage needs more context [build path]
When adding a container to the buildpath of a project, it would be nice to have more context in the page. At least the classpath of the project that the container will be added to. This way one can handle inter container dependencies (fe this library can be used in combination with this base library, etc)
resolved fixed
0a3dbc3
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-10T09:07:08Z
2002-08-21T20:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/IClasspathContainerPageExtension.java
21,087
Bug 21087 Support CTRL-A in Types pane and others [type hierarchy]
In a Java Browser, when I am in the Types pane, I would like to use the standard (at least on Windows) CTRL-A to perform a "Select All" instead of using the mouse. I can then perform ops on all the types (like moving them). Thank you considering this request. Gary
resolved fixed
22f1652
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-10T09:35:36Z
2002-06-27T20:33:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
/* * (c) Copyright IBM Corp. 2000, 2001. * All Rights Reserved. */ package org.eclipse.jdt.internal.ui.typehierarchy; import java.util.ArrayList; import java.util.List; import org.eclipse.core.resources.IFile; import org.eclipse.core.resources.IResource; import org.eclipse.core.runtime.CoreException; import org.e...
3,248
Bug 3248 Creating a new class creates 3 entries in local history (1GE4TOC)
Creating a new class with the class wizard creates 3 entries in the local history. The oldest is empty, the others have the same content. NOTES: EG (5/23/2001 11:35:43 AM) is the wizard setting the contents 3 times? MA (5/25/01 10:10:32 AM) JDOM automatically saves the content 2 times add import: I have to save, otherw...
resolved fixed
52f6017
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T13:40:32Z
2001-10-11T03:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java
/******************************************************************************* * Copyright (c) 2000, 2002 International Business Machines Corp. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanie...
24,698
Bug 24698 Patch for resizable Type Hierarchy History
see attachment
verified fixed
fef71cc
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:07:01Z
2002-10-11T15:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HistoryListAction.java
package org.eclipse.jdt.internal.ui.typehierarchy; import java.util.Arrays; import java.util.List; import org.eclipse.core.runtime.IStatus; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Control; import org.eclipse.swt.widg...
19,988
Bug 19988 Quick fix could have corrections when class does not override all super-methods [quick fix]
build F2 A class that does not implement all methods from an interface it implements or abstract class it extends from is in Error. The className is red-highlighted and the Text-Hover displays the message:" Class <classname> must implement the inherited abstract method <super-method- name>." Since we have this informat...
resolved fixed
85eb75f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:55:14Z
2002-06-12T08:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java
/******************************************************************************* * Copyright (c) 2000, 2002 International Business Machines Corp. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v0.5 * which accompanie...
19,988
Bug 19988 Quick fix could have corrections when class does not override all super-methods [quick fix]
build F2 A class that does not implement all methods from an interface it implements or abstract class it extends from is in Error. The className is red-highlighted and the Text-Hover displays the message:" Class <classname> must implement the inherited abstract method <super-method- name>." Since we have this informat...
resolved fixed
85eb75f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T15:55:14Z
2002-06-12T08:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java
package org.eclipse.jdt.internal.ui.text.correction; import java.util.ArrayList; import org.eclipse.core.runtime.CoreException; import org.eclipse.swt.graphics.Image; import org.eclipse.jdt.core.IBuffer; import org.eclipse.jdt.core.ICompilationUnit; import org.eclipse.jdt.core.JavaModelException; import org.eclipse...
24,585
Bug 24585 Rename field with getter misses getter of interface [refactoring]
I have an interface "I" with a getter I::getThings(). Then there is a class "Impl" implementing the interface, which has a field "fThings" and a getter Impl::getThings(). In my case, Impl is an inner class. Now I chose to rename fThings to fStuff, telling the refactoring wizard to "Rename getter" as well. Refactoring w...
verified fixed
2207565
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T17:18:30Z
2002-10-09T16:13:20Z
org.eclipse.jdt.ui/core
24,585
Bug 24585 Rename field with getter misses getter of interface [refactoring]
I have an interface "I" with a getter I::getThings(). Then there is a class "Impl" implementing the interface, which has a field "fThings" and a getter Impl::getThings(). In my case, Impl is an inner class. Now I chose to rename fThings to fStuff, telling the refactoring wizard to "Rename getter" as well. Refactoring w...
verified fixed
2207565
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T17:18:30Z
2002-10-09T16:13:20Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameFieldRefactoring.java
24,585
Bug 24585 Rename field with getter misses getter of interface [refactoring]
I have an interface "I" with a getter I::getThings(). Then there is a class "Impl" implementing the interface, which has a field "fThings" and a getter Impl::getThings(). In my case, Impl is an inner class. Now I chose to rename fThings to fStuff, telling the refactoring wizard to "Rename getter" as well. Refactoring w...
verified fixed
2207565
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T17:18:30Z
2002-10-09T16:13:20Z
org.eclipse.jdt.ui/ui
24,585
Bug 24585 Rename field with getter misses getter of interface [refactoring]
I have an interface "I" with a getter I::getThings(). Then there is a class "Impl" implementing the interface, which has a field "fThings" and a getter Impl::getThings(). In my case, Impl is an inner class. Now I chose to rename fThings to fStuff, telling the refactoring wizard to "Rename getter" as well. Refactoring w...
verified fixed
2207565
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-11T17:18:30Z
2002-10-09T16:13:20Z
refactoring/org/eclipse/jdt/internal/ui/refactoring/RenameFieldInputWizardPage.java
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java
/* * (c) Copyright IBM Corp. 2000, 2001. * All Rights Reserved. */ package org.eclipse.jdt.internal.ui.wizards; import java.util.ArrayList; import java.util.List; import org.eclipse.core.resources.IContainer; import org.eclipse.core.resources.IFolder; import org.eclipse.core.resources.IProject; import org.eclipse....
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewClassWizardPage.java
/******************************************************************************* * Copyright (c) 2000, 2002 International Business Machines Corp. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanie...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewInterfaceWizardPage.java
/******************************************************************************* * Copyright (c) 2000, 2002 International Business Machines Corp. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanie...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPage.java
/******************************************************************************* * Copyright (c) 2000, 2002 International Business Machines Corp. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanie...
24,709
Bug 24709 Default selection for New Package Wizard should be "Name"
R2.0.1 Select a source folder. Press CTRL + N and navigate using the keyboard to Java/Package. Use ALT + N to go to the next page. Focus is on the Back button. Since I'm navigating with the keyboard I would expect the focus to be on "Name:" instead of "Back".
resolved fixed
a148a43
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T10:13:10Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.java
/******************************************************************************* * Copyright (c) 2000, 2002 International Business Machines Corp. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanie...
24,421
Bug 24421 Better UI feedback when class path entries are missing [icons]
Build 2.1.M1. I get a nice message at the top of the Project/Properties/Java Build Path when I have missing entries on my HD from what I have specified on the class path: "Class path entries are missing." BUT the dialog provides no feedback as to which ones are missing, which can be a burden to figure out if you have a...
resolved fixed
b638c8f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T11:59:41Z
2002-10-04T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java
/* * (c) Copyright IBM Corp. 2000, 2001. * All Rights Reserved. */ package org.eclipse.jdt.internal.ui.wizards.buildpaths; import java.net.URL; import java.util.ArrayList; import java.util.List; import org.eclipse.core.resources.IContainer; import org.eclipse.core.resources.IFolder; import org.eclipse.core.resourc...
24,421
Bug 24421 Better UI feedback when class path entries are missing [icons]
Build 2.1.M1. I get a nice message at the top of the Project/Properties/Java Build Path when I have missing entries on my HD from what I have specified on the class path: "Class path entries are missing." BUT the dialog provides no feedback as to which ones are missing, which can be a burden to figure out if you have a...
resolved fixed
b638c8f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T11:59:41Z
2002-10-04T22:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListLabelProvider.java
/* * (c) Copyright IBM Corp. 2000, 2001. * All Rights Reserved. */ package org.eclipse.jdt.internal.ui.wizards.buildpaths; import org.eclipse.swt.graphics.Image; import org.eclipse.core.resources.IFile; import org.eclipse.core.resources.IFolder; import org.eclipse.core.resources.IProject; import org.eclipse.core.r...
24,712
Bug 24712 status bar doesn't show project of PackageFragmentRoots
The status bar doesn't show the project of selected PackageFragmentRoots. For every other JavaElement, the project is appended after a separator " - ". Remedy: StatusBarUpdater.LABEL_FLAGS should include JavaElementLabels.ROOT_POST_QUALIFIED
verified fixed
2b7bf3c
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T13:38:36Z
2002-10-11T18:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/StatusBarUpdater.java
/* * (c) Copyright IBM Corp. 2000, 2001. * All Rights Reserved. */ package org.eclipse.jdt.internal.ui.viewsupport; import org.eclipse.core.resources.IResource; import org.eclipse.jface.action.IStatusLineManager; import org.eclipse.jface.viewers.ISelection; import org.eclipse.jface.viewers.ISelectionChangedListen...
18,220
Bug 18220 Build 20020529 Error importing from source
When I import org.eclipse.jdt.debug from source I get the following error This resource is a duplicate and was not copied to the output folder MANIFEST.MF org.eclipse.jdt.debug/src-jdimodel/META-INF STEPS 1) Select Import - Plug-ins 2) Choose "Extraxt source archives" 3) Import org.eclipse.jdt.debug
resolved fixed
f9a6cc6
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T14:07:13Z
2002-05-29T19:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerPreferencePage.java
/* * (c) Copyright IBM Corp. 2000, 2001. * All Rights Reserved. */ package org.eclipse.jdt.internal.ui.preferences; import java.lang.reflect.InvocationTargetException; import java.util.ArrayList; import java.util.Arrays; import java.util.Hashtable; import java.util.StringTokenizer; import org.eclipse.core.resource...
22,260
Bug 22260 Internal Error during creation of class using New Class Wizard [code manipulation]
When trying to create the class "URLs" by means of New Class Wizard I get the error "Invalid Contents specified.". Source file is created with only package statement. So far I've figured out that it happens if second letter of the class is uppercased. After that Error Log contains the Internal Error: Java Model Excepti...
resolved fixed
d0e47fa
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-14T14:25:41Z
2002-08-08T09:46:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java
/******************************************************************************* * Copyright (c) 2000, 2002 International Business Machines Corp. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanie...
24,791
Bug 24791 No Javadoc if member also has normal comment
Build 20021009 No Javadoc hover appears for members with the following source: <block comment> <Javadoc comment> source e.g. /* * copyright */ /** * My type */ public class MyType { }
resolved fixed
2ef7c5f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-15T15:22:40Z
2002-10-15T16:40:00Z
org.eclipse.jdt.ui/core
24,791
Bug 24791 No Javadoc if member also has normal comment
Build 20021009 No Javadoc hover appears for members with the following source: <block comment> <Javadoc comment> source e.g. /* * copyright */ /** * My type */ public class MyType { }
resolved fixed
2ef7c5f
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-15T15:22:40Z
2002-10-15T16:40:00Z
extension/org/eclipse/jdt/internal/corext/javadoc/JavaDocAccess.java
24,790
Bug 24790 NPE when starting rename refactoring [refactoring]
Build 20021009 I selected a constant in an interface and started the rename refactoring. Nothing happened, except a .log entry: !ENTRY org.eclipse.ui 4 0 Oct 15, 2002 15:46:52.594 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at at org.eclipse.jdt.internal.ui.refactoring.RenameFieldInp...
resolved fixed
df131e3
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-15T16:19:34Z
2002-10-15T16:40:00Z
org.eclipse.jdt.ui/core
24,790
Bug 24790 NPE when starting rename refactoring [refactoring]
Build 20021009 I selected a constant in an interface and started the rename refactoring. Nothing happened, except a .log entry: !ENTRY org.eclipse.ui 4 0 Oct 15, 2002 15:46:52.594 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at at org.eclipse.jdt.internal.ui.refactoring.RenameFieldInp...
resolved fixed
df131e3
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-15T16:19:34Z
2002-10-15T16:40:00Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameFieldRefactoring.java
24,790
Bug 24790 NPE when starting rename refactoring [refactoring]
Build 20021009 I selected a constant in an interface and started the rename refactoring. Nothing happened, except a .log entry: !ENTRY org.eclipse.ui 4 0 Oct 15, 2002 15:46:52.594 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at at org.eclipse.jdt.internal.ui.refactoring.RenameFieldInp...
resolved fixed
df131e3
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-15T16:19:34Z
2002-10-15T16:40:00Z
org.eclipse.jdt.ui/ui
24,790
Bug 24790 NPE when starting rename refactoring [refactoring]
Build 20021009 I selected a constant in an interface and started the rename refactoring. Nothing happened, except a .log entry: !ENTRY org.eclipse.ui 4 0 Oct 15, 2002 15:46:52.594 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at at org.eclipse.jdt.internal.ui.refactoring.RenameFieldInp...
resolved fixed
df131e3
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-15T16:19:34Z
2002-10-15T16:40:00Z
refactoring/org/eclipse/jdt/internal/ui/refactoring/RenameFieldInputWizardPage.java
24,798
Bug 24798 [TableCursor] dispose selected item cause exception
not sure if it's a bug: i have a TableCursor and want to remove it under some cisrcumstances. ok, so i call dispose() however, somebody else calles resize just a bit later dispose in TableCursor is handled in asychEcex (i could not find another widget that does it) so my call loses - which leads to an exeption (the wid...
resolved fixed
f7afcaf
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-15T18:26:07Z
2002-10-15T16:40:00Z
org.eclipse.jdt.ui/ui
24,798
Bug 24798 [TableCursor] dispose selected item cause exception
not sure if it's a bug: i have a TableCursor and want to remove it under some cisrcumstances. ok, so i call dispose() however, somebody else calles resize just a bit later dispose in TableCursor is handled in asychEcex (i could not find another widget that does it) so my call loses - which leads to an exeption (the wid...
resolved fixed
f7afcaf
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-15T18:26:07Z
2002-10-15T16:40:00Z
refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java
24,799
Bug 24799 Java structure compare fails too many times
Using 1009, when I synchronize with the cvs server and I compare my outgoing changes with the repository contents, I get too many times "Java Structure Compare (Can't Compare Structures)". This didn't happen in the past. I don't know what changed, but this is frustrating and make the whole synchronization process very ...
resolved fixed
84a2411
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-16T10:04:45Z
2002-10-15T16:40:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaStructureCreator.java
/* * (c) Copyright IBM Corp. 2000, 2001. * All Rights Reserved. */ package org.eclipse.jdt.internal.ui.compare; import java.io.UnsupportedEncodingException; import java.util.*; import org.eclipse.jface.text.*; import org.eclipse.core.resources.ResourcesPlugin; import org.eclipse.core.runtime.CoreException; impor...
23,705
Bug 23705 extract interface: incorrect interface created when extracted methods use the extracted interface
package p; class A { public void m(A foo) { foo.m(foo); } } package p; public class As { void r(A foo) { A local= null; foo.m(local); } }
resolved fixed
ce0a919
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-17T18:34:31Z
2002-09-18T14:40:00Z
org.eclipse.jdt.ui.tests.refactoring/test
23,705
Bug 23705 extract interface: incorrect interface created when extracted methods use the extracted interface
package p; class A { public void m(A foo) { foo.m(foo); } } package p; public class As { void r(A foo) { A local= null; foo.m(local); } }
resolved fixed
ce0a919
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-17T18:34:31Z
2002-09-18T14:40:00Z
cases/org/eclipse/jdt/ui/tests/refactoring/ExtractInterfaceTests.java
23,705
Bug 23705 extract interface: incorrect interface created when extracted methods use the extracted interface
package p; class A { public void m(A foo) { foo.m(foo); } } package p; public class As { void r(A foo) { A local= null; foo.m(local); } }
resolved fixed
ce0a919
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-17T18:34:31Z
2002-09-18T14:40:00Z
org.eclipse.jdt.ui/core
23,705
Bug 23705 extract interface: incorrect interface created when extracted methods use the extracted interface
package p; class A { public void m(A foo) { foo.m(foo); } } package p; public class As { void r(A foo) { A local= null; foo.m(local); } }
resolved fixed
ce0a919
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-17T18:34:31Z
2002-09-18T14:40:00Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceRefactoring.java
23,705
Bug 23705 extract interface: incorrect interface created when extracted methods use the extracted interface
package p; class A { public void m(A foo) { foo.m(foo); } } package p; public class As { void r(A foo) { A local= null; foo.m(local); } }
resolved fixed
ce0a919
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-17T18:34:31Z
2002-09-18T14:40:00Z
org.eclipse.jdt.ui/core
23,705
Bug 23705 extract interface: incorrect interface created when extracted methods use the extracted interface
package p; class A { public void m(A foo) { foo.m(foo); } } package p; public class As { void r(A foo) { A local= null; foo.m(local); } }
resolved fixed
ce0a919
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-17T18:34:31Z
2002-09-18T14:40:00Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/UseSupertypeWherePossibleUtil.java
25,019
Bug 25019 Binding2JavaModel.find(ITypeBinding, IJavaProject) does not look for working copies
The method uses a saved compilation unit when it should search for a working copy of the compilation unit.
resolved fixed
db632af
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-18T08:54:52Z
2002-10-17T18:40:00Z
org.eclipse.jdt.ui/core
25,019
Bug 25019 Binding2JavaModel.find(ITypeBinding, IJavaProject) does not look for working copies
The method uses a saved compilation unit when it should search for a working copy of the compilation unit.
resolved fixed
db632af
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-18T08:54:52Z
2002-10-17T18:40:00Z
extension/org/eclipse/jdt/internal/corext/dom/Binding2JavaModel.java
23,806
Bug 23806 Cursor not located property in template [template] [code manipulation]
null
verified fixed
8fe7bff
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-18T14:58:51Z
2002-09-19T01:46:40Z
org.eclipse.jdt.ui/core
23,806
Bug 23806 Cursor not located property in template [template] [code manipulation]
null
verified fixed
8fe7bff
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-18T14:58:51Z
2002-09-19T01:46:40Z
extension/org/eclipse/jdt/internal/corext/template/java/JavaFormatter.java
22,496
Bug 22496 Keyboard execution of all auto fix hints in current cursor line [quick fix]
To allow fast typing, without having to worry about casts, it would be nice, if CTRL + 1 (auto fix) could find all the hints that are available for the current line. An example: public class AutoCast { Object getObject(){ return this; } void autoCast(){ AutoCast castMe = getObject(); } } My cursor is behind the semi-co...
verified fixed
682a3e6
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-18T15:48:53Z
2002-08-16T12:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionAssistant.java
/******************************************************************************* * Copyright (c) 2000, 2002 International Business Machines Corp. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v0.5 * which accompanie...
25,126
Bug 25126 Cannot open cu outside classpath
Build 20021018 + latest jdt core 1. Create Java project 'P' with 'src' source folder 2. Create file P/X.java Observe: You get the following exception: Java Model Exception: Java Model Status [ does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException (JavaElement.java:489) at org.eclipse.jdt....
verified fixed
0cd8600
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-22T09:18:34Z
2002-10-21T17:06:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java
/********************************************************************** Copyright (c) 2000, 2002 IBM Corp. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Common Public License v1.0 which accompanies this distribution, and is available at http://www...
25,144
Bug 25144 Autofix for unimplemented methods does not use argument names from declaration [quick fix]
build 20021018 - in self hosting workspace, - ensure SWT has source - create a new subclass of org.eclipse.swt.widgets.Layout called TestLayout - notice that the two methods (computeSize and layout) have argument names from the declaration, like: protected void layout(Composite composite, boolean flushCache) - delete m...
resolved fixed
3ab716c
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-22T10:05:23Z
2002-10-21T19:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnimplementedMethodsCompletionProposal.java
/******************************************************************************* * Copyright (c) 2000, 2002 International Business Machines Corp. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v0.5 * which accompanie...
24,920
Bug 24920 quick fix: fooled by additional dimentions in method declarations [quick fix]
public class DD { private int DD()[]{ }; } add return statement - it puts retrun 0 instead of return null
verified fixed
a209305
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-22T10:20:54Z
2002-10-17T10:20:00Z
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/astrewrite/ASTRewritingStatementsTest.java
package org.eclipse.jdt.ui.tests.astrewrite; import java.util.Hashtable; import java.util.List; import junit.framework.Test; import junit.framework.TestSuite; import org.eclipse.jdt.core.ICompilationUnit; import org.eclipse.jdt.core.IJavaProject; import org.eclipse.jdt.core.IPackageFragment; import org.eclipse.jdt.c...
24,920
Bug 24920 quick fix: fooled by additional dimentions in method declarations [quick fix]
public class DD { private int DD()[]{ }; } add return statement - it puts retrun 0 instead of return null
verified fixed
a209305
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-22T10:20:54Z
2002-10-17T10:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ASTResolving.java
/******************************************************************************* * Copyright (c) 2000, 2002 International Business Machines Corp. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v0.5 * which accompanie...
24,920
Bug 24920 quick fix: fooled by additional dimentions in method declarations [quick fix]
public class DD { private int DD()[]{ }; } add return statement - it puts retrun 0 instead of return null
verified fixed
a209305
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-22T10:20:54Z
2002-10-17T10:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java
package org.eclipse.jdt.internal.ui.text.correction; import java.util.List; import org.eclipse.core.runtime.CoreException; import org.eclipse.swt.graphics.Image; import org.eclipse.jdt.core.IBuffer; import org.eclipse.jdt.core.ICompilationUnit; import org.eclipse.jdt.core.JavaModelException; import org.eclipse.jdt....
24,920
Bug 24920 quick fix: fooled by additional dimentions in method declarations [quick fix]
public class DD { private int DD()[]{ }; } add return statement - it puts retrun 0 instead of return null
verified fixed
a209305
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-22T10:20:54Z
2002-10-17T10:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewMethodCompletionProposal.java
/******************************************************************************* * Copyright (c) 2000, 2002 International Business Machines Corp. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v0.5 * which accompanie...
24,920
Bug 24920 quick fix: fooled by additional dimentions in method declarations [quick fix]
public class DD { private int DD()[]{ }; } add return statement - it puts retrun 0 instead of return null
verified fixed
a209305
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-22T10:20:54Z
2002-10-17T10:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewVariableCompletionProposal.java
/******************************************************************************* * Copyright (c) 2000, 2002 International Business Machines Corp. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v0.5 * which accompanie...
24,920
Bug 24920 quick fix: fooled by additional dimentions in method declarations [quick fix]
public class DD { private int DD()[]{ }; } add return statement - it puts retrun 0 instead of return null
verified fixed
a209305
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-22T10:20:54Z
2002-10-17T10:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReturnTypeSubProcessor.java
package org.eclipse.jdt.internal.ui.text.correction; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import org.eclipse.core.runtime.CoreException; import org.eclipse.swt.graphics.Image; import org.eclipse.jdt.core.ICompilationUnit; import org.eclipse.jdt.core.dom.AST; import org.eclip...
24,920
Bug 24920 quick fix: fooled by additional dimentions in method declarations [quick fix]
public class DD { private int DD()[]{ }; } add return statement - it puts retrun 0 instead of return null
verified fixed
a209305
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-22T10:20:54Z
2002-10-17T10:20:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnimplementedMethodsCompletionProposal.java
/******************************************************************************* * Copyright (c) 2000, 2002 International Business Machines Corp. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v0.5 * which accompanie...
25,183
Bug 25183 AST: ITypeBinding of interface returns constructor
20021018 + jcore for 20021022 LocalCorrectionsQuickFixTest.testUnimplementedMethods Set breakpoint in UnimplementedMethodsCompletionProposal.findUnimplementedInterfaceMethods to see that the ITypeBinding of a interface returns a constructor
verified fixed
9c77ba1
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2002-10-22T13:33:21Z
2002-10-22T12:33:20Z
org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java
package org.eclipse.jdt.ui.tests.quickfix; import java.util.ArrayList; import java.util.Hashtable; import junit.framework.Test; import junit.framework.TestSuite; import org.eclipse.jface.preference.IPreferenceStore; import org.eclipse.jdt.core.ICompilationUnit; import org.eclipse.jdt.core.IJavaProject; import org.e...