History
|
Log In
H
OME
B
ROWSE PROJECT
F
IND ISSUES
Q
UICK SEARCH:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
IDEADEV-7446
Type:
Bug
Status:
Resolved
Resolution:
Fixed
Priority:
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; } }
Description
class ImGood {
int
foo() {
int
foo;
if
(
true
) { foo = 42; }
return
foo; } }
Show »
All
Comments
Work Log
Change History
Sort Order:
There are no comments yet on this issue.