jus341

Untitled

May 27th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.32 KB | None | 0 0
  1. Buildfile: /home/justin/Channel4/trunk/build.xml
  2.  
  3. checkstyle:
  4. [checkstyle] Running Checkstyle 4.4 on 90 files
  5. [checkstyle] /home/justin/Channel4/trunk/XMLUtility/src/channel4/xml/ExamElementXMLMaker.java:265:9: warning: Method length is 63 lines (max allowed is 50).
  6. [checkstyle] /home/justin/Channel4/trunk/XMLUtility/src/channel4/xml/XMLLoader.java:38:1: Class Fan-Out Complexity is 25 (max allowed is 20).
  7. [checkstyle] /home/justin/Channel4/trunk/XMLUtility/src/channel4/xml/XMLUtility.java:36:1: Class Fan-Out Complexity is 29 (max allowed is 20).
  8. [checkstyle] /home/justin/Channel4/trunk/DesignView/src/channel4/gui/design/DesignViewTopComponent.java:32:1: Class Fan-Out Complexity is 31 (max allowed is 20).
  9. [checkstyle] /home/justin/Channel4/trunk/DesignView/src/channel4/gui/design/PanelLocator.java:32:1: Class Fan-Out Complexity is 22 (max allowed is 20).
  10. [checkstyle] /home/justin/Channel4/trunk/DesignView/src/channel4/gui/design/panels/FillinTheBlankPanel.java:15:1: Class Fan-Out Complexity is 23 (max allowed is 20).
  11. [checkstyle] /home/justin/Channel4/trunk/DesignView/src/channel4/gui/design/panels/FreeResponsePanel.java:14:1: Class Fan-Out Complexity is 22 (max allowed is 20).
  12. [checkstyle] /home/justin/Channel4/trunk/DesignView/src/channel4/gui/design/panels/ImageDialog.java:28:1: Class Fan-Out Complexity is 26 (max allowed is 20).
  13. [checkstyle] /home/justin/Channel4/trunk/DesignView/src/channel4/gui/design/panels/MatchingPanel.java:17:1: Class Fan-Out Complexity is 28 (max allowed is 20).
  14. [checkstyle] /home/justin/Channel4/trunk/DesignView/src/channel4/gui/design/panels/MultipleChoicePanel.java:24:1: Class Fan-Out Complexity is 35 (max allowed is 20).
  15. [checkstyle] /home/justin/Channel4/trunk/DesignView/src/channel4/gui/design/panels/MultipleChoicePanel.java:58:5: warning: Method length is 55 lines (max allowed is 50).
  16. [checkstyle] /home/justin/Channel4/trunk/DesignView/src/channel4/gui/design/panels/OrderPanel.java:17:1: Class Fan-Out Complexity is 27 (max allowed is 20).
  17. [checkstyle] /home/justin/Channel4/trunk/DesignView/src/channel4/gui/design/panels/TrueFalsePanel.java:19:1: Class Fan-Out Complexity is 28 (max allowed is 20).
  18. [checkstyle] /home/justin/Channel4/trunk/DesignView/src/channel4/gui/design/panels/UnselectedPanel.java:16: Line is longer than 89 characters.
  19. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/dialogs/HeaderFooterDialog.java:18:1: Class Fan-Out Complexity is 23 (max allowed is 20).
  20. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/dialogs/TitleGroupDialog.java:12:1: Class Fan-Out Complexity is 24 (max allowed is 20).
  21. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/BooleanProperty.java:13: Javadoc has empty description section.
  22. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/BooleanProperty.java:21:5: Missing a Javadoc comment.
  23. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/BooleanProperty.java:29:5: Missing a Javadoc comment.
  24. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/BooleanProperty.java:36:5: Missing a Javadoc comment.
  25. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/BooleanProperty.java:42:5: Missing a Javadoc comment.
  26. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/BooleanProperty.java:48:5: Missing a Javadoc comment.
  27. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/BooleanProperty.java:54:5: Missing a Javadoc comment.
  28. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumProperty.java:45:32: Expected @param tag for 'propertyName'.
  29. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumProperty.java:46:34: Expected @param tag for 'displayName'.
  30. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumProperty.java:47:33: Expected @param tag for 'enumClass'.
  31. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumProperty.java:74:34: Expected @param tag for 'property'.
  32. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumProperty.java:122: Logic structure must be preceded by a comment.
  33. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumProperty.java:124: Logic structure must be preceded by a comment.
  34. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:8: Javadoc has empty description section.
  35. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:19:9: Missing a Javadoc comment.
  36. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:21:9: Missing a Javadoc comment.
  37. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:23:9: Missing a Javadoc comment.
  38. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:26:16: Variable 'propertyString' must be private and have accessor methods.
  39. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:27:16: Variable 'displayString' must be private and have accessor methods.
  40. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:35:9: Missing a Javadoc comment.
  41. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:40:9: Missing a Javadoc comment.
  42. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:52:9: Missing a Javadoc comment.
  43. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:53:9: Missing a Javadoc comment.
  44. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:54:9: Missing a Javadoc comment.
  45. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:55:9: Missing a Javadoc comment.
  46. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:56:9: Missing a Javadoc comment.
  47. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:57:9: Missing a Javadoc comment.
  48. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:58:9: Missing a Javadoc comment.
  49. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:59:9: Missing a Javadoc comment.
  50. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:60:9: Missing a Javadoc comment.
  51. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:61:9: Missing a Javadoc comment.
  52. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:62:9: Missing a Javadoc comment.
  53. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:63:9: Missing a Javadoc comment.
  54. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:64:9: Missing a Javadoc comment.
  55. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:65:9: Missing a Javadoc comment.
  56. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:66:9: Missing a Javadoc comment.
  57. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:68:16: Variable 'propertyString' must be private and have accessor methods.
  58. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:69:16: Variable 'displayString' must be private and have accessor methods.
  59. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:77:9: Missing a Javadoc comment.
  60. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:82:9: Missing a Javadoc comment.
  61. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:94:9: Missing a Javadoc comment.
  62. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:96:9: Missing a Javadoc comment.
  63. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:98:9: Missing a Javadoc comment.
  64. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:101:16: Variable 'propertyString' must be private and have accessor methods.
  65. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:102:16: Variable 'displayString' must be private and have accessor methods.
  66. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:110:9: Missing a Javadoc comment.
  67. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:115:9: Missing a Javadoc comment.
  68. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:127:9: Missing a Javadoc comment.
  69. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:128:9: Missing a Javadoc comment.
  70. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:129:9: Missing a Javadoc comment.
  71. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:130:9: Missing a Javadoc comment.
  72. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:131:9: Missing a Javadoc comment.
  73. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:133:16: Variable 'propertyString' must be private and have accessor methods.
  74. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:134:16: Variable 'displayString' must be private and have accessor methods.
  75. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:142:9: Missing a Javadoc comment.
  76. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:147:9: Missing a Javadoc comment.
  77. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:159:9: Missing a Javadoc comment.
  78. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:161:9: Missing a Javadoc comment.
  79. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:164:16: Variable 'propertyString' must be private and have accessor methods.
  80. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:165:16: Variable 'displayString' must be private and have accessor methods.
  81. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:174:9: Missing a Javadoc comment.
  82. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:179:9: Missing a Javadoc comment.
  83. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:191:9: Missing a Javadoc comment.
  84. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:192:9: Missing a Javadoc comment.
  85. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:193:9: Missing a Javadoc comment.
  86. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:195:16: Variable 'propertyString' must be private and have accessor methods.
  87. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:196:16: Variable 'displayString' must be private and have accessor methods.
  88. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:205:9: Missing a Javadoc comment.
  89. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:210:9: Missing a Javadoc comment.
  90. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/PropertySheetGenerator.java:16: Javadoc has empty description section.
  91. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/PropertySheetGenerator.java:27:5: Missing a Javadoc comment.
  92. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/PropertySheetGenerator.java:33:5: warning: Method length is 85 lines (max allowed is 50).
  93. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/PropertySheetGenerator.java:33:5: Missing a Javadoc comment.
  94. [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/PropertySheetGenerator.java:42:13: warning: Method length is 73 lines (max allowed is 50).
  95.  
  96. BUILD FAILED
  97. /home/justin/Channel4/trunk/build.xml:27: Got 86 errors and 4 warnings.
  98.  
  99. Total time: 7 seconds
Advertisement
Add Comment
Please, Sign In to add comment