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

Key: IDEADEV-10934
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Anna Kozlova
Reporter: Maxim Shafirov
Votes: 1
Watchers: 1
Operations

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

Inspection, erroneous field "can be final"

Created: 07 Feb 05 19:15   Updated: 18 Oct 06 13:35
Component/s: Code Analysis. Inspection
Fix Version/s: None

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


 Description  « Hide
http://www.intellij.net/tracker/idea/viewSCR?publicId=6861
k can't be final but the inspection suggests it.

[code]
class A {
int k;
A() { A.this.k=0; }
}
[/code]



 All   Comments   Work Log   Change History      Sort Order:
Jonas Kvarnstrom - 12 Jan 06 14:43
Still an error in 4109. Doesn't appear to be significant in itself, but on the other hand, any bug in code/flow analysis makes me just a tiny bit less confident that various transformations that may rely on this analysis are correct.