History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-8611
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Bas Leijdekkers
Reporter: Vladislav Kaznacheev
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Anonymous & inner classes should not be included into "class does not declares a logger" inspection

Created: 21 Aug 06 20:46   Updated: 22 Aug 06 00:41
Component/s: Code Analysis. Inspection
Fix Version/s: Demetra 5646

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 5,622
Fixed in build: 5,629


 Description  « Hide
From Demetra Beta feedback:

Anonymous & inner classes should not be included into "class does not declares a logger" inspection if there is an accessable logger in the outer class.

In IDEA5 there was no such kind of problem.



 All   Comments   Work Log   Change History      Sort Order:
Bas Leijdekkers - 22 Aug 06 00:41
Anonymous classes are now not reported by this inspection, this was already working correctly for nested classes.