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.
I miss the generation of the toString method from alt+insert / ctrl + i popup. The toString method should include the class name, the attributes with names and values.
Yes, this could be done. In the meantime, you can use code completion to provide toString() stub: toS| //pipe stands for caret, select 'toString()'
Such a plugin is now available: http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=21008
*** This bug has been marked as a duplicate of bug 60745 ***