druid/codestyle
Goh Wei Xiang 2c30d5ba55 Add org.joda.time.DateTime.parse() to forbidden APIs (#4857)
* Added org.joda.time.DateTime#(java.lang.String) to forbidden API.

* Added org.joda.time.DateTime#(java.lang.String, org.joda.time.format.DateTimeFormatter) to forbidden API.

* Add additional APIs that may create DateTime with default time zone

* Add helper function that accepts formatter to parse String.

* Add additional forbidden APIs

* Replace existing usage of forbidden APIs

* Use wrapper class to enforce Chronology on DateTimeFormatter.

* Creates constant UtcFormatter for constant ISODateTimeFormat.
2017-09-27 17:46:44 -05:00
..
LICENSE.txt Enable auto license checking (#3836) 2017-01-10 18:13:47 -08:00
checkstyle-suppressions.xml Enforce Indentation with Checkstyle (#4799) 2017-09-21 13:06:48 -07:00
checkstyle.xml Enforce Indentation with Checkstyle (#4799) 2017-09-21 13:06:48 -07:00
druid-forbidden-apis.txt Forbid MapMaker (#4845) 2017-09-27 06:49:47 -07:00
joda-time-forbidden-apis.txt Add org.joda.time.DateTime.parse() to forbidden APIs (#4857) 2017-09-27 17:46:44 -05:00