Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
50025

Details

org/apache/commons/vfs2/example/ChangeLastModificationTime.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.22
ErrorsType Javadoc tag @author must match pattern '.+Commons VFS team.+'.27
ErrorsUtility classes should not have a public or default constructor.27

org/apache/commons/vfs2/example/Shell.java

ViolationMessageLine
ErrorsClass Shell should be declared as final.42
ErrorsType Javadoc tag @author must match pattern '.+Commons VFS team.+'.42
ErrorsConstructor definition in wrong order.63

org/apache/commons/vfs2/example/ShowProperties.java

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one or more'.2
ErrorsType Javadoc tag @author must match pattern '.+Commons VFS team.+'.35
ErrorsUtility classes should not have a public or default constructor.35
Errors'5' is a magic number.80
ErrorsLine is longer than 120 characters.86

org/apache/commons/vfs2/libcheck/FtpCheck.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one or more'.2
ErrorsFirst sentence should end with a period.25
ErrorsType Javadoc comment is missing an @author tag.28
ErrorsUtility classes should not have a public or default constructor.28
ErrorsArray brackets at illegal position.30
Errors'4' is a magic number.40

org/apache/commons/vfs2/libcheck/SftpCheck.java

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one or more'.2
ErrorsFirst sentence should end with a period.28
ErrorsType Javadoc comment is missing an @author tag.31
ErrorsUtility classes should not have a public or default constructor.31
ErrorsArray brackets at illegal position.33
Errors'4' is a magic number.35
Errors'22' is a magic number.47