Skip to content
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

MERGE - Thread safe and multi-threaded changes #960

Merged
merged 12 commits into from
Apr 24, 2018

Conversation

carlwilson
Copy link
Contributor

  • added processing and reporting classes for multi-threaded validation and reporting;
  • JavaScript constructs moved from BaseValidator to dedicated JavaScriptEvaluator class; and
  • tidied compiler warnings.

@codecov
Copy link

codecov bot commented Apr 24, 2018

Codecov Report

Merging #960 into integration will decrease coverage by 0.93%.
The diff coverage is 0%.

Impacted file tree graph

@@                Coverage Diff                @@
##             integration     #960      +/-   ##
=================================================
- Coverage          27.48%   26.55%   -0.94%     
  Complexity           944      944              
=================================================
  Files                174      183       +9     
  Lines               7186     7438     +252     
  Branches            1106     1118      +12     
=================================================
  Hits                1975     1975              
- Misses              4947     5199     +252     
  Partials             264      264
Impacted Files Coverage Δ Complexity Δ
...apdf/pdfa/validation/validators/BaseValidator.java 0% <0%> (ø) 0 <0> (ø) ⬇️
...org/verapdf/processor/reports/ResultStructure.java 0% <0%> (ø) 0 <0> (?)
.../multithread/MultiThreadProcessingHandlerImpl.java 0% <0%> (ø) 0 <0> (?)
...or/reports/multithread/writer/MrrReportWriter.java 0% <0%> (ø) 0 <0> (?)
...essor/reports/multithread/writer/ReportWriter.java 0% <0%> (ø) 0 <0> (?)
...s/multithread/writer/ReportParserEventHandler.java 0% <0%> (ø) 0 <0> (?)
...ts/multithread/writer/AbstractXmlReportWriter.java 0% <0%> (ø) 0 <0> (?)
...dfa/validation/validators/JavaScriptEvaluator.java 0% <0%> (ø) 0 <0> (?)
...or/reports/multithread/writer/XmlReportWriter.java 0% <0%> (ø) 0 <0> (?)
...r/reports/multithread/writer/TextReportWriter.java 0% <0%> (ø) 0 <0> (?)
... and 9 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9683a73...f7ccca8. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants