nagkumar
Code Doctor, to treat #techdebt of large legacy code of any stack and domain.
- Total activity 49
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 12
- Subscriptions 13
-
Created Is it possible to get education license for AI assitant
I am preparing a talk on https://www.slideshare.net/slideshows/coding-harmony-with-ai-driven-development/266233065 and in this regard wish to experiment with AI Assitant to demo its power long with... -
Edited Can Intellij scan the full code and bring out all the i18n properties keys and values
AnsweredCan Intellij scan the full code and bring out all the i18n properties keys and values -
Edited How to say NonNls for package as said in this documentation
Answeredhttp://javadox.com/org.jetbrains/annotations/13.0/org/jetbrains/annotations/NonNls.html Is it about package.java file etc..? -
Created Code Formatting removing redundant keywords
Answeredon formatting interface constant declared as public static final String BACKEND = "backend"; is changed to String BACKEND = "backend"; Anyways to suppress such happening.. as w... -
Edited Want the following report that lists of all methods and/or class that are most used - ordered as most used to least used methods / classes
AnsweredUpon Source Code Analysis Is there a way to find out in Code Analysis, how to know which are the most used methods & classes in the order of count of number of times each method and class Method ... -
Edited Why Execution configurations not part of project by default?
AnsweredWhere do configurations get stored if they are not part of project configuration i.e. .idea folder?I expect all project configurations to be part of project configuration by default.. is there a wa... -
Created How to all the default methods in JDK/JRE API interfaces using Structured Quary Language
AnsweredI have come across the need to find all the default methods in JDK, I also understand Structured Query Language is the best to way to get there i.e. structural search.. if knows the syntax, pl. do ... -
Created Intellij GraalVM support
AnsweredI don't see any graalvm support ( goolge fails on search for 'intellij graalvm plugin' :) ) to compile java code (that is not maven or grade) into native image. If any exists, pl. share the detai... -
Edited Converter to transform gradle script to kotlin DSL
AnsweredIs there any good plugin that can convert android gradel script to Kotlin DSL automatically. It should be as simple as the way we convert java to kotlin. -
Edited Android Gradle script format control
AnsweredIs it possible for intellij auto format the gradle code that looks dependencies { implementation 'com.jjoe64:graphview:3.1.4' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_v...