nagkumar
Code Doctor, to treat #techdebt of large legacy code of any stack and domain.
- 活动总数 49
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 12
- 订阅数 13
-
创建于 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... -
已编辑于 Can Intellij scan the full code and bring out all the i18n properties keys and values
已回答Can Intellij scan the full code and bring out all the i18n properties keys and values -
已编辑于 How to say NonNls for package as said in this documentation
已回答http://javadox.com/org.jetbrains/annotations/13.0/org/jetbrains/annotations/NonNls.html Is it about package.java file etc..? -
创建于 Code Formatting removing redundant keywords
已回答on formatting interface constant declared as public static final String BACKEND = "backend"; is changed to String BACKEND = "backend"; Anyways to suppress such happening.. as w... -
已编辑于 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
已回答Upon 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 ... -
已编辑于 Why Execution configurations not part of project by default?
已回答Where 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... -
创建于 How to all the default methods in JDK/JRE API interfaces using Structured Quary Language
已回答I 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 ... -
创建于 Intellij GraalVM support
已回答I 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... -
已编辑于 Converter to transform gradle script to kotlin DSL
已回答Is 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. -
已编辑于 Android Gradle script format control
已回答Is 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...