Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
2220770

Files

FilesIWE
org/gscg/common/GameAnimator.java 010
org/gscg/common/geo/CalculateLatLonDistance.java 020
org/gscg/common/interactionlayer/ThreadedEventProducer.java 040
org/gscg/experiment/DistributorParser.java 020
org/gscg/experiment/HandlerParser.java 030
org/gscg/experiment/ManufacturerParser.java 010
org/gscg/experiment/MarketParser.java 040
org/gscg/experiment/SupplierParser.java 020
org/gscg/experiment/xsd/ScriptXSDParser.java 010
org/gscg/game/Game.java 010
org/gscg/game/GameActorContentStore.java 010
org/gscg/game/GameGlobalData.java 010
org/gscg/gameactors/GameDistributor.java 030
org/gscg/gameactors/GameDistributorInteractive.java 030
org/gscg/gameactors/GameManufacturer.java 060
org/gscg/gameactors/GameManufacturerInteractive.java 030
org/gscg/gameactors/GameMarket.java 020
org/gscg/gameactors/GameSupplier.java 020
org/gscg/gameactors/statistics/ContentStatisticsLayer.java 020
org/gscg/gameactors/statistics/DistributorStatistics.java 010
org/gscg/gameactors/statistics/ManufacturerStatistics.java 010
org/gscg/gameleader/animation2D/SingleImageDataElement.java 010
org/gscg/gameleader/interactionlayer/GameLeaderInteractionLayer.java 010
org/gscg/singleuser/handlers/LatLonOrderHandlerStock.java 050
org/gscg/singleuser/handlers/LatLonRequestForQuoteHandler.java 0110
org/gscg/singleuser/handlers/PCShopOrderHandlerMake.java 010
org/gscg/singleuser/interactionlayer/SingleUserInteractionLayerInterface.java 060
org/gscg/singleuser/interactionlayer/business/BusinessSales.java 010
org/gscg/singleuser/interactionlayer/dataobjects/content/RFQDataSuppliers.java 010
org/gscg/singleuser/production/ProductionSchedule.java 040

org/gscg/common/GameAnimator.java

ErrorLine
Warning Variable 'gameSemaphore' must be private and have accessor methods. 61

org/gscg/common/geo/CalculateLatLonDistance.java

ErrorLine
Warning Parameter glat1 should be final. 157
Warning Parameter x should be final. 368

org/gscg/common/interactionlayer/ThreadedEventProducer.java

ErrorLine
Warning 'static' modifier out of order with the JLS suggestions. 70
Warning Name 'DIJKSTRASEMAPHORE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
Warning Variable 'DIJKSTRASEMAPHORE' must be private and have accessor methods. 70
Warning Avoid nested blocks. 344

org/gscg/experiment/DistributorParser.java

ErrorLine
Warning 'static' modifier out of order with the JLS suggestions. 72
Warning Name 'DEBUG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 72

org/gscg/experiment/HandlerParser.java

ErrorLine
Warning Method length is 264 lines (max allowed is 150). 121
Warning Avoid nested blocks. 773
Warning Avoid nested blocks. 814

org/gscg/experiment/ManufacturerParser.java

ErrorLine
Warning 'static' modifier out of order with the JLS suggestions. 71

org/gscg/experiment/MarketParser.java

ErrorLine
Warning 'static' modifier out of order with the JLS suggestions. 67
Warning Name 'DEFAULTSTREAM' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
Warning 'static' modifier out of order with the JLS suggestions. 82
Warning Name 'DEBUG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82

org/gscg/experiment/SupplierParser.java

ErrorLine
Warning 'static' modifier out of order with the JLS suggestions. 67
Warning Name 'DEBUG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67

org/gscg/experiment/xsd/ScriptXSDParser.java

ErrorLine
Warning Method length is 242 lines (max allowed is 150). 76

org/gscg/game/Game.java

ErrorLine
Warning Method length is 179 lines (max allowed is 150). 127

org/gscg/game/GameActorContentStore.java

ErrorLine
Warning Method length is 151 lines (max allowed is 150). 129

org/gscg/game/GameGlobalData.java

