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

Key: IDEADEV-7446
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Alexey Kudravtsev
Reporter: Bas Leijdekkers
Votes: 0
Watchers: 0
Operations

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

Good code is red: variable 'foo' might not have been initialized

Created: 23 Jul 06 13:44   Updated: 24 Jul 06 17:10
Component/s: Editor. Error Highlighting
Fix Version/s: Demetra 5561

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

Build: 5,557
Fixed in build: 5,562
Severity: Medium


 Description  « Hide
class ImGood {
        int foo() {
            int foo;
            if (true) {
                foo = 42;
            }
            return foo;
        }
    }


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