Test failure: ClassCastException In DateRenderer
Open
- Dominant language
- Java
- Stars
- 1k
- Forks
- 234
- PR merge metrics
- No merged PRs in 30d
Description
for this toString method in picture below
[

](url)
when the type of first parameter is not Calendar or Date, there will be ClassCastException;
So when cast to Date, should add
```
if (value intanceof Date)
```

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.