SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 3.1.1

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
17 4 0 0

de.tu_clausthal.in.bachelorproject2018.ticktacktoe.controller.CSpielebrettController

Bug Category Details Line Priority
Dead store to draw in de.tu_clausthal.in.bachelorproject2018.ticktacktoe.controller.CSpielebrettController.set(String, int, int) STYLE DLS_DEAD_LOCAL_STORE 109 Low
Dead store to won in de.tu_clausthal.in.bachelorproject2018.ticktacktoe.controller.CSpielebrettController.set(String, int, int) STYLE DLS_DEAD_LOCAL_STORE 108 Low

de.tu_clausthal.in.bachelorproject2018.ticktacktoe.model.brett.CSpielbrett

Bug Category Details Line Priority
de.tu_clausthal.in.bachelorproject2018.ticktacktoe.model.brett.CSpielbrett.getM_elements() may expose internal representation by returning CSpielbrett.m_elements MALICIOUS_CODE EI_EXPOSE_REP 68 Medium

de.tu_clausthal.in.bachelorproject2018.ticktacktoe.model.player.CMinMaxBot

Bug Category Details Line Priority
CMinMaxBot.computersMove not initialized in constructor and dereferenced in de.tu_clausthal.in.bachelorproject2018.ticktacktoe.model.player.CMinMaxBot.accept(ISpieleBrett) STYLE UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR 35 Low