Difference between revisions of "Core.Validation.CoreChk004"

From emotive
Jump to navigation Jump to search
 
(3 intermediate revisions by one other user not shown)
Line 4: Line 4:
  
 
== Description ==
 
== Description ==
Imported documents should be accessed at least once. We recommend to remove unused import references.
+
Imported documents will be accessed at least once. We recommend to remove unused import references.
  
 
== Checker rules ==
 
== Checker rules ==
 
This prevents unnecessary dependencies and reduces the degree of cross-linking.
 
This prevents unnecessary dependencies and reduces the degree of cross-linking.

Latest revision as of 03:29, 13 September 2019

Classification

Name Core_Chk004
Class Core
Severity Warning
SpecifiedBy ISO 13209-3

Description

Imported documents will be accessed at least once. We recommend to remove unused import references.

Checker rules

This prevents unnecessary dependencies and reduces the degree of cross-linking.