Denny Kluge
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 4
-
-
Denny Kluge 创建了一个帖子, 已回答MVC 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 创建了一个帖子, 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 ...