corner imagecorner image
IDEPlatformPluginsDocs & SupportCommunityPartners

License Changer - plugin detail

Provides an action on folders to change the license headers on all files underneath. Choose from existing license headers or provide your own in the License Changer Wizard. It will change license headers on all files it understands (currently Java, XML and Properties) under any directory.

NetBeans Plugin - License Changer
Plugin owner: tboudreau
Website: http://www.netbeans.org/
Added: 2009-04-25
Last updated: 2011-12-21
NetBeans Versions: 6.7, 6.8, 6.9, 7.0, 7.1
License: GPL+Classpath Exception, CDDL
Category: Utilities
Size: 0.20 MB
Downloaded: 1,205 times
Rating:
 4.43, by 7 users


Download plugin

Verifications for NetBeans versions

Plugin is not subject to any verification

Introduction

Provides an action on folders to change the license headers on all files underneath. Choose from existing license headers or provide your own in the License Changer Wizard. It will change license headers on all files it understands (currently Java, XML and Properties) under any directory. Note that this module makes wholesale changes to many files. It offers a before/after diff of how it will modify each file, and directories or individual files can be excluded. If in doubt, make a backup before using it. It contains an API for adding operators to modify other file types - contributions are welcome. It lives at contrib.netbeans.org

What's new in this version

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

User Comments

  

NullPointerException as well running NB 7.1 RC2

java.lang.NullPointerException
at java.util.HashSet.(HashSet.java:99)
at org.netbeans.modules.licensechanger.FileChildren.(FileChildren.java:74)
at org.netbeans.modules.licensechanger.PreviewPanel.(PreviewPanel.java:84)
at org.netbeans.modules.licensechanger.WizardPP.createPanel(WizardPP.java:193)
Posted by ehasting on Dec 22, 2011
  

Where to click?

I can't find any button/menu to open this wizard. Using 7.1 snapshot.
Posted by fleka on Aug 25, 2011
  

NullPointerException in Preview Window on Netbeans 7.0

In the Preview window I get a NullPointerException on NetBeans IDE 7.0 (Build 201104080000)

java.lang.NullPointerException
at java.util.HashSet.(HashSet.java:99)
at org.netbeans.modules.licensechanger.FileChildren.(FileChildren.java:74)
at org.netbeans.modules.licensechanger.PreviewPanel.(PreviewPanel.java:84)
at org.netbeans.modules.licensechanger.WizardPP.createPanel(WizardPP.java:193)
Posted by desmond_kirrane on May 24, 2011
  

Choose file type

Looks nice, but why it just allow Java files?
What's the problem to select PHP files too?
Posted by admirau on Jan 27, 2010