Menu

Home

Aleh Maksimovich

Welcome to nfactor wiki!

nfactor is a plug-in for Netbeans IDE v7.2 and later. It provides additional set of Java code refactoring features.

Current version (v0.2) of the plug-in features:

  1. "Convert to Static Import" hint for static methods, static fields and enumeration constants.
  2. "Resolve Static Import" hint for static methods. The fix will propose to import public static method from the classes in the classpath. Note: the typed text should exactly match the name of the method to be imported.

Project Admins: