You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attached files, if cflinted singularly produced expected result, but when evaluated together produced a bogus error:
<issue severity="WARNING" id="EXCESSIVE_ARGUMENTS" message="EXCESSIVE_ARGUMENTS" category="CFLint" abbrev="EA">
<location file="C:\temp\tesisquare\vcs\cores\framework\ttt\test_something.cfc" fileName="test_something.cfc" function="" column="0" line="3" message="Function has too many arguments. Should be less than 10." variable="">
<Expression><![CDATA[<cfcomponent name="another">

</cfcomponent>]]></Expression>
</location>
</issue>
apparantly due to some kind of interference between the test() function of the "b" component and the component named test_something.cfc.
renamig either the function or the test_something component removing the "interference" makes the test pass
removing the commented <cfargument in the b component makes the error go away
This issue is blocking on SonarQube coldfusion plugin because it uses xml report to create issues on SonarQube. The existence of bogus errors causes the plugin to abruptly crash because it tries to reference a non-existent line in the file.
Attached files, if cflinted singularly produced expected result, but when evaluated together produced a bogus error:
apparantly due to some kind of interference between the test() function of the "b" component and the component named test_something.cfc.
renamig either the function or the test_something component removing the "interference" makes the test pass
removing the commented <cfargument in the b component makes the error go away
b.cfc.txt
test_something.cfc.txt
The text was updated successfully, but these errors were encountered: