moditect / deptective

A plug-in for the Java compiler that validates a project's package relationships

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add package cycle check

gunnarmorling opened this issue · comments

While Deptective already implicitly addresses the detection of package cycles by validating a code base against a target architecture (provided that architecture is defined in a cycle-free way), there's demand (One example being the JUnit team) for ready-made cycle detection out of the box. I think that's a reasonable addition.

@nilshartmann @wuetherich, another thing to discuss tomorrow night. Perhaps @sormuras from the JUnit team would even be interested in providing his existing routine to Deptective, retrofitted to work with the parser's AST API?

Sure. Count me in.