corner imagecorner image
IDEPlatformPluginsDocs & SupportCommunityPartners

toString()-Utility[NB 6.7/6.8 supported, seperate download provided for 6.1/6.5] - plugin detail

toString() for java.

n/a
Plugin owner: sougata26
Website: http://sourceforge.net/projects/nb-utils/files/
Added: 2009-09-21
Last updated: 2010-01-08
NetBeans Versions: 6.7, 6.8
License: GNU
Category: Desktop Applications
Size: 0.04 MB
Downloaded: 424 times
Rating:
 4.37, by 1 users


Download plugin

Verifications for NetBeans versions

Plugin is not subject to any verification

Introduction

How To Generate ?

   Right click on the java editor
or
   Select the .java on the FIleType Context i.e by selecting .java from Files or Projects window.

Backward Compatibilitydownload for 6.1/6.5

What's new in this version

Control Panel:Window provided to configure preferences.....
  1. Field Concatenation : An option to select StringBuffer or StringBuilder or String to concatenate the field(s).
  2. Preview : Preview the toString() in the control panel.
  3. Overwrite toString() : Checkbox provided to overwrite existing toString() or not.
  4. Modifiers : An option to check/uncheck modifiers to be excluded [Variables with these modifiers will not be considered for toString()].
  5. Auto Annotation : Option provided to generate annotation automatically [Check JDK to use this feature].
  6. Array As List : Option provided to generate array as Array.asList(...).
  7. Default Settings : Option provided to revert back to default settings.

Note1: To use control panel, Click Tools->Options->Miscellaneous->toString().
Note2: Settings will be stored, i.e every time you open the NB, you will get the last settings.

[ You have to be logged in to be able to comment. ]

User Comments

There are no comments yet.