From: SourceForge.net <no...@so...> - 2013-03-22 16:03:31
|
Bugs item #3608827, was opened at 2013-03-22 09:03 Message generated for change (Tracker Item Submitted) made by sindrit You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=720015&aid=3608827&group_id=130558 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Sindri Traustason (sindrit) Assigned to: Nobody/Anonymous (nobody) Summary: Instrumented enum that uses @Nonnull breaks test compilation Initial Comment: The java compiler fails to compile tests that depend on enums that use @javax.annotations.Nonnull. The cobertura instrumented version of the class causes compilation errors like the following: "Compilation failure [line number reference to test class] error: cannot access [name of enum]" My original question about this issue on http://stackoverflow.com/questions/15547673 explains the details of how I found this. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=720015&aid=3608827&group_id=130558 |