issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
updated_files
stringlengths
29
34.1k
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
timestamp[us, tz=UTC]
report_datetime
timestamp[us, tz=UTC]
80,393
Bug 80393 NPE in AllTypesCache.getTypes()
reported by Christof Marti: running performance tests on 3.0 resulted in the following NPE. It seems that AllTypesCache.getAllTypes can return null and that AllTypesCache.getTypes() doesn't check for this. java.lang.NullPointerException at org.eclipse.jdt.internal.corext.util.AllTypesCache.getTypes(AllTypesCache.java:2...
resolved fixed
6514fd5
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/AllTypesCache.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-12-08T11:22:55Z
2004-12-07T17:20:00Z
80,349
Bug 80349 Extract Local Variable refactoring does not remember final state [refactoring]
I always use final for variables, which are not modified after initialization. When I use Extract Local Variable, I always need to toggle the switch, Eclipse just forgets my previous toggling.
resolved fixed
c762167
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractTempWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-12-07T15:19:02Z
2004-12-07T09:00:00Z
78,053
Bug 78053 Package Explorer shouldn't fetch any children on startup. [package explorer]
We have a custom classpath container that reads a properties file in a workspace project. A typical workspace has around 50 projects in it. When Eclipse is started it takes a long time to come up with such a workspace on a ClearCase dynamic view. It is slightly better with snapshot views. During debugging/tracing I not...
verified fixed
40d89ad
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-12-06T17:29:28Z
2004-11-08T10:33:20Z
79,905
Bug 79905 Move inner to top failed for enums
public class A { enum E { } } - try moving E to top java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(Unknown Source) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(Unknown Source) at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(Unknown Source) at org....
resolved fixed
6cdb86d
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-12-06T16:59:53Z
2004-12-01T19:40:00Z
80,251
Bug 80251 AssertionFailedException while creating RefactoringStatusEntry
I200412011139 with ZRH plugin-export from 20041203_0932 I tried to 'Move Member Type to New File'. There was a potential match on the type to be moved to a new file in another CU from another package. After using Organize Import in that CU, such that the type reference resolved, the problem was gone. Reproducible with ...
resolved fixed
eaf2d65
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringSearchEngine2.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-12-06T15:28:56Z
2004-12-06T10:46:40Z
79,809
Bug 79809 [1.5][dom][javadoc] Need better support for type parameter Javadoc tags
20041130 To document a type parameter, the normal @param tag is used, but with angle brackets. /** * @param <X> */ <X> void foo() { } The AST currently just returns a TagElement with a sigle children Name 'X' and is currently not distinguishable from a normal parameter. Either text elements '<' and '>' are inserted or ...
verified fixed
9cca44b
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/JavadocQuickFixTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavadocTagsSubProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-12-06T15:04:17Z
2004-11-30T18:40:00Z
56,909
Bug 56909 [implementation] Method EditorUtitliy.revealInEditor checks for JavaEditor
In my plugin I have a MultiPageEditor that embeds a Java Editor on one of its pages. When a navigation to a Java method within the scope of my MPE is triggered the editor is correctly opened and switched to the source page, but no navigation to the method is triggered. Instead the cursor is positioned in the first row ...
resolved fixed
fe8af7c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/EditorUtility.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-12-06T14:34:12Z
2004-03-31T16:20:00Z
79,277
Bug 79277 Extract local variable does not handle nested types [refactoring]
200411170800: Steps to reproduce: - Create assignment "Modifier.ModifierKeyword keyword= Modifier.ModifierKeyword.PUBLIC_KEYWORD" - Select rhs expression ->Resulting type is unqualified by enclosing instance
resolved fixed
bea3767
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-12-06T13:46:38Z
2004-11-23T14:26:40Z
79,279
Bug 79279 Extract Interface should be disabled on annotations [refactoring]
Title says it all...
resolved fixed
7efb468
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-12-06T12:02:28Z
2004-11-23T14:26:40Z
77,596
Bug 77596 Refactor: moving a method with vararg parameter changes to a string array parameter
Example: public void bar(String... string) { } Moving this method into another class changes the vararg parameter into a string[]: public void bar(String[] string) { }
resolved fixed
1d05c8a
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-12-06T11:57:06Z
2004-11-03T11:06:40Z
77,056
Bug 77056 [1.5] Parameterized collection field creation fails. [quick fix]
null
resolved fixed
48a59e5
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedVariablesQuickFixTest.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-12-05T20:43:28Z
2004-10-26T19:46:40Z
79,989
Bug 79989 Should show members of annotation types as public
I20041201 With the following annotation type: public @interface X { int foo(); int bar(); } the members foo() and bar() don't appear public, wherease with the following interface: public interface I { int foo(); int bar(); } the methods foo() and bar() appear public. JavaElementImageProvider#getMethodImageDescriptor(.....
resolved fixed
2f6243f
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaTypeCompletionProcessor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MembersOrderPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LinkedCorrectionProposal.jav...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-12-03T16:31:47Z
2004-12-02T12:20:00Z
79,806
Bug 79806 "Create field" QuickFix in Enum constructor throws "Node does not have this property"
I20041130-0800: "Create field" QuickFix in Enum constructor throws "Node does not have this property". package p; enum A { ONE(1); public A(int num) { fNum= num; // Ctrl+1 here } } Error Nov 30, 2004 20:07:01.837 Node does not have this property java.lang.RuntimeException: Node does not have this property at org.eclips...
resolved fixed
83d50dc
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AbstractMethodCompletionProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AssignToVariableAssistProposal.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewVariableCompletionProposal.java", "or...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-12-01T14:57:50Z
2004-11-30T18:40:00Z
79,793
Bug 79793 Deadlock in JavaWorkingSetUpdater
null
verified fixed
75e9244
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetUpdater.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-12-01T08:38:13Z
2004-11-30T18:40:00Z
79,784
Bug 79784 [preferences] syntax coloring preference page does not reflect configured settings
I20041130-0800-gtk - open the java syntax coloring preference page - note that the real settings are not reflected, neither on the preview nor in the Java editor.
resolved fixed
8410830
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-30T16:12:04Z
2004-11-30T15:53:20Z
79,087
Bug 79087 CME on startup in JavaWorkingSetUpdater.elementChanged()
I200411170800 with ZRH plugin export 20041119_1119 Found the following exception after startup. Show -> Working Sets is enabled in the Package Explorer but I do not remember having opened the Package Explorer before the exception occured. Two editors were opened from the previous sesssion. Error 2004-11-19 17:43:35.407...
resolved fixed
f6f9217
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/JavaWorkingSetUpdater.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-30T09:12:39Z
2004-11-19T16:00:00Z
79,253
Bug 79253 extract generics interface 3.1M3
tried to refactor by extracting interface, and failed to produce correct interface. class was like: "public class GenericOutput<K extends Serializable, V extends Serializable> { " and when i extracted interface, i got: "public class GenericOutput<K extends Serializable, V extends Serializable> implements MyGenericOutpu...
resolved fixed
b0dae5e
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-29T17:14:17Z
2004-11-23T03:20:00Z
20,544
Bug 20544 [typing] Auto-indent doesn't work for simple IF statements
if (value == null)<<ENTER_KEY>> should cause the indent level to increase. then I could type: if (value == null) return;
resolved fixed
f41ef87
["org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-29T14:46:20Z
2002-06-18T17:06:40Z
78,387
Bug 78387 [search] Missing API to specify scope in search engine
Currently, there is no way to pass a search scope to the following methods in SearchEngine: - searchDeclarationsOfAccessedFields - searchDeclarationsOfReferencedTypes - searchDeclarationsOfSentMessages In order to handle visibility issues during refactoring, we must search for all referenced members, but are not intere...
resolved wontfix
023f4f7
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MemberVisibilityAdjustor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-29T12:06:53Z
2004-11-11T13:33:20Z
79,411
Bug 79411 M3: move instance method fails with particular for loop
null
resolved fixed
1904829
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-29T12:03:38Z
2004-11-24T18:13:20Z
79,584
Bug 79584 [5.0] JavaModel: Method parameter type is not marked as type variable
20041126 - Create the folloing code in a selfhosting workspace and open it in the editor - set a break point in JavaElementLabels.getMethodLabel where the parameter types are printed (change the method name to force a refresh) - The signature of the type parameter is 'QT;' which marks the type as an unresolved type. Sh...
resolved wontfix
ea18895
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/Bindings.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-28T15:25:21Z
2004-11-26T17:26:40Z
79,516
Bug 79516 InlineMethodTests#testUseInLocalClass(): source does not compile with 1.5
InlineMethodTests#testUseInLocalClass() uses .../import_in/Provider.java, which does not compile with 1.5 due to this declaration: public void useInLocalClass() { class Local extends File implements Comparable { public Local(String s) { super(s); } public void foo(Map map) { } public int compareTo(Object o) { return 0;...
resolved fixed
aa727eb
["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-25T20:19:45Z
2004-11-25T19:13:20Z
79,415
Bug 79415 Failing testcase RefactoringScannerTests#testQualifier
null
resolved fixed
47ff0c9
["org.eclipse.jdt.ui.tests.refactoring/resources/RefactoringScanner/C.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/RefactoringScannerTests.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactoring/infra/TextRangeUtil.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-25T10:38:22Z
2004-11-24T18:13:20Z
79,321
Bug 79321 Compiler preference page: disabling default compliance settings should leave 'disallow' combos disabled
I200411230838 and before: - Preferences > Java > Compiler: set compiler compliance level to 5.0 and check 'Use default compliance settings'. - Uncheck it again => the two 'Disallow identifiers...' combos become enabled - they should stay disabled with setting 'Error'. - Set source compatibility to 1.4 and back to 5.0 =...
resolved fixed
3268ff1
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-24T11:09:59Z
2004-11-23T17:13:20Z
79,236
Bug 79236 Move Member Type to New File: Wizard should come up with OK enabled
I200411170800 I have a nonstatic inner class which calls an instance method of the enclosing top-level class. 'Refactor > Move Member Type to New File' presents a wizard which asks for an enclosing instance field name. The name is prefilled. The OK button is disabled, although user input is complete. Workaround: change...
resolved fixed
048bdfc
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveInnerToTopWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-23T15:35:00Z
2004-11-22T19:00:00Z
79,166
Bug 79166 Pasting multiple fields inserts in wrong order
jdt.ui from HEAD, likely caused by conversion of PasteAction to new ast rewrite: public class X { int a= 1, b= a; int e= 1; int f= 2; } class Y { int y= 17; } - select fields a and b in the outline - copy - select y in the outline - paste => order of inserted fields is wrong (a should be first) => same problem when cop...
resolved fixed
b3c3577
["org.eclipse.jdt.ui.tests.refactoring/resources/Paste/testPastingTypedResources3/out/A.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/PasteAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-23T15:26:34Z
2004-11-22T10:40:00Z
78,618
Bug 78618 JUnit 'Failures' list has items with wrong label
200411111200 The JUnit 'Failures' list has items with a wrong label. I'll attach a screenshot.
verified fixed
a0911b1
["org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/RemoteTestRunner.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-23T14:17:45Z
2004-11-15T14:46:40Z
77,621
Bug 77621 Mark implement occurrences sometimes not working
20041103 - Open 'java.awt.ProgressBar' - Select super class 'Canvas' - highlighted is 'paint' Shouldn't 'setBounds' also be highlighted? It is inherited and part of by Canvas. (Defined in Component)
resolved fixed
d6bd5f3
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ImplementOccurrencesFinder.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-22T17:08:51Z
2004-11-03T13:53:20Z
78,051
Bug 78051 [nls tooling] Properties Editor has no 'Show-In'
20041108 It would be nice if the Properties Editor also would offer a 'Show-In' (Package Explorer and Navigator)
resolved fixed
9235eea
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileEditor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-22T15:23:30Z
2004-11-08T10:33:20Z
79,130
Bug 79130 SerialID Tests commented out after N20041120
null
resolved fixed
0e82098
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/QuickFixTest.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-20T16:20:45Z
2004-11-20T17:00:00Z
77,950
Bug 77950 Move Instance Method: should adapt Javadocs [refactoring] [move method]
I200411042000 References in Javadocs should be updated when a method is moved. Given: package p; class C { public void caller() { method(new Other()); } /** * Doku * @see #caller() */ public void method(Other arg) { arg.toString(); } } class Other { } - Move method(..) to parameter arg => The MethodRef #caller() must b...
resolved fixed
eb00416
["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test0/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test0/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test0/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-19T11:44:37Z
2004-11-05T15:53:20Z
70,891
Bug 70891 [1.5][javadoc] Compiler should accept new 1.5 syntax for @param
null
verified fixed
63fe097
["org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testAll59_out.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-18T19:02:29Z
2004-07-27T12:06:40Z
78,901
Bug 78901 Restore defaults does not work on Java > Compiler preference page [preferences] [compiler]
I200411170800. I want to go back to default compiler settings, but the "Restore Defaults" button doesn't appear to do anything.
resolved fixed
7c4af9c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TodoTaskPreferencePage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-18T17:02:19Z
2004-11-17T22:20:00Z
77,622
Bug 77622 Invalid problem report when renaming statically imported field [refactoring] [rename]
I200411022000 Using the following 2 CUs: package test; import static test1.B.PI; public class A { public void foo() { double pi= PI; } } package test1; public class B { public static final double PI= Math.PI; } when renaming the field PI (from decl. and ref.) 2 problems in the refactored source are reported in the dial...
resolved fixed
98c7c94
["org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/testEnumConst/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/testEnumConst/in/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/testEnumConst/in/C.java", "org.eclipse.jdt.ui.tests.refac...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-18T16:32:25Z
2004-11-03T13:53:20Z
78,867
Bug 78867 Using new registry API
Following some rework of the registry, please apply this patch to make use of the new method called getNamespace() on IConfigurationElement. This patch will convert most occurrences of: configurationElement.getDeclaringExtension().getNamespace() into configurationElement.getNamespace()
resolved fixed
7f92b97
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/FilterDescriptor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaEditorTextHoverDescriptor.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/CoreUtility.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizard...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-18T14:08:07Z
2004-11-17T19:33:20Z
78,821
Bug 78821 'Add generated serial version ID' shows "error" message
I200411111200 Edit JRE settings and set 'Default VM Arguments' to "-showversion". Activate an 'Add generated serial version ID' quick fix. => An error dialow appears, saying: "The following problem occurred: " + <output_of_-showversion> Maybe the vm should be started without default vm args.
resolved fixed
d1d816b
["org.eclipse.jdt.ui/serial", "support/org/eclipse/jdt/internal/ui/text/correction/SerialVersionComputer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SerialVersionLaunchConfigurationDelegate.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-18T11:45:37Z
2004-11-17T11:13:20Z
78,159
Bug 78159 JUnit view tab should be in italics while tests are running [JUnit]
3.1M3 While JUnit tests are running, JUnit views should look busy and properly have their tab be rendered in italics.
resolved fixed
a613809
["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-17T20:18:08Z
2004-11-09T11:33:20Z
77,440
Bug 77440 Import not removed when moving static member [refactoring][move]
I200410260800 package p1; import p2.B; public class A { int field= B.VALUE; } --------------------------------------------------- package p2; public class B { public static final int VALUE= 10; } --------------------------------------------------- package p3; public class C { } Move B#Value to p3.C. Observe that the im...
resolved fixed
48a96bd
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMemberAnalyzer.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembersProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-17T13:07:54Z
2004-11-01T23:00:00Z
78,450
Bug 78450 [Performance] PasteAction is making selection slow
The method PasteAction.canOperateOn is invoked on every selection change. This is not required and is extremely slow on many platforms. The PasteAction is checking that there is something on the clipboard that can be pasted on every single selection change event. This is an expensive operation and is entirely unneccess...
resolved fixed
31af371
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/PasteAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-17T12:03:52Z
2004-11-11T21:53:20Z
78,733
Bug 78733 ITypeHierarchyViewPart.setInputElement() does not select methods
If you pass an IMethod to the ITypeHierarchyViewPart.setInputElement (IJavaElement element) it does not select the method like the normal "F4" in the Java Editor does. My use case is as follows: Properties p = new Properties(); p.getProperty("foo"); Where Properties is java.util.Properties and you try to "F4" (an actio...
resolved fixed
c4e8ef1
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyTransferDropAdapter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/OpenTypeHierarchyUtil.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-17T09:49:13Z
2004-11-16T15:46:40Z
78,491
Bug 78491 JUnit tries to execute abstract classes [JUnit]
Starting with 3.1M3 the JUnit component suddenlty tries to execute tests from abstract classes: class abstract AbstractTestCase extends TestCase { public void testDefaultTestHere() {} } class ComponentWithDefaultTest extends AbsractTestCase { public void testComponentSpecificBehaviour() {} } In former releases only the...
resolved fixed
978c0d0
["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/util/TestSearchEngine.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/TestSearchEngine.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-17T09:28:41Z
2004-11-12T11:46:40Z
78,168
Bug 78168 Cannot get preferences when running 'headless' (i.e. through Ant)
I'm a member of the Rational Studio Architect team and have been tasked with ensuring that our transformations can be run through Ant in headless mode. I'm having a problem with our "Uml to Java" transform because it wants to use the code 'templates' defined in the JDT's prefstore when performing its code generation (r...
verified fixed
eb0ba4c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaElementAdapterFactory.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-16T17:51:31Z
2004-11-09T14:20:00Z
78,756
Bug 78756 Properties file editor fails to save plugin.properties
I200411160944 Properties file editor fails to save plugin.properties
resolved fixed
750f2ee
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileDocumentProvider.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-16T17:51:10Z
2004-11-16T18:33:20Z
78,688
Bug 78688 [1.5] [Generics] Erroneous quick fix results generated for this code. [quick fix]
I had this code which needs fixing where marked. % cat Test.java import java.util.LinkedHashMap; public class Test<K, V> { public void check() { final LinkedHashMap<K, V> data = new LinkedHashMap<K, V>(); final Integer x = data.entrySet(); // this line needs fixing. } } <<<< So I did Ctrl-1 to get the quickfix and sele...
resolved fixed
4ee00c0
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/TypeChangeCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-16T10:17:55Z
2004-11-16T01:53:20Z
78,317
Bug 78317 Compare plug-in gets loaded by LocalHistoryActionGroup
null
resolved fixed
46839d2
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistory.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistoryImpl.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaCompareWithEditionAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/j...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-16T10:13:31Z
2004-11-10T18:06:40Z
77,599
Bug 77599 [5.0] Structure comparing of enums does not work
I200411022000 1. Create enum (either as separete file or inside a class): public enum E { A, B, C, D, F, Incomplete } 2. Delete B and save 3. compare ==> no structural difference gets reported
resolved fixed
e142a23
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaStructureCreator.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-15T14:38:54Z
2004-11-03T13:53:20Z
78,533
Bug 78533 problem with "organize imports" and generic bounds [code manipulation]
In Eclipse 3.1M3, "organize imports" removes imports used only as generic bounds. //example: import java.util.Collection; public interface ErrorDemo { public <T extends Collection> void method(); }
resolved fixed
ea7f844
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportReferencesCollector.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-15T14:11:29Z
2004-11-12T17:20:00Z
78,496
Bug 78496 ASTFlattener does not serialize EnumConstantDeclarations [code manipulation]
In the class org.eclipse.jdt.internal.corext.dom.ASTFlattener, the code in the method "public boolean visit(EnumDeclaration node)" seems to expect EnumConstantDeclarations, in the "bodyDeclarations" list, but enumeration constants are stored in "enumConstants" list. NaiveASTFlattener works OK, though.
verified fixed
5cdcc39
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-15T11:46:18Z
2004-11-12T14:33:20Z
78,233
Bug 78233 [search] Cancelling "Open Type" search prevents future searching
Build 20041109 Linux-GTK What I did: 1. Started checking out org.eclipse.jface plugin from CVS. 2. When the checkout completed (but before the build finished), click the Open Type button. 3. A "Searching" progress bar appeared and started cranking away. 4. I got impatient and clicked Cancel. 5. Afterwards, every time I...
resolved fixed
4855ed1
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/AllTypesCache.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-15T11:42:27Z
2004-11-09T22:40:00Z
68,546
Bug 68546 PackageExplorer uses deprecated setTitle method [package explorer]
PackeageExplorerPart should use setContentDescription(inputText) rather than setTitle("Package Explorer : " + inputText)
resolved fixed
0a6fd1a
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-12T12:04:58Z
2004-06-24T20:46:40Z
77,320
Bug 77320 Junit performance [JUnit]
We have 2315 unit tests. When run from Eclipse, it's reporting to take ~122 seconds. When run from ant, it reports taking ~25 seconds. The majority of this time is spent with the JUnit view showing "Launching...". This has gotten worse and worse as we add more UTs. I expect Eclipse to be slower than Ant, but not by thi...
resolved fixed
e112c47
["org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-11T21:51:18Z
2004-10-29T17:13:20Z
78,087
Bug 78087 [dom] TypeBinding#getJavaElement() throws IllegalArgumentException for parameterized or raw reference to binary type
200411050810 On a raw TypeBinding of 'java.util.Comparable', method getJavaElement() throws the exception below. [Not reproducible in eclipse - client code is not in CVS.] !ENTRY org.eclipse.ui 4 0 2004-11-08 18:35:29.163 !MESSAGE Compilation unit name must end with .java !STACK 0 java.lang.IllegalArgumentException: Co...
verified fixed
6b5001b
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/dom/Bindings.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-10T13:49:36Z
2004-11-08T18:53:20Z
77,609
Bug 77609 Move instance method and references in binary types [refactoring] [move]
M3 test candidate public class A { public void foo(B b) { } } - create a class D that references A#foo but put it onto the class path as binary - move A#foo Observe: no complains about the fact that foo is referenced from binary. Since we offer the possibility to generate a delegate we should do so when referenced from...
resolved fixed
9bc0d28
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-09T11:24:44Z
2004-11-03T13:53:20Z
77,618
Bug 77618 Move Inner: dialog issues [refactoring] [move inner]
M3 test candidate The current dialog is a little bit confusing. One idea to improve it is: Case field is required: Field name: [ ] Make final: [ ] OK button is disabled when field name is missing Case field is optional Field name (optional): [ [ Make final [ ] Ok button is always enabled and make final is disabled if n...
resolved fixed
a9bdb95
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java", "org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveInnerToTopWizard.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-09T09:45:56Z
2004-11-03T13:53:20Z
77,577
Bug 77577 outline should not accept dropping folders on it
3.1 M3 test pass The outline view accepts dropping folders using drag & drop: - open the navigator & outline - drag a folder (e.g. part of a class hierarchy) from the navigator to the outline and drop it on a member, for example a method. Expected: the drag is not successful, nothing happens Actual: the folder is moved...
resolved fixed
bcb9bf0
["org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/reorg/CopyTest.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/reorg/MoveTest.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-08T15:45:31Z
2004-11-03T11:06:40Z
77,620
Bug 77620 Move inner: doesn't update instance creation to reflect new type parameters [refactoring] [move inner]
M3 test candidate public class A<T> { class Inner<X> { public void foo() { T t= null; X x= null; bar(); } } void bar() { Inner inner= new Inner<Long>(); } } - move Inner to new file Observe: Inner now has correctly two type parameters. Hoewever the instance creation new Inner<Long>() isn't updated resulting in non comp...
resolved fixed
1e30245
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ConstructorReferenceFinder.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-08T15:38:20Z
2004-11-03T13:53:20Z
77,716
Bug 77716 [1.5] Augment Raw Collection Clients does not update overwritten methods
I200411022000 Using Augment Raw Collection Clients on the test package with the two CUs A and B augments the list's parameter type in B but not A: package test; import java.util.List; public class A { void test(List list, Integer integer) { } } package test; import java.util.List; public class B extends A { void test(L...
resolved fixed
44925d7
["org.eclipse.jdt.ui.tests.refactoring/resources/AugmentRawContainerClients/testCUInferFromCast/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/AugmentRawContainerClients/testCUInferFromCast/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/AugmentRawContainerClients/testCuCannotStringDouble/in/A...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-08T12:01:06Z
2004-11-03T19:26:40Z
77,584
Bug 77584 Can't use 5.0 After Setting Compliance to 5.0
I200411022000 When starting a fresh workspace the "Use default compliance settings" check box is no longer checked (was checked in 2.0 to 3.0.1 - didn't check 1.0). If a user only changes compliance to 5.0 the settings will be incorrect and the project is not usable for 5.0 development. Martin please check whether we d...
resolved fixed
9eefef7
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-08T11:26:12Z
2004-11-03T11:06:40Z
77,938
Bug 77938 Move Instance Method shows referenced field twice in list [refactoring] [move]
I200411042000 class C { Other fField; void method() { fField.toString(); } } class Other { } - 'Refactor > Move' on method() -> fField is shown twice in the list of possible targets
resolved fixed
07d8c67
["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test26/in/P.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test26/in/TC.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test26/in/TR.java", "org.eclipse.jdt.ui.tests.refactori...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-08T11:02:03Z
2004-11-05T13:06:40Z
77,222
Bug 77222 Import Selection Dialog Improvements
It is very annoying, when importing List, to have to choose which List I want, especially since I nearly ALWAYS choose java.util.List. Specifically, when doing an Organize Imports, a dialog shows up, and it appears to list all of the List classes in alphabetical order by package name. (I think this dialog will show up ...
resolved fixed
2ce9cdc
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/AllTypesCache.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/TypeFilter.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/TypeInfoRequestor.java", "org.eclipse.jdt.ui/ui/org/ecl...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-08T10:44:41Z
2004-10-28T16:13:20Z
77,901
Bug 77901 Java refactor (renaming a class name) missed something [refactoring] [rename]
The Java "refactor" operation for changing the name of a class misses a certain kind of reference to the class: the Java construct Foo.class, which returns the instance of class java.lang.Class for class Foo. 1. Create a valid, complete Java class called "Foo" in a source file Foo.java. 2. In a method of Foo, add this ...
resolved fixed
674cd96
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInputWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-08T09:54:40Z
2004-11-04T20:26:40Z
77,439
Bug 77439 Pull up: strange change tree [refactoring] [pull up]
I200410260800 package p1; public class Super { } ------------------------------------------------------------ package p1; import p2.B; public class A extends Super { int field= B.VALUE; } ------------------------------------------------------------ package p2; public class B { public static final int VALUE= 10; } Pull ...
resolved fixed
7a3a348
["org.eclipse.jdt.ui.tests.refactoring/resources/PushDown/test20/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/PushDown/test21/out/A.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/HierarchyRefactoring.java", "org.eclipse.jdt.ui/core", "refactoring/org...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-08T09:37:56Z
2004-11-01T23:00:00Z
76,792
Bug 76792 organize imports: not correct: 0 import(s) added. [code manipulation]
Organize imports falsely sums up the total of added and removed imports to display a difference. 0 import(s) added. means that the total of added and removed imports is 0. It would be better if it told the user something like: 1 import(s) removed, 1 import(s) added. The status message is slightly more useful than you m...
resolved fixed
14f5176
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/AddImportsOperation.java", "org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportsStructure.java", "org.ecli...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-08T09:23:14Z
2004-10-22T07:26:40Z
77,771
Bug 77771 RemoteTestRunnerClient doing work after junit shutdown [JUnit]
I am unsure of the exact test case but I would assume I shut down my workspace while running junit tests. java.lang.ClassNotFoundException: The class "org.eclipse.jdt.internal.junit.ui.RemoteTestRunnerClient$8" cannot be loaded because the system is shutting down and the plug- in "org.eclipse.jdt.junit" has already bee...
resolved fixed
f93d215
["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/RemoteTestRunnerClient.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-07T21:43:01Z
2004-11-03T22:13:20Z
77,844
Bug 77844 CCE in UnimplementedMethodsCompletionProposal for X implements Set<String>
3.1 M3 Test pass - class X implements Set<String> {} - QuickFix Log: !ENTRY org.eclipse.ui 4 0 2004-11-04 16:45:43.786 !MESSAGE java.lang.ClassCastException !STACK 0 java.lang.ClassCastException at org.eclipse.jdt.core.dom.ASTNode.checkNewChild(ASTNode.java:1865) at org.eclipse.jdt.core.dom.ASTNode$NodeList.add(ASTNode...
verified fixed
b400147
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnimplementedMethodsCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-04T16:16:59Z
2004-11-04T14:53:20Z
77,839
Bug 77839 Type Restriction filters confusing in container children
20041104 The build path UI shows Type Restriction filters also on container children. But all container implementation don't support the feature, nor the update. It would be better to filter the entries for M3
verified fixed
635a5d0
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-04T15:57:58Z
2004-11-04T14:53:20Z
77,641
Bug 77641 Exception in pick out string [quick assist]
M3 test candidate !ENTRY org.eclipse.jdt.ui 4 10001 2004-11-03 15:33:53.254 !MESSAGE Internal Error !STACK 0 java.lang.StringIndexOutOfBoundsException: String index out of range: 18 at java.lang.String.substring(Unknown Source) at org.eclipse.jdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getPickOutString...
verified fixed
de7434b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-04T10:20:07Z
2004-11-03T13:53:20Z
77,701
Bug 77701 'enum' declaration entry should not appear in 'Line wrapping' page of code formatter dialog preferences
JDT/Core code formatter does not support alignements for enums. So, it should not exist any entries for 'enum' declaration in code formatter preferences dialog...
verified fixed
a50f2dd
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-04T10:12:30Z
2004-11-03T16:40:00Z
77,537
Bug 77537 [preferences] Preview window in Preferences->Java->Properties File Editor displays incorrect background color
The properties file editor seems to inherit its background color from the setting in Preferences->Java->Editor->Syntax. However, the preview window in Preferences->Java->Properties File Editor always displays a white background.
verified fixed
68072bc
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaSourceViewer.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PropertiesFileEditorPreferencePage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-03T16:54:04Z
2004-11-02T21:13:20Z
77,585
Bug 77585 Create Enum wizard: file misses header comment
I200411022000 The file which is created by the New Enum wizard has no header comment. Creating a Class or Interface has header comment.
verified fixed
1cca528
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-03T14:45:59Z
2004-11-03T11:06:40Z
77,612
Bug 77612 Move instance method: misleading error message
M3 test candidate public class A<X> { public <T> void foo(B b) { X x= null; C c= null; } } - try moving foo Observe: the error message says something about references to parameterized types. Should this say references to non local type parameters
resolved fixed
a44a05b
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-03T14:08:08Z
2004-11-03T13:53:20Z
77,598
Bug 77598 [nls tooling] NLS hovers / Ctrl+Click not consistent for duplicate keys
20041103 With the following files, the key A.0 is duplicate. - Ctrl + Click: Junps to 'hello' - Hover over "A.0" in class A: shows 'world' public class A { String h= Messages.getString("A.0"); //$NON-NLS-1$ } messages.properties: A.0=hello A.0=world
verified fixed
8ad418c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-03T12:36:35Z
2004-11-03T13:53:20Z
77,509
Bug 77509 OperationCanceledException when clicking Cancel while doing organize imports on project
I200411010800 + plug-in export Select Java project with JUnit and start to organize the imports. Click "Cancel" ==> org.eclipse.core.runtime.OperationCanceledException at org.eclipse.core.internal.jobs.ThreadJob.joinRun(ThreadJob.java:137) at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:87) at or...
resolved fixed
99f12d4
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OrganizeImportsAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-02T18:35:59Z
2004-11-02T18:26:40Z
77,442
Bug 77442 Move instance method: import not added [refactoring] [move]
I200410260800 package p1; public class A extends Super { } -------------------------------------------------------- package p2; import p1.A; import p3.C; public class B { public static final int VALUE= 10; public void foo(C c) { A a= null; } } ------------------------------------------------------- package p3; public c...
resolved fixed
0317cff
["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test6/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test7/out/B.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-02T09:57:17Z
2004-11-01T23:00:00Z
76,887
Bug 76887 [content assist] Template validation is case sensitive
Test case: Type SYS Ctrl-Space Type o You are left with no code completions. This differs from the code completion proposals where the prefix matching is not case sensitive. (note this is a problem in both the JDT TemplateProposal and the JFace text TemplateProposal)
verified fixed
a4e5ac0
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/TemplateProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-02T09:06:07Z
2004-10-23T22:20:00Z
74,801
Bug 74801 [Progress] Invalid Thread Access in AllTypesCache
I20040921-2000-gtk When importing a type, I go this: org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:2691) at org.eclipse.swt.SWT.error(SWT.java:2616) at org.eclipse.swt.SWT.error(SWT.java:2587) at org.eclipse.swt.widgets.Widget.error(Widget.java:379) at org.eclipse.swt.widgets...
verified fixed
33378f9
["org.eclipse.jdt.ui/core", "extension/org/eclipse/jdt/internal/corext/util/AllTypesCache.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-01T18:07:47Z
2004-09-23T17:20:00Z
72,920
Bug 72920 InvocationTargetException when in-lining a method [refactoring] [inline method]
Version 3.1.M1. When in-lining: static Logger LOG = Logger.getLogger(MQEnvironmentValueHolder.class); /** * @return */ protected Logger getLOG() { return LOG; } I get: !ENTRY org.eclipse.ltk.ui.refactoring 4 10000 Aug 30, 2004 15:33:58.890 !MESSAGE Internal Error !STACK 0 java.lang.reflect.InvocationTargetException at ...
resolved fixed
82c3112
["org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/receiver_in/TestExplicitStaticThisFieldReceiver.java", "org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/receiver_in/TestExplicitStaticThisMethodReceiver.java", "org.eclipse.jdt.ui.tests.refactoring/resources/...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-01T17:37:48Z
2004-08-30T23:53:20Z
76,348
Bug 76348 'import static' becomes 'import' while renaming package
Using build I20041013. I've following test case: s1/j/l/S.java package s1.j.l; public class S { public final static String out = "out"; public final static String in = "in"; public static class Member { public static int RED = 0; } } s1/B.java: package s1; import static s1.j.l.S.*; public class B { public void foo() { ...
verified fixed
e6f30bd
["org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/testStatic1/in/s1/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/testStatic1/in/s1/j/l/S.java", "org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/testStatic1/out/s1/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-01T11:43:56Z
2004-10-15T11:33:20Z
77,314
Bug 77314 [implementation] Deadlock of text hover presenter with ChangeTypeAction
20041029 Got the following deadlock after replacing a word in a new class just created by the new type wizard. - The main thread comes from the ChangeTypeAction triggered by a document change event and wants to do a reconcile (not sure if it a good idea to do work in a test selection change event - The text hover is in...
resolved fixed
6f5eb4b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ChangeTypeAction.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-11-01T09:58:50Z
2004-10-29T17:13:20Z
76,649
Bug 76649 New 'Inexact Argument for Varargs' compiler option
* COMPILER / Reporting Inexact Argument for Varargs Method/Constructor Invocation * When enabled, the compiler will issue an error or a warning whenever a varargs method/constructor is invoked with an inexact * argument (e.g. Class.getMethod(String name, Class ... args ) invoked with arguments ("foo", null)) * with ine...
resolved fixed
fbcac25
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-10-29T16:09:39Z
2004-10-20T13:46:40Z
35,933
Bug 35933 JUnit package test runner doesn't find empty tests [JUnit]
The JUnit package test runner doesn't run TestCases that don't contain any test* methods themselves (but instead only inherit them). Consider the following example: public class SimpleTest extends TestCase { public void testParser() { Parser p = getParser(); assert(...); } protected Parser getParser() { return new Simp...
resolved fixed
98f11eb
["org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/util/TestSearchEngine.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitMainTab.java", "org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/TestSearchEngine.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-10-29T15:30:44Z
2003-04-01T20:46:40Z
76,764
Bug 76764 Unqualified class name from content assist in Move refactoring dialog [refactoring] [move]
I20041019 - invoke Move refactoring on some static method in CU1 - use content assist to enter name of CU2 _in the same package as CU1_ -> content assist inserts the unqualified name -> Move refactoring dialog does not allow to continue
resolved fixed
741db11
["org.eclipse.jdt.ui/ui", "refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/CUPositionCompletionProcessor.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-10-29T15:09:25Z
2004-10-21T17:33:20Z
76,031
Bug 76031 [search] Unexpected behavior while refactoring member class
Using I200410050800. I have following class in my project: C.java: class C { void method() {} void foo() { method(); } } class CC extends C { void call() { method(); new CC().method(); } void method() {} } I copy it with new name D. I got following class: D.java class D { void method() {} void foo() { method(); } } cla...
resolved wontfix
b08fef3
["org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameFieldProcessor.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMetho...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-10-29T14:44:01Z
2004-10-11T18:40:00Z
76,579
Bug 76579 Formatter setup export: If file exists, overwritten w/o warning [code formatter]
On exporting java code formatter settings: If the selected file already exists, it is overwritten without warning.
resolved fixed
678f271
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CodingStyleConfigurationBlock.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-10-29T08:06:27Z
2004-10-19T18:20:00Z
77,193
Bug 77193 Properties File Editor doesn't show QuickDiff hovers
I200410260800 The Properties File Editor doesn't show QuickDiff hovers.
resolved fixed
5ea2aea
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertiesFileSourceViewerConfiguration.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-10-28T17:18:44Z
2004-10-28T16:13:20Z
76,643
Bug 76643 Code Formater UI: Allow multi-selection in Line Wrapping tree
20041020 To configure the line wrapping settings it is currently necessary to do that separatly for each setting. It would be nice if this could be done once for all or for a subset. The idea would be to allow multiple selection of the tree (including parent nodes) and allow to use the configuration controls on the bot...
resolved fixed
ffc5e19
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-10-28T16:36:17Z
2004-10-20T11:00:00Z
77,083
Bug 77083 "Move member type to new file" produces extraneous import of even more inner classes [refactoring]
Create a class like this: package foo; public class OuterClass { static class InnerClass{ InnerInnerClass myInnerInner; class InnerInnerClass{ } } } Apply "move member type to new file" on InnerClass. The new InnerClass top level class will get look like this: package foo; import foo.OuterClass.InnerClass.InnerInnerCla...
resolved fixed
e2dba02
["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test_nonstatic_40/in/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test_nonstatic_40/out/A.java", "org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test_nonstatic_40/out/Inner.java", "org.eclipse.jdt.ui...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-10-28T14:56:36Z
2004-10-27T09:40:00Z
66,843
Bug 66843 Generate delegate methods dialog doesn't focus on right field [code manipulation]
if you have several fields MyClass c = null; YourClass b = null; Properties properties = null; And you select 'properties' in your text view, right click it and go to 'source'>'Generate delegate methods' then the MyClass type will be shown at the top, completely opened so that all its methods will be shown. the Propert...
resolved fixed
3f6a3f4
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddDelegateMethodsAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateNewConstructorU...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-10-28T12:39:46Z
2004-06-12T22:40:00Z
66,593
Bug 66593 NPE in JavaDocCompletionProcessor
I am trying to extend the JavaEditor, so I wrote a simple editor that extends CompilationUnitEditor (I wish I could subclass a class that doesn't belong in the internal package, but I don't see any other way). I declare my editor in the plugin.xml, attach it to a particular file extension but when I try to trigger Java...
verified fixed
5cebad9
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocCompletionEvaluator.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-10-28T07:31:51Z
2004-06-10T20:40:00Z
76,167
Bug 76167 Quick FIx: create local variable deletes comment above it
null
resolved fixed
7dd440c
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewVariableCompletionProposal.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-10-27T17:43:19Z
2004-10-13T15:06:40Z
76,099
Bug 76099 Search results unsorted [search]
build I20040930 - with platform-ui module in source, - open type on Action (from org.eclipse.jface.action) - Ctrl+Shift+G - in Search view, choose Flat Layout and Sort By > Parent Name - the results are unsorted (and unstable) For example: org.eclipse.ui.tests.api.IActionBarsTest.java org.eclipse.ui.views.tasklist.Task...
resolved fixed
11168bf
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/NameSorter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ParentSorter.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/PathSorter.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-10-27T15:14:44Z
2004-10-12T16:53:20Z
76,674
Bug 76674 Code assist always proposes current type in @see tag
Using build I200410190941. Test case: "IXX.java", "/**\n" + " * @see IYY\n" + " */\n" + "public interface IXX {}", "IYY.java", "public interface IYY {}" In IXX.java, set cursor just after @see IYY and launch completion. Then, you get 2 proposals in the list: IXX.java IYY.java This is not correct, first proposal (curren...
resolved fixed
77008be
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocCompletionEvaluator.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-10-27T12:45:45Z
2004-10-20T16:33:20Z
77,030
Bug 77030 NPE in LocalWorkingSetManager
I20041026 After starting Eclipse on an existing workspace and opening the package explorer I get this NPE: !ENTRY org.eclipse.core.runtime 4 2 2004-10-26 18:31:28.646 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.intern...
resolved fixed
9cc13e3
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-10-26T17:32:31Z
2004-10-26T17:00:00Z
76,574
Bug 76574 Refactor inner class of an interface [refactoring]
How to reduce the behavior: =========================== 1) Have a _public_ inner class in a public java interface. The class does _not_ contain the public modifier explicitly, but implicitly the class is public. 2) Select the class name 3) Refactor via "Move Member Type to New File" What results: ============= Everythi...
resolved fixed
79d97bf
["org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test24/out/Inner.java", "org.eclipse.jdt.ui/core", "refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-10-26T15:32:39Z
2004-10-19T15:33:20Z
76,756
Bug 76756 Project properties UI: Required projects can not be removed
Once a project has been added to the required projects list, it is impossible to remove this project from the list using the properties UI, because the "Remove" button remains disabled. Furthermore, deleting the childs of this required project (that is "Included: (All)" and "Excluded: "None") leads to the following err...
verified fixed
38fc99b
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ProjectsWorkbookPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-10-22T13:43:33Z
2004-10-21T14:46:40Z
76,283
Bug 76283 [performance] Problems requested twice when opening a Java editor
I20041013 When opening a Java editor, problems are requested once during ICompilationUnit#becomeWorkingCopy and once during ICompilationUnit#reconcile. The IProblemRequestor should be disabled during #becomeWorkingCopy so as to avoid to compute problems (which involves the full resolution of the working copy).
resolved fixed
65a3288
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/IProblemRequestorExtension.java", "org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaReconcilingStrategy.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-10-21T10:40:31Z
2004-10-14T16:06:40Z
69,240
Bug 69240 [reconciling] Editor shows "stale" compilation error
Eclipse has always has a small problem in that occaisionally it would show an error in the editor window (red-squiggly, with a marker) even though the error had been fixed and no longer appeared in the Tasks/Problem view. I usually just type "Space-Backspace" and save the file and it goes away. In 3.0, this is MUCH mor...
resolved fixed
314d7d3
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaReconciler.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-10-21T09:12:23Z
2004-07-03T10:20:00Z
75,432
Bug 75432 Pull up refactoring leaves unused imports
After using the pull up refactoring on a method, the method is removed from the sub class and put into the super class, but the sub class still has unused imports from before the refactoring. Can the refactoring be enhanced in a way that the imports of the sub class are organized after the refactoring?
closed fixed
c266f62
["org.eclipse.jdt.ui.tests.refactoring/resources/PullUp/test12/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/PullUp/test4/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/resources/PullUp/testGenerics12/out/B.java", "org.eclipse.jdt.ui.tests.refactoring/test", "cases/org/eclipse/jdt/ui/tests/refactorin...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-10-20T14:27:52Z
2004-10-01T08:40:00Z
74,022
Bug 74022 Unsupported major.minor version 49.0 during quick fix.
I use Sun JDK 1.4.2 to run Eclipse 3.1 200409140800 and Sun JDK 1.5.0 RC to run my application. Eclipse is configured to compile for JDK 1.5. I get error message "Unsupported major.minor version 49.0" when I try to use "Add generated serial version ID" quickfix for the following class ------------ package test.cheetah;...
resolved fixed
f74dcd3
["org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SerialVersionQuickFixTest.java", "org.eclipse.jdt.ui/serial", "support/org/eclipse/jdt/internal/ui/text/correction/SerialVersionComputer.java", "org.eclipse.jdt.ui/serial", "support/org/eclipse/jdt/internal/ui/text/correction/SerialVersionMessages.java", "...
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-10-20T12:19:44Z
2004-09-15T20:26:40Z
45,033
Bug 45033 Usability: Code Formatter Preferences Page Resizes Poorly
Eclipse 3.0 M4 This is just a single example of a common UI problem that exists in a wide variety of places in Eclipse, not just JDT. If you're going to allow a dialog/window to be resized (which I think you should), then some careful thought needs to go into how the widgets resize. Look at the preferences page for the...
resolved fixed
bad5794
["org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java"]
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-10-20T09:10:38Z
2003-10-16T18:46:40Z