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
64,129
Bug 64129 Highlight method exit points fail
When the return type is primitive like int or void, this function works well. But if the return type is a class, like Vector, my Eclipse 3M9 just highlights all the occurrences of "Vector" in the file. This function should be smarter.
verified fixed
ebf7d5b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-03T12:25:27Z
2004-05-26T14: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...
65,252
Bug 65252 Restore Defaults in java hover preferences leads to wrong UI state
Preferences > Java > Editor > Hovers. The 'Restore Defaults' button restores the checked state of the checkboxes in the key modifiers table wrongly. The values of the preferences are correctly restored behind the scenes, but the checkboxes are always restored to the state they were when the dialog was opened. Steps in ...
verified fixed
77fb99e
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-03T13:14:37Z
2004-06-02T09:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorHoverConfigurationBlock.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...
57,011
Bug 57011 [formatting] AIOOBE when formatting Javadoc
Eclipse: 20040330 Platform: OS X 10.3.3 Using Option+Shift+f to format my code produced the following: java.lang.ArrayIndexOutOfBoundsException: 0 at java.util.ArrayList.get(ArrayList.java:326) at org.eclipse.jdt.internal.ui.text.comment.JavaDocRegion.formatRegion(JavaDocRegion.java:133) at org.eclipse.jdt.internal.ui....
verified fixed
dd1c313
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-03T13:44:16Z
2004-04-01T09:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/comment/JavaDocRegion.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, and ...
64,921
Bug 64921 members view: selection of a member does not give proper selection change events [browsing]
RC1 - browsing perspective, smoke test scenario - to make the problem visible, enable "Mark occurrences" - open IMoney.java - in the members view, double click on a not selected element -> ok: the member is selected in the editor, focus is transferred to the editor, the element gets highlighted (-> selection changed ev...
verified fixed
7ead976
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-03T15:25:59Z
2004-06-01T11:40:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/SelectionListenerWithASTManager.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...
64,900
Bug 64900 Task Tag preference page: default tab (bold) doesn't pick up dialog font
RC1 See screen shot.
verified fixed
63f27cf
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-03T15:36:53Z
2004-06-01T11:40:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TodoTaskConfigurationBlock.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...
64,906
Bug 64906 Externalize Strings: bold items in table don't use dialog fonts [nls] [refactoring]
RC1 - set an unusual dialog font - open externalize strings observe: bold items aren't rendered in dialog font.
verified fixed
bd63c68
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-03T15:46:23Z
2004-06-01T11:40:00Z
org.eclipse.jdt.ui/ui
64,906
Bug 64906 Externalize Strings: bold items in table don't use dialog fonts [nls] [refactoring]
RC1 - set an unusual dialog font - open externalize strings observe: bold items aren't rendered in dialog font.
verified fixed
bd63c68
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-03T15:46:23Z
2004-06-01T11:40:00Z
refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java
64,902
Bug 64902 packages view: keyboard focus lost after switching layout [browsing]
RC1 - browsing perspective, packages view - normal selection in the list in the view - invoke the view menu (Ctrl+F10) - choose Layout->Hierarchical -> view gets updated as expected -> keyboard focus is lost. There is no way to get out by keyboard only. expected: the element previously selected in the list is not selec...
verified fixed
c3a24d3
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-03T17:00:04Z
2004-06-01T11:40:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.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...
65,321
Bug 65321 Call hierarchy: close "top" file and it won't open again
Steps: 1. Open a project with JUnit 3.8.1 sources 2. Open junit.framework.Assert 3. Double click fail( String ) method 4. Press Ctrl+Alt+H 5. Close Assert.java 6. In the "Call Hierarchy" view double-click "fail( String )" -- the "root" of the hierarchy Observed: Assert.java does not open Expected: Assert.java should op...
verified fixed
501e996
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-03T18:03:04Z
2004-06-02T15:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyUI.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...
64,508
Bug 64508 Move CU refactoring: Button size and label
20040528 The button doesn't seem to have the standard size (use SWTUtil). There also seems to be a space between 'New' and '...'
verified fixed
8bea5b4
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-03T18:08:27Z
2004-05-28T07:40:00Z
org.eclipse.jdt.ui/ui
64,508
Bug 64508 Move CU refactoring: Button size and label
20040528 The button doesn't seem to have the standard size (use SWTUtil). There also seems to be a space between 'New' and '...'
verified fixed
8bea5b4
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-03T18:08:27Z
2004-05-28T07:40:00Z
refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgMoveWizard.java
64,604
Bug 64604 Quickfix "put ... in parenthesis" shows wrong expression
With 3M9 I get for the expression if (!Integer.parseInt(value)>0) { a quickfix suggesting Put 'instanceof' in parenthesis "instanceof" is wrong there. Note: The quicktip showing the expected result is correct.
verified fixed
aefe641
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T07:58:32Z
2004-05-28T18:46:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.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...
64,672
Bug 64672 Code Formatter Preferences Page Broken - NPE
I200405290105 Selecting the Code Formatter Prefs Page results in an error dialog and NPE: !MESSAGE Plug-in "org.eclipse.jdt.ui" was unable to instantiate class "org.eclipse.jdt.internal.ui.preferences.CodeFormatterPreferencePage". !STACK 0 java.lang.NullPointerException at org.apache.xalan.serialize.SerializerToXML.wri...
verified fixed
f452927
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T08:56:25Z
2004-05-29T17:00:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileStore.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...
64,897
Bug 64897 packages view: not updated when project source folders change [browsing]
RC1 - browsing perspective - smoke test scenario... - import junit.zip into the previously not existing folder 'src' -> packages view shows a number of packages src.junit.framework... with errors - go to the project properties, source page - add 'src' as source folder, accept when asked to remove the project root as so...
verified fixed
691a8a7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T10:20:46Z
2004-06-01T08:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/LogicalPackagesProvider.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...
64,897
Bug 64897 packages view: not updated when project source folders change [browsing]
RC1 - browsing perspective - smoke test scenario... - import junit.zip into the previously not existing folder 'src' -> packages view shows a number of packages src.junit.framework... with errors - go to the project properties, source page - add 'src' as source folder, accept when asked to remove the project root as so...
verified fixed
691a8a7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T10:20:46Z
2004-06-01T08:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesViewFlatContentProvider.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...
64,897
Bug 64897 packages view: not updated when project source folders change [browsing]
RC1 - browsing perspective - smoke test scenario... - import junit.zip into the previously not existing folder 'src' -> packages view shows a number of packages src.junit.framework... with errors - go to the project properties, source page - add 'src' as source folder, accept when asked to remove the project root as so...
verified fixed
691a8a7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T10:20:46Z
2004-06-01T08:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesViewHierarchicalContentProvider.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...
65,137
Bug 65137 AssertationFailedException in MoveInnerToTopRefactoring
Experimenting with refactoring in RC1 !SESSION Jun 01, 2004 15:21:57.216 --------------------------------------------- eclipse.buildId=I200405290105 java.fullversion=J2RE 1.4.1 IBM Windows 32 build cn1411-20040301a (JIT enabled: jitc) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: ...
verified fixed
027a2ee
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T12:18:27Z
2004-06-01T20:00:00Z
org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/testFail_nonstatic_3/in/A.java
65,137
Bug 65137 AssertationFailedException in MoveInnerToTopRefactoring
Experimenting with refactoring in RC1 !SESSION Jun 01, 2004 15:21:57.216 --------------------------------------------- eclipse.buildId=I200405290105 java.fullversion=J2RE 1.4.1 IBM Windows 32 build cn1411-20040301a (JIT enabled: jitc) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: ...
verified fixed
027a2ee
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T12:18:27Z
2004-06-01T20:00:00Z
org.eclipse.jdt.ui.tests.refactoring/test
65,137
Bug 65137 AssertationFailedException in MoveInnerToTopRefactoring
Experimenting with refactoring in RC1 !SESSION Jun 01, 2004 15:21:57.216 --------------------------------------------- eclipse.buildId=I200405290105 java.fullversion=J2RE 1.4.1 IBM Windows 32 build cn1411-20040301a (JIT enabled: jitc) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: ...
verified fixed
027a2ee
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T12:18:27Z
2004-06-01T20:00:00Z
cases/org/eclipse/jdt/ui/tests/refactoring/MoveInnerToTopLevelTests.java
65,137
Bug 65137 AssertationFailedException in MoveInnerToTopRefactoring
Experimenting with refactoring in RC1 !SESSION Jun 01, 2004 15:21:57.216 --------------------------------------------- eclipse.buildId=I200405290105 java.fullversion=J2RE 1.4.1 IBM Windows 32 build cn1411-20040301a (JIT enabled: jitc) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: ...
verified fixed
027a2ee
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T12:18:27Z
2004-06-01T20:00:00Z
org.eclipse.jdt.ui/core
65,137
Bug 65137 AssertationFailedException in MoveInnerToTopRefactoring
Experimenting with refactoring in RC1 !SESSION Jun 01, 2004 15:21:57.216 --------------------------------------------- eclipse.buildId=I200405290105 java.fullversion=J2RE 1.4.1 IBM Windows 32 build cn1411-20040301a (JIT enabled: jitc) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: ...
verified fixed
027a2ee
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T12:18:27Z
2004-06-01T20:00:00Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java
65,137
Bug 65137 AssertationFailedException in MoveInnerToTopRefactoring
Experimenting with refactoring in RC1 !SESSION Jun 01, 2004 15:21:57.216 --------------------------------------------- eclipse.buildId=I200405290105 java.fullversion=J2RE 1.4.1 IBM Windows 32 build cn1411-20040301a (JIT enabled: jitc) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: ...
verified fixed
027a2ee
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T12:18:27Z
2004-06-01T20:00:00Z
org.eclipse.jdt.ui/core
65,137
Bug 65137 AssertationFailedException in MoveInnerToTopRefactoring
Experimenting with refactoring in RC1 !SESSION Jun 01, 2004 15:21:57.216 --------------------------------------------- eclipse.buildId=I200405290105 java.fullversion=J2RE 1.4.1 IBM Windows 32 build cn1411-20040301a (JIT enabled: jitc) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: ...
verified fixed
027a2ee
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T12:18:27Z
2004-06-01T20:00:00Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java
63,883
Bug 63883 Cannot configure option for enabling/disabling exclusion filters or custom output folders on a per project basis
Build M9 JDT/Core supports setting enablement for exclusion patterns and custom output folders on a per project basis. This isn't surfaced in the UI. There is only a global flag in workspace preferences.
verified fixed
1dd7cad
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T12:39:27Z
2004-05-25T15:46:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/BuildPathPreferencePage.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...
63,883
Bug 63883 Cannot configure option for enabling/disabling exclusion filters or custom output folders on a per project basis
Build M9 JDT/Core supports setting enablement for exclusion patterns and custom output folders on a per project basis. This isn't surfaced in the UI. There is only a global flag in workspace preferences.
verified fixed
1dd7cad
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T12:39:27Z
2004-05-25T15:46:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/BuildPathPreferencesBlock.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...
63,883
Bug 63883 Cannot configure option for enabling/disabling exclusion filters or custom output folders on a per project basis
Build M9 JDT/Core supports setting enablement for exclusion patterns and custom output folders on a per project basis. This isn't surfaced in the UI. There is only a global flag in workspace preferences.
verified fixed
1dd7cad
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T12:39:27Z
2004-05-25T15:46:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CompilerConfigurationBlock.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...
63,883
Bug 63883 Cannot configure option for enabling/disabling exclusion filters or custom output folders on a per project basis
Build M9 JDT/Core supports setting enablement for exclusion patterns and custom output folders on a per project basis. This isn't surfaced in the UI. There is only a global flag in workspace preferences.
verified fixed
1dd7cad
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T12:39:27Z
2004-05-25T15:46:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NewJavaProjectPreferencePage.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...
64,867
Bug 64867 Extract Local Variable: NPE when expression in Javadoc selected
200405280010. I think we have this bug since the AST has Javadoc nodes. We should check whether the selected expression is inside a javadoc comment. Steps: - Select the 'name' after @param and choose Refactor > Extract Local Variable /** * Sets the name of a TestCase * @param name The name to set */ public void setName...
verified fixed
dfdb2e2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T15:19:36Z
2004-06-01T08:53:20Z
org.eclipse.jdt.ui/core
64,867
Bug 64867 Extract Local Variable: NPE when expression in Javadoc selected
200405280010. I think we have this bug since the AST has Javadoc nodes. We should check whether the selected expression is inside a javadoc comment. Steps: - Select the 'name' after @param and choose Refactor > Extract Local Variable /** * Sets the name of a TestCase * @param name The name to set */ public void setName...
verified fixed
dfdb2e2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T15:19:36Z
2004-06-01T08:53:20Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java
64,867
Bug 64867 Extract Local Variable: NPE when expression in Javadoc selected
200405280010. I think we have this bug since the AST has Javadoc nodes. We should check whether the selected expression is inside a javadoc comment. Steps: - Select the 'name' after @param and choose Refactor > Extract Local Variable /** * Sets the name of a TestCase * @param name The name to set */ public void setName...
verified fixed
dfdb2e2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T15:19:36Z
2004-06-01T08:53:20Z
org.eclipse.jdt.ui/core
64,867
Bug 64867 Extract Local Variable: NPE when expression in Javadoc selected
200405280010. I think we have this bug since the AST has Javadoc nodes. We should check whether the selected expression is inside a javadoc comment. Steps: - Select the 'name' after @param and choose Refactor > Extract Local Variable /** * Sets the name of a TestCase * @param name The name to set */ public void setName...
verified fixed
dfdb2e2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T15:19:36Z
2004-06-01T08:53:20Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java
64,867
Bug 64867 Extract Local Variable: NPE when expression in Javadoc selected
200405280010. I think we have this bug since the AST has Javadoc nodes. We should check whether the selected expression is inside a javadoc comment. Steps: - Select the 'name' after @param and choose Refactor > Extract Local Variable /** * Sets the name of a TestCase * @param name The name to set */ public void setName...
verified fixed
dfdb2e2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T15:19:36Z
2004-06-01T08:53:20Z
org.eclipse.jdt.ui/core
64,867
Bug 64867 Extract Local Variable: NPE when expression in Javadoc selected
200405280010. I think we have this bug since the AST has Javadoc nodes. We should check whether the selected expression is inside a javadoc comment. Steps: - Select the 'name' after @param and choose Refactor > Extract Local Variable /** * Sets the name of a TestCase * @param name The name to set */ public void setName...
verified fixed
dfdb2e2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T15:19:36Z
2004-06-01T08:53:20Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java
64,867
Bug 64867 Extract Local Variable: NPE when expression in Javadoc selected
200405280010. I think we have this bug since the AST has Javadoc nodes. We should check whether the selected expression is inside a javadoc comment. Steps: - Select the 'name' after @param and choose Refactor > Extract Local Variable /** * Sets the name of a TestCase * @param name The name to set */ public void setName...
verified fixed
dfdb2e2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T15:19:36Z
2004-06-01T08:53:20Z
org.eclipse.jdt.ui/core
64,867
Bug 64867 Extract Local Variable: NPE when expression in Javadoc selected
200405280010. I think we have this bug since the AST has Javadoc nodes. We should check whether the selected expression is inside a javadoc comment. Steps: - Select the 'name' after @param and choose Refactor > Extract Local Variable /** * Sets the name of a TestCase * @param name The name to set */ public void setName...
verified fixed
dfdb2e2
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T15:19:36Z
2004-06-01T08:53:20Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceParameterRefactoring.java
64,504
Bug 64504 "Foreground color for potential matches" preference has no effect
I20040528-0010: Preferences > Search > Foreground color for potential matches The color preference has no effect on potential matches in the search results view. Potential matches are always black. P.S. A quick way to generate a potential match: - file a/A.java: package a; public class A { B b; } - file b/B.java packag...
verified fixed
b130b46
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T15:35:41Z
2004-05-28T07:40:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/ColorDecoratingLabelProvider.java
64,504
Bug 64504 "Foreground color for potential matches" preference has no effect
I20040528-0010: Preferences > Search > Foreground color for potential matches The color preference has no effect on potential matches in the search results view. Potential matches are always black. P.S. A quick way to generate a potential match: - file a/A.java: package a; public class A { B b; } - file b/B.java packag...
verified fixed
b130b46
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T15:35:41Z
2004-05-28T07:40:00Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.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...
64,530
Bug 64530 AssertionFailedException while "Refactore -> Extract Constant ..."
3.0 M9 After invoking "Refactore -> Extract Constant..." on a selection inside an overwritten method of an anonymous inner class I got an AssertionFailedException "null argument" after clickin "OK" in the refactor dialog (wanted to extract this as private constant). see attached log file
verified fixed
75f957e
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T15:37:05Z
2004-05-28T10:26:40Z
org.eclipse.jdt.ui/core
64,530
Bug 64530 AssertionFailedException while "Refactore -> Extract Constant ..."
3.0 M9 After invoking "Refactore -> Extract Constant..." on a selection inside an overwritten method of an anonymous inner class I got an AssertionFailedException "null argument" after clickin "OK" in the refactor dialog (wanted to extract this as private constant). see attached log file
verified fixed
75f957e
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T15:37:05Z
2004-05-28T10:26:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java
65,237
Bug 65237 JavaModelException on Generate Constructor using Fields
3.0RC1 In a Java file from a non-Java project. Invoking "Generate Constructor using Fields" throws the following exception, where "Test123" is the enclosing project: Java Model Exception: Java Model Status [Test123 does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(Java Element.java:56...
verified fixed
a2d6b2a
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T18:04:21Z
2004-06-02T09:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddDelegateMethodsAction.java
/******************************************************************************* * Copyright (c) 2000, 2002 International Business Machines Corp. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v0.5 * which accompanie...
65,237
Bug 65237 JavaModelException on Generate Constructor using Fields
3.0RC1 In a Java file from a non-Java project. Invoking "Generate Constructor using Fields" throws the following exception, where "Test123" is the enclosing project: Java Model Exception: Java Model Status [Test123 does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(Java Element.java:56...
verified fixed
a2d6b2a
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T18:04:21Z
2004-06-02T09:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.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...
65,237
Bug 65237 JavaModelException on Generate Constructor using Fields
3.0RC1 In a Java file from a non-Java project. Invoking "Generate Constructor using Fields" throws the following exception, where "Test123" is the enclosing project: Java Model Exception: Java Model Status [Test123 does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(Java Element.java:56...
verified fixed
a2d6b2a
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T18:04:21Z
2004-06-02T09: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...
65,237
Bug 65237 JavaModelException on Generate Constructor using Fields
3.0RC1 In a Java file from a non-Java project. Invoking "Generate Constructor using Fields" throws the following exception, where "Test123" is the enclosing project: Java Model Exception: Java Model Status [Test123 does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(Java Element.java:56...
verified fixed
a2d6b2a
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T18:04:21Z
2004-06-02T09: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...
65,237
Bug 65237 JavaModelException on Generate Constructor using Fields
3.0RC1 In a Java file from a non-Java project. Invoking "Generate Constructor using Fields" throws the following exception, where "Test123" is the enclosing project: Java Model Exception: Java Model Status [Test123 does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(Java Element.java:56...
verified fixed
a2d6b2a
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T18:04:21Z
2004-06-02T09:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OverrideMethodsAction.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...
65,237
Bug 65237 JavaModelException on Generate Constructor using Fields
3.0RC1 In a Java file from a non-Java project. Invoking "Generate Constructor using Fields" throws the following exception, where "Test123" is the enclosing project: Java Model Exception: Java Model Status [Test123 does not exist.] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(Java Element.java:56...
verified fixed
a2d6b2a
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T18:04:21Z
2004-06-02T09:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/SortMembersAction.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...
64,971
Bug 64971 Code manipulation actions - insertion point after an existing method will insert at the end instead
I am using Generate Delegate Methods. I want to specify the position of the newly generated methods. Any combination for insertion point works (cursor position, at the beginning, at the end) except when I want to insert the new methods after any existing method. If I choose this option they will get positioned at the e...
verified fixed
703183d
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T18:05:18Z
2004-06-01T14:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java
/******************************************************************************* * Copyright (c) 2000, 2004 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, an...
65,243
Bug 65243 Build path dialog: Disable 'Add folder' when ex-/inclusion selected
RC1 On the build path dialog it would be better to disable 'Add folder' when ex-/inclusion selected to avoid confusion to what 'Add folder is releated'
verified fixed
4e001fe
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T18:05:49Z
2004-06-02T09:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.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...
65,243
Bug 65243 Build path dialog: Disable 'Add folder' when ex-/inclusion selected
RC1 On the build path dialog it would be better to disable 'Add folder' when ex-/inclusion selected to avoid confusion to what 'Add folder is releated'
verified fixed
4e001fe
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-04T18:05:49Z
2004-06-02T09:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.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...
64,890
Bug 64890 Package explorer out of sync when open/closing projects [package explorer]
RC1 - close a project - Open the closed project in a new window va Open in New Window context menu action - open the project observe: the Java project is rendered in the additional window as folders and CUs not on the class path.
verified fixed
6fcfead
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-05T09:54:47Z
2004-06-01T08:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerActionGroup.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...
44,753
Bug 44753 Extract Local Variable also on ExpressionStatements [refactoring]
Typing : System.out.println(new String()); select 'new String()' and apply ELV , works. Typing : new String() Select 'new String()' and apply ELV , does not work - error is "An expression must be selected to activate this refactoring" I'm reasonably sure "new String();" is an expresssion and can serve as an RHS. I even...
verified fixed
59354bb
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-05T19:26:22Z
2003-10-13T13:00:00Z
org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test82_in.java
44,753
Bug 44753 Extract Local Variable also on ExpressionStatements [refactoring]
Typing : System.out.println(new String()); select 'new String()' and apply ELV , works. Typing : new String() Select 'new String()' and apply ELV , does not work - error is "An expression must be selected to activate this refactoring" I'm reasonably sure "new String();" is an expresssion and can serve as an RHS. I even...
verified fixed
59354bb
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-05T19:26:22Z
2003-10-13T13:00:00Z
org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test82_out.java
44,753
Bug 44753 Extract Local Variable also on ExpressionStatements [refactoring]
Typing : System.out.println(new String()); select 'new String()' and apply ELV , works. Typing : new String() Select 'new String()' and apply ELV , does not work - error is "An expression must be selected to activate this refactoring" I'm reasonably sure "new String();" is an expresssion and can serve as an RHS. I even...
verified fixed
59354bb
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-05T19:26:22Z
2003-10-13T13:00:00Z
org.eclipse.jdt.ui.tests.refactoring/test
44,753
Bug 44753 Extract Local Variable also on ExpressionStatements [refactoring]
Typing : System.out.println(new String()); select 'new String()' and apply ELV , works. Typing : new String() Select 'new String()' and apply ELV , does not work - error is "An expression must be selected to activate this refactoring" I'm reasonably sure "new String();" is an expresssion and can serve as an RHS. I even...
verified fixed
59354bb
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-05T19:26:22Z
2003-10-13T13:00:00Z
cases/org/eclipse/jdt/ui/tests/refactoring/ExtractTempTests.java
44,753
Bug 44753 Extract Local Variable also on ExpressionStatements [refactoring]
Typing : System.out.println(new String()); select 'new String()' and apply ELV , works. Typing : new String() Select 'new String()' and apply ELV , does not work - error is "An expression must be selected to activate this refactoring" I'm reasonably sure "new String();" is an expresssion and can serve as an RHS. I even...
verified fixed
59354bb
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-05T19:26:22Z
2003-10-13T13:00:00Z
org.eclipse.jdt.ui/core
44,753
Bug 44753 Extract Local Variable also on ExpressionStatements [refactoring]
Typing : System.out.println(new String()); select 'new String()' and apply ELV , works. Typing : new String() Select 'new String()' and apply ELV , does not work - error is "An expression must be selected to activate this refactoring" I'm reasonably sure "new String();" is an expresssion and can serve as an RHS. I even...
verified fixed
59354bb
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-05T19:26:22Z
2003-10-13T13:00:00Z
extension/org/eclipse/jdt/internal/corext/dom/fragments/Util.java
44,753
Bug 44753 Extract Local Variable also on ExpressionStatements [refactoring]
Typing : System.out.println(new String()); select 'new String()' and apply ELV , works. Typing : new String() Select 'new String()' and apply ELV , does not work - error is "An expression must be selected to activate this refactoring" I'm reasonably sure "new String();" is an expresssion and can serve as an RHS. I even...
verified fixed
59354bb
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-05T19:26:22Z
2003-10-13T13:00:00Z
org.eclipse.jdt.ui/core
44,753
Bug 44753 Extract Local Variable also on ExpressionStatements [refactoring]
Typing : System.out.println(new String()); select 'new String()' and apply ELV , works. Typing : new String() Select 'new String()' and apply ELV , does not work - error is "An expression must be selected to activate this refactoring" I'm reasonably sure "new String();" is an expresssion and can serve as an RHS. I even...
verified fixed
59354bb
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-05T19:26:22Z
2003-10-13T13:00:00Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java
64,855
Bug 64855 QuickMenuAction leaks the context menus
null
verified fixed
c317262
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-06T14:18:16Z
2004-05-31T21:46:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/QuickMenuAction.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...
65,254
Bug 65254 Generalize Type dialog does not disappear on Ok [refactoring]
3.0RC1 - in the CU: package org.test; class Foo { void foo() { Object s= bar(); } String bar() { return ""; } } - set caret on "String" - invoke Generalize Type - choose Object - click Ok -> change is applied, but the dialog does not disappear
verified fixed
81e93c4
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-06T15:37:02Z
2004-06-02T09:53:20Z
org.eclipse.jdt.ui/ui
65,254
Bug 65254 Generalize Type dialog does not disappear on Ok [refactoring]
3.0RC1 - in the CU: package org.test; class Foo { void foo() { Object s= bar(); } String bar() { return ""; } } - set caret on "String" - invoke Generalize Type - choose Object - click Ok -> change is applied, but the dialog does not disappear
verified fixed
81e93c4
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-06T15:37:02Z
2004-06-02T09:53:20Z
refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeTypeWizard.java
65,378
Bug 65378 FindOccurencesCUEngine should use ASTProvider
RC1 FindOccurrencesEngine should get the AST from the ASTProvider so it can profit if the AST is already cached (2 occurences) e.g. JaavPlugin.getDefault().getASTProvider().getAST(cu)
verified fixed
5100bb7
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-06T15:49:41Z
2004-06-02T15:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/FindOccurrencesEngine.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...
65,063
Bug 65063 AIOOBE when expanding selection to previous element
3.0RC1 - in the CU: package org.test; public class Test { } - set the cursor within "package" - invoke twice Edit->Expand Selection To->Previous Element -> results in the following exception: java.lang.ArrayIndexOutOfBoundsException: -2 at org.eclipse.jdt.internal.ui.javaeditor.selectionactions.StructureSele ctPrevious...
verified fixed
876b39e
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-06T16:04:14Z
2004-06-01T17:13:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/selectionactions/StructureSelectPreviousAction.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...
64,932
Bug 64932 filter dialog: initial focus is on cancel, should be on top control or list [dialogs]
RC1 - Open the filter dialog for members view, package explorer etc. Expected: top control has focus Actual: Cancel button has focus This is annoying, because I first have to tab through. The default behaviour for dialogs should be to give focus to the first element that expects interaction. If the user just wants to c...
verified fixed
7e9e210
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-06T16:29:48Z
2004-06-01T14:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/CustomFiltersDialog.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...
65,249
Bug 65249 Refactoring actions enabled in CU from CVS
3.0RC1 In a CU from CVS the refactoring actions are enabled and when invoked show dialogs about wrong selection, sometimes an exception is thrown: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringActions.co nvertToEnclosingOrPrimaryType(RefactoringActions.java:50) at org.ecli...
verified fixed
1bcd929
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T08:54:16Z
2004-06-02T09:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/ActionUtil.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...
65,249
Bug 65249 Refactoring actions enabled in CU from CVS
3.0RC1 In a CU from CVS the refactoring actions are enabled and when invoked show dialogs about wrong selection, sometimes an exception is thrown: java.lang.NullPointerException at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringActions.co nvertToEnclosingOrPrimaryType(RefactoringActions.java:50) at org.ecli...
verified fixed
1bcd929
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T08:54:16Z
2004-06-02T09:53:20Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/InlineAction.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...
65,584
Bug 65584 TemplateReaderWriter should take stream as argument.
null
verified fixed
c442e90
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:03:14Z
2004-06-03T16:26:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateBlock.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...
61,565
Bug 61565 [navigation] next / previous sub-word jumping misses some sub-word start/ends
I200405060200 Preferences > Java > Editor > Navigation > "Smart cursor positioning in Java names" checked. /** * @see GenericVisitor#visitNode(ASTNode) */ - set caret to after "Generic", Ctrl+Right -> was: caret jumps to after "visitNode"; expected: caret after "Visitor" - set caret to after "visit", Ctrl+Left -> was c...
verified fixed
0379a4b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:14:05Z
2004-05-10T09:06:40Z
org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/BreakIteratorTest.java
61,565
Bug 61565 [navigation] next / previous sub-word jumping misses some sub-word start/ends
I200405060200 Preferences > Java > Editor > Navigation > "Smart cursor positioning in Java names" checked. /** * @see GenericVisitor#visitNode(ASTNode) */ - set caret to after "Generic", Ctrl+Right -> was: caret jumps to after "visitNode"; expected: caret after "Visitor" - set caret to after "visit", Ctrl+Left -> was c...
verified fixed
0379a4b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:14:05Z
2004-05-10T09:06:40Z
org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaBreakIteratorTest.java
61,565
Bug 61565 [navigation] next / previous sub-word jumping misses some sub-word start/ends
I200405060200 Preferences > Java > Editor > Navigation > "Smart cursor positioning in Java names" checked. /** * @see GenericVisitor#visitNode(ASTNode) */ - set caret to after "Generic", Ctrl+Right -> was: caret jumps to after "visitNode"; expected: caret after "Visitor" - set caret to after "visit", Ctrl+Left -> was c...
verified fixed
0379a4b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:14:05Z
2004-05-10T09:06:40Z
org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/JavaWordIteratorTest.java
61,565
Bug 61565 [navigation] next / previous sub-word jumping misses some sub-word start/ends
I200405060200 Preferences > Java > Editor > Navigation > "Smart cursor positioning in Java names" checked. /** * @see GenericVisitor#visitNode(ASTNode) */ - set caret to after "Generic", Ctrl+Right -> was: caret jumps to after "visitNode"; expected: caret after "Visitor" - set caret to after "visit", Ctrl+Left -> was c...
verified fixed
0379a4b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:14:05Z
2004-05-10T09: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...
61,565
Bug 61565 [navigation] next / previous sub-word jumping misses some sub-word start/ends
I200405060200 Preferences > Java > Editor > Navigation > "Smart cursor positioning in Java names" checked. /** * @see GenericVisitor#visitNode(ASTNode) */ - set caret to after "Generic", Ctrl+Right -> was: caret jumps to after "visitNode"; expected: caret after "Visitor" - set caret to after "visit", Ctrl+Left -> was c...
verified fixed
0379a4b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:14:05Z
2004-05-10T09:06:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/DocumentCharacterIterator.java
61,565
Bug 61565 [navigation] next / previous sub-word jumping misses some sub-word start/ends
I200405060200 Preferences > Java > Editor > Navigation > "Smart cursor positioning in Java names" checked. /** * @see GenericVisitor#visitNode(ASTNode) */ - set caret to after "Generic", Ctrl+Right -> was: caret jumps to after "visitNode"; expected: caret after "Visitor" - set caret to after "visit", Ctrl+Left -> was c...
verified fixed
0379a4b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:14:05Z
2004-05-10T09:06:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaBreakIterator.java
61,565
Bug 61565 [navigation] next / previous sub-word jumping misses some sub-word start/ends
I200405060200 Preferences > Java > Editor > Navigation > "Smart cursor positioning in Java names" checked. /** * @see GenericVisitor#visitNode(ASTNode) */ - set caret to after "Generic", Ctrl+Right -> was: caret jumps to after "visitNode"; expected: caret after "Visitor" - set caret to after "visit", Ctrl+Left -> was c...
verified fixed
0379a4b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:14:05Z
2004-05-10T09:06:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaWordIterator.java
61,565
Bug 61565 [navigation] next / previous sub-word jumping misses some sub-word start/ends
I200405060200 Preferences > Java > Editor > Navigation > "Smart cursor positioning in Java names" checked. /** * @see GenericVisitor#visitNode(ASTNode) */ - set caret to after "Generic", Ctrl+Right -> was: caret jumps to after "visitNode"; expected: caret after "Visitor" - set caret to after "visit", Ctrl+Left -> was c...
verified fixed
0379a4b
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:14:05Z
2004-05-10T09:06:40Z
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/SequenceCharacterIterator.java
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
org.eclipse.jdt.ui/core
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
org.eclipse.jdt.ui/core
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ConvertAnonymousToNestedRefactoring.java
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
org.eclipse.jdt.ui/core
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
org.eclipse.jdt.ui/core
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodRefactoring.java
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
org.eclipse.jdt.ui/core
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
org.eclipse.jdt.ui/core
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineConstantRefactoring.java
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
org.eclipse.jdt.ui/core
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
org.eclipse.jdt.ui/core
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineTempRefactoring.java
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
org.eclipse.jdt.ui/core
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceFactoryRefactoring.java
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
org.eclipse.jdt.ui/core
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceParameterRefactoring.java
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
org.eclipse.jdt.ui/core
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/code/PromoteTempToFieldRefactoring.java
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
org.eclipse.jdt.ui/core
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSRefactoring.java
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
org.eclipse.jdt.ui/core
65,315
Bug 65315 [validateEdit] CVS-Edit: refactoring doesn't show request dialog
RC1 1. On the CVS preference page check 'Configure projects to use Watch/Edit' and 'Send a CVS edit notification to the server' and 'Always prompt' 2. Check out a CVS project and open a file in the editor 3. Rename the type -> no 'Perform Edit' request dialog is shown, although I said 'Always prompt'
verified fixed
67a3625
JDT
https://github.com/eclipse-jdt/eclipse.jdt.ui
eclipse-jdt/eclipse.jdt.ui
java
null
null
null
2004-06-07T09:56:31Z
2004-06-02T15:26:40Z
refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameFieldProcessor.java