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

Key: IDEA-18035
Type: Bug Bug
Status: Open Open
Assignee: Anna Kozlova
Reporter: andrew belom
Votes: 0
Watchers: 0
Operations

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

'replace method code duplicated': unneeded static around protected

Created: 07 May 08 15:34   Updated: Yesterday 16:27
Component/s: Refactoring

Build: 7,757


 Description  « Hide
public class CodeDup {
protected AtomicInteger var;
protected void method() { var.intValue(); }
}

class c2 extends CodeDup {
void m() { var.intValue(); } }
}

code duplicate is located but why does this weird 'will be made static' dialog appears?

PS: where is my cookie for testing 'code duplicates' feature?



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