rspec/rules/S1212/rule.adoc

28 lines
784 B
Plaintext
Raw Normal View History

== Why is this an issue?
A source code comply to an architectural model when it fully adheres to a set of architectural constraints. A constraint allows to deny references between classes by pattern.
2021-02-02 15:02:10 +01:00
You can for instance use this rule to :
2021-02-02 15:02:10 +01:00
2021-01-27 13:42:22 +01:00
* forbid access to ``++**.web.**++`` from ``++**.dao.**++`` classes
* forbid access to ``++java.util.Vector++``, ``++java.util.Hashtable++`` and ``++java.util.Enumeration++`` from any classes
* forbid access to ``++java.sql.**++`` from ``++**.ui.**++`` and ``++**.web.**++`` classes
2022-01-25 18:36:46 +01:00
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
include::parameters.adoc[]
'''
== Comments And Links
(visible only on this page)
include::comments-and-links.adoc[]
endif::env-github,rspecator-view[]