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

Key: IDEADEV-22585
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Bas Leijdekkers
Reporter: Boaz Nahum
Votes: 0
Watchers: 1
Operations

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

Wrong inspection "Loop varibale not update inside loop"

Created: 14 Oct 07 13:00   Updated: 06 Dec 07 18:52
Component/s: Code Analysis. Inspection
Fix Version/s: Selena 7.0.2

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

Build: 7,348
Fixed in build: 7,506
Severity: Medium


 Description  « Hide
This code:

Scanner scanner = new Scanner(...);
while (scanner.hasNext()) { output.add(scanner.nextLine()); }

causes wrong warning: 'scanner' is not updated inside loop...



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