jus341

Untitled

Apr 17th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. Buildfile: /home/justin/Channel4/trunk/build.xml
  2.  
  3. checkstyle:
  4. [checkstyle] Running Checkstyle 4.4 on 64 files
  5. [checkstyle] /home/justin/Channel4/trunk/XMLUtility/src/channel4/xml/XMLUtility.java:37:1: Class Fan-Out Complexity is 29 (max allowed is 20).
  6. [checkstyle] /home/justin/Channel4/trunk/DesignView/src/channel4/gui/design/DesignViewTopComponent.java:49:1: Class Fan-Out Complexity is 37 (max allowed is 20).
  7. [checkstyle] /home/justin/Channel4/trunk/DesignView/src/channel4/gui/design/panels/MultipleChoicePanel.java:29:1: Class Fan-Out Complexity is 32 (max allowed is 20).
  8. [checkstyle] /home/justin/Channel4/trunk/DesignView/src/channel4/gui/design/panels/MultipleChoicePanel.java:178: 'if' construct must use '{}'s.
  9. [checkstyle] /home/justin/Channel4/trunk/DesignView/src/channel4/gui/design/panels/MultipleChoicePanel.java:178: Logic structure must be preceded by a comment.
  10. [checkstyle] /home/justin/Channel4/trunk/DesignView/src/channel4/gui/design/panels/MultipleChoicePanel.java:809: 'if' construct must use '{}'s.
  11. [checkstyle] /home/justin/Channel4/trunk/DesignView/src/channel4/gui/design/panels/MultipleChoicePanel.java:809: Logic structure must be preceded by a comment.
  12. [checkstyle] /home/justin/Channel4/trunk/DesignView/src/channel4/gui/design/panels/MultipleChoicePanel.java:825: if child at indentation level 8 not at correct indentation, 12
  13. [checkstyle] /home/justin/Channel4/trunk/DesignView/src/channel4/gui/design/panels/MultipleChoicePanel.java:825: method call child at indentation level 8 not at correct indentation, 12
  14. [checkstyle] /home/justin/Channel4/trunk/DesignView/src/channel4/gui/design/panels/TrueFalsePanel.java:24:1: Class Fan-Out Complexity is 25 (max allowed is 20).
  15. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/DocumentOptionsTopComponent.java:23:1: Class Fan-Out Complexity is 21 (max allowed is 20).
  16. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/dialogs/HeaderFooterDialog.java:28:1: Class Fan-Out Complexity is 27 (max allowed is 20).
  17. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/dialogs/TitleGroupDialog.java:19:1: Class Fan-Out Complexity is 30 (max allowed is 20).
  18.  
  19. BUILD FAILED
  20. /home/justin/Channel4/trunk/build.xml:33: Got 13 errors and 0 warnings.
  21.  
  22. Total time: 5 seconds
Advertisement
Add Comment
Please, Sign In to add comment