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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
81,083 | Bug 81083 [preferences] Mark Occurences enablement not adhered to | I200412142000 - open preference page with Mark Occurences preferences - enable Mark Occurences - Apply - Restore Defaults - OK -> toolbar shows Mark Occurences as 'enabled', editor marks occurences -> on preference page the preference is disabled | resolved fixed | 3c5b66e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-14T14:20:22Z | 2004-12-15T11:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.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,083 | Bug 81083 [preferences] Mark Occurences enablement not adhered to | I200412142000 - open preference page with Mark Occurences preferences - enable Mark Occurences - Apply - Restore Defaults - OK -> toolbar shows Mark Occurences as 'enabled', editor marks occurences -> on preference page the preference is disabled | resolved fixed | 3c5b66e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-14T14:20:22Z | 2004-12-15T11:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ToggleMarkOccurrencesAction.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... |
83,161 | Bug 83161 Can't access public field from private subclass | Since I20050118 this code does not compile anymore. The access to 'publicField' is marked as 'not visible' public class A { private static class PrivateInner { public int publicField; } public static class PublicInner extends PrivateInner { } } class B { void foo(Object o) { A.PublicInner x; int i= ((A.PublicInner)o).p... | verified fixed | 878a47d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-19T09:05:15Z | 2005-01-19T10:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ChangeMethodSignatureProposal.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,992 | Bug 82992 NullPointerException during "pull up" refactoring | In 3.1M4, NullPointerException occurs in JDT when attempting a Refactoring "pull up" operation. Here is the error log: !ENTRY org.eclipse.ltk.ui.refactoring 4 10000 2005-01-17 09:01:23.765 !MESSAGE Internal Error !STACK 0 java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalC... | resolved fixed | 9a38ec7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-19T10:56:10Z | 2005-01-17T16:40:00Z | org.eclipse.jdt.ui/core | |
82,992 | Bug 82992 NullPointerException during "pull up" refactoring | In 3.1M4, NullPointerException occurs in JDT when attempting a Refactoring "pull up" operation. Here is the error log: !ENTRY org.eclipse.ltk.ui.refactoring 4 10000 2005-01-17 09:01:23.765 !MESSAGE Internal Error !STACK 0 java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalC... | resolved fixed | 9a38ec7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-19T10:56:10Z | 2005-01-17T16:40:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MemberVisibilityAdjustor.java | |
75,465 | Bug 75465 [5.0][hovering] JavaSourceHover should handle type parameters | null | resolved fixed | da62f6a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-19T16:00:48Z | 2004-10-01T14:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaSourceHover.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... |
80,345 | Bug 80345 [navigation] Expand Selection|Enclosing Element should work on boundaries | Take this example (the caret is at the |): updateTable(keepSameLeavesVisible|, true); When you now invoke Expand Selection|Enclosing Element, the whole line gets selected, but I want keepSameLeavesVisible to be selected. The reason is, that I just from word to word using Ctrl-Left/Right and this stops at the word begin... | resolved fixed | 2ec40a1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-20T00:30:06Z | 2004-12-07T09:00:00Z | org.eclipse.jdt.ui.tests.refactoring/test | |
80,345 | Bug 80345 [navigation] Expand Selection|Enclosing Element should work on boundaries | Take this example (the caret is at the |): updateTable(keepSameLeavesVisible|, true); When you now invoke Expand Selection|Enclosing Element, the whole line gets selected, but I want keepSameLeavesVisible to be selected. The reason is, that I just from word to word using Ctrl-Left/Right and this stops at the word begin... | resolved fixed | 2ec40a1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-20T00:30:06Z | 2004-12-07T09:00:00Z | cases/org/eclipse/jdt/ui/tests/actions/StructureSelectionActionTests.java | |
80,345 | Bug 80345 [navigation] Expand Selection|Enclosing Element should work on boundaries | Take this example (the caret is at the |): updateTable(keepSameLeavesVisible|, true); When you now invoke Expand Selection|Enclosing Element, the whole line gets selected, but I want keepSameLeavesVisible to be selected. The reason is, that I just from word to word using Ctrl-Left/Right and this stops at the word begin... | resolved fixed | 2ec40a1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-20T00:30:06Z | 2004-12-07T09:00:00Z | org.eclipse.jdt.ui/core | |
80,345 | Bug 80345 [navigation] Expand Selection|Enclosing Element should work on boundaries | Take this example (the caret is at the |): updateTable(keepSameLeavesVisible|, true); When you now invoke Expand Selection|Enclosing Element, the whole line gets selected, but I want keepSameLeavesVisible to be selected. The reason is, that I just from word to word using Ctrl-Left/Right and this stops at the word begin... | resolved fixed | 2ec40a1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-20T00:30:06Z | 2004-12-07T09:00:00Z | extension/org/eclipse/jdt/internal/corext/dom/Selection.java | |
78,003 | Bug 78003 [navigation] Quick outline is initially to large | Build 20041105 Linux-GTK The Quick outline (ctrl+o in the Java editor) window is enormous on Linux. What have you guys been feeding it? :-) | resolved fixed | 5d17bca | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-20T10:59:56Z | 2004-11-06T00:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.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,003 | Bug 78003 [navigation] Quick outline is initially to large | Build 20041105 Linux-GTK The Quick outline (ctrl+o in the Java editor) window is enormous on Linux. What have you guys been feeding it? :-) | resolved fixed | 5d17bca | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-20T10:59:56Z | 2004-11-06T00:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyInformationControl.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... |
76,087 | Bug 76087 [navigation] Initial Quick Outline size too small | 20041012 When you use the quick outline with 'Rememeber size and location' turned off, the initial size is of the dialog is too small and not usable as is. Note that I had to turn off 'Rememeber size and location' for multi monitor problems | verified fixed | 39c064c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-20T11:01:01Z | 2004-10-12T16:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaSourceViewerConfiguration.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... |
83,041 | Bug 83041 Error inlining with overlapping edits [refactoring] | Build: I20050112 Test case: public class A { public static String foo(String s) { return s; } } class C { void bar() { System.out.println(A.foo(A.foo("hello"))); } } Run Refactor > Inline on A.foo(). An error occurs: org.eclipse.text.edits.MalformedTreeException: Overlapping text edits at org.eclipse.text.edits.TextEdi... | resolved fixed | e8accc1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-21T15:56:18Z | 2005-01-17T22:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/simple_in/TestNestedCalls.java | |
83,041 | Bug 83041 Error inlining with overlapping edits [refactoring] | Build: I20050112 Test case: public class A { public static String foo(String s) { return s; } } class C { void bar() { System.out.println(A.foo(A.foo("hello"))); } } Run Refactor > Inline on A.foo(). An error occurs: org.eclipse.text.edits.MalformedTreeException: Overlapping text edits at org.eclipse.text.edits.TextEdi... | resolved fixed | e8accc1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-21T15:56:18Z | 2005-01-17T22:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/simple_in/TestTwoCalls.java | |
83,041 | Bug 83041 Error inlining with overlapping edits [refactoring] | Build: I20050112 Test case: public class A { public static String foo(String s) { return s; } } class C { void bar() { System.out.println(A.foo(A.foo("hello"))); } } Run Refactor > Inline on A.foo(). An error occurs: org.eclipse.text.edits.MalformedTreeException: Overlapping text edits at org.eclipse.text.edits.TextEdi... | resolved fixed | e8accc1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-21T15:56:18Z | 2005-01-17T22:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/simple_out/TestNestedCalls.java | |
83,041 | Bug 83041 Error inlining with overlapping edits [refactoring] | Build: I20050112 Test case: public class A { public static String foo(String s) { return s; } } class C { void bar() { System.out.println(A.foo(A.foo("hello"))); } } Run Refactor > Inline on A.foo(). An error occurs: org.eclipse.text.edits.MalformedTreeException: Overlapping text edits at org.eclipse.text.edits.TextEdi... | resolved fixed | e8accc1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-21T15:56:18Z | 2005-01-17T22:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/simple_out/TestTwoCalls.java | |
83,041 | Bug 83041 Error inlining with overlapping edits [refactoring] | Build: I20050112 Test case: public class A { public static String foo(String s) { return s; } } class C { void bar() { System.out.println(A.foo(A.foo("hello"))); } } Run Refactor > Inline on A.foo(). An error occurs: org.eclipse.text.edits.MalformedTreeException: Overlapping text edits at org.eclipse.text.edits.TextEdi... | resolved fixed | e8accc1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-21T15:56:18Z | 2005-01-17T22:13:20Z | org.eclipse.jdt.ui.tests.refactoring/test | |
83,041 | Bug 83041 Error inlining with overlapping edits [refactoring] | Build: I20050112 Test case: public class A { public static String foo(String s) { return s; } } class C { void bar() { System.out.println(A.foo(A.foo("hello"))); } } Run Refactor > Inline on A.foo(). An error occurs: org.eclipse.text.edits.MalformedTreeException: Overlapping text edits at org.eclipse.text.edits.TextEdi... | resolved fixed | e8accc1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-21T15:56:18Z | 2005-01-17T22:13:20Z | cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java | |
83,041 | Bug 83041 Error inlining with overlapping edits [refactoring] | Build: I20050112 Test case: public class A { public static String foo(String s) { return s; } } class C { void bar() { System.out.println(A.foo(A.foo("hello"))); } } Run Refactor > Inline on A.foo(). An error occurs: org.eclipse.text.edits.MalformedTreeException: Overlapping text edits at org.eclipse.text.edits.TextEdi... | resolved fixed | e8accc1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-21T15:56:18Z | 2005-01-17T22:13:20Z | org.eclipse.jdt.ui/core | |
83,041 | Bug 83041 Error inlining with overlapping edits [refactoring] | Build: I20050112 Test case: public class A { public static String foo(String s) { return s; } } class C { void bar() { System.out.println(A.foo(A.foo("hello"))); } } Run Refactor > Inline on A.foo(). An error occurs: org.eclipse.text.edits.MalformedTreeException: Overlapping text edits at org.eclipse.text.edits.TextEdi... | resolved fixed | e8accc1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-21T15:56:18Z | 2005-01-17T22:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java | |
83,041 | Bug 83041 Error inlining with overlapping edits [refactoring] | Build: I20050112 Test case: public class A { public static String foo(String s) { return s; } } class C { void bar() { System.out.println(A.foo(A.foo("hello"))); } } Run Refactor > Inline on A.foo(). An error occurs: org.eclipse.text.edits.MalformedTreeException: Overlapping text edits at org.eclipse.text.edits.TextEdi... | resolved fixed | e8accc1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-21T15:56:18Z | 2005-01-17T22:13:20Z | org.eclipse.jdt.ui/core | |
83,041 | Bug 83041 Error inlining with overlapping edits [refactoring] | Build: I20050112 Test case: public class A { public static String foo(String s) { return s; } } class C { void bar() { System.out.println(A.foo(A.foo("hello"))); } } Run Refactor > Inline on A.foo(). An error occurs: org.eclipse.text.edits.MalformedTreeException: Overlapping text edits at org.eclipse.text.edits.TextEdi... | resolved fixed | e8accc1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-21T15:56:18Z | 2005-01-17T22:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java | |
82,504 | Bug 82504 [compiler][1.5] ClassCastException when parsing a CastExpression between an array type and a type variable | I20050104-1600 + jdt.core v_530a class F<T> { Object[] objectArr; void foo() { T x= (T) objectArr; } } Error 2005-01-10 21:22:57.662 An internal error occurred during: "Java AST creation". java.lang.ClassCastException at org.eclipse.jdt.internal.compiler.ast.Expression.checkCastTypesCompatibility(Expression.java:300) a... | verified fixed | 1318ffe | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-21T17:31:49Z | 2005-01-10T20:46:40Z | org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/TypeRulesTest.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... |
73,975 | Bug 73975 Search View displays potential match instead of accurate one [search] | null | resolved fixed | fa051d1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-21T17:54:25Z | 2004-09-15T12:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/PostfixLabelProvider.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... |
73,975 | Bug 73975 Search View displays potential match instead of accurate one [search] | null | resolved fixed | fa051d1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-21T17:54:25Z | 2004-09-15T12:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchLabelProvider.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... |
73,975 | Bug 73975 Search View displays potential match instead of accurate one [search] | null | resolved fixed | fa051d1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-21T17:54:25Z | 2004-09-15T12:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SortingLabelProvider.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... |
73,975 | Bug 73975 Search View displays potential match instead of accurate one [search] | null | resolved fixed | fa051d1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-21T17:54:25Z | 2004-09-15T12:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaUILabelProvider.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,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/parameterName_out/A_test906.java | package parameterName_out;
public class A_test906 {
public void foo() {
int i = 2;
i = extracted(i);
int a = i;
}
protected int extracted(int xxx) {
/*]*/xxx = xxx * 2;/*[*/
return xxx;
}
} |
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/validSelection_in/A_test366.java | package validSelection_in;
public class A_test366 {
protected void foo() {
// comment
/*[*/foo();/*]*/
}
}
|
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/validSelection_in/A_test367.java | package validSelection_in;
public class A_test367 {
protected void foo() {
// comment
/*[*/foo();
// comment
foo();/*]*/
}
}
|
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/validSelection_in/A_test368.java | |
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/validSelection_in/A_test369.java | |
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/validSelection_in/A_test370.java | |
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/validSelection_in/A_test371.java | |
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/validSelection_in/A_test372.java | |
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/validSelection_in/A_test373.java | |
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/validSelection_out/A_test366.java | package validSelection_out;
public class A_test366 {
protected void foo() {
// comment
extracted();
}
protected void extracted() {
/*[*/foo();/*]*/
}
}
|
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/validSelection_out/A_test367.java | package validSelection_out;
public class A_test367 {
protected void foo() {
// comment
extracted();
}
protected void extracted() {
/*[*/foo();
// comment
foo();/*]*/
}
}
|
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/validSelection_out/A_test368.java | |
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/validSelection_out/A_test369.java | |
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/validSelection_out/A_test370.java | |
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/validSelection_out/A_test371.java | |
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/validSelection_out/A_test372.java | |
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/validSelection_out/A_test373.java | |
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWithWorkSpace/SurroundWithTests/trycatch_out/TestThenStatement.java | package trycatch_out;
public class TestThenStatement {
void foo() {
TestThenStatement bar= null;
if (bar != null)
try {
/*]*/bar.run();/*[*/
} catch (InterruptedException e) {
}
}
void run() throws InterruptedException{
}
} |
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/SurroundWithWorkSpace/SurroundWithTests/trycatch_out/TestWrappedLocal2.java | package trycatch_out;
import java.io.File;
import java.net.MalformedURLException;
public class TestWrappedLocal2 {
public void foo() {
File file= null;
/*[*/int i;
try {
i = 10; int x;
file.toURL();/*]*/
} catch (MalformedURLException e) {
}
i= 20;
}
}
|
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | org.eclipse.jdt.ui.tests.refactoring/test | |
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | cases/org/eclipse/jdt/ui/tests/refactoring/ExtractMethodTests.java | |
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | org.eclipse.jdt.ui.tests.refactoring/test | |
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | cases/org/eclipse/jdt/ui/tests/refactoring/SurroundWithTests.java | |
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | org.eclipse.jdt.ui/core | |
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | extension/org/eclipse/jdt/internal/corext/dom/ASTNodes.java | |
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | org.eclipse.jdt.ui/core | |
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodRefactoring.java | |
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | org.eclipse.jdt.ui/core | |
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/surround/SurroundWithTryCatchRefactoring.java | |
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | org.eclipse.jdt.ui/core | |
82,475 | Bug 82475 SurroundWithTryCatchRefactoring modifies source ranges | 20050110 SurroundWithTryCatchRefactoring still modifies the AST using ASTNodes.expandRange | resolved fixed | e8e39a5 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-22T18:09:55Z | 2005-01-10T15:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/util/SelectionAwareSourceRangeComputer.java | |
82,536 | Bug 82536 Surround with doesn't use OLD ast rewrite anymore | therefore the following // SurroundWithTryCatchRefactoring still uses modifying rewrite - pass in a copy ASTParser parser= ASTParser.newParser(ASTProvider.AST_LEVEL); parser.setSource(cu); parser.setResolveBindings(true); parser.setFocalPosition(selectedNode.getStartPosition()); CompilationUnit newRoot= (CompilationUni... | resolved fixed | 9d09640 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-23T11:29:32Z | 2005-01-11T10:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.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... |
83,440 | Bug 83440 NullPointerException in refactoring preview dialog | When refactoring a private member class into a top-level class using "Move Member Type to New File...", in the preview dialog, clicking on the name of the class in the preview (to see the detailed changes), or any member of that class nested under it in the tree, causes a NullPointerException. A test case that fails on... | resolved fixed | b538789 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-23T17:59:49Z | 2005-01-21T20:40:00Z | org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/TextChange.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... |
83,476 | Bug 83476 NPE setting inclusion/exclusion filters for build path [build path] | Version: 3.1.0 Build id: I20050118-1015 When you "remove" an inclusion or exclusion filter a NPE is thrown when you try to edit the filter. 1. Open java build path properties 2. select libraries tab 3. select an inclusin or exclusion filter 4. press the remove button 5. press the edit button (nothing happens, NPE logge... | resolved fixed | 860ef4c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-24T09:27:24Z | 2005-01-22T02:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.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... |
83,476 | Bug 83476 NPE setting inclusion/exclusion filters for build path [build path] | Version: 3.1.0 Build id: I20050118-1015 When you "remove" an inclusion or exclusion filter a NPE is thrown when you try to edit the filter. 1. Open java build path properties 2. select libraries tab 3. select an inclusin or exclusion filter 4. press the remove button 5. press the edit button (nothing happens, NPE logge... | resolved fixed | 860ef4c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-24T09:27:24Z | 2005-01-22T02:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.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... |
20,644 | Bug 20644 [hovering] Javadoc hover cannot handle link tag | null | resolved fixed | 019de7c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-24T14:10:52Z | 2002-06-19T12:33:20Z | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaDoc2HTMLTextReaderTester.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... |
20,644 | Bug 20644 [hovering] Javadoc hover cannot handle link tag | null | resolved fixed | 019de7c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-24T14:10:52Z | 2002-06-19T12:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.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... |
73,535 | Bug 73535 [1.5][model] Method to validate type parameter names missing in JavaConventions | Build I200409011200: For consistency, class JavaConventions should provide a method to syntactically validate the name of a type parameter | verified fixed | b881b70 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-24T14:38:23Z | 2004-09-09T11:40:00Z | org.eclipse.jdt.ui/core | |
73,535 | Bug 73535 [1.5][model] Method to validate type parameter names missing in JavaConventions | Build I200409011200: For consistency, class JavaConventions should provide a method to syntactically validate the name of a type parameter | verified fixed | b881b70 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-24T14:38:23Z | 2004-09-09T11:40:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java | |
82,242 | Bug 82242 JavaElementImageProvider gives wrong adornments for annotations/enums | I20050104-1600 In general, the JavaElementImageProvider also shows "implicit" element modifiers. Here's an example showing where types and members are missing adornments: class C { } interface MyInt { int X= 12; } @interface MyTag { // missing "default access" adornment int X= 12; // missing "static final" adornment } ... | resolved fixed | 9f331be | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-24T18:28:05Z | 2005-01-05T15:46:40Z | org.eclipse.jdt.ui/core | |
82,242 | Bug 82242 JavaElementImageProvider gives wrong adornments for annotations/enums | I20050104-1600 In general, the JavaElementImageProvider also shows "implicit" element modifiers. Here's an example showing where types and members are missing adornments: class C { } interface MyInt { int X= 12; } @interface MyTag { // missing "default access" adornment int X= 12; // missing "static final" adornment } ... | resolved fixed | 9f331be | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-24T18:28:05Z | 2005-01-05T15:46:40Z | extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java | |
82,242 | Bug 82242 JavaElementImageProvider gives wrong adornments for annotations/enums | I20050104-1600 In general, the JavaElementImageProvider also shows "implicit" element modifiers. Here's an example showing where types and members are missing adornments: class C { } interface MyInt { int X= 12; } @interface MyTag { // missing "default access" adornment int X= 12; // missing "static final" adornment } ... | resolved fixed | 9f331be | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-24T18:28:05Z | 2005-01-05T15:46:40Z | org.eclipse.jdt.ui/core | |
82,242 | Bug 82242 JavaElementImageProvider gives wrong adornments for annotations/enums | I20050104-1600 In general, the JavaElementImageProvider also shows "implicit" element modifiers. Here's an example showing where types and members are missing adornments: class C { } interface MyInt { int X= 12; } @interface MyTag { // missing "default access" adornment int X= 12; // missing "static final" adornment } ... | resolved fixed | 9f331be | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-24T18:28:05Z | 2005-01-05T15:46:40Z | extension/org/eclipse/jdt/internal/corext/util/JdtFlags.java | |
82,242 | Bug 82242 JavaElementImageProvider gives wrong adornments for annotations/enums | I20050104-1600 In general, the JavaElementImageProvider also shows "implicit" element modifiers. Here's an example showing where types and members are missing adornments: class C { } interface MyInt { int X= 12; } @interface MyTag { // missing "default access" adornment int X= 12; // missing "static final" adornment } ... | resolved fixed | 9f331be | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-24T18:28:05Z | 2005-01-05T15:46:40Z | org.eclipse.jdt.ui/core | |
82,242 | Bug 82242 JavaElementImageProvider gives wrong adornments for annotations/enums | I20050104-1600 In general, the JavaElementImageProvider also shows "implicit" element modifiers. Here's an example showing where types and members are missing adornments: class C { } interface MyInt { int X= 12; } @interface MyTag { // missing "default access" adornment int X= 12; // missing "static final" adornment } ... | resolved fixed | 9f331be | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-24T18:28:05Z | 2005-01-05T15:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java | |
82,242 | Bug 82242 JavaElementImageProvider gives wrong adornments for annotations/enums | I20050104-1600 In general, the JavaElementImageProvider also shows "implicit" element modifiers. Here's an example showing where types and members are missing adornments: class C { } interface MyInt { int X= 12; } @interface MyTag { // missing "default access" adornment int X= 12; // missing "static final" adornment } ... | resolved fixed | 9f331be | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-24T18:28:05Z | 2005-01-05T15:46:40Z | org.eclipse.jdt.ui/core | |
82,242 | Bug 82242 JavaElementImageProvider gives wrong adornments for annotations/enums | I20050104-1600 In general, the JavaElementImageProvider also shows "implicit" element modifiers. Here's an example showing where types and members are missing adornments: class C { } interface MyInt { int X= 12; } @interface MyTag { // missing "default access" adornment int X= 12; // missing "static final" adornment } ... | resolved fixed | 9f331be | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-24T18:28:05Z | 2005-01-05T15:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MemberVisibilityAdjustor.java | |
82,242 | Bug 82242 JavaElementImageProvider gives wrong adornments for annotations/enums | I20050104-1600 In general, the JavaElementImageProvider also shows "implicit" element modifiers. Here's an example showing where types and members are missing adornments: class C { } interface MyInt { int X= 12; } @interface MyTag { // missing "default access" adornment int X= 12; // missing "static final" adornment } ... | resolved fixed | 9f331be | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-24T18:28:05Z | 2005-01-05T15:46:40Z | org.eclipse.jdt.ui/core | |
82,242 | Bug 82242 JavaElementImageProvider gives wrong adornments for annotations/enums | I20050104-1600 In general, the JavaElementImageProvider also shows "implicit" element modifiers. Here's an example showing where types and members are missing adornments: class C { } interface MyInt { int X= 12; } @interface MyTag { // missing "default access" adornment int X= 12; // missing "static final" adornment } ... | resolved fixed | 9f331be | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-24T18:28:05Z | 2005-01-05T15:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/util/JavaElementUtil.java | |
82,242 | Bug 82242 JavaElementImageProvider gives wrong adornments for annotations/enums | I20050104-1600 In general, the JavaElementImageProvider also shows "implicit" element modifiers. Here's an example showing where types and members are missing adornments: class C { } interface MyInt { int X= 12; } @interface MyTag { // missing "default access" adornment int X= 12; // missing "static final" adornment } ... | resolved fixed | 9f331be | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-24T18:28:05Z | 2005-01-05T15:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementImageProvider.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,242 | Bug 82242 JavaElementImageProvider gives wrong adornments for annotations/enums | I20050104-1600 In general, the JavaElementImageProvider also shows "implicit" element modifiers. Here's an example showing where types and members are missing adornments: class C { } interface MyInt { int X= 12; } @interface MyTag { // missing "default access" adornment int X= 12; // missing "static final" adornment } ... | resolved fixed | 9f331be | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-24T18:28:05Z | 2005-01-05T15:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/MemberFilter.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... |
80,098 | Bug 80098 newTypeHierarchy(IRegion,...) should not be constrained to an IJavaProject | As Dirk has discussed with Philippe and Jerome, we need API to build a supertypes hierarchy on an arbitrary IRegion that crosses project boundaries. This API is required for the new implementation of the RippleMethodFinder. Currently, IJavaProject has methods newTypeHierarchy(IRegion, IProgressMonitor) newTypeHierarchy... | verified fixed | 0751ec4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-25T11:49:20Z | 2004-12-03T13:20:00Z | org.eclipse.jdt.ui/core | |
80,098 | Bug 80098 newTypeHierarchy(IRegion,...) should not be constrained to an IJavaProject | As Dirk has discussed with Philippe and Jerome, we need API to build a supertypes hierarchy on an arbitrary IRegion that crosses project boundaries. This API is required for the new implementation of the RippleMethodFinder. Currently, IJavaProject has methods newTypeHierarchy(IRegion, IProgressMonitor) newTypeHierarchy... | verified fixed | 0751ec4 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-25T11:49:20Z | 2004-12-03T13:20:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RippleMethodFinder2.java | |
81,181 | Bug 81181 [5.0] [refactoring] change method signature on enum constructor | 20041215 changing the signature of the 'Enu' contructor results in a NPE public enum Enu { A(1, 3), B(1, 3), C(1, 3); public Enu(int i, int j) { } } java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring$DeclarationUpdate.getFullTypeName(ChangeSignatureRefacto... | resolved fixed | 4a3e8d8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-26T12:18:17Z | 2004-12-15T17:00:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testEnum01_in.java | |
81,181 | Bug 81181 [5.0] [refactoring] change method signature on enum constructor | 20041215 changing the signature of the 'Enu' contructor results in a NPE public enum Enu { A(1, 3), B(1, 3), C(1, 3); public Enu(int i, int j) { } } java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring$DeclarationUpdate.getFullTypeName(ChangeSignatureRefacto... | resolved fixed | 4a3e8d8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-26T12:18:17Z | 2004-12-15T17:00:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testEnum01_out.java | |
81,181 | Bug 81181 [5.0] [refactoring] change method signature on enum constructor | 20041215 changing the signature of the 'Enu' contructor results in a NPE public enum Enu { A(1, 3), B(1, 3), C(1, 3); public Enu(int i, int j) { } } java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring$DeclarationUpdate.getFullTypeName(ChangeSignatureRefacto... | resolved fixed | 4a3e8d8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-26T12:18:17Z | 2004-12-15T17:00:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testEnum02_in.java | |
81,181 | Bug 81181 [5.0] [refactoring] change method signature on enum constructor | 20041215 changing the signature of the 'Enu' contructor results in a NPE public enum Enu { A(1, 3), B(1, 3), C(1, 3); public Enu(int i, int j) { } } java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring$DeclarationUpdate.getFullTypeName(ChangeSignatureRefacto... | resolved fixed | 4a3e8d8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-26T12:18:17Z | 2004-12-15T17:00:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testEnum02_out.java | |
81,181 | Bug 81181 [5.0] [refactoring] change method signature on enum constructor | 20041215 changing the signature of the 'Enu' contructor results in a NPE public enum Enu { A(1, 3), B(1, 3), C(1, 3); public Enu(int i, int j) { } } java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring$DeclarationUpdate.getFullTypeName(ChangeSignatureRefacto... | resolved fixed | 4a3e8d8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-26T12:18:17Z | 2004-12-15T17:00:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testEnum03_in.java | |
81,181 | Bug 81181 [5.0] [refactoring] change method signature on enum constructor | 20041215 changing the signature of the 'Enu' contructor results in a NPE public enum Enu { A(1, 3), B(1, 3), C(1, 3); public Enu(int i, int j) { } } java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring$DeclarationUpdate.getFullTypeName(ChangeSignatureRefacto... | resolved fixed | 4a3e8d8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-26T12:18:17Z | 2004-12-15T17:00:00Z | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testEnum03_out.java | |
81,181 | Bug 81181 [5.0] [refactoring] change method signature on enum constructor | 20041215 changing the signature of the 'Enu' contructor results in a NPE public enum Enu { A(1, 3), B(1, 3), C(1, 3); public Enu(int i, int j) { } } java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring$DeclarationUpdate.getFullTypeName(ChangeSignatureRefacto... | resolved fixed | 4a3e8d8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-26T12:18:17Z | 2004-12-15T17:00:00Z | org.eclipse.jdt.ui.tests.refactoring/test | |
81,181 | Bug 81181 [5.0] [refactoring] change method signature on enum constructor | 20041215 changing the signature of the 'Enu' contructor results in a NPE public enum Enu { A(1, 3), B(1, 3), C(1, 3); public Enu(int i, int j) { } } java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring$DeclarationUpdate.getFullTypeName(ChangeSignatureRefacto... | resolved fixed | 4a3e8d8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-26T12:18:17Z | 2004-12-15T17:00:00Z | cases/org/eclipse/jdt/ui/tests/refactoring/ChangeSignatureTests.java | |
81,181 | Bug 81181 [5.0] [refactoring] change method signature on enum constructor | 20041215 changing the signature of the 'Enu' contructor results in a NPE public enum Enu { A(1, 3), B(1, 3), C(1, 3); public Enu(int i, int j) { } } java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring$DeclarationUpdate.getFullTypeName(ChangeSignatureRefacto... | resolved fixed | 4a3e8d8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-26T12:18:17Z | 2004-12-15T17:00:00Z | org.eclipse.jdt.ui/core | |
81,181 | Bug 81181 [5.0] [refactoring] change method signature on enum constructor | 20041215 changing the signature of the 'Enu' contructor results in a NPE public enum Enu { A(1, 3), B(1, 3), C(1, 3); public Enu(int i, int j) { } } java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring$DeclarationUpdate.getFullTypeName(ChangeSignatureRefacto... | resolved fixed | 4a3e8d8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-26T12:18:17Z | 2004-12-15T17:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java | |
81,181 | Bug 81181 [5.0] [refactoring] change method signature on enum constructor | 20041215 changing the signature of the 'Enu' contructor results in a NPE public enum Enu { A(1, 3), B(1, 3), C(1, 3); public Enu(int i, int j) { } } java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring$DeclarationUpdate.getFullTypeName(ChangeSignatureRefacto... | resolved fixed | 4a3e8d8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-26T12:18:17Z | 2004-12-15T17:00:00Z | org.eclipse.jdt.ui/core | |
81,181 | Bug 81181 [5.0] [refactoring] change method signature on enum constructor | 20041215 changing the signature of the 'Enu' contructor results in a NPE public enum Enu { A(1, 3), B(1, 3), C(1, 3); public Enu(int i, int j) { } } java.lang.NullPointerException at org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring$DeclarationUpdate.getFullTypeName(ChangeSignatureRefacto... | resolved fixed | 4a3e8d8 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-26T12:18:17Z | 2004-12-15T17:00:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ConstructorReferenceFinder.java | |
83,697 | Bug 83697 [misc] Inline tags are not rendered when in the content of a block tag | Version: 3.1.0 Build id: I20050125-0800 The javadoc manual states that is possible to use inline tags (eg {@link}) in the content of block tags (such as @param). This simple case renders as "foo {@link String bar}" when it should be "foo bar": /** * @param foo {@link String bar} */ public void fred(String foo){} | resolved fixed | b00d5c6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-26T16:22:08Z | 2005-01-26T11:46:40Z | org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaDoc2HTMLTextReaderTester.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... |
83,697 | Bug 83697 [misc] Inline tags are not rendered when in the content of a block tag | Version: 3.1.0 Build id: I20050125-0800 The javadoc manual states that is possible to use inline tags (eg {@link}) in the content of block tags (such as @param). This simple case renders as "foo {@link String bar}" when it should be "foo bar": /** * @param foo {@link String bar} */ public void fred(String foo){} | resolved fixed | b00d5c6 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-26T16:22:08Z | 2005-01-26T11:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.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,098 | Bug 81098 Quick Fix 'Change workspace compliance settings to 5.0' with project specific settings [quick fix] | M4 test pass. The Quick Fix 'Change workspace compliance settings to 5.0' does not make much sense when the project already has project specific settings. Either the Quick Fix should not appear when the project overrides workspace settings, or the user should be asked whether the project should take over workspace sett... | resolved fixed | bcb235f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-27T09:52:48Z | 2004-12-15T11:26:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.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... |
83,729 | Bug 83729 Enum constructor: should have private method icon | null | resolved fixed | baab00a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-27T18:05:11Z | 2005-01-26T17:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/JavaElementImageProvider.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... |
83,523 | Bug 83523 Refactoring: Create package in move dialog is blocking | 20050124 - Select a compilation unit, choose Refactor -> Move - In the dialog select a source folder and press 'Create folder...' - Enter a package name and press ok - Blocked dialog shows up. 'Operation blocked by background work', but no background operation visible It seems the operation blocked itself out. The 'cre... | verified fixed | 3929403 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-28T11:06:53Z | 2005-01-24T09:46:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewElementWizard.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... |
83,952 | Bug 83952 Unconventional order of add-remove-edit buttons in Change Method Signature | I20050126-0800: The order of the buttons in the parameters tab is currently: Add Edit... Up Down Remove The 'Remove' button should be placed directly after the 'Add' button | resolved fixed | 42eee5f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-31T10:45:47Z | 2005-01-28T16:33:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testVararg01_in.java | |
83,952 | Bug 83952 Unconventional order of add-remove-edit buttons in Change Method Signature | I20050126-0800: The order of the buttons in the parameters tab is currently: Add Edit... Up Down Remove The 'Remove' button should be placed directly after the 'Add' button | resolved fixed | 42eee5f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2005-01-31T10:45:47Z | 2005-01-28T16:33:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testVararg01_out.java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.