This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 65999

Summary: SIOOB Exception when incorrect signature is entered in manual root method selection
Product: profiler Reporter: iformanek <iformanek>
Component: BaseAssignee: Jiri Sedlacek <jis>
Status: CLOSED FIXED    
Severity: blocker CC: rkubacki
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description iformanek 2005-10-05 16:42:28 UTC
java.lang.StringIndexOutOfBoundsException: String index out of range: 0
    at java.lang.String.charAt(String.java:558)
    at com.sun.tools.profiler.utils.MethodNameFormatter.<init>
(MethodNameFormatter.java:87)
    at org.netbeans.modules.profiler.ui.panels.RootMethodsPanel.actionPerformed
(RootMethodsPanel.java:231)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
    at javax.swing.AbstractButton$Handler.actionPerformed
(AbstractButton.java:2169)
    at javax.swing.DefaultButtonModel.fireActionPerformed
(DefaultButtonModel.java:420)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
Comment 1 iformanek 2005-10-06 09:33:00 UTC
*** Issue 66052 has been marked as a duplicate of this issue. ***
Comment 2 iformanek 2005-10-21 16:05:29 UTC
Will improve the manual selection dialog for M10
Comment 3 Jiri Sedlacek 2005-11-11 15:07:47 UTC
Fixed reason of this exception. Will open separate issue for improving the 
dialog (data validation, UI). Note that for now the user is forced to enter 
values to all three fields (cannot use wildcards).

Fixed for M10.
Comment 4 ehucka 2006-10-09 12:11:33 UTC
Verification of old issues.
Comment 5 Alexander Kouznetsov 2007-02-20 10:21:16 UTC
Closing old issues
Comment 6 Alexander Kouznetsov 2007-02-20 18:08:54 UTC
Reverting to original Target Milestone value changed by mistake. Sorry for
inconvenience.