Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #1291 was successful Changes by daryl herzmann <akrherz@iastate.edu> and Guus der Kinderen

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
2 minutes
Labels
None
Agent
Default Agent
Revision
a469be3e7a04cedc35551d776cd2a58e5d7a8550
Total tests
199
Successful since
#1153 ()

Tests

Code commits

Author Commit Message Commit date
daryl herzmann <akrherz@iastate.edu> daryl herzmann <akrherz@iastate.edu> a469be3e7a04cedc35551d776cd2a58e5d7a8550 Merge pull request #788 from guusdk/javadoc
Non-functional changes
Guus der Kinderen Guus der Kinderen dcea025c08eb3ed55f404ebf639758005f9bede6 Remove redundant modifiers on interfaces or interface components.
These add nothing, but warnings in tooling.
Guus der Kinderen Guus der Kinderen 10149310e51b84bdcd0ea65a70af8bff41d37db2 Remove unused import statements.
These statements do nothing but generate warnings. Easily fixed.
Guus der Kinderen Guus der Kinderen 65f1f7f1832362d17f6645409c8230d5c23045ab Replace dangling javadoc with block comment.
Javadoc comment are dangling if they don't belong to any class, method or field. For example a Javadoc comment in between method declarations that have their own javadoc comments.

These generate needless warnings, which are in most instances easily solved. By far most problems occur in the license block that's in most files.