Hi,

hard to tell what the snippets mean.

Can you please provide the full source of a class which demonstates the 
problem? Also a corresponding test (or a simple main) can help to understand 
the issue.

Thanks,
-marc



> On 28. May 2018, at 08:40, [email protected] wrote:
> 
> Hi,
> w
> The below syntax for calling a superclass constructor is
> 
> super();  // Showing RED
> or:
> super(parameter list);// Showing RED
> 
> Ex:
> public class customException extends FieldException {
> 
>    private static final long serialVersionUID = 1L;
>    public static final Color MANDATORY = new Color(255, 231, 231); //Showing 
> RED
> 
>    public customException (List<JComponent> notSetComponents) {
>        super(MessageKey.FIELD_PAST_WEEK_ERROR, notSetComponents);// Showing 
> RED
>    }
> 
>    protected Color getMarkColor() {
>        return MANDATORY;
>    }
> 
> }
> 
> Super constructor is not covered.
> Could you help me on this.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "JaCoCo and EclEmma Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jacoco/a6481ad4-f885-459e-a35e-31792fd7130d%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/B9D03EA0-759B-4F7B-AE59-5AC84F1CE466%40mountainminds.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to