Denny Kluge
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 4
-
-
Denny Kluge created a post, AnsweredMVC Pattern: see caller of an interface method
I have a GWT project. I use the following structure: I have a "View" which is an interface. I have a "ViewImpl" which is my GUI and implements the "View" interface. I have an "Activity" which only ... -
Denny Kluge created a post, Question about a new custom inspection
Hi there, in our team, we have several internal rules for "logging". One rule is: every method has a call like LOG.trace("method xyz entered") which is the first line within the method, and a line ...