All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edits.seer.internal.rules.CS_Version_Derived.xml Maven / Gradle / Ivy

There is a newer version: 024-13
Show newest version
        <rule id="CS_Version_Derived" name="CS Version Derived (CS)" tag="N0695" java-path="lines.line" category="field">
            <expression><![CDATA[return line.csVersionDerived == null || (Functions.matches(line.csVersionDerived, /^0205\d\d$/) && line.csVersionDerived <= Functions.getCsVersion())]]></expression>
            <message>CS Version Derived is not valid.</message>
            <description><![CDATA[Must be a six-digit number or blank. If not blank, the first four digits must = 0205.

CS Version Derived must also be less than or equal to the CS version that is returned
from a function call to the CS DLL. (The CS DLL always contains the most current CS
version number.)]]></description>
            <history>
                <event version="SE11-001-20" user="greend" date="2006-09-07">Version 0103 added as allowable code.</event>
                <event version="SE11-001-21" user="greend" date="2007-02-01">Only the two latest versions are allowable codes.</event>
                <event version="SE11-001-22" user="greend" date="2007-12-15">Added &apos;0104&apos; to the allowable codes.</event>
                <event version="SE12-002-01" user="murphyr" date="2010-01-11">Changed name, id, and error message.</event>
                <event version="SE12-002-01" user="murphyr" date="2010-02-03">Changed logic.</event>
                <event version="SE12-002-01" user="murphyr" date="2010-04-29">Added newest dll version (0202).</event>
                <event version="SE12-002-01" user="murphyr" date="2010-05-26">Edit now only checks first two digits.</event>
                <event version="SE12-004-01" user="murphyr" date="2011-01-24">Added that CS Version Derived must be less than or equal to the CS version that is returned from a function call to the CS DLL.</event>
                <event version="SE12-006-01" user="murphyr" date="2011-12-22" ref="66643">Changed range from 02-Current to 0204-Current</event>
                <event version="SE14-011-01" user="murphyr" date="2013-10-25" ref="67025">Updated for CS version 0205.</event>
                <event version="SE16-016-08" user="depryf" date="2017-11-22" ref="67674">Edit syntax updated to allow pre-compilation optimization; no change in behavior.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy