Details
-
Task
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
Description
try { if (value != null) { return Boolean.valueOf(value); } } catch (DateTimeException e) { throw new RuntimeException("Can't parse writer proleptic property stored in file metadata", e); }
The Boolean.valueOf never throws so try catch block is completely useless.
Attachments
Issue Links
- links to