Bug 48953

Summary: Unused imports, variables in test source results in GCJ compile warnings
Product: Log4j - Now in Jira Reporter: Curt Arnold <carnold>
Component: OtherAssignee: log4j-dev <log4j-dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 1.2   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

Description Curt Arnold 2010-03-22 03:34:33 UTC
The gcj compiler warns on many unused imports, variables and other issues in the test source code.
Comment 1 Curt Arnold 2010-03-22 03:39:52 UTC
Committed fix in 925947.  

gcj still complains about DerivedPatternLayout in PatternTestCase and EnhancedPatternTestCase which are used to check accessibility of pattern internals at compile time and are intentionally not used at run time.