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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
41,443 | Bug 41443 overview ruler not working | smoke test for 20030812 The overview ruler in the Java editor does not work when starting with a fresh workspace as described in the smoke test scenario. | resolved fixed | dd1da3a | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-13T08:28:54Z | 2003-08-12T17:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
40,120 | Bug 40120 move instance method: cannot move to the same file [refactoring] | 200307010 there's a limitation in move instance method refactoring that does not allow one to move a method to another class if that another class is in the same file as the source class we should remove this limitation | resolved fixed | 8a852fe | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-13T10:25:24Z | 2003-07-15T14:40:00Z | org.eclipse.jdt.ui.tests.refactoring/test | |
40,120 | Bug 40120 move instance method: cannot move to the same file [refactoring] | 200307010 there's a limitation in move instance method refactoring that does not allow one to move a method to another class if that another class is in the same file as the source class we should remove this limitation | resolved fixed | 8a852fe | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-13T10:25:24Z | 2003-07-15T14:40:00Z | cases/org/eclipse/jdt/ui/tests/refactoring/MoveInstanceMethodTests.java | |
40,120 | Bug 40120 move instance method: cannot move to the same file [refactoring] | 200307010 there's a limitation in move instance method refactoring that does not allow one to move a method to another class if that another class is in the same file as the source class we should remove this limitation | resolved fixed | 8a852fe | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-13T10:25:24Z | 2003-07-15T14:40:00Z | org.eclipse.jdt.ui/core | |
40,120 | Bug 40120 move instance method: cannot move to the same file [refactoring] | 200307010 there's a limitation in move instance method refactoring that does not allow one to move a method to another class if that another class is in the same file as the source class we should remove this limitation | resolved fixed | 8a852fe | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-13T10:25:24Z | 2003-07-15T14:40:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/InstanceMethodMover.java | |
40,337 | Bug 40337 Bad defaults for insertion point | In version 2.x using "Add settter/getter" will insert the methods at the end of the class, and using "Add constructor from superclass" will insert the constructors at the top of the class. In version 3.0 both of this generators allow to specify the insertion point. This makes this commands more flexible but it slows do... | resolved fixed | f9898dc | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-13T10:43:55Z | 2003-07-17T11:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
41,464 | Bug 41464 "extract interface" could change more references | Given a class Foo public class Foo { public void foo() { } } and a class Bar which uses Foo public class Bar { private Foo foo; public Foo getFoo() { return foo; } public void setFoo(Foo foo) { this.foo = foo; } public void useFoo() { foo.foo(); } } if you extract an interface IFoo for Foo, containing the foo() method ... | resolved fixed | e1173e9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-13T11:20:35Z | 2003-08-13T10:20:00Z | org.eclipse.jdt.ui.tests.refactoring/test | |
41,464 | Bug 41464 "extract interface" could change more references | Given a class Foo public class Foo { public void foo() { } } and a class Bar which uses Foo public class Bar { private Foo foo; public Foo getFoo() { return foo; } public void setFoo(Foo foo) { this.foo = foo; } public void useFoo() { foo.foo(); } } if you extract an interface IFoo for Foo, containing the foo() method ... | resolved fixed | e1173e9 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-13T11:20:35Z | 2003-08-13T10:20:00Z | cases/org/eclipse/jdt/ui/tests/refactoring/ExtractInterfaceTests.java | |
40,401 | Bug 40401 CPP: paste package in same source folder: name suggestion | M2 testing When copying a package in the same source folder a dialog pops up that asks for a different name: It suggests 'copy1of.junit.runner' which is, in my opinion, not really useful. Better would be junit.runner1 or junit.runner.copy1 | resolved fixed | 6fa43a0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-13T16:20:15Z | 2003-07-17T16:40:00Z | org.eclipse.jdt.ui/core | |
40,401 | Bug 40401 CPP: paste package in same source folder: name suggestion | M2 testing When copying a package in the same source folder a dialog pops up that asks for a different name: It suggests 'copy1of.junit.runner' which is, in my opinion, not really useful. Better would be junit.runner1 or junit.runner.copy1 | resolved fixed | 6fa43a0 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-13T16:20:15Z | 2003-07-17T16:40:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java | |
39,642 | Bug 39642 TextChangeManager should not setKeepExecutedTextEdits(true) on all changes [refactoring] | I20030628 The default should be false since setting it to true doubles the memory consumption. Keeping executed edits should require some client action. | resolved fixed | a687901 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-13T18:19:37Z | 2003-07-04T14:46:40Z | org.eclipse.jdt.ui/core | |
39,642 | Bug 39642 TextChangeManager should not setKeepExecutedTextEdits(true) on all changes [refactoring] | I20030628 The default should be false since setting it to true doubles the memory consumption. Keeping executed edits should require some client action. | resolved fixed | a687901 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-13T18:19:37Z | 2003-07-04T14:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameFieldProcessor.java | |
39,642 | Bug 39642 TextChangeManager should not setKeepExecutedTextEdits(true) on all changes [refactoring] | I20030628 The default should be false since setting it to true doubles the memory consumption. Keeping executed edits should require some client action. | resolved fixed | a687901 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-13T18:19:37Z | 2003-07-04T14:46:40Z | org.eclipse.jdt.ui/core | |
39,642 | Bug 39642 TextChangeManager should not setKeepExecutedTextEdits(true) on all changes [refactoring] | I20030628 The default should be false since setting it to true doubles the memory consumption. Keeping executed edits should require some client action. | resolved fixed | a687901 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-13T18:19:37Z | 2003-07-04T14:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodProcessor.java | |
39,642 | Bug 39642 TextChangeManager should not setKeepExecutedTextEdits(true) on all changes [refactoring] | I20030628 The default should be false since setting it to true doubles the memory consumption. Keeping executed edits should require some client action. | resolved fixed | a687901 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-13T18:19:37Z | 2003-07-04T14:46:40Z | org.eclipse.jdt.ui/core | |
39,642 | Bug 39642 TextChangeManager should not setKeepExecutedTextEdits(true) on all changes [refactoring] | I20030628 The default should be false since setting it to true doubles the memory consumption. Keeping executed edits should require some client action. | resolved fixed | a687901 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-13T18:19:37Z | 2003-07-04T14:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceRefactoring.java | |
39,642 | Bug 39642 TextChangeManager should not setKeepExecutedTextEdits(true) on all changes [refactoring] | I20030628 The default should be false since setting it to true doubles the memory consumption. Keeping executed edits should require some client action. | resolved fixed | a687901 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-13T18:19:37Z | 2003-07-04T14:46:40Z | org.eclipse.jdt.ui/core | |
39,642 | Bug 39642 TextChangeManager should not setKeepExecutedTextEdits(true) on all changes [refactoring] | I20030628 The default should be false since setting it to true doubles the memory consumption. Keeping executed edits should require some client action. | resolved fixed | a687901 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-13T18:19:37Z | 2003-07-04T14:46:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/util/TextChangeManager.java | |
40,399 | Bug 40399 Move on type does not accept a move target | M2 testing 1. In the package explorer select type AssertTest (not the CU) 2. Refactor->Move 3. Select another type (e.g. ClassLoaderTest) The error message says: Element inside compilation units can not be used as targets for files, folders or comp. units This is a type and should be able to be moved into an enclosing ... | resolved fixed | d76fb54 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-14T13:38:44Z | 2003-07-17T16:40:00Z | org.eclipse.jdt.ui/core | |
40,399 | Bug 40399 Move on type does not accept a move target | M2 testing 1. In the package explorer select type AssertTest (not the CU) 2. Refactor->Move 3. Select another type (e.g. ClassLoaderTest) The error message says: Element inside compilation units can not be used as targets for files, folders or comp. units This is a type and should be able to be moved into an enclosing ... | resolved fixed | d76fb54 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-14T13:38:44Z | 2003-07-17T16:40:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java | |
31,249 | Bug 31249 Bad default modifier for Hyperlink style navigation on MacOS X | M5 The default modifier for hyperlink style navigation is "Control" which doesn't work well on MacOS X because here the Control modifier is used to simulate a right-click (opening the context menu). The consequence of this is that if control is pressed the users gets the underlined text style when hovering, but he cann... | resolved fixed | e574c2d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-14T14:26:00Z | 2003-02-07T12:13:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
41,491 | Bug 41491 Add constructors from fields issues | 200300813 a. add visibility buttons like 'Add constructor from super class' | resolved fixed | a9559b7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-14T16:12:33Z | 2003-08-13T15:53:20Z | org.eclipse.jdt.ui/core | |
41,491 | Bug 41491 Add constructors from fields issues | 200300813 a. add visibility buttons like 'Add constructor from super class' | resolved fixed | a9559b7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-14T16:12:33Z | 2003-08-13T15:53:20Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/AddCustomConstructorOperation.java | |
41,491 | Bug 41491 Add constructors from fields issues | 200300813 a. add visibility buttons like 'Add constructor from super class' | resolved fixed | a9559b7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-14T16:12:33Z | 2003-08-13T15:53:20Z | org.eclipse.jdt.ui/core | |
41,491 | Bug 41491 Add constructors from fields issues | 200300813 a. add visibility buttons like 'Add constructor from super class' | resolved fixed | a9559b7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-14T16:12:33Z | 2003-08-13T15:53:20Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/AddUnimplementedConstructorsOperation.java | |
41,491 | Bug 41491 Add constructors from fields issues | 200300813 a. add visibility buttons like 'Add constructor from super class' | resolved fixed | a9559b7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-14T16:12:33Z | 2003-08-13T15:53:20Z | org.eclipse.jdt.ui/core | |
41,491 | Bug 41491 Add constructors from fields issues | 200300813 a. add visibility buttons like 'Add constructor from super class' | resolved fixed | a9559b7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-14T16:12:33Z | 2003-08-13T15:53:20Z | extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java | |
41,491 | Bug 41491 Add constructors from fields issues | 200300813 a. add visibility buttons like 'Add constructor from super class' | resolved fixed | a9559b7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-14T16:12:33Z | 2003-08-13T15:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddUnimplementedConstructorsAction.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
41,491 | Bug 41491 Add constructors from fields issues | 200300813 a. add visibility buttons like 'Add constructor from super class' | resolved fixed | a9559b7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-14T16:12:33Z | 2003-08-13T15:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateNewConstructorUsingFieldsAction.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
41,601 | Bug 41601 CCE on opening classfile editor | 20030813+0815 export i tried to open editor for IPackageFragment java.lang.ClassCastException: org/eclipse/jdt/internal/ui/javaeditor/InternalClassFileEditorInput incompatible with org/eclipse/ui/part/FileEditorInput at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lan... | resolved fixed | 1e27a1d | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-15T12:17:15Z | 2003-08-15T09:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileDocumentProvider.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
41,597 | Bug 41597 move instance method: fails for "this"-qualified field access [refactoring] | Field accesses of the form this.s are not handled properly. Note that they need different behavior depending on context: - As target of a MethodInvocation: => implicit "this" => remove it. - Otherwise: explicit "this". Example: move A::print() to field s ----------------------------------- package p; public class A { S... | resolved fixed | ab7c8af | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-15T13:22:25Z | 2003-08-15T09:33:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test12/out/B.java | package p2;
public class B {
public void mB1() {}
public void mB2() {}
public void mA1(float j, int foo, String bar) {
mB1();
System.out.println(bar + j);
}
} |
41,597 | Bug 41597 move instance method: fails for "this"-qualified field access [refactoring] | Field accesses of the form this.s are not handled properly. Note that they need different behavior depending on context: - As target of a MethodInvocation: => implicit "this" => remove it. - Otherwise: explicit "this". Example: move A::print() to field s ----------------------------------- package p; public class A { S... | resolved fixed | ab7c8af | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-15T13:22:25Z | 2003-08-15T09:33:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test21/in/A.java | |
41,597 | Bug 41597 move instance method: fails for "this"-qualified field access [refactoring] | Field accesses of the form this.s are not handled properly. Note that they need different behavior depending on context: - As target of a MethodInvocation: => implicit "this" => remove it. - Otherwise: explicit "this". Example: move A::print() to field s ----------------------------------- package p; public class A { S... | resolved fixed | ab7c8af | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-15T13:22:25Z | 2003-08-15T09:33:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test21/in/Second.java | |
41,597 | Bug 41597 move instance method: fails for "this"-qualified field access [refactoring] | Field accesses of the form this.s are not handled properly. Note that they need different behavior depending on context: - As target of a MethodInvocation: => implicit "this" => remove it. - Otherwise: explicit "this". Example: move A::print() to field s ----------------------------------- package p; public class A { S... | resolved fixed | ab7c8af | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-15T13:22:25Z | 2003-08-15T09:33:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test21/out/A.java | |
41,597 | Bug 41597 move instance method: fails for "this"-qualified field access [refactoring] | Field accesses of the form this.s are not handled properly. Note that they need different behavior depending on context: - As target of a MethodInvocation: => implicit "this" => remove it. - Otherwise: explicit "this". Example: move A::print() to field s ----------------------------------- package p; public class A { S... | resolved fixed | ab7c8af | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-15T13:22:25Z | 2003-08-15T09:33:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test21/out/Second.java | |
41,597 | Bug 41597 move instance method: fails for "this"-qualified field access [refactoring] | Field accesses of the form this.s are not handled properly. Note that they need different behavior depending on context: - As target of a MethodInvocation: => implicit "this" => remove it. - Otherwise: explicit "this". Example: move A::print() to field s ----------------------------------- package p; public class A { S... | resolved fixed | ab7c8af | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-15T13:22:25Z | 2003-08-15T09:33:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test22/in/A.java | |
41,597 | Bug 41597 move instance method: fails for "this"-qualified field access [refactoring] | Field accesses of the form this.s are not handled properly. Note that they need different behavior depending on context: - As target of a MethodInvocation: => implicit "this" => remove it. - Otherwise: explicit "this". Example: move A::print() to field s ----------------------------------- package p; public class A { S... | resolved fixed | ab7c8af | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-15T13:22:25Z | 2003-08-15T09:33:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test22/in/Second.java | |
41,597 | Bug 41597 move instance method: fails for "this"-qualified field access [refactoring] | Field accesses of the form this.s are not handled properly. Note that they need different behavior depending on context: - As target of a MethodInvocation: => implicit "this" => remove it. - Otherwise: explicit "this". Example: move A::print() to field s ----------------------------------- package p; public class A { S... | resolved fixed | ab7c8af | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-15T13:22:25Z | 2003-08-15T09:33:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test22/out/A.java | |
41,597 | Bug 41597 move instance method: fails for "this"-qualified field access [refactoring] | Field accesses of the form this.s are not handled properly. Note that they need different behavior depending on context: - As target of a MethodInvocation: => implicit "this" => remove it. - Otherwise: explicit "this". Example: move A::print() to field s ----------------------------------- package p; public class A { S... | resolved fixed | ab7c8af | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-15T13:22:25Z | 2003-08-15T09:33:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test22/out/Second.java | |
41,597 | Bug 41597 move instance method: fails for "this"-qualified field access [refactoring] | Field accesses of the form this.s are not handled properly. Note that they need different behavior depending on context: - As target of a MethodInvocation: => implicit "this" => remove it. - Otherwise: explicit "this". Example: move A::print() to field s ----------------------------------- package p; public class A { S... | resolved fixed | ab7c8af | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-15T13:22:25Z | 2003-08-15T09:33:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test23/in/A.java | |
41,597 | Bug 41597 move instance method: fails for "this"-qualified field access [refactoring] | Field accesses of the form this.s are not handled properly. Note that they need different behavior depending on context: - As target of a MethodInvocation: => implicit "this" => remove it. - Otherwise: explicit "this". Example: move A::print() to field s ----------------------------------- package p; public class A { S... | resolved fixed | ab7c8af | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-15T13:22:25Z | 2003-08-15T09:33:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test23/in/Second.java | |
41,597 | Bug 41597 move instance method: fails for "this"-qualified field access [refactoring] | Field accesses of the form this.s are not handled properly. Note that they need different behavior depending on context: - As target of a MethodInvocation: => implicit "this" => remove it. - Otherwise: explicit "this". Example: move A::print() to field s ----------------------------------- package p; public class A { S... | resolved fixed | ab7c8af | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-15T13:22:25Z | 2003-08-15T09:33:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test23/out/A.java | |
41,597 | Bug 41597 move instance method: fails for "this"-qualified field access [refactoring] | Field accesses of the form this.s are not handled properly. Note that they need different behavior depending on context: - As target of a MethodInvocation: => implicit "this" => remove it. - Otherwise: explicit "this". Example: move A::print() to field s ----------------------------------- package p; public class A { S... | resolved fixed | ab7c8af | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-15T13:22:25Z | 2003-08-15T09:33:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test23/out/Second.java | |
41,597 | Bug 41597 move instance method: fails for "this"-qualified field access [refactoring] | Field accesses of the form this.s are not handled properly. Note that they need different behavior depending on context: - As target of a MethodInvocation: => implicit "this" => remove it. - Otherwise: explicit "this". Example: move A::print() to field s ----------------------------------- package p; public class A { S... | resolved fixed | ab7c8af | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-15T13:22:25Z | 2003-08-15T09:33:20Z | org.eclipse.jdt.ui.tests.refactoring/test | |
41,597 | Bug 41597 move instance method: fails for "this"-qualified field access [refactoring] | Field accesses of the form this.s are not handled properly. Note that they need different behavior depending on context: - As target of a MethodInvocation: => implicit "this" => remove it. - Otherwise: explicit "this". Example: move A::print() to field s ----------------------------------- package p; public class A { S... | resolved fixed | ab7c8af | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-15T13:22:25Z | 2003-08-15T09:33:20Z | cases/org/eclipse/jdt/ui/tests/refactoring/MoveInstanceMethodTests.java | |
41,597 | Bug 41597 move instance method: fails for "this"-qualified field access [refactoring] | Field accesses of the form this.s are not handled properly. Note that they need different behavior depending on context: - As target of a MethodInvocation: => implicit "this" => remove it. - Otherwise: explicit "this". Example: move A::print() to field s ----------------------------------- package p; public class A { S... | resolved fixed | ab7c8af | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-15T13:22:25Z | 2003-08-15T09:33:20Z | org.eclipse.jdt.ui/core | |
41,597 | Bug 41597 move instance method: fails for "this"-qualified field access [refactoring] | Field accesses of the form this.s are not handled properly. Note that they need different behavior depending on context: - As target of a MethodInvocation: => implicit "this" => remove it. - Otherwise: explicit "this". Example: move A::print() to field s ----------------------------------- package p; public class A { S... | resolved fixed | ab7c8af | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-15T13:22:25Z | 2003-08-15T09:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/InstanceMethodMover.java | |
41,584 | Bug 41584 Search references not hitting build path for working set [search] | This happens in 3.0M2 If I'm searching for references of a method, I usually right click, Search->References->Workspace. However, with large workspaces, this can take pretty long, so I've gotten in the habit of searching for references within a working set. I usually define a workingset for each project and all its con... | resolved fixed | 09f2bf3 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-15T14:14:43Z | 2003-08-14T19:40:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchScopeFactory.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
41,598 | Bug 41598 NPE in TypedPosition on commenting | 20030813+0815 export select a sequence of lines and press ctrl+/ java.fullversion=J2RE 1.3.1 IBM J9 build 20030605 (JIT enabled) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 -data d:\eclipseWorkbench7 \plugins -showlocation -install file:D:/eclipse20... | resolved fixed | e6789e1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-15T15:45:35Z | 2003-08-15T09:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/SmartSemicolonAutoEditStrategy.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
41,598 | Bug 41598 NPE in TypedPosition on commenting | 20030813+0815 export select a sequence of lines and press ctrl+/ java.fullversion=J2RE 1.3.1 IBM J9 build 20030605 (JIT enabled) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 -data d:\eclipseWorkbench7 \plugins -showlocation -install file:D:/eclipse20... | resolved fixed | e6789e1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-15T15:45:35Z | 2003-08-15T09:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocAutoIndentStrategy.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
41,530 | Bug 41530 move instance method: moving a method with local type creates syntax errors [refactoring] | null | resolved fixed | dc28bae | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-15T16:19:59Z | 2003-08-14T11:20:00Z | org.eclipse.jdt.ui.tests.refactoring/test | |
41,530 | Bug 41530 move instance method: moving a method with local type creates syntax errors [refactoring] | null | resolved fixed | dc28bae | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-15T16:19:59Z | 2003-08-14T11:20:00Z | cases/org/eclipse/jdt/ui/tests/refactoring/MoveInstanceMethodTests.java | |
41,530 | Bug 41530 move instance method: moving a method with local type creates syntax errors [refactoring] | null | resolved fixed | dc28bae | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-15T16:19:59Z | 2003-08-14T11:20:00Z | org.eclipse.jdt.ui/core | |
41,530 | Bug 41530 move instance method: moving a method with local type creates syntax errors [refactoring] | null | resolved fixed | dc28bae | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-15T16:19:59Z | 2003-08-14T11:20:00Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/InstanceMethodMover.java | |
41,313 | Bug 41313 "Link with Editor" in Java Outline should link on activation | I normally work with "Link with Editor" switched off. When editing a long method whose head is out of view, I want to know in which method I am without leaving the editing position. I'd like to *double*click on "Link with Editor" in the Java Outline to synchronize it with the current position (the second click just dis... | resolved fixed | ab0f11e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-18T08:36:43Z | 2003-08-08T08:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
41,313 | Bug 41313 "Link with Editor" in Java Outline should link on activation | I normally work with "Link with Editor" switched off. When editing a long method whose head is out of view, I want to know in which method I am without leaving the editing position. I'd like to *double*click on "Link with Editor" in the Java Outline to synchronize it with the current position (the second click just dis... | resolved fixed | ab0f11e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-18T08:36:43Z | 2003-08-08T08:06:40Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
41,228 | Bug 41228 Junit - HierachyRunView does not propagate status properly [JUnit] | Only the image is updated but not the status in the TestRunInfo. | closed fixed | fb8961b | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-18T22:09:36Z | 2003-08-06T20:00:00Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/HierarchyRunView.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
40,967 | Bug 40967 JUnit: Second list is not accessible [JUnit] | 20030730 The second list does not have its label read by a screen reader as it has a button between the label and the list in the z order. This can fixed by either a) Using the moveUp() or moveDown() method to change the z order of the widgets. This is the preferable choice as most commercial screen readers use this al... | resolved fixed | 254ded2 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-19T10:40:46Z | 2003-07-30T18:33:20Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
40,542 | Bug 40542 JUnit - status bar should better show test class name [JUnit] | Build 3.0M2 In addition to showing the test method name, it should prefix it with the class name. The test hierarchy shows this information, but the animation time penalty is quite bad, and for big suites, it is not a viable alternative. | resolved fixed | 74ac007 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-19T12:00:25Z | 2003-07-21T09:33:20Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
13,617 | Bug 13617 [navigation] Next problem doesn't always update status line | Build 20020409 - new Java class Test - insert method: public void run() { } - replace void with voyd by replacing i with y (cursor should be positions after y) - save (with autobuild on) - it finds the problem and displays it in the ruler, shows squiggles, and adds it to the task list - however, it is not shown in the ... | resolved fixed | 10bb3e7 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-19T13:11:54Z | 2002-04-12T14:00:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
41,688 | Bug 41688 [misc] incorrect reconciling in Java Outline page | 20030813 add this to a class open in an editor public int a, b; note that only 'b' is added to the outliner tree | resolved fixed | 184aa2f | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-19T16:16:05Z | 2003-08-19T13:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
41,692 | Bug 41692 Pressing Enter at last caret position does not work | I20030819 This is in .log: org.eclipse.jdt.internal.corext.Assert$AssertionFailedException: assertion failed; at org.eclipse.jdt.internal.corext.Assert.isTrue(Assert.java:136) at org.eclipse.jdt.internal.corext.Assert.isTrue(Assert.java:121) at org.eclipse.jdt.internal.ui.text.java.JavaAutoIndentStrategy.firstNonWhites... | resolved fixed | 72d4ade | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-19T16:35:40Z | 2003-08-19T16:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
41,701 | Bug 41701 Cannot open AntEditor due to NPE in ExtendedTextEditor | in 20030819: java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.NullPointerException.<init>(NullPointerException.java:63) at org.eclipse.ui.texteditor.ExtendedTextEditor.initializeChangeRulerColumn(ExtendedTextEditor.java:509) at org.e... | resolved fixed | e3a8118 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T09:02:03Z | 2003-08-19T16:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
12,192 | Bug 12192 Rename method complains if the new name is overloaded [refactoring] | Build: 20020321 Description: I have two methods that are supposed to have the same name: public Word computeSuccessorTo(Word word) public Word computerSuccessorTo(ILetterNode letterNode) I noticed that I had misspelt the name of the second method (there shouldn't be an r after compute) so I tried to use the rename func... | resolved fixed | 9a53957 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T10:41:39Z | 2002-03-24T06:06:40Z | org.eclipse.jdt.ui/core | |
12,192 | Bug 12192 Rename method complains if the new name is overloaded [refactoring] | Build: 20020321 Description: I have two methods that are supposed to have the same name: public Word computeSuccessorTo(Word word) public Word computerSuccessorTo(ILetterNode letterNode) I noticed that I had misspelt the name of the second method (there shouldn't be an r after compute) so I tried to use the rename func... | resolved fixed | 9a53957 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T10:41:39Z | 2002-03-24T06:06:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodProcessor.java | |
12,192 | Bug 12192 Rename method complains if the new name is overloaded [refactoring] | Build: 20020321 Description: I have two methods that are supposed to have the same name: public Word computeSuccessorTo(Word word) public Word computerSuccessorTo(ILetterNode letterNode) I noticed that I had misspelt the name of the second method (there shouldn't be an r after compute) so I tried to use the rename func... | resolved fixed | 9a53957 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T10:41:39Z | 2002-03-24T06:06:40Z | org.eclipse.jdt.ui/core | |
12,192 | Bug 12192 Rename method complains if the new name is overloaded [refactoring] | Build: 20020321 Description: I have two methods that are supposed to have the same name: public Word computeSuccessorTo(Word word) public Word computerSuccessorTo(ILetterNode letterNode) I noticed that I had misspelt the name of the second method (there shouldn't be an r after compute) so I tried to use the rename func... | resolved fixed | 9a53957 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T10:41:39Z | 2002-03-24T06:06:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameNonVirtualMethodProcessor.java | |
12,192 | Bug 12192 Rename method complains if the new name is overloaded [refactoring] | Build: 20020321 Description: I have two methods that are supposed to have the same name: public Word computeSuccessorTo(Word word) public Word computerSuccessorTo(ILetterNode letterNode) I noticed that I had misspelt the name of the second method (there shouldn't be an r after compute) so I tried to use the rename func... | resolved fixed | 9a53957 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T10:41:39Z | 2002-03-24T06:06:40Z | org.eclipse.jdt.ui/core | |
12,192 | Bug 12192 Rename method complains if the new name is overloaded [refactoring] | Build: 20020321 Description: I have two methods that are supposed to have the same name: public Word computeSuccessorTo(Word word) public Word computerSuccessorTo(ILetterNode letterNode) I noticed that I had misspelt the name of the second method (there shouldn't be an r after compute) so I tried to use the rename func... | resolved fixed | 9a53957 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T10:41:39Z | 2002-03-24T06:06:40Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameVirtualMethodProcessor.java | |
40,047 | Bug 40047 Inline Method should work for empty selection [refactoring] | I20030710 Inline method should work for the case below as well. public class Test { private int foo() { return 0; } private int bar() { return f<CURSOR>oo(); } } | resolved fixed | b7d0508 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T13:58:37Z | 2003-07-14T19:13:20Z | org.eclipse.jdt.ui/core | |
40,047 | Bug 40047 Inline Method should work for empty selection [refactoring] | I20030710 Inline method should work for the case below as well. public class Test { private int foo() { return 0; } private int bar() { return f<CURSOR>oo(); } } | resolved fixed | b7d0508 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T13:58:37Z | 2003-07-14T19:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java | |
41,727 | Bug 41727 paste after cut pastes too many empty lines | 20030819 cut and paste a method - 1 line is inserted above | resolved fixed | d4a8b8e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T14:20:13Z | 2003-08-20T09:00:00Z | org.eclipse.jdt.ui/ui | |
41,727 | Bug 41727 paste after cut pastes too many empty lines | 20030819 cut and paste a method - 1 line is inserted above | resolved fixed | d4a8b8e | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T14:20:13Z | 2003-08-20T09:00:00Z | refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/TypedSource.java | |
40,360 | Bug 40360 inline method into another class forgets to qualify field access [refactoring] | class A { void f(B b) { System.out.println(b.getName()); } } class B { String fName; public String getName() { return fName; } } - In A::f, try to inline method b.getName() - The result should be System.out.println(b.fName), but it is only System.out.println(fName) . | resolved fixed | 75efb60 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T15:46:51Z | 2003-07-17T13:53:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/cast_in/TestNoCast.java | |
40,360 | Bug 40360 inline method into another class forgets to qualify field access [refactoring] | class A { void f(B b) { System.out.println(b.getName()); } } class B { String fName; public String getName() { return fName; } } - In A::f, try to inline method b.getName() - The result should be System.out.println(b.fName), but it is only System.out.println(fName) . | resolved fixed | 75efb60 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T15:46:51Z | 2003-07-17T13:53:20Z | org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/cast_out/TestNoCast.java | |
40,360 | Bug 40360 inline method into another class forgets to qualify field access [refactoring] | class A { void f(B b) { System.out.println(b.getName()); } } class B { String fName; public String getName() { return fName; } } - In A::f, try to inline method b.getName() - The result should be System.out.println(b.fName), but it is only System.out.println(fName) . | resolved fixed | 75efb60 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T15:46:51Z | 2003-07-17T13:53:20Z | org.eclipse.jdt.ui.tests.refactoring/test | |
40,360 | Bug 40360 inline method into another class forgets to qualify field access [refactoring] | class A { void f(B b) { System.out.println(b.getName()); } } class B { String fName; public String getName() { return fName; } } - In A::f, try to inline method b.getName() - The result should be System.out.println(b.fName), but it is only System.out.println(fName) . | resolved fixed | 75efb60 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T15:46:51Z | 2003-07-17T13:53:20Z | cases/org/eclipse/jdt/ui/tests/refactoring/InlineMethodTests.java | |
40,360 | Bug 40360 inline method into another class forgets to qualify field access [refactoring] | class A { void f(B b) { System.out.println(b.getName()); } } class B { String fName; public String getName() { return fName; } } - In A::f, try to inline method b.getName() - The result should be System.out.println(b.fName), but it is only System.out.println(fName) . | resolved fixed | 75efb60 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T15:46:51Z | 2003-07-17T13:53:20Z | org.eclipse.jdt.ui/core | |
40,360 | Bug 40360 inline method into another class forgets to qualify field access [refactoring] | class A { void f(B b) { System.out.println(b.getName()); } } class B { String fName; public String getName() { return fName; } } - In A::f, try to inline method b.getName() - The result should be System.out.println(b.fName), but it is only System.out.println(fName) . | resolved fixed | 75efb60 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T15:46:51Z | 2003-07-17T13:53:20Z | extension/org/eclipse/jdt/internal/corext/dom/ASTNodes.java | |
40,360 | Bug 40360 inline method into another class forgets to qualify field access [refactoring] | class A { void f(B b) { System.out.println(b.getName()); } } class B { String fName; public String getName() { return fName; } } - In A::f, try to inline method b.getName() - The result should be System.out.println(b.fName), but it is only System.out.println(fName) . | resolved fixed | 75efb60 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T15:46:51Z | 2003-07-17T13:53:20Z | org.eclipse.jdt.ui/core | |
40,360 | Bug 40360 inline method into another class forgets to qualify field access [refactoring] | class A { void f(B b) { System.out.println(b.getName()); } } class B { String fName; public String getName() { return fName; } } - In A::f, try to inline method b.getName() - The result should be System.out.println(b.fName), but it is only System.out.println(fName) . | resolved fixed | 75efb60 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T15:46:51Z | 2003-07-17T13:53:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java | |
40,360 | Bug 40360 inline method into another class forgets to qualify field access [refactoring] | class A { void f(B b) { System.out.println(b.getName()); } } class B { String fName; public String getName() { return fName; } } - In A::f, try to inline method b.getName() - The result should be System.out.println(b.fName), but it is only System.out.println(fName) . | resolved fixed | 75efb60 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T15:46:51Z | 2003-07-17T13:53:20Z | org.eclipse.jdt.ui/core | |
40,360 | Bug 40360 inline method into another class forgets to qualify field access [refactoring] | class A { void f(B b) { System.out.println(b.getName()); } } class B { String fName; public String getName() { return fName; } } - In A::f, try to inline method b.getName() - The result should be System.out.println(b.fName), but it is only System.out.println(fName) . | resolved fixed | 75efb60 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T15:46:51Z | 2003-07-17T13:53:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java | |
40,360 | Bug 40360 inline method into another class forgets to qualify field access [refactoring] | class A { void f(B b) { System.out.println(b.getName()); } } class B { String fName; public String getName() { return fName; } } - In A::f, try to inline method b.getName() - The result should be System.out.println(b.fName), but it is only System.out.println(fName) . | resolved fixed | 75efb60 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T15:46:51Z | 2003-07-17T13:53:20Z | org.eclipse.jdt.ui/core | |
40,360 | Bug 40360 inline method into another class forgets to qualify field access [refactoring] | class A { void f(B b) { System.out.println(b.getName()); } } class B { String fName; public String getName() { return fName; } } - In A::f, try to inline method b.getName() - The result should be System.out.println(b.fName), but it is only System.out.println(fName) . | resolved fixed | 75efb60 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T15:46:51Z | 2003-07-17T13:53:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceProvider.java | |
40,360 | Bug 40360 inline method into another class forgets to qualify field access [refactoring] | class A { void f(B b) { System.out.println(b.getName()); } } class B { String fName; public String getName() { return fName; } } - In A::f, try to inline method b.getName() - The result should be System.out.println(b.fName), but it is only System.out.println(fName) . | resolved fixed | 75efb60 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T15:46:51Z | 2003-07-17T13:53:20Z | org.eclipse.jdt.ui/core | |
40,360 | Bug 40360 inline method into another class forgets to qualify field access [refactoring] | class A { void f(B b) { System.out.println(b.getName()); } } class B { String fName; public String getName() { return fName; } } - In A::f, try to inline method b.getName() - The result should be System.out.println(b.fName), but it is only System.out.println(fName) . | resolved fixed | 75efb60 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T15:46:51Z | 2003-07-17T13:53:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/TargetProvider.java | |
41,148 | Bug 41148 Extract Method doesn't check for null type [refactoring] | public class Q { void f() { String str= (null); str= (true ? null : null); } } - Select "(null)" - Choose menu Refactor > Extract Method... -> Exception below is thrown. The problem here is that ExtractMethodAnalyzer::checkExpression doesn't look inside parenthesized expressions and excludes only plain NullLiterals. Th... | resolved fixed | 099b903 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T17:33:56Z | 2003-08-05T16:13:20Z | org.eclipse.jdt.ui/core | |
41,148 | Bug 41148 Extract Method doesn't check for null type [refactoring] | public class Q { void f() { String str= (null); str= (true ? null : null); } } - Select "(null)" - Choose menu Refactor > Extract Method... -> Exception below is thrown. The problem here is that ExtractMethodAnalyzer::checkExpression doesn't look inside parenthesized expressions and excludes only plain NullLiterals. Th... | resolved fixed | 099b903 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-20T17:33:56Z | 2003-08-05T16:13:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java | |
40,355 | Bug 40355 quick fix: list of completions not wanted when there's only 1 [quick fix] | 20030716 int f(){ return 1; } change '1' to 'true' use quick fix to change method type content assist window appears with 1 proposal (i don't need it then) moreover, after pressing esc i'm not taken to where i was before, i'm stuck in the method declaration | resolved fixed | f76bc15 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-21T10:49:57Z | 2003-07-17T13:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CUCorrectionProposal.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
41,357 | Bug 41357 NPE: Opening Browser after Javadoc export [javadoc] | OSX version 10.2.6 Eclipse: 200308060800 !ENTRY org.eclipse.debug.core 4 2 Aug 09, 2003 12:11:03.917 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.debug.core". !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.ui.actions.OpenBrowserUtil.open(OpenBrowserUtil.java:30) at org.e... | resolved fixed | 17ab212 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-21T12:59:09Z | 2003-08-09T11:53:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OpenBrowserUtil.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
41,798 | Bug 41798 New JUnit Plug-in test requires test suites to extend Test | The new JUnit plug-in test seems to require test suites to extend TestSuite. Otherwise an error is reported in the launch config dialog. It is however still possible to launch a test suite by opening it in the editor and choosing Run->Run As->New JUnit Plug-in Test To reproduce, try to run (and configure) the JDT UI Al... | resolved fixed | 8543d6c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-21T15:36:07Z | 2003-08-21T12:46:40Z | org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/util/TestSearchEngine.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
41,798 | Bug 41798 New JUnit Plug-in test requires test suites to extend Test | The new JUnit plug-in test seems to require test suites to extend TestSuite. Otherwise an error is reported in the launch config dialog. It is however still possible to launch a test suite by opening it in the editor and choosing Run->Run As->New JUnit Plug-in Test To reproduce, try to run (and configure) the JDT UI Al... | resolved fixed | 8543d6c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-21T15:36:07Z | 2003-08-21T12:46:40Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/launcher/JUnitMainTab.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
41,798 | Bug 41798 New JUnit Plug-in test requires test suites to extend Test | The new JUnit plug-in test seems to require test suites to extend TestSuite. Otherwise an error is reported in the launch config dialog. It is however still possible to launch a test suite by opening it in the editor and choosing Run->Run As->New JUnit Plug-in Test To reproduce, try to run (and configure) the JDT UI Al... | resolved fixed | 8543d6c | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-21T15:36:07Z | 2003-08-21T12:46:40Z | org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/TestSearchEngine.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
40,767 | Bug 40767 refactor rename method failure [refactoring] | --------------------A.java--------------------------- package a; public class A { private static final A g_instance = new A(); private A() { } public static A getInstance()//<-- refactor rename this method { return g_instance; } } ------------------------------------------------------ ----------------------B.java------... | resolved fixed | 91d40a1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-21T17:56:02Z | 2003-07-25T13:33:20Z | org.eclipse.jdt.ui/core | |
40,767 | Bug 40767 refactor rename method failure [refactoring] | --------------------A.java--------------------------- package a; public class A { private static final A g_instance = new A(); private A() { } public static A getInstance()//<-- refactor rename this method { return g_instance; } } ------------------------------------------------------ ----------------------B.java------... | resolved fixed | 91d40a1 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-21T17:56:02Z | 2003-07-25T13:33:20Z | refactoring/org/eclipse/jdt/internal/corext/refactoring/SearchResultGroup.java | |
40,785 | Bug 40785 [plan item] Overview ruler improvements | - navigation from ruler to editor - hovering over header area shows number of errors/warning (header annotations in general) | resolved fixed | 0c04535 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-22T09:43:23Z | 2003-07-25T16:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
40,785 | Bug 40785 [plan item] Overview ruler improvements | - navigation from ruler to editor - hovering over header area shows number of errors/warning (header annotations in general) | resolved fixed | 0c04535 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-22T09:43:23Z | 2003-07-25T16:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
40,785 | Bug 40785 [plan item] Overview ruler improvements | - navigation from ruler to editor - hovering over header area shows number of errors/warning (header annotations in general) | resolved fixed | 0c04535 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-22T09:43:23Z | 2003-07-25T16:20:00Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/filebuffers/CompilationUnitDocumentProvider2.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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,357 | Bug 38357 Reorder suggestion for moving class to new package [quick fix] | When the directory structure and package name of a class doesn't match, a suggestion offers two choices: o Move to new director corresponding to package name o Add/change package declaration to match directory structure However, when a class with no package is moved into a directory, the suggestions are prompted as: o ... | verified fixed | b3c3163 | JDT | https://github.com/eclipse-jdt/eclipse.jdt.ui | eclipse-jdt/eclipse.jdt.ui | java | null | null | null | 2003-08-23T15:23:00Z | 2003-06-03T11:33:20Z | org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.java | /*******************************************************************************
* Copyright (c) 2000, 2003 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.