Skip to content

Spurious NPE in vulpix SummaryReport #2279

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

Closed
nicolasstucki opened this issue Apr 20, 2017 · 1 comment
Closed

Spurious NPE in vulpix SummaryReport #2279

nicolasstucki opened this issue Apr 20, 2017 · 1 comment
Assignees

Comments

@nicolasstucki
Copy link
Contributor

[error] Test dotty.tools.dotc.CompilationTests failed: java.lang.NullPointerException: null, took 0.0 sec
[error]     at dotty.tools.vulpix.SummaryReport$$anonfun$echoSummary$5.apply(SummaryReport.scala:131)
[error]     at dotty.tools.vulpix.SummaryReport$$anonfun$echoSummary$5.apply(SummaryReport.scala:131)
[error]     at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59)
[error]     at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:48)
[error]     at dotty.tools.vulpix.SummaryReport.echoSummary(SummaryReport.scala:131)
[error]     at dotty.tools.dotc.CompilationTests$.cleanup(CompilationTests.scala:331)
[error]     at dotty.tools.dotc.CompilationTests.cleanup(CompilationTests.scala)
@odersky
Copy link
Contributor

odersky commented Apr 21, 2017

I saw this as well occasionally.

nicolasstucki added a commit to dotty-staging/dotty that referenced this issue Apr 24, 2017
felixmulder added a commit that referenced this issue Apr 25, 2017
Fix #2279: Use concurrent data structures in SummaryReport.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants