Explciti this references that then send messages can show up as violations. Here is an example:
public void setClasspath(Path classpath) { if (this.classpath == null) { this.classpath = classpath; } else { this.classpath.append(classpath); } }
Log in to post a comment.