Bug 48953 - Unused imports, variables in test source results in GCJ compile warnings
Summary: Unused imports, variables in test source results in GCJ compile warnings
Status: RESOLVED FIXED
Alias: None
Product: Log4j - Now in Jira
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.2
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: log4j-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-22 03:34 UTC by Curt Arnold
Modified: 2010-03-22 03:39 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.