-
It seems you cannot determine coverage of both integration and unit tests using the maven plugin. Wondering why this is and if this is a planned feature?.
2009-04-15 19:23:00 UTC in Cobertura
-
public class SomeClass
{
public String name;
public int code;
public SomeOtherClass other;
}
public class SomeOtherClass
{
public String desc;
public int id;
}
JYaml serializes instances of SomeClass as something like this:
name: Foobar
code: 42
other: !SomeOtherClass
desc: Baz
id: 69
Is there a way to avoid this? My output is littered with this...
2008-09-11 13:44:52 UTC in JYaml
-
davetron5000 committed revision 22 to the Vim Doclet SVN repository, changing 1 files.
2008-06-04 17:58:35 UTC in Vim Doclet
-
davetron5000 committed revision 21 to the Vim Doclet SVN repository, changing 2 files.
2008-05-26 16:15:06 UTC in Vim Doclet
-
davetron5000 committed revision 20 to the Vim Doclet SVN repository, changing 5 files.
2008-05-26 16:12:18 UTC in Vim Doclet
-
davetron5000 committed revision 19 to the Vim Doclet SVN repository, changing 2 files.
2008-05-26 15:04:51 UTC in Vim Doclet
-
davetron5000 committed revision 18 to the Vim Doclet SVN repository, changing 1 files.
2008-05-26 14:58:33 UTC in Vim Doclet
-
davetron5000 committed revision 17 to the Vim Doclet SVN repository, changing 2 files.
2008-05-26 14:58:26 UTC in Vim Doclet
-
davetron5000 committed revision 16 to the Vim Doclet SVN repository, changing 1 files.
2008-05-26 14:58:14 UTC in Vim Doclet
-
davetron5000 committed revision 15 to the Vim Doclet SVN repository, changing 7 files.
2008-05-26 14:58:09 UTC in Vim Doclet