Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Buildfile: /home/justin/Channel4/trunk/build.xml
- checkstyle:
- [checkstyle] Running Checkstyle 4.4 on 90 files
- [checkstyle] /home/justin/Channel4/trunk/XMLUtility/src/channel4/xml/ExamElementXMLMaker.java:265:9: warning: Method length is 63 lines (max allowed is 50).
- [checkstyle] /home/justin/Channel4/trunk/XMLUtility/src/channel4/xml/XMLLoader.java:38:1: Class Fan-Out Complexity is 25 (max allowed is 20).
- [checkstyle] /home/justin/Channel4/trunk/XMLUtility/src/channel4/xml/XMLUtility.java:36:1: Class Fan-Out Complexity is 29 (max allowed is 20).
- [checkstyle] /home/justin/Channel4/trunk/DesignView/src/channel4/gui/design/DesignViewTopComponent.java:32:1: Class Fan-Out Complexity is 31 (max allowed is 20).
- [checkstyle] /home/justin/Channel4/trunk/DesignView/src/channel4/gui/design/PanelLocator.java:32:1: Class Fan-Out Complexity is 22 (max allowed is 20).
- [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).
- [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).
- [checkstyle] /home/justin/Channel4/trunk/DesignView/src/channel4/gui/design/panels/ImageDialog.java:28:1: Class Fan-Out Complexity is 27 (max allowed is 20).
- [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).
- [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).
- [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).
- [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).
- [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).
- [checkstyle] /home/justin/Channel4/trunk/DesignView/src/channel4/gui/design/panels/UnselectedPanel.java:16: Line is longer than 89 characters.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/dialogs/HeaderFooterDialog.java:18:1: Class Fan-Out Complexity is 23 (max allowed is 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).
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/BooleanProperty.java:13: Javadoc has empty description section.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/BooleanProperty.java:21:5: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/BooleanProperty.java:29:5: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/BooleanProperty.java:36:5: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/BooleanProperty.java:42:5: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/BooleanProperty.java:48:5: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/BooleanProperty.java:54:5: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumProperty.java:45:32: Expected @param tag for 'propertyName'.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumProperty.java:46:34: Expected @param tag for 'displayName'.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumProperty.java:47:33: Expected @param tag for 'enumClass'.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumProperty.java:74:34: Expected @param tag for 'property'.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumProperty.java:122: Logic structure must be preceded by a comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumProperty.java:124: Logic structure must be preceded by a comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:8: Javadoc has empty description section.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:19:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:21:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:23:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:26:16: Variable 'propertyString' must be private and have accessor methods.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:27:16: Variable 'displayString' must be private and have accessor methods.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:35:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:40:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:52:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:53:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:54:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:55:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:56:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:57:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:58:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:59:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:60:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:61:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:62:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:63:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:64:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:65:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:66:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:68:16: Variable 'propertyString' must be private and have accessor methods.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:69:16: Variable 'displayString' must be private and have accessor methods.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:77:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:82:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:94:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:96:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:98:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:101:16: Variable 'propertyString' must be private and have accessor methods.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:102:16: Variable 'displayString' must be private and have accessor methods.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:110:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:115:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:127:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:128:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:129:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:130:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:131:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:133:16: Variable 'propertyString' must be private and have accessor methods.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:134:16: Variable 'displayString' must be private and have accessor methods.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:142:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:147:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:159:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:161:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:164:16: Variable 'propertyString' must be private and have accessor methods.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:165:16: Variable 'displayString' must be private and have accessor methods.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:174:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:179:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:191:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:192:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:193:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:195:16: Variable 'propertyString' must be private and have accessor methods.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:196:16: Variable 'displayString' must be private and have accessor methods.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:205:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/EnumPropertyDefinitions.java:210:9: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/PropertySheetGenerator.java:16: Javadoc has empty description section.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/PropertySheetGenerator.java:27:5: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/PropertySheetGenerator.java:33:5: warning: Method length is 85 lines (max allowed is 50).
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/PropertySheetGenerator.java:33:5: Missing a Javadoc comment.
- [checkstyle] /home/justin/Channel4/trunk/DocumentView/src/channel4/documentView/properties/PropertySheetGenerator.java:42:13: warning: Method length is 73 lines (max allowed is 50).
- BUILD FAILED
- /home/justin/Channel4/trunk/build.xml:27: Got 86 errors and 4 warnings.
- Total time: 7 seconds
Advertisement
Add Comment
Please, Sign In to add comment