-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code cleanup #276
code cleanup #276
Conversation
Thanks for submitting this! I'll probably only have time to get to it later this week, but it's not forgotten. |
no problem, don't stress yourself. |
src/test/java/xades4j/production/SignedDataObjectsProcessorTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great cleanup, thanks for this.
I added some comments of this that need to be changed before merging, as they could be changes in behavior. Also, I think it's better to handle the upgrade of Santuario separately.
src/main/java/xades4j/properties/CommitmentTypePropertyBase.java
Outdated
Show resolved
Hide resolved
src/main/java/xades4j/properties/SignatureTimeStampProperty.java
Outdated
Show resolved
Hide resolved
src/main/java/xades4j/properties/data/CustomPropertiesDataObjsStructureVerifier.java
Outdated
Show resolved
Hide resolved
src/main/java/xades4j/providers/impl/HttpTimeStampTokenProvider.java
Outdated
Show resolved
Hide resolved
src/main/java/xades4j/xml/marshalling/ToXmlCommitmentTypeConverter.java
Outdated
Show resolved
Hide resolved
src/main/java/xades4j/xml/unmarshalling/FromXmlBaseTimeStampConverter.java
Outdated
Show resolved
Hide resolved
src/main/java/xades4j/xml/unmarshalling/FromXmlCommitmentTypeConverter.java
Show resolved
Hide resolved
This reverts commit 01cc710.
Thanks for the follow-up. LGTM 👍 |
As mentioned in another PR, I started some code cleanup strictly after sonarQube rules. The PR reduces findings of ~800 to ~250.