Bug #214222 - It's not possible to set method breakpoint when taking an array of an inner class type.

Martin Entlicher <[email protected]> Thu, 21 Jun 2012 15:45:52 +0200
Newsgroups gmane.comp.java.netbeans.reviewers
Message-ID <[email protected]>
http://netbeans.org/bugzilla/show_bug.cgi?id=214222

Description:
When there is a method, which has an array of an inner class as an 
argument, it's not possible to submit a method breakpoint for it. The 
problem was in creation of a method signature, where the correct binary 
class name was not found.

Fix:
Detect the arguments that are of type ArrayType and extract the binary 
class name from their component type.

Risk:
Localized to submission of method breakpoints.

The fix has been reviewed by Jaroslav Havlin

Changeset:
http://hg.netbeans.org/main-golden/rev/10c265058592