Class ShadowStatistics


  • public class ShadowStatistics
    extends Object
    Summary report from shadow checking task run.
    Author:
    Pavol Mederly
    • Constructor Detail

      • ShadowStatistics

        public ShadowStatistics()
    • Method Detail

      • incrementResources

        public void incrementResources()
      • incrementShadows

        public void incrementShadows()
      • incrementShadowsWithErrors

        public void incrementShadowsWithErrors()
      • incrementShadowsWithWarnings

        public void incrementShadowsWithWarnings()
      • incrementUnfinishedShadows

        public void incrementUnfinishedShadows()
      • getResources

        public int getResources()
      • setResources

        public void setResources​(int resources)
      • getShadows

        public int getShadows()
      • setShadows

        public void setShadows​(int shadows)
      • getShadowsWithErrors

        public int getShadowsWithErrors()
      • setShadowsWithErrors

        public void setShadowsWithErrors​(int shadowsWithErrors)
      • getShadowsWithWarnings

        public int getShadowsWithWarnings()
      • setShadowsWithWarnings

        public void setShadowsWithWarnings​(int shadowsWithWarnings)
      • getUnfinishedShadows

        public int getUnfinishedShadows()
      • setUnfinishedShadows

        public void setUnfinishedShadows​(int unfinishedShadows)
      • registerProblemCodeOccurrences

        public void registerProblemCodeOccurrences​(List<String> problemCodes)
      • registerProblemsFixes

        public void registerProblemsFixes​(List<String> problemCodesFixed)
      • getDetailsFormatted

        public String getDetailsFormatted​(boolean dryRun)