-
Notifications
You must be signed in to change notification settings - Fork 127
Investigate [warn] Could not instrument [EmptyTree$/null]. No position. #5
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
Comments
0.95.6 has better information, so the log on that version will be able to On 9 January 2014 05:12, Rado Buranský [email protected] wrote:
|
Did the latest release fix this ? |
I am on 0.98.2 maven plugin via 0.98.4 scalac-scoverage-plugin and this error is still happening. |
Same here. sbt-scoverage-plugin 0.98.4 and getting the same warning. I originally thought it didn't instrument anything, but I haven't had a chance to really try and debug on what's actually happening. For what it's worth, it's a multi-project SBT build, running on Scala 2.10 and SBT 0.13, using Build.scala instead of build.sbt, and to make matters a bit more interesting, we're forking tests. The end result is that it appears we run no statements whatsoever. |
we're seeing this in the https://github.com/ensime/ensime-server CI runs as well. I'm guessing its mostly harmless, since coverage is reporting sensible things, so is there a way to silence this? |
There's no way to silence it at moment, but I suppose I should remove that On 2 July 2014 21:58, Sam Halliday [email protected] wrote:
|
Is this fixed? I'm using the latest release and I'm getting this error. |
It's not really a bug, it's a leftover. I'll remove it from the next On 26 January 2015 at 18:47, Agustina Biscayart [email protected]
|
Still seeing this in 1.0.4 btw, with a scala Play application. |
Also seeing this running
|
I am still seeing this with sbt-scoverage 1.3.3. It's about a third of the log output when running tests. |
+1 |
I'm still seeing this all over with 1.3.5. |
Still see it in 1.5.0 :) |
Hello All I am using
when i issue sbt coverage test coverageReport from jenkins And the same if i try to do command line (linux) i am getting coverage Could any one help me here. Thanks in advance |
Which version solves this problem? |
I can see following warning in logs:
[warn] Could not instrument [EmptyTree$/null]. No position.
I believe that the parsing logic needs an update. Need to investigate. This happens for a Play app.
The text was updated successfully, but these errors were encountered: