Код: Выделить всё
Problem classification:
Correctness (Find Class Circular Dependencies)
FCCD_FIND_CLASS_CIRCULAR_DEPENDENCY (Class has a circular dependency with other classes)
Class has a circular dependency with other classes
This class has a circular dependency with other classes. This makes building these
classes difficult, as each is dependent on the other to build correctly. Consider using interfaces to break the h
ard dependency. The dependency chain can be seen in the GUI version of FindBugs.
Подробнее здесь: https://stackoverflow.com/questions/792 ... own-on-gui