Bug 48402 - [patch] miscellaneous minor cleanups
Summary: [patch] miscellaneous minor cleanups
Status: NEW
Alias: None
Product: XmlCommons - Now in JIRA
Classification: Unclassified
Component: Resolver (show other bugs)
Version: 1.x
Hardware: PC Linux
: P2 trivial (vote)
Target Milestone: ---
Assignee: Commons Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-16 22:28 UTC by Dave Brosius
Modified: 2009-12-16 22:29 UTC (History)
0 users



Attachments
miscellaneous fixes (40.55 KB, patch)
2009-12-16 22:29 UTC, Dave Brosius
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Brosius 2009-12-16 22:28:28 UTC
Fix various issues including

switch to use 'modern--1.2' collection apis
remove unused assignments
fix javadoc
fix bloated assignment scope
remove duplication
make sure files are closed
npe guards
remove unnecessary fields
Comment 1 Dave Brosius 2009-12-16 22:29:14 UTC
Created attachment 24719 [details]
miscellaneous fixes