You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2026. It is now read-only.
Currently there is a lot of java.util.Date and java.util.Calendar in use.
This should be replaced with the newer Java 8+ APIs.
Currently detected on:
[WARNING] PMD Failure: software.xdev.bzst.dip.client.model.message.cesop.BzstCesopPaymentDataBody:144 Rule:ReplaceJavaUtilCalendar Priority:3 Usage of java.util.Calendar should be replaced with classes from java.time.
[WARNING] PMD Failure: software.xdev.bzst.dip.client.webclient.BearerTokenRequester:110 Rule:ReplaceJavaUtilDate Priority:3 Usage of java.util.Date should be replaced with classes from java.time.
[WARNING] PMD Failure: software.xdev.bzst.dip.client.webclient.BearerTokenRequester:111 Rule:ReplaceJavaUtilDate Priority:3 Usage of java.util.Date should be replaced with classes from java.time.
[WARNING] PMD Failure: software.xdev.bzst.dip.client.webclient.BearerTokenRequester:113 Rule:ReplaceJavaUtilDate Priority:3 Usage of java.util.Date should be replaced with classes from java.time.
[WARNING] PMD Failure: software.xdev.bzst.dip.client.xmldocument.XMLDocumentBodyCreator:281 Rule:ReplaceJavaUtilCalendar Priority:3 Usage of java.util.Calendar should be replaced with classes from java.time.
Reported by PMD.
Currently there is a lot of
java.util.Dateandjava.util.Calendarin use.This should be replaced with the newer Java 8+ APIs.
Currently detected on:
I suppressed these warnings for now