Review #242194: NPE if attach debugger
Martin Entlicher <[email protected]> Mon, 24 Feb 2014 19:16:53 +0100
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
Please review the fix of bug https://netbeans.org/bugzilla/show_bug.cgi?id=242194 Description: A NPE is thrown occasionally during debugger attach. Solution: There is a missing condition on currentThread, which can be null. A condition for null is added as a fix. Impact assesment: Functionality of debugger attach Risk: Very low Thanks, Martin