0

When I use IntelliJ's Inspect Code, the IDE shows the following warning message:

Name      
    Test.java
Location
    package test.exercisefile Test.java
Problem synopsis
    Checkstyle: @author=John.Doe (at line 32)

My actual source comment is:

/**
 * @author John.Doe
 **/
public class Test {...

I have no idea what @author=John.Doe means.
I appreciate any advice about how to fix this warning. Thanks!

barfuin
  • 16,865
  • 10
  • 85
  • 132
  • By the way I am using Intellij CheckStyle-IDEA and imported a customzed checkstyle xml file. The author tag's definition is ` ` – 周贇皓 Apr 11 '16 at 02:55
  • I think I have figured it out. But I don't know why tag will also be outputed when the tagSeverity is ignore. actually the author checkstyle's format is use this than WriteTag will solve this issue. – 周贇皓 Apr 11 '16 at 05:17

0 Answers0