
|
If you were logged in you would be able to see more operations.
|
|
|
| Build: |
7,364
|
| Severity: |
Low
|
|
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.
|
|
Description
|
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. |
Show » |
| There are no comments yet on this issue.
|
|