pagetop
Javablog
by Java coders, for Java codersRSS

Experimental Java Hints in NetBeans

October 19th, 2009 by

Users of NetBeans can now install the developer’s Experimental Java Hints in the plugin menu. These are hints that will highlight regions of code with a suggested change. Among others, the package for Netbeans 6.7 will enable hints to:-

  • Better support for static imports issue 89258
  • Auto-generate serialVersionUID data member and value issue 70746

For Netbeans 6.7, simply add

http://deadlock.netbeans.org/hudson/job/release67-contrib/lastStableBuild/artifact/updates.xml

to the Plugins list and do a refresh to see it in the list. After the installation/restart, you can enable the hints you find interesting using the Preferences -> Hints -> Java -> Experimental menu.

A special thanks to Jesse Glick for setting up both the release67 branch of the contrib repository and the hudson builder. Hopefully we’ll see something similar when 6.8 is released.


This entry was posted by by on Monday, October 19th, 2009 at 9:05 pm, and is filed under Java, NetBeans, Open Source. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.


Leave a comment

Markdown is supported.

To include code snippets in your comment, use

<pre><code># lang java
... code here ...
</code></pre>

or use 4 spaces at the start of the line instead of using code and pre tags.

Comment feed: RSS