-
Notifications
You must be signed in to change notification settings - Fork 186
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
Refactor type: make the report aware of parser properties #1111
base: main
Are you sure you want to change the base?
Conversation
☀️ Quality Monitor 🚦 Tests: 100% successful (❌ 2 failed, ✔️ 1291 passed, 🙈 2 skipped) 🚧 Error Messages
Created by Quality Monitor v1.14.0 (#f3859fd). More details are shown in the GitHub Checks Result. |
@@ -24,7 +24,7 @@ | |||
private static final long serialVersionUID = -3187275729854832128L; | |||
|
|||
@Override | |||
public Report parse(final ReaderFactory readerFactory) throws ParsingException { | |||
public Report parseReport(final ReaderFactory readerFactory) throws ParsingException { |
Check warning
Code scanning / Jenkins Security Scan
Jenkins: Potentially unsafe classes Warning
org.apache.commons.digester3.Digester
@@ -67,7 +67,7 @@ | |||
} | |||
|
|||
@Override | |||
public Report parse(final ReaderFactory readerFactory) throws ParsingCanceledException, ParsingException { | |||
public Report parseReport(final ReaderFactory readerFactory) throws ParsingCanceledException, ParsingException { |
Check warning
Code scanning / Jenkins Security Scan
Jenkins: Potentially unsafe classes Warning
org.apache.commons.digester3.Digester
☀️ Quality Monitor 🚦 Tests: 100% successful (❌ 2 failed, ✔️ 1292 passed, 🙈 2 skipped) Created by Quality Monitor v1.14.0 (#f3859fd). More details are shown in the GitHub Checks Result. |
Make some additional properties available in the serialization of a report: