Nagendra

- Total activity 76
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 29
-
Created Code Matric plugin
Hi,I am looking for a Code Metric Plugin on Intellij IDE, which can provide the following info1. Total Java Code Lines, - Excluding nomal Comments - Exculding Java Doc Comments - Exclu... -
Created support for ant like include and exclude patterns in project creation
Hi,I thought I have already asked for this... unable to find the same in my discussions, I am trying to ask again. Pl. excuse if it is a duplicate.In the intellij project creation, it would be nice... -
Created Dynamic Breaks based on object state
Hi,I have been looking to see of the Debugging of Java Programing could be made much more valuable in the following context1. When the application is lacks of lines2. The debugging team is differe... -
Created Drag and Drop support to rearrange the directories in project view
It would be nice to see a way to have a fine controle on the directories to rearrange them in the project view. This could be way different than the way directories roots were added or the way sub ... -
Created Sorting of variables and methods
Hi,Would it not be a good idea to support sorting of variables, methods.. This could further have option of sorting based on static, final , scope nature of these methods.. Currently some functiona... -
Created Intellij Project files creation though ant
Hi,I am looking to generate .ipr .iml and .iws files thorough ant custom task, which at the end of the build execution looks at certain ant paths and generate these files.I am sure such thing must ... -
Created dead code removal and class and interface merging
Hi,Is jet brains IDE or one of its pugins support dead code removal of public, private, protected, package classes, interfaces, variables and methods.Also, coudl the class and interface merging hap... -
Created Java Source Code Obfuscator/Optimisation
Hi,Intellij planing to support source code obfuscation/optimisation, such as1. Removing dead code - of unused public, protected, package, private classes, methods and variable - This depends o...