--------------------------------------------------------------------------- int x = 1; x = x; // <- redundant assignment to self int y = y; // <- redundant initialization to self ---------------------------------------------------------------------------
source not stored for this graph (policy: none)
no test coverage detected