Uses of Class
com.google.errorprone.bugpatterns.MisusedDateFormat
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of MisusedDateFormat in com.google.errorprone.bugpatterns
Modifier and TypeClassDescriptionfinal class
Flag DateFormats which use the same field more than once.final class
Ban use of D (day-of-year) in a date format pattern that also contains M (month-of-year).final class
Ban use of YYYY in a SimpleDateFormat pattern, unless it is being used for a week date.