Dean Hiller
- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 7
-
Created Anyone know how to STOP intellij from inserting EXTRA logs in console ?
turning logcat off did not work. report -> https://intellij-support.jetbrains.com/hc/en-us/requests/3481080 Basically, Intellij inserts a red line "Caused by: java.lang.NullPointerException: null"... -
Created Intellij toolbox failed to install
BUT then it ran and failed to extract. I am not sure what is going on, but this is not working for me at all. Does toolbox need more permissions on MAC Catalina? Is there something I need to ... -
Created Is there a global setting for Build project Automatically and JVM args like -parameters?
AnsweredThere is this post BUT it's per project and our developers keep getting burned by not having the setting on https://intellij-support.jetbrains.com/hc/en-us/community/posts/206218199-Is-there-global... -
Edited Async review process with intellij and git?
AnsweredWe have tooling around a synchronous(developer posts a git branch for review but it's not submitted to CI to land on master yet) AND tooling around asynchronous reviews where developers runs a comm... -
Created how to find instances of 'construction' of a struct (not just usages)
There are many cases where a struct is newed up in not too many locations. In java, we can open call heirarchy of constructors. How to do in goland? as there is way way to many references/usages ... -
Created Intellij 2017.1.5 and gradle 4.1 milestone upgrade broke this project
AnsweredI have this project https://github.com/deanhiller/webpiecesexample-all which is pretty small. Recently, I upgraded from 2.4 to 4.1 so I might be able to play with jdk9 a bit. Anyways, the ugpra...