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 5440 - IntrospectionException thrown during startup of IDE.
Summary: IntrospectionException thrown during startup of IDE.
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-01-18 17:16 UTC by issues@www
Modified: 2008-12-23 10:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description issues@www 2000-01-18 17:16:15 UTC
JDK 1.3 S
Following exception is thrown during start of IDE. IDE starts normally and Debugger seems to installed properly.
See attachement for full stack trace.

java.beans.IntrospectionException: No method "getActionOnTraceIntoSet" with 0 arg(s)

        at java.beans.Introspector.findMethod(Introspector.java:985)
        at java.beans.PropertyDescriptor.<init>(PropertyDescriptor.java:83)
        at com.netbeans.developer.modules.debugger.support.DebuggerSettingsBeanInfo.<clinit>(DebuggerSettingsBeanInfo.java:55)