ErrorLine
Warning Method length is 297 lines (max allowed is 150). 353

org/gscg/gameactors/GameDistributor.java

ErrorLine
Warning More than 7 parameters. 179
Warning More than 7 parameters. 203
Warning Missing a Javadoc comment. 380

org/gscg/gameactors/GameDistributorInteractive.java

ErrorLine
Warning More than 7 parameters. 187
Warning More than 7 parameters. 211
Warning Method length is 293 lines (max allowed is 150). 368

org/gscg/gameactors/GameManufacturer.java

ErrorLine
Warning More than 7 parameters. 182
Warning More than 7 parameters. 206
Warning '=' is not preceded with whitespace. 327
Warning '=' is not followed by whitespace. 327
Warning Must have at least one statement. 410
Warning Missing a Javadoc comment. 588

org/gscg/gameactors/GameManufacturerInteractive.java

ErrorLine
Warning More than 7 parameters. 188
Warning More than 7 parameters. 212
Warning Method length is 293 lines (max allowed is 150). 369

org/gscg/gameactors/GameMarket.java

ErrorLine
Warning 'static' modifier out of order with the JLS suggestions. 108
Warning More than 7 parameters. 157

org/gscg/gameactors/GameSupplier.java

ErrorLine
Warning More than 7 parameters. 157
Warning Must have at least one statement. 267

org/gscg/gameactors/statistics/ContentStatisticsLayer.java

ErrorLine
Warning Parameter eventType should be final. 131
Warning Parameter announce should be final. 131

org/gscg/gameactors/statistics/DistributorStatistics.java

ErrorLine
Warning Utility classes should not have a public or default constructor. 50

org/gscg/gameactors/statistics/ManufacturerStatistics.java

ErrorLine
Warning Utility classes should not have a public or default constructor. 50

org/gscg/gameleader/animation2D/SingleImageDataElement.java

ErrorLine
Warning More than 7 parameters. 79

org/gscg/gameleader/interactionlayer/GameLeaderInteractionLayer.java

ErrorLine
Warning Method length is 151 lines (max allowed is 150). 1028

org/gscg/singleuser/handlers/LatLonOrderHandlerStock.java

ErrorLine
Warning Parameter owner should be final. 75
Warning Expected @param tag for 'owner'. 75
Warning Parameter stock should be final. 75
Warning Expected @param tag for 'stock'. 75
Warning Comment matches to-do format 'TODO:'. 98

org/gscg/singleuser/handlers/LatLonRequestForQuoteHandler.java

ErrorLine
Warning Parameter owner should be final. 68
Warning Parameter stock should be final. 68
Warning Parameter profitMargin should be final. 69
Warning Parameter handlingTime should be final. 69
Warning Parameter transportMode should be final. 70
Warning Parameter owner should be final. 85
Warning Parameter stock should be final. 85
Warning Parameter profitMargin should be final. 86
Warning Parameter handlingTime should be final. 86
Warning Parameter transportMode should be final. 87
Warning Parameter content should be final. 96

org/gscg/singleuser/handlers/PCShopOrderHandlerMake.java

ErrorLine
Warning Comment matches to-do format 'TODO:'. 102

org/gscg/singleuser/interactionlayer/SingleUserInteractionLayerInterface.java

ErrorLine
Warning Redundant 'public' modifier. 61
Warning Redundant 'public' modifier. 73
Warning Redundant 'public' modifier. 80
Warning Redundant 'public' modifier. 86
Warning Redundant 'public' modifier. 92
Warning Redundant 'public' modifier. 100

org/gscg/singleuser/interactionlayer/business/BusinessSales.java

ErrorLine
Warning 'if' construct must use '{}'s. 334

org/gscg/singleuser/interactionlayer/dataobjects/content/RFQDataSuppliers.java

ErrorLine
Warning More than 7 parameters. 87

org/gscg/singleuser/production/ProductionSchedule.java

ErrorLine
Warning Parameter percentage should be final. 145
Warning Parameter increase should be final. 145
Warning Parameter percentage should be final. 178
Warning Parameter increase should be final. 178