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 211549 - NullPointerException at org.netbeans.modules.websvc.manager.ui.ReflectionHelper.setPropertyValue
Summary: NullPointerException at org.netbeans.modules.websvc.manager.ui.ReflectionHelp...
Status: RESOLVED INCOMPLETE
Alias: None
Product: webservices
Classification: Unclassified
Component: Manager (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-21 12:27 UTC by sunbiz
Modified: 2012-04-23 06:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 187259


Attachments
stacktrace (3.91 KB, text/plain)
2012-04-21 12:27 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2012-04-21 12:27:01 UTC
Build: NetBeans IDE Dev (Build 201204160400)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01, Java(TM) SE Runtime Environment, 1.6.0_31-b05
OS: Windows 7

User Comments:
sunbiz: Test webservice method -> under strikeiron services statusNbr is of type int, entered text and this exception was thrown




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.websvc.manager.ui.ReflectionHelper.setPropertyValue(ReflectionHelper.java:509)
   at org.netbeans.modules.websvc.manager.ui.StructureTypeTreeNode.updateValueFromChildren(StructureTypeTreeNode.java:78)
   at org.netbeans.modules.websvc.manager.ui.TypeRowModel.setValueFor(TypeRowModel.java:157)
   at org.netbeans.swing.outline.ProxyTableModel.setValueAt(ProxyTableModel.java:143)
   at org.netbeans.swing.outline.DefaultOutlineModel.setValueAt(DefaultOutlineModel.java:346)
   at javax.swing.JTable.setValueAt(JTable.java:2710)
Comment 1 sunbiz 2012-04-21 12:27:06 UTC
Created attachment 118593 [details]
stacktrace
Comment 2 Denis Anisimov 2012-04-23 06:11:59 UTC
Please provide more information :
what exactly service and method did you use for testing ?