TNG / ArchUnit

A Java architecture test library, to specify and assert architecture rules in plain Java
http://archunit.org
Apache License 2.0
3.18k stars 288 forks source link

Eliminate redundant line number #1220

Closed hankem closed 6 months ago

hankem commented 8 months ago

Some classes store a int lineNumber field next to a SourceCodeLocation. This PR eliminates the redundancy, which suggests more degrees of freedom than there actually are.