InsRefactor

 

     InsRefactor is an Eclipse-plugin helping developers to identify code smells instantly and pushing developers to resolve code smells.

 

The first version (InsRefactorJCCD) is based on open source clone detection API, JCCD. It has been tested, and it seems more stable.

The source code could be downloaded here:

             InsRefactorJCCD.7z

You may install it from the following update site:

        https://liuhuigmail.github.io/tools/InsRefactorPluginSite

The second version (InsRefactorJSync) is based on JSync.It seems faster (incremental detetion usually takes less than 5 seconds), but it should work with a SVN server. Make sure to initialize static fields of class 'cleman.Main', e.g., 'svnURL','repUserName',and 'repPassword'. NOTE: WE ARE NOT ALLOWED TO REDISTRIBUTED THE SOURCE CODE OF JSync. Please request for the source code by sending an email to nguyenanhhoan@gmail.com. Import the source code of JSync into the 'src' directory of InsRefactorJSync, and the application should work. I would be more than happy to provide technical support if necessary.  

 The source code is available here:

       InsRefactorJSync.7z