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

Key: IDEADEV-15465
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Maxim Shafirov
Reporter: Konstantin Bulenkov
Votes: 0
Watchers: 0
Operations

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

Wrong inspection of expression "e instanceof ThreadDeath"

Created: 20 Mar 07 18:59   Updated: 06 Nov 08 23:16
Component/s: Code Analysis. Inspection
Fix Version/s: Undefined

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: None
Image Attachments:

1. idea6bug2.png
(9 kb)
Environment: 1.6.0-beta2

Build: 6,148
Severity: Medium


 Description  « Hide
IDEA says that "Condition of 'e instanceof ThreadDeath' is always 'false'." But that is incorrect. Look at attached picture. I can debug inside "if" statement and I can print anything to system console inside "if"

 All   Comments   Work Log   Change History      Sort Order:
Maxim Shafirov - 20 Mar 07 19:14
While this bug report is perfectly valid I'd suggest using separate catch clause for ThreadDeath in this case.