poi/src/resources
Andreas Beeker aaafb0270d Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings
also includes fixes for
- name shadowing 
- unused deprecated method "getClipRect" in classes extending Graphics2d
- HexDump - replaced intermediate String.format calls with custom padding
- convert testcases to junit4
- closing resources

also tested with an arbitary timezone (PST) and locale (ru)

supresses forbidden apis check for
- LocaleUtil (the only place where Locale.getDefault() and TimeZone.getDefault() should be called)
- Classes using FontMetrics - without the actual text it's difficult to return something sane

Some usage of UTC and Locale.ROOT might be still wrong, e.g. in MapiMessage we don't access the
extended mapi properties, which might contain the timezone

DataFormatter has now a Observable property which need to be observed when custom formats are used
and the Locale changes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1701688 13f79535-47bb-0310-9956-ffa450edef68
2015-09-07 20:19:50 +00:00
..
devtools Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings 2015-09-07 20:19:50 +00:00
logos Update the group and project logo to account for TLP 2007-06-01 10:36:12 +00:00
main merged common_sl branch to trunk 2015-07-24 21:47:55 +00:00
ooxml/org/apache/poi/xslf/usermodel merged common_sl branch to trunk 2015-07-24 21:47:55 +00:00
scratchpad/org/apache/poi Snapshot commit - still lots of errors, xslf rendering works, started work on hslf 2015-03-19 23:44:23 +00:00
version Implement idea from bug #35583 - Include a version class, org.apache.poi.Version, to allow easy introspection of the POI version 2008-07-12 19:37:17 +00:00