Stephen Friedrich

- Total activity 1578
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 644
-
Edited Feature suggestion: Convenient "on-demand" debugging
AnsweredI'd like to propose a feature that lets you start your application in run mode (avoiding the slower execution associated with debug mode) later switch the toolwindow to "debug" mode with a single ... -
Created Some issues getting started
It's been a long time, since I tried my hand at an IntelliJ plugin. Why is http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/setting_up_environment.htmltalking about adding a mod... -
Created Link to support request does not work
AnsweredI submitted a support request (concerning IDEA-134885). I got an automatic e-mail, that includes this link to the submitted request: https://intellij-support.jetbrains.com/hc/requests/1021243 Unfor... -
Created IntelliJ Community Project: Build failure "Bad class file RuntimeInvisibleParameterAnnotations"
I forked and check out https://github.com/JetBrains/intellij-community Followed the instructions in the README.md However when I try to build, all I get is: /home/sfriedrich/dev/intellij-community/... -
Edited Java debugger: Can I "remember" an object reference?
AnsweredIs it possible in the debugger to store a reference to an object, so that I can later inspect it, even if it is no longer accessible via any variables in the then-current stackframes? For example I... -
Created How to: Debug webb app started with gradle/gretty
AnsweredUnfortunately it is a little complicated to debug your web app when using gradle. What I found, describes how you can configure options/run configurations manually to get remote debugging to work, ... -
Created gradle war overlays: IDEA support?
AnsweredWe have a multi-module project that used a maven build with overlays to build a war from multiple sub-projects.IDEA handled that fine: I was able to build and deploy from within IDEA without invoki... -
Created How to get rid of "Ambiguous Dependency"? Bogus CDI detected?
AnsweredOur project has some dozen maven modules. It uses both Spring and JSF. Many injection points are highlighted by IDEA as having an "Ambiguous Dependency". I figure that the reason is that IDEA uses ... -
Edited Better/more Inspections: Groovy, TypeScript?
AnsweredThe vast majority of available code inspections for groovy code come from Java. When I look at the Groovy Style guide ( http://groovy-lang.org/style-guide.html ) then there are a lot of rules, tha... -
Created Smart keyboard internalization?
AnsweredObviously there is a feature in IDEA that should detect non-english keyboards and adjust the keymap accordingly. I only learned about that at stackoverflow: http://stackoverflow.com/questions/35309...