File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java/gr/gousiosg/javacg/stat/coverage Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ public JacocoCoverage(String path)
8282 coveredLines .add (
8383 String .format (
8484 "%s:%d" ,
85- rawSrcFile .getName (), Byte .toUnsignedInt (line .nr )))));
85+ rawSrcFile .getName (), Short .toUnsignedInt (line .nr )))));
8686 }
8787
8888 /* Indicate that coverage has been applied */
Original file line number Diff line number Diff line change 6666 <xs : complexType >
6767 <xs : simpleContent >
6868 <xs : extension base =" xs:string" >
69- <xs : attribute type =" xs:byte " name =" nr" use =" optional" />
69+ <xs : attribute type =" xs:short " name =" nr" use =" optional" />
7070 <xs : attribute type =" xs:byte" name =" mi" use =" optional" />
7171 <xs : attribute type =" xs:byte" name =" ci" use =" optional" />
7272 <xs : attribute type =" xs:byte" name =" mb" use =" optional" />
You can’t perform that action at this time.
0 commit comments