History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-3781
Type: Cosmetics Cosmetics
Status: Open Open
Priority: Normal Normal
Assignee: Alexey Kudravtsev
Reporter: Calum MacLean
Votes: 0
Watchers: 0
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

Delete intention gives choice from 1 option

Created: 16 Aug 06 17:29   Updated: 24 Oct 06 16:46
Component/s: Editor. Intention Actions
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: None
Image Attachments:

1. Intention.JPG
(30 kb)

Build: 5,622
Severity: Low


 Description  « Hide
When I choose the Remove variable intention in the code below, it gives me a choice from 1 option. See screenshot.
This is correct, but it is worded as if there are multiple options.

[code]
public class Test
{
public static void main(String[] arg)

{ String s = "1" + getString() + "3"; }

private static String getString()

{ return "2"; }

}
[code]



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.