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

Key: IDEA-16508
Type: Bug Bug
Status: Open Open
Assignee: Eugene Zhuravlev
Reporter: Damien
Votes: 0
Watchers: 1
Operations

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

Ant error and warning on the same line, recognises the error, but only shows the line as a warning

Created: 26 Nov 07 06:06   Updated: 26 Nov 07 19:42
Component/s: Ant Integration

Environment: Windows XP

Build: 7,364
Severity: Low


 Description  « Hide
When a warning and an error occur on the same line, the log displays the line as having a warning, yet an error is reported and execution stops.
Example:
>> SomeSingleton.getInstance().getRecords();
If in this case, we have deprecated the getInstance() call and also removed the getRecords() call, both a warning and an error will be reported, causing the described issue.

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