Denny Kluge
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 4
-
Created MVC Pattern: see caller of an interface method
AnsweredI 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 ... -
Edited 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 ...