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

Key: IDEABKL-5395
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Anna Kozlova
Reporter: andrey belomutskiy
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

Duplicate is not depected

Created: 02 May 08 12:53   Updated: 04 May 08 13:34
Component/s: Code Analysis. Duplicates
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 7,757


 Description  « Hide
assignAndPrint method code duplication is not detected

public class temp {

public static void main(String[] args) { int a = assignAndPrint(); int b = 3; System.out.println(b); System.out.println(a + " " + b); }

private static int assignAndPrint() { int a = 3; System.out.println(a); return a; }
}



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