
CAST Management
- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 31
Posts
Recent activity by CAST Management Sort by recent activity-
Feature Request: implement the possibility to select the custom Exclusion template while using the Tools CLI to run the analysis.
Feature Request: implement the possibility to select the custom Exclusion template while using the Tools CLI to run the analysis.
-
Is RUST technology supported?
If not, any plan for supporting it? Thanks
-
define the "add modules" using the CLI or the Jenkins plugin for AIP console
It would be great to have the possibility to "add modules" using the CLI or the Jenkins plugin for AIP Console
-
objects do not have ID unique on web pages - is there any quality rules checking it?
Hello, during some deploy in production, if objects in web pages have not unique ID this cause crashes in production. I would like to understand if there is any quality rules in CAST checking it. T...
-
HTML5 extension 2.0.13-funcrel -- HTMLVJS-588
I read on documentation that the extension 2.0.13-funcrel of HTML5 fixed the internal ID HTMLVJS-588 with justification "HTML5/JS analyzer should skip some files". Since I noticed big difference...
-
https dashboard and AICPortal
Hello, is it possible to install CAST Health and Engineering dashboard on a HTTPS, i.e. http with certificate? And what about AICPortal installation on a HTTPS? Thanks Elisa
-
creation of new rule into assessment model
Hello, is there the possibility to create a new business criteria (i..e TQI Critical) formed by all the critical quality rules? Or If I modify che critical flag on a quality rule, the modification ...
-
Kotlin technology
AnsweredHello, is Kotlin technology supported by CAST? Thanks Elisa
-
False positive violation of 'Avoid using SQL queries inside a loop'
Hello, we have violations in the below example for the mentioned quality rule. Engineering Dashboard - Source code display procedure prOpenByKeys( pKeys in CBPKG##GL...
-
False positive violation of ‘Check usage of '==' and '!=' on objects’ in equals method generated from IDE (intellij/eclipse) in CAST version 8.3.5
In the sample code generated by IDE the following comparison is “getClass() != o.getClass())” is reported as violation. It’s supposed to use e.g.: “!getClass().equals(o.getClass())” instead which i...