Nagendra

- Total activity 76
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 29
-
Created Overridden fields indication
Hi,Could Intellij consider to provide the indication of overridden/hidden fileds of the child class. Are a way to identify the same though a predefined structural search. Regards,Nagendra -
Created Summary of Find Usage
Hi,Looking to have summary of all the fields and each filed where all it is used and count of how many times it is used.Similarly looking for max and min used methods or sorting of method callby th... -
Created Cache Improvements
Hi,To improve Intellij perfomance specially related to network drives and projects which are huge, when a project root is choose, intellij does build the cache even before one chooses to see what a... -
Created Empty Methods, interfaces and classes
Hi,Is it possible to find empty methods, classes, interfaces (marker interfaces) through structural search.Regards,Nagendra -
Created Count of Instance Fields Access which are not static final
Hi,Looking to know how to use structural syntax for search for field accessOutside the defined class and that field is not public static final. I.e access to global variables is some thing I am loo... -
Created ignore jdk methods count
How to eliminate the count of higherrachial methods which are coming from JDK i.e object methods and also from classpath jar files. It should count the methods with in the inheritance higherachy of... -
Created Search for Overridden Methods and Fields
Hi,Is it possible to find overridden methods and fields at scope public, protected, private levels thorough Intellij structural searchthe private level meaning I could have the same field say x in ... -
Created PreProcessing plugin to remove debug and loggin calls
Hi,I am looking to do certain preprocessing of the java code at build time using the Intellij Refactoring capabilities such as remove all the debug code in production mode.This is exactly I am look... -
Created Local Duplicate on Arrays
Hi,While reporting duplicates related to arrays, the intellij shows them as duplicate if the array size matches. Not its contents.e.g String[] a = {"a", "b"} and String[] k = {"",""};Are shown as d... -
Created Intellij Analysis Report
Hi,Is it possible to explore the Analysis report of Intellij Analysis and Local Duplicates to a nice xsl or html sheet for further anlyasis.I don't find such option.Regards,Nagendra