Timo Thomas
Timo Thomas
Why are all deps from optional and provided excluded from the default configuration? This causes inter project dependencies not to pick up those. Example: ``` project(':impl') { dependencies { compile...
The root 'gpx' element is not bound to a namespace, which causes some tools to reject it.
Since 1.3.0, the following test prints duplicate messages for the incorrect() method: ``` package test; import com.tngtech.archunit.core.domain.JavaClasses; import com.tngtech.archunit.core.importer.ClassFileImporter; import com.tngtech.archunit.lang.ArchRule; import org.junit.jupiter.api.Test; import java.lang.reflect.Field; import static com.tngtech.archunit.lang.syntax.ArchRuleDefinition.noClasses; public static...
So far local variable instantiations were not analyzed at all, leaving gaps in the evaluation of dependency rules. If a local variable of a certain type was instantiated in a...