Menu

#161 cobertura-report parsing @interface

open
nobody
None
5
2011-05-18
2011-05-18
Anonymous
No

cobertura-report obviously has problems parsing @interface definition in an interface definition

example:
public interface Config extends Serializable {

public static enum Scope {
TEST1,TEST2
};

}

Discussion


Log in to post a comment.