Go to file
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
.settings Don't warn about unknown @SupressWarnings() in Eclipse 2015-09-03 13:44:10 +00:00
legal Updated POI copyright to 2015 2015-02-21 12:16:37 +00:00
maven Update to junit-4.12, the jar file is downloaded, so not required on classpath anymore. Also adjust version in pom.xml for Sonar. 2015-01-03 09:35:21 +00:00
osgi Little bit more OSGi, not yet working #57857 2015-04-25 02:18:06 +00:00
sonar sonar - remove build dir when cleaning 2015-08-29 14:03:48 +00:00
src Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings 2015-09-07 20:19:50 +00:00
test-data Bug 58315: Avoid NPE for RichTextString without font-details 2015-09-05 12:57:04 +00:00
.classpath Added Siddharths ExcelComparator 2015-08-08 00:56:44 +00:00
.project Add Eclipse project files and settings to make it easier to start hacking on POI in Eclipse 2013-10-16 19:59:29 +00:00
build.xml Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings 2015-09-07 20:19:50 +00:00
doap_POI.rdf One more place where we should state closer.lua now 2015-09-03 10:50:49 +00:00
KEYS Add public key of Dominik Stadler (centic) 2015-06-22 20:28:18 +00:00
patch.xml Ensure svn properties are set on the build xml files, and they have consistent line endings 2014-10-13 16:47:46 +00:00