Stephen Friedrich

- Total activity 1562
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 638
-
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... -
Created Make maven dependencies diagrams useful!
AnsweredIDEA (Ultimate only?) has the feature to generate a diagram with maven dependencies.However to be honest currently this feels like a proof-of-concept implementation:I think the main reason people d... -
Created IDEA 15: Either redraw problems or terrible font
I am getting mad trying to solve this.On my Kubuntu 15 I either use JDK 7, have font rendering that is ok, but have redraw problems in all popups use JDK 8, have terrible font rendering, but popups... -
Created Terminal in IDEA: How to make it NOT login terminal
I am on Kubuntu and my login shell is zsh.However when I open a terminal toolwindow in IDEA, the terminal in there is always a login terminal.Why is that so? Can I make it a non-login shell?In the ... -
Created Working with multiple git roots
Our project has about 4 separate git roots.(At least that's what most developers work with. There are additional related projects like different clients, so that some developers work with 6 or more...