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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
82,061 | Bug 82061 (3.1M4) Fields of parameterized types don't appear in "generate delegate methods" dialog | Problem dialog found in Source->Generate Delegate Methods... class BugDemo { Comparable<Object> parameterized; // does NOT appear in delegate method generation dialog! Comparable raw; // does appear Integer unparameterized; // does appear } | resolved fixed | 61f2d60 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-03T16:37:54Z | 2005-01-01T20:06:40Z | org.eclipse.jdt.ui/core | |
82,061 | Bug 82061 (3.1M4) Fields of parameterized types don't appear in "generate delegate methods" dialog | Problem dialog found in Source->Generate Delegate Methods... class BugDemo { Comparable<Object> parameterized; // does NOT appear in delegate method generation dialog! Comparable raw; // does appear Integer unparameterized; // does appear } | resolved fixed | 61f2d60 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-03T16:37:54Z | 2005-01-01T20:06:40Z | extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java | |
80,126 | Bug 80126 [assist] CompletionRequestor.setIgnored should allow POTENTIAL_METHOD_DECLARATION | 20041203 The code in CompletionRequestor.setIgnored should be updated as new constants POTENTIAL_METHOD_DECLARATION and METHOD_NAME_REFERENCE are larger than VARIABLE_DECLARATION public final void setIgnored(int completionProposalKind, boolean ignore) { if (completionProposalKind < CompletionProposal.ANONYMOUS_CLASS_DE... | verified fixed | 9f7978f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-03T16:51:41Z | 2004-12-03T18:53:20Z | org.eclipse.jdt.ui/ui | |
80,126 | Bug 80126 [assist] CompletionRequestor.setIgnored should allow POTENTIAL_METHOD_DECLARATION | 20041203 The code in CompletionRequestor.setIgnored should be updated as new constants POTENTIAL_METHOD_DECLARATION and METHOD_NAME_REFERENCE are larger than VARIABLE_DECLARATION public final void setIgnored(int completionProposalKind, boolean ignore) { if (completionProposalKind < CompletionProposal.ANONYMOUS_CLASS_DE... | verified fixed | 9f7978f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-03T16:51:41Z | 2004-12-03T18:53:20Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaTypeCompletionProcessor.java | |
80,126 | Bug 80126 [assist] CompletionRequestor.setIgnored should allow POTENTIAL_METHOD_DECLARATION | 20041203 The code in CompletionRequestor.setIgnored should be updated as new constants POTENTIAL_METHOD_DECLARATION and METHOD_NAME_REFERENCE are larger than VARIABLE_DECLARATION public final void setIgnored(int completionProposalKind, boolean ignore) { if (completionProposalKind < CompletionProposal.ANONYMOUS_CLASS_DE... | verified fixed | 9f7978f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-03T16:51:41Z | 2004-12-03T18:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SimilarElementsRequestor.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
82,089 | Bug 82089 Preview for whitespace before/after question mark should show unbound wildcard [formatter] | null | resolved fixed | 4f8b94b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-03T17:13:29Z | 2005-01-03T13:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/WhiteSpaceOptions.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
81,177 | Bug 81177 [refactoring] switch with enums: disable extract refactorings | 20041215 In the following code you can do various extractions on 'A', but most fail as it seems that it's not allowed to have something else but the enum constant private void foo(Enu e) { switch (e) { case A: break; } } | resolved fixed | a5d4e8c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-04T15:27:17Z | 2004-12-15T17:00:00Z | org.eclipse.jdt.ui/core | |
81,177 | Bug 81177 [refactoring] switch with enums: disable extract refactorings | 20041215 In the following code you can do various extractions on 'A', but most fail as it seems that it's not allowed to have something else but the enum constant private void foo(Enu e) { switch (e) { case A: break; } } | resolved fixed | a5d4e8c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-04T15:27:17Z | 2004-12-15T17:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java | |
81,130 | Bug 81130 move method prompts for parameter name even if not needed | M4 test pass (I20041214-2000-gtk) 1. have the type below 2. move 'method' to 'Inner' note that method does not reference anything from type 'Test', and the refactoring correctly does not introduce a parameter to reference the original type. The dialog that comes up first still prompts me for a name of that parameter, w... | resolved fixed | b8f5a53 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-04T15:29:47Z | 2004-12-15T14:13:20Z | org.eclipse.jdt.ui/core | |
81,130 | Bug 81130 move method prompts for parameter name even if not needed | M4 test pass (I20041214-2000-gtk) 1. have the type below 2. move 'method' to 'Inner' note that method does not reference anything from type 'Test', and the refactoring correctly does not introduce a parameter to reference the original type. The dialog that comes up first still prompts me for a name of that parameter, w... | resolved fixed | b8f5a53 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-04T15:29:47Z | 2004-12-15T14:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java | |
81,130 | Bug 81130 move method prompts for parameter name even if not needed | M4 test pass (I20041214-2000-gtk) 1. have the type below 2. move 'method' to 'Inner' note that method does not reference anything from type 'Test', and the refactoring correctly does not introduce a parameter to reference the original type. The dialog that comes up first still prompts me for a name of that parameter, w... | resolved fixed | b8f5a53 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-04T15:29:47Z | 2004-12-15T14:13:20Z | org.eclipse.jdt.ui/ui | |
81,130 | Bug 81130 move method prompts for parameter name even if not needed | M4 test pass (I20041214-2000-gtk) 1. have the type below 2. move 'method' to 'Inner' note that method does not reference anything from type 'Test', and the refactoring correctly does not introduce a parameter to reference the original type. The dialog that comes up first still prompts me for a name of that parameter, w... | resolved fixed | b8f5a53 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-04T15:29:47Z | 2004-12-15T14:13:20Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveInstanceMethodWizard.java | |
81,135 | Bug 81135 Organize Imports throws away annotation imports [5.0] | M4 test pass (I20041214-2000-gtk) 1. have this code: package com.example.m4testing; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; public class Test { @Documented @Re... | resolved fixed | 1de9da0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-04T17:17:51Z | 2004-12-15T14:13:20Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
81,135 | Bug 81135 Organize Imports throws away annotation imports [5.0] | M4 test pass (I20041214-2000-gtk) 1. have this code: package com.example.m4testing; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; public class Test { @Documented @Re... | resolved fixed | 1de9da0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-04T17:17:51Z | 2004-12-15T14:13:20Z | org.eclipse.jdt.ui/core | |
81,135 | Bug 81135 Organize Imports throws away annotation imports [5.0] | M4 test pass (I20041214-2000-gtk) 1. have this code: package com.example.m4testing; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; public class Test { @Documented @Re... | resolved fixed | 1de9da0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-04T17:17:51Z | 2004-12-15T14:13:20Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportReferencesCollector.java | |
82,123 | Bug 82123 [refactoring] StackOverflowError in move instance method | I20041221-0800-gtk No steps yet, does not always happen. Will add steps as soon as I know more. !ENTRY org.eclipse.ltk.ui.refactoring 4 10000 2005-01-04 10:44:16.953 !MESSAGE Internal Error !STACK 0 java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:303) at org... | verified fixed | a4e3d80 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T09:54:01Z | 2005-01-04T12:00:00Z | org.eclipse.jdt.ui/core | |
82,123 | Bug 82123 [refactoring] StackOverflowError in move instance method | I20041221-0800-gtk No steps yet, does not always happen. Will add steps as soon as I know more. !ENTRY org.eclipse.ltk.ui.refactoring 4 10000 2005-01-04 10:44:16.953 !MESSAGE Internal Error !STACK 0 java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:303) at org... | verified fixed | a4e3d80 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T09:54:01Z | 2005-01-04T12:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java | |
82,167 | Bug 82167 [typing] Smart Typing Preferences: Plural of "parenthesis" is "parentheses" | Smart Typing Preferences says: Typing > Automatically close... - Strings - Brackets and parenthesis' - Braces [..] The correct plural of "parenthesis" is "parentheses". I would find it more convenient, if the characters of the bracket classes would also be part of the preference names, e.g.: - (Parentheses), [square] a... | resolved fixed | f184586 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T10:11:59Z | 2005-01-04T17:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
81,589 | Bug 81589 [1.5] 3.1M4 static import of enum [organize import] | when there is a switch/case statement involving typesafe enum constants, organize imports adds 'static import...' statements... but then compiler throws warning saying that import is never used, although it actually is.... so its a spurious compiler warning. | resolved fixed | 1f792f4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T11:18:42Z | 2004-12-18T14:26:40Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/ImportOrganizeTest.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
81,878 | Bug 81878 cannot edit working sets from package explorer [package explorer] | 3.1 M4 1. open pkg explorer and select a working set. 2. run "edit active working set" from the pkg explorer view menu. 3. select another project to include in the active working set. 4. selection finish. The dialog doesn't close and the pkg explorer doesn't update. If you cancel the dialog, turn off the working set fi... | verified fixed | c1d193e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T14:02:14Z | 2004-12-23T19:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/ViewActionGroup.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
77,589 | Bug 77589 ResourceException while moving CUs | I200411022000 Found the following exceptions in the log after moving CUs from package to package. 1.5 support is enabled, I was testing static imports. !ENTRY org.eclipse.ltk.ui.refactoring 4 10000 2004-11-03 11:41:06.154 !MESSAGE Internal Error !STACK 1 org.eclipse.jdt.core.JavaModelException[966]: org.eclipse.core.in... | resolved fixed | 234671c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T14:32:06Z | 2004-11-03T11:06:40Z | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/UIPerformChangeOperation.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
77,589 | Bug 77589 ResourceException while moving CUs | I200411022000 Found the following exceptions in the log after moving CUs from package to package. 1.5 support is enabled, I was testing static imports. !ENTRY org.eclipse.ltk.ui.refactoring 4 10000 2004-11-03 11:41:06.154 !MESSAGE Internal Error !STACK 1 org.eclipse.jdt.core.JavaModelException[966]: org.eclipse.core.in... | resolved fixed | 234671c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T14:32:06Z | 2004-11-03T11:06:40Z | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/WorkbenchRunnableAdapter.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
77,589 | Bug 77589 ResourceException while moving CUs | I200411022000 Found the following exceptions in the log after moving CUs from package to package. 1.5 support is enabled, I was testing static imports. !ENTRY org.eclipse.ltk.ui.refactoring 4 10000 2004-11-03 11:41:06.154 !MESSAGE Internal Error !STACK 1 org.eclipse.jdt.core.JavaModelException[966]: org.eclipse.core.in... | resolved fixed | 234671c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T14:32:06Z | 2004-11-03T11:06:40Z | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/ui/refactoring/RefactoringWizardOpenOperation.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
79,698 | Bug 79698 [jobs] suspend/resume causes concurrency failures | null | resolved fixed | c763bb0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T14:51:19Z | 2004-11-29T20:26:40Z | org.eclipse.jdt.ui/ui | |
79,698 | Bug 79698 [jobs] suspend/resume causes concurrency failures | null | resolved fixed | c763bb0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T14:51:19Z | 2004-11-29T20:26:40Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringExecutionHelper.java | |
81,138 | Bug 81138 [refactoring] push down ignores method type parameters | 20041215 class A { <X, Y> void foo() { } } class B extends A { } -> push down 'foo' results in: class A { } class B extends A { void foo() { } } Also note the unneccesary (3) spaces in front of the closing bracket | resolved fixed | b39627f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T16:59:33Z | 2004-12-15T14:13:20Z | org.eclipse.jdt.ui/core | |
81,138 | Bug 81138 [refactoring] push down ignores method type parameters | 20041215 class A { <X, Y> void foo() { } } class B extends A { } -> push down 'foo' results in: class A { } class B extends A { void foo() { } } Also note the unneccesary (3) spaces in front of the closing bracket | resolved fixed | b39627f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T16:59:33Z | 2004-12-15T14:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/HierarchyRefactoring.java | |
81,138 | Bug 81138 [refactoring] push down ignores method type parameters | 20041215 class A { <X, Y> void foo() { } } class B extends A { } -> push down 'foo' results in: class A { } class B extends A { void foo() { } } Also note the unneccesary (3) spaces in front of the closing bracket | resolved fixed | b39627f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T16:59:33Z | 2004-12-15T14:13:20Z | org.eclipse.jdt.ui/core | |
81,138 | Bug 81138 [refactoring] push down ignores method type parameters | 20041215 class A { <X, Y> void foo() { } } class B extends A { } -> push down 'foo' results in: class A { } class B extends A { void foo() { } } Also note the unneccesary (3) spaces in front of the closing bracket | resolved fixed | b39627f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T16:59:33Z | 2004-12-15T14:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java | |
81,138 | Bug 81138 [refactoring] push down ignores method type parameters | 20041215 class A { <X, Y> void foo() { } } class B extends A { } -> push down 'foo' results in: class A { } class B extends A { void foo() { } } Also note the unneccesary (3) spaces in front of the closing bracket | resolved fixed | b39627f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T16:59:33Z | 2004-12-15T14:13:20Z | org.eclipse.jdt.ui/core | |
81,138 | Bug 81138 [refactoring] push down ignores method type parameters | 20041215 class A { <X, Y> void foo() { } } class B extends A { } -> push down 'foo' results in: class A { } class B extends A { void foo() { } } Also note the unneccesary (3) spaces in front of the closing bracket | resolved fixed | b39627f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T16:59:33Z | 2004-12-15T14:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PushDownRefactoring.java | |
81,143 | Bug 81143 [refactoring] pull up reports unnecessary visibility problems | 20041215 class A { } class B extends A { void foo(List<String> args) { } } class C extends A{ void foo(List<String> args) { } } -> pull up 'B.foo' reports: 'method foo in C has visibility less than protected which will result in compiler errors' package visibility is ok here too | resolved fixed | 725d263 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T17:18:13Z | 2004-12-15T14:13:20Z | org.eclipse.jdt.ui.tests.refactoring/test | |
81,143 | Bug 81143 [refactoring] pull up reports unnecessary visibility problems | 20041215 class A { } class B extends A { void foo(List<String> args) { } } class C extends A{ void foo(List<String> args) { } } -> pull up 'B.foo' reports: 'method foo in C has visibility less than protected which will result in compiler errors' package visibility is ok here too | resolved fixed | 725d263 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T17:18:13Z | 2004-12-15T14:13:20Z | cases/org/eclipse/jdt/ui/tests/refactoring/PullUpTests.java | |
81,143 | Bug 81143 [refactoring] pull up reports unnecessary visibility problems | 20041215 class A { } class B extends A { void foo(List<String> args) { } } class C extends A{ void foo(List<String> args) { } } -> pull up 'B.foo' reports: 'method foo in C has visibility less than protected which will result in compiler errors' package visibility is ok here too | resolved fixed | 725d263 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T17:18:13Z | 2004-12-15T14:13:20Z | org.eclipse.jdt.ui/core | |
81,143 | Bug 81143 [refactoring] pull up reports unnecessary visibility problems | 20041215 class A { } class B extends A { void foo(List<String> args) { } } class C extends A{ void foo(List<String> args) { } } -> pull up 'B.foo' reports: 'method foo in C has visibility less than protected which will result in compiler errors' package visibility is ok here too | resolved fixed | 725d263 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T17:18:13Z | 2004-12-15T14:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java | |
81,146 | Bug 81146 Move non-static member annotation to new file creates illegal annotation [refactoring] [5.0] | null | resolved fixed | 10757cb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T17:33:15Z | 2004-12-15T14:13:20Z | org.eclipse.jdt.ui/core | |
81,146 | Bug 81146 Move non-static member annotation to new file creates illegal annotation [refactoring] [5.0] | null | resolved fixed | 10757cb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T17:33:15Z | 2004-12-15T14:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java | |
78,698 | Bug 78698 [format] Space before ? should default to false | 200411111200 Not to be changed for I20041116. The code formatter setting for White Space > Insert Space > Before question mark should default to false for all profiles. Was: List< ? extends Number> Expected: List<? extends Number> | verified fixed | 423bc36 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T19:22:02Z | 2004-11-16T10:13:20Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
78,698 | Bug 78698 [format] Space before ? should default to false | 200411111200 Not to be changed for I20041116. The code formatter setting for White Space > Insert Space > Before question mark should default to false for all profiles. Was: List< ? extends Number> Expected: List<? extends Number> | verified fixed | 423bc36 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-05T19:22:02Z | 2004-11-16T10:13:20Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/UnresolvedMethodsQuickFixTest.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
82,311 | Bug 82311 [correction] Add '@throws' tag does not insert the exception type name | Version: 3.1.0 Build id: 200412210800 When you have javadoc compiler checks turned on and have a method like the following the quick fix to add a throws tag does not insert the name of the exception. The add all missing tags quick fix does add the exception type so the information should be available. I did figure out ... | resolved fixed | 2e3f488 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-06T12:17:37Z | 2005-01-06T11:13:20Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/JavadocQuickFixTest.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
82,311 | Bug 82311 [correction] Add '@throws' tag does not insert the exception type name | Version: 3.1.0 Build id: 200412210800 When you have javadoc compiler checks turned on and have a method like the following the quick fix to add a throws tag does not insert the name of the exception. The add all missing tags quick fix does add the exception type so the information should be available. I did figure out ... | resolved fixed | 2e3f488 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-06T12:17:37Z | 2005-01-06T11:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavadocTagsSubProcessor.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
81,091 | Bug 81091 Extract Interface shows duplicated warning message for unconventional type names | 200412142000: Steps to reproduce: - Extract new interface named "t" | resolved fixed | 66051c9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-06T14:19:21Z | 2004-12-15T11:26:40Z | org.eclipse.jdt.ui/core | |
81,091 | Bug 81091 Extract Interface shows duplicated warning message for unconventional type names | 200412142000: Steps to reproduce: - Extract new interface named "t" | resolved fixed | 66051c9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-06T14:19:21Z | 2004-12-15T11:26:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceRefactoring.java | |
81,128 | Bug 81128 [nls tooling] Accessor class detection constrained to those generated by NLS Wizard | 200412142000: Steps to reproduce: - Open "HelpSearchPage.class" from binary project "org.eclipse.help.ide" -> The accessor class HelpIdeResources uses an unconventional resource bundle field. Search for static fields of type ResourceBundle whose name contains "bundle" independent of letter case. | resolved fixed | 6b407ec | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-06T17:51:31Z | 2004-12-15T14:13:20Z | org.eclipse.jdt.ui.tests.refactoring/test | |
81,128 | Bug 81128 [nls tooling] Accessor class detection constrained to those generated by NLS Wizard | 200412142000: Steps to reproduce: - Open "HelpSearchPage.class" from binary project "org.eclipse.help.ide" -> The accessor class HelpIdeResources uses an unconventional resource bundle field. Search for static fields of type ResourceBundle whose name contains "bundle" independent of letter case. | resolved fixed | 6b407ec | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-06T17:51:31Z | 2004-12-15T14:13:20Z | cases/org/eclipse/jdt/ui/tests/nls/NLSHintHelperTest.java | |
81,128 | Bug 81128 [nls tooling] Accessor class detection constrained to those generated by NLS Wizard | 200412142000: Steps to reproduce: - Open "HelpSearchPage.class" from binary project "org.eclipse.help.ide" -> The accessor class HelpIdeResources uses an unconventional resource bundle field. Search for static fields of type ResourceBundle whose name contains "bundle" independent of letter case. | resolved fixed | 6b407ec | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-06T17:51:31Z | 2004-12-15T14:13:20Z | org.eclipse.jdt.ui/core | |
81,128 | Bug 81128 [nls tooling] Accessor class detection constrained to those generated by NLS Wizard | 200412142000: Steps to reproduce: - Open "HelpSearchPage.class" from binary project "org.eclipse.help.ide" -> The accessor class HelpIdeResources uses an unconventional resource bundle field. Search for static fields of type ResourceBundle whose name contains "bundle" independent of letter case. | resolved fixed | 6b407ec | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-06T17:51:31Z | 2004-12-15T14:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/AccessorClassReference.java | |
81,128 | Bug 81128 [nls tooling] Accessor class detection constrained to those generated by NLS Wizard | 200412142000: Steps to reproduce: - Open "HelpSearchPage.class" from binary project "org.eclipse.help.ide" -> The accessor class HelpIdeResources uses an unconventional resource bundle field. Search for static fields of type ResourceBundle whose name contains "bundle" independent of letter case. | resolved fixed | 6b407ec | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-06T17:51:31Z | 2004-12-15T14:13:20Z | org.eclipse.jdt.ui/core | |
81,128 | Bug 81128 [nls tooling] Accessor class detection constrained to those generated by NLS Wizard | 200412142000: Steps to reproduce: - Open "HelpSearchPage.class" from binary project "org.eclipse.help.ide" -> The accessor class HelpIdeResources uses an unconventional resource bundle field. Search for static fields of type ResourceBundle whose name contains "bundle" independent of letter case. | resolved fixed | 6b407ec | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-06T17:51:31Z | 2004-12-15T14:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHint.java | |
81,128 | Bug 81128 [nls tooling] Accessor class detection constrained to those generated by NLS Wizard | 200412142000: Steps to reproduce: - Open "HelpSearchPage.class" from binary project "org.eclipse.help.ide" -> The accessor class HelpIdeResources uses an unconventional resource bundle field. Search for static fields of type ResourceBundle whose name contains "bundle" independent of letter case. | resolved fixed | 6b407ec | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-06T17:51:31Z | 2004-12-15T14:13:20Z | org.eclipse.jdt.ui/core | |
81,128 | Bug 81128 [nls tooling] Accessor class detection constrained to those generated by NLS Wizard | 200412142000: Steps to reproduce: - Open "HelpSearchPage.class" from binary project "org.eclipse.help.ide" -> The accessor class HelpIdeResources uses an unconventional resource bundle field. Search for static fields of type ResourceBundle whose name contains "bundle" independent of letter case. | resolved fixed | 6b407ec | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-06T17:51:31Z | 2004-12-15T14:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSHintHelper.java | |
81,128 | Bug 81128 [nls tooling] Accessor class detection constrained to those generated by NLS Wizard | 200412142000: Steps to reproduce: - Open "HelpSearchPage.class" from binary project "org.eclipse.help.ide" -> The accessor class HelpIdeResources uses an unconventional resource bundle field. Search for static fields of type ResourceBundle whose name contains "bundle" independent of letter case. | resolved fixed | 6b407ec | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-06T17:51:31Z | 2004-12-15T14:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/NLSKeyHyperlink.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
81,128 | Bug 81128 [nls tooling] Accessor class detection constrained to those generated by NLS Wizard | 200412142000: Steps to reproduce: - Open "HelpSearchPage.class" from binary project "org.eclipse.help.ide" -> The accessor class HelpIdeResources uses an unconventional resource bundle field. Search for static fields of type ResourceBundle whose name contains "bundle" independent of letter case. | resolved fixed | 6b407ec | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-06T17:51:31Z | 2004-12-15T14:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/NLSStringHover.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
82,315 | Bug 82315 [nls tooling] Link to properties file does not work if file is open(ed) in text editor | I20050104-1600 The editor is opened but the key is not found. | resolved fixed | 27f5c6b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-07T10:38:15Z | 2005-01-06T11:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/NLSKeyHyperlink.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
82,342 | Bug 82342 java search filters dialog broken layout on GTK [search] | the Java serach filters dialog has a broken layout on linux GTK - see screenshot: the first scrollable area with checkbopxes for selecting matches to exclude is way too short. this happened with 3.1 M3 and happens still with 3.1M4. | resolved fixed | 04e050d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-07T14:03:29Z | 2005-01-06T16:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/FiltersDialog.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
82,219 | Bug 82219 Drag and drop of method to Call Hierarchy logs assertion failure | I20050104-1600 - close all instances of the Call Hierarchy view - open Call Hierarchy view - drag and drop an IMethod to the Call Hierarchy -> Assertion failure below in log (but call hierarchy still shows up) - drag and drop another IMethod to the Call Hierarchy -> The drop is only accepted on the sash line. Previousl... | resolved fixed | 49947d2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-07T14:22:39Z | 2005-01-05T10:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dnd/BasicSelectionTransferDragAdapter.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
82,330 | Bug 82330 IAE exception in Inline Method [refactoring] | 20050104: Steps to reproduce: private static boolean isEF(IField iField) throws JavaModelException { return JdtFlags.isPublic(iField) && JdtFlags.isStatic(iField) && JdtFlags.isFinal(iField); } private static boolean isEMe(IMember iMember) throws JavaModelException { switch (iMember.getElementType()) { case IJavaElemen... | resolved fixed | e74b248 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-07T16:12:03Z | 2005-01-06T16:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/controlStatement_in/TestEnhancedForOne.java | |
82,330 | Bug 82330 IAE exception in Inline Method [refactoring] | 20050104: Steps to reproduce: private static boolean isEF(IField iField) throws JavaModelException { return JdtFlags.isPublic(iField) && JdtFlags.isStatic(iField) && JdtFlags.isFinal(iField); } private static boolean isEMe(IMember iMember) throws JavaModelException { switch (iMember.getElementType()) { case IJavaElemen... | resolved fixed | e74b248 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-07T16:12:03Z | 2005-01-06T16:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/controlStatement_in/TestEnhancedForTwo.java | |
82,330 | Bug 82330 IAE exception in Inline Method [refactoring] | 20050104: Steps to reproduce: private static boolean isEF(IField iField) throws JavaModelException { return JdtFlags.isPublic(iField) && JdtFlags.isStatic(iField) && JdtFlags.isFinal(iField); } private static boolean isEMe(IMember iMember) throws JavaModelException { switch (iMember.getElementType()) { case IJavaElemen... | resolved fixed | e74b248 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-07T16:12:03Z | 2005-01-06T16:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/controlStatement_out/TestEnhancedForOne.java | |
82,330 | Bug 82330 IAE exception in Inline Method [refactoring] | 20050104: Steps to reproduce: private static boolean isEF(IField iField) throws JavaModelException { return JdtFlags.isPublic(iField) && JdtFlags.isStatic(iField) && JdtFlags.isFinal(iField); } private static boolean isEMe(IMember iMember) throws JavaModelException { switch (iMember.getElementType()) { case IJavaElemen... | resolved fixed | e74b248 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-07T16:12:03Z | 2005-01-06T16:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/controlStatement_out/TestEnhancedForTwo.java | |
82,330 | Bug 82330 IAE exception in Inline Method [refactoring] | 20050104: Steps to reproduce: private static boolean isEF(IField iField) throws JavaModelException { return JdtFlags.isPublic(iField) && JdtFlags.isStatic(iField) && JdtFlags.isFinal(iField); } private static boolean isEMe(IMember iMember) throws JavaModelException { switch (iMember.getElementType()) { case IJavaElemen... | resolved fixed | e74b248 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-07T16:12:03Z | 2005-01-06T16:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/simple_in/TestCatchClause.java | |
82,330 | Bug 82330 IAE exception in Inline Method [refactoring] | 20050104: Steps to reproduce: private static boolean isEF(IField iField) throws JavaModelException { return JdtFlags.isPublic(iField) && JdtFlags.isStatic(iField) && JdtFlags.isFinal(iField); } private static boolean isEMe(IMember iMember) throws JavaModelException { switch (iMember.getElementType()) { case IJavaElemen... | resolved fixed | e74b248 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-07T16:12:03Z | 2005-01-06T16:46:40Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/simple_out/TestCatchClause.java | |
82,330 | Bug 82330 IAE exception in Inline Method [refactoring] | 20050104: Steps to reproduce: private static boolean isEF(IField iField) throws JavaModelException { return JdtFlags.isPublic(iField) && JdtFlags.isStatic(iField) && JdtFlags.isFinal(iField); } private static boolean isEMe(IMember iMember) throws JavaModelException { switch (iMember.getElementType()) { case IJavaElemen... | resolved fixed | e74b248 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-07T16:12:03Z | 2005-01-06T16:46:40Z | org.eclipse.jdt.ui.tests.refactoring/test | |
82,330 | Bug 82330 IAE exception in Inline Method [refactoring] | 20050104: Steps to reproduce: private static boolean isEF(IField iField) throws JavaModelException { return JdtFlags.isPublic(iField) && JdtFlags.isStatic(iField) && JdtFlags.isFinal(iField); } private static boolean isEMe(IMember iMember) throws JavaModelException { switch (iMember.getElementType()) { case IJavaElemen... | resolved fixed | e74b248 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-07T16:12:03Z | 2005-01-06T16:46:40Z | cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java | |
82,330 | Bug 82330 IAE exception in Inline Method [refactoring] | 20050104: Steps to reproduce: private static boolean isEF(IField iField) throws JavaModelException { return JdtFlags.isPublic(iField) && JdtFlags.isStatic(iField) && JdtFlags.isFinal(iField); } private static boolean isEMe(IMember iMember) throws JavaModelException { switch (iMember.getElementType()) { case IJavaElemen... | resolved fixed | e74b248 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-07T16:12:03Z | 2005-01-06T16:46:40Z | org.eclipse.jdt.ui/core | |
82,330 | Bug 82330 IAE exception in Inline Method [refactoring] | 20050104: Steps to reproduce: private static boolean isEF(IField iField) throws JavaModelException { return JdtFlags.isPublic(iField) && JdtFlags.isStatic(iField) && JdtFlags.isFinal(iField); } private static boolean isEMe(IMember iMember) throws JavaModelException { switch (iMember.getElementType()) { case IJavaElemen... | resolved fixed | e74b248 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-07T16:12:03Z | 2005-01-06T16:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java | |
82,394 | Bug 82394 [preferences][templates] NPE trying to edit code templates | build i0104-1600 I went into my preferences and tried to change my code template for a new Java file (change the copyright to be 2005 now) but clicking on the Edit button did nothing. When I checked my log file, I found the following exception: !ENTRY org.eclipse.ui 4 0 2005-01-07 13:36:38.677 !MESSAGE java.lang.NullPo... | verified fixed | c9264b3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-10T08:59:45Z | 2005-01-07T17:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
82,417 | Bug 82417 Using uninitialized field instead of parameter in MethodStubsSelectionButtonGroup | The constructor of org.eclipse.jdt.internal.junit.wizards. MethodStubsSelectionButtonGroup contains this line: if (fButtonsStyle == SWT.RADIO) { Since fButtonsStyle is not initialized from the parameter buttonsStyle at that moment, what actually was meant is this: if (buttonsStyle == SWT.RADIO) { BTW: I found this bug ... | resolved fixed | 29778a4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-10T10:33:35Z | 2005-01-08T10:26:40Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/MethodStubsSelectionButtonGroup.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
79,419 | Bug 79419 [Preferences] Need a link component | We need to create a some sort of component for preference pages to use for linking. We should look into pushing down the org.eclipse.ui.views.framelist mechanism possibly. | resolved fixed | 43abacb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-10T17:01:44Z | 2004-11-24T18:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/AbstractConfigurationBlock.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
79,419 | Bug 79419 [Preferences] Need a link component | We need to create a some sort of component for preference pages to use for linking. We should look into pushing down the org.eclipse.ui.views.framelist mechanism possibly. | resolved fixed | 43abacb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-10T17:01:44Z | 2004-11-24T18:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CHyperLink.java | |
79,419 | Bug 79419 [Preferences] Need a link component | We need to create a some sort of component for preference pages to use for linking. We should look into pushing down the org.eclipse.ui.views.framelist mechanism possibly. | resolved fixed | 43abacb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-10T17:01:44Z | 2004-11-24T18:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CHyperLinkText.java | |
79,419 | Bug 79419 [Preferences] Need a link component | We need to create a some sort of component for preference pages to use for linking. We should look into pushing down the org.eclipse.ui.views.framelist mechanism possibly. | resolved fixed | 43abacb | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-10T17:01:44Z | 2004-11-24T18:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorPreferencePage.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
82,173 | Bug 82173 [5.0][typing] Angle Bracket<> auto closing should work in more situations | I20041221-0800 Angular Bracket auto closing does not work for a field type. In this example: void m() { HashMap hm= new HashMap(); ... ... an opening bracket < is - automatically closed when inserted between HashMap and () - not automatically closed when inserted between HashMap and hm. It should be closed in both case... | resolved fixed | 0d35030 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-11T10:29:47Z | 2005-01-04T20:20:00Z | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/BracketInserterTest.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and... |
82,173 | Bug 82173 [5.0][typing] Angle Bracket<> auto closing should work in more situations | I20041221-0800 Angular Bracket auto closing does not work for a field type. In this example: void m() { HashMap hm= new HashMap(); ... ... an opening bracket < is - automatically closed when inserted between HashMap and () - not automatically closed when inserted between HashMap and hm. It should be closed in both case... | resolved fixed | 0d35030 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-11T10:29:47Z | 2005-01-04T20:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
82,173 | Bug 82173 [5.0][typing] Angle Bracket<> auto closing should work in more situations | I20041221-0800 Angular Bracket auto closing does not work for a field type. In this example: void m() { HashMap hm= new HashMap(); ... ... an opening bracket < is - automatically closed when inserted between HashMap and () - not automatically closed when inserted between HashMap and hm. It should be closed in both case... | resolved fixed | 0d35030 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-11T10:29:47Z | 2005-01-04T20:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaHeuristicScanner.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
68,586 | Bug 68586 [implementation] Reconciling should be more robust | null | verified fixed | 09b27fd | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-11T15:36:19Z | 2004-06-25T10:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
77,933 | Bug 77933 [5.0] Adding unimplemented methods with quick fix produces unknown types | Using I200411042000 In this example: public class X implements Set<String>{} Adding unimplemented methods with QuickFix also produces methods like: public T[] toArray(T[] a) { // TODO Auto-generated method stub return null; } Where type T cannot be resolved. | resolved fixed | f132372 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-11T17:35:31Z | 2004-11-05T10:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/RemoveDeclarationCorrectionProposal.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
38,570 | Bug 38570 Source generation wizards; Add button to open preference page | M1 The Getter/Setter wizard should offer an access to the Code Generation Preference page: Field prefix/suffix, getter/setter body content, method comment template Add delegate, constructor and override could have a button for the method comment template The code to open a preference page programatically can be copied ... | resolved fixed | 8ffc052 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-11T17:43:57Z | 2003-06-06T11:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/OverrideMethodDialog.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
38,570 | Bug 38570 Source generation wizards; Add button to open preference page | M1 The Getter/Setter wizard should offer an access to the Code Generation Preference page: Field prefix/suffix, getter/setter body content, method comment template Add delegate, constructor and override could have a button for the method comment template The code to open a preference page programatically can be copied ... | resolved fixed | 8ffc052 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-11T17:43:57Z | 2003-06-06T11:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
38,570 | Bug 38570 Source generation wizards; Add button to open preference page | M1 The Getter/Setter wizard should offer an access to the Code Generation Preference page: Field prefix/suffix, getter/setter body content, method comment template Add delegate, constructor and override could have a button for the method comment template The code to open a preference page programatically can be copied ... | resolved fixed | 8ffc052 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-11T17:43:57Z | 2003-06-06T11:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateBlock.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
38,570 | Bug 38570 Source generation wizards; Add button to open preference page | M1 The Getter/Setter wizard should offer an access to the Code Generation Preference page: Field prefix/suffix, getter/setter body content, method comment template Add delegate, constructor and override could have a button for the method comment template The code to open a preference page programatically can be copied ... | resolved fixed | 8ffc052 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-11T17:43:57Z | 2003-06-06T11:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplatePreferencePage.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
38,570 | Bug 38570 Source generation wizards; Add button to open preference page | M1 The Getter/Setter wizard should offer an access to the Code Generation Preference page: Field prefix/suffix, getter/setter body content, method comment template Add delegate, constructor and override could have a button for the method comment template The code to open a preference page programatically can be copied ... | resolved fixed | 8ffc052 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-11T17:43:57Z | 2003-06-06T11:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddDelegateMethodsAction.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
38,570 | Bug 38570 Source generation wizards; Add button to open preference page | M1 The Getter/Setter wizard should offer an access to the Code Generation Preference page: Field prefix/suffix, getter/setter body content, method comment template Add delegate, constructor and override could have a button for the method comment template The code to open a preference page programatically can be copied ... | resolved fixed | 8ffc052 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-11T17:43:57Z | 2003-06-06T11:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
38,570 | Bug 38570 Source generation wizards; Add button to open preference page | M1 The Getter/Setter wizard should offer an access to the Code Generation Preference page: Field prefix/suffix, getter/setter body content, method comment template Add delegate, constructor and override could have a button for the method comment template The code to open a preference page programatically can be copied ... | resolved fixed | 8ffc052 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-11T17:43:57Z | 2003-06-06T11:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddUnimplementedConstructorsAction.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
38,570 | Bug 38570 Source generation wizards; Add button to open preference page | M1 The Getter/Setter wizard should offer an access to the Code Generation Preference page: Field prefix/suffix, getter/setter body content, method comment template Add delegate, constructor and override could have a button for the method comment template The code to open a preference page programatically can be copied ... | resolved fixed | 8ffc052 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-11T17:43:57Z | 2003-06-06T11:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ExtractInterfaceAction.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
38,570 | Bug 38570 Source generation wizards; Add button to open preference page | M1 The Getter/Setter wizard should offer an access to the Code Generation Preference page: Field prefix/suffix, getter/setter body content, method comment template Add delegate, constructor and override could have a button for the method comment template The code to open a preference page programatically can be copied ... | resolved fixed | 8ffc052 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-11T17:43:57Z | 2003-06-06T11:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateConstructorUsingFieldsContentProvider.java | |
38,570 | Bug 38570 Source generation wizards; Add button to open preference page | M1 The Getter/Setter wizard should offer an access to the Code Generation Preference page: Field prefix/suffix, getter/setter body content, method comment template Add delegate, constructor and override could have a button for the method comment template The code to open a preference page programatically can be copied ... | resolved fixed | 8ffc052 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-11T17:43:57Z | 2003-06-06T11:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateConstructorUsingFieldsSelectionDialog.java | |
38,570 | Bug 38570 Source generation wizards; Add button to open preference page | M1 The Getter/Setter wizard should offer an access to the Code Generation Preference page: Field prefix/suffix, getter/setter body content, method comment template Add delegate, constructor and override could have a button for the method comment template The code to open a preference page programatically can be copied ... | resolved fixed | 8ffc052 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-11T17:43:57Z | 2003-06-06T11:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateConstructorUsingFieldsValidator.java | |
38,570 | Bug 38570 Source generation wizards; Add button to open preference page | M1 The Getter/Setter wizard should offer an access to the Code Generation Preference page: Field prefix/suffix, getter/setter body content, method comment template Add delegate, constructor and override could have a button for the method comment template The code to open a preference page programatically can be copied ... | resolved fixed | 8ffc052 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-11T17:43:57Z | 2003-06-06T11:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateNewConstructorUsingFieldsAction.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
82,655 | Bug 82655 Search dialog does not store more than 6 pattern strings | Using build I200401110800. Perform 6 different java searches in a brand new workspace. Now open search dialog, select Java tab and enter a string to search ("XXXXXXX" for example) and perform the search (whatever kind of search...). Now reopen the dialog and look at previous search. I expect to see "XXXXXXX" in the lis... | verified fixed | 9f26900 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-12T12:23:35Z | 2005-01-12T11:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchPage.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
82,356 | Bug 82356 NPE in surround with try/catch refactoring [refactoring] | Build: I20050104 I found several instances of the following stack trace in my log at the end of today. I don't know exactly what I was operating on at the time. I never noticed any error dialogs or other side-effects. Hopefully the stack alone is useful: java.lang.NullPointerException at org.eclipse.jdt.internal.corext... | resolved fixed | 8dfb4a4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-13T18:59:08Z | 2005-01-06T22:20:00Z | org.eclipse.jdt.ui/core | |
82,356 | Bug 82356 NPE in surround with try/catch refactoring [refactoring] | Build: I20050104 I found several instances of the following stack trace in my log at the end of today. I don't know exactly what I was operating on at the time. I never noticed any error dialogs or other side-effects. Hopefully the stack alone is useful: java.lang.NullPointerException at org.eclipse.jdt.internal.corext... | resolved fixed | 8dfb4a4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-13T18:59:08Z | 2005-01-06T22:20:00Z | extension/org/eclipse/jdt/internal/corext/dom/CodeScopeBuilder.java | |
81,816 | Bug 81816 Missing org.eclipse.jdt.text* performance results on Linux and Windows | In build N20041222-0010, there are a number of scenarios which do not have results available (i.e. n/a). I assume this is a problem based on the assumption that the performance tests run the same way on Linux and Windows. | resolved fixed | 41dacaf | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-14T10:22:26Z | 2004-12-22T21:13:20Z | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
81,816 | Bug 81816 Missing org.eclipse.jdt.text* performance results on Linux and Windows | In build N20041222-0010, there are a number of scenarios which do not have results available (i.e. n/a). I assume this is a problem based on the assumption that the performance tests run the same way on Linux and Windows. | resolved fixed | 41dacaf | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-14T10:22:26Z | 2004-12-22T21:13:20Z | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/TypingInvocationCountTest.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
82,783 | Bug 82783 Javadoc wizard "broken" [javadoc] | Build I20050111-0800 The immediately visible problem is, that the javadoc wizard ignores an access modifier which may be specified on the first page. This is because the temporary parameter file for javadoc contains "... -classpath -private ..." - the classpath is missing. The problem could be, that in org.eclipse.jdt.... | resolved fixed | 97df667 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-14T11:43:14Z | 2005-01-13T21:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
82,783 | Bug 82783 Javadoc wizard "broken" [javadoc] | Build I20050111-0800 The immediately visible problem is, that the javadoc wizard ignores an access modifier which may be specified on the first page. This is because the temporary parameter file for javadoc contains "... -classpath -private ..." - the classpath is missing. The problem could be, that in org.eclipse.jdt.... | resolved fixed | 97df667 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-14T11:43:14Z | 2005-01-13T21:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocTreeWizardPage.java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... |
82,832 | Bug 82832 move static member conent assist failure if target in same package (name not fully qualified) | using the move static memeber refactoring, try move a constnt filed form one class to another in the same package after typing the firts letters of the target class, invoke content assist the target class will be pasted in the text field without the package prefix and the dialog will comaplain that a fully qualified na... | resolved fixed | 26cfdfe | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-14T13:20:40Z | 2005-01-14T10:53:20Z | org.eclipse.jdt.ui/core | |
82,832 | Bug 82832 move static member conent assist failure if target in same package (name not fully qualified) | using the move static memeber refactoring, try move a constnt filed form one class to another in the same package after typing the firts letters of the target class, invoke content assist the target class will be pasted in the text field without the package prefix and the dialog will comaplain that a fully qualified na... | resolved fixed | 26cfdfe | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-14T13:20:40Z | 2005-01-14T10:53:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembersProcessor.java | |
82,832 | Bug 82832 move static member conent assist failure if target in same package (name not fully qualified) | using the move static memeber refactoring, try move a constnt filed form one class to another in the same package after typing the firts letters of the target class, invoke content assist the target class will be pasted in the text field without the package prefix and the dialog will comaplain that a fully qualified na... | resolved fixed | 26cfdfe | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-14T13:20:40Z | 2005-01-14T10:53:20Z | org.eclipse.jdt.ui/ui | |
82,832 | Bug 82832 move static member conent assist failure if target in same package (name not fully qualified) | using the move static memeber refactoring, try move a constnt filed form one class to another in the same package after typing the firts letters of the target class, invoke content assist the target class will be pasted in the text field without the package prefix and the dialog will comaplain that a fully qualified na... | resolved fixed | 26cfdfe | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-14T13:20:40Z | 2005-01-14T10:53:20Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/MoveMembersWizard.java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.