Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
880190

Files

FilesIWE
nl/tudelft/simulation/supplychain/content/ContentStore.java 040
nl/tudelft/simulation/supplychain/content/LeanContentStore.java 010
nl/tudelft/simulation/supplychain/content/Quote.java 020
nl/tudelft/simulation/supplychain/content/RequestForQuote.java 010
nl/tudelft/simulation/supplychain/handlers/OrderHandlerMake.java 010
nl/tudelft/simulation/supplychain/handlers/OrderHandlerStock.java 010
nl/tudelft/simulation/supplychain/reference/Retailer.java 010
nl/tudelft/simulation/supplychain/reference/Supplier.java 010
nl/tudelft/simulation/supplychain/stock/policies/RestockingPolicyEOQ.java 010
nl/tudelft/simulation/supplychain/stock/policies/RestockingPolicySafety.java 020
nl/tudelft/simulation/supplychain/test/DSOLApplication.java 010
nl/tudelft/simulation/supplychain/test/Dell.java 010
nl/tudelft/simulation/supplychain/test/PCShop.java 020

nl/tudelft/simulation/supplychain/content/ContentStore.java

ErrorLine
Warning Method length is 184 lines (max allowed is 150). 370
Warning Must have at least one statement. 379
Warning Must have at least one statement. 441
Warning Must have at least one statement. 532

nl/tudelft/simulation/supplychain/content/LeanContentStore.java

ErrorLine
Warning Must have at least one statement. 162

nl/tudelft/simulation/supplychain/content/Quote.java

ErrorLine
Warning More than 7 parameters. 89
Warning More than 7 parameters. 131

nl/tudelft/simulation/supplychain/content/RequestForQuote.java

ErrorLine
Warning More than 7 parameters. 118

nl/tudelft/simulation/supplychain/handlers/OrderHandlerMake.java

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

nl/tudelft/simulation/supplychain/handlers/OrderHandlerStock.java

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

nl/tudelft/simulation/supplychain/reference/Retailer.java

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

nl/tudelft/simulation/supplychain/reference/Supplier.java

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

nl/tudelft/simulation/supplychain/stock/policies/RestockingPolicyEOQ.java

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

nl/tudelft/simulation/supplychain/stock/policies/RestockingPolicySafety.java

ErrorLine
Warning More than 7 parameters. 59
Warning More than 7 parameters. 82

nl/tudelft/simulation/supplychain/test/DSOLApplication.java

ErrorLine
Warning Unused import - nl.tudelft.simulation.logger.handlers.MemoryHandler. 23

nl/tudelft/simulation/supplychain/test/Dell.java

ErrorLine
Warning More than 7 parameters. 99

nl/tudelft/simulation/supplychain/test/PCShop.java

ErrorLine
Warning More than 7 parameters. 98
Warning More than 7 parameters. 119