Analyzing an application results in the error
ABORT : NonSignificantForRiskAnalysis : None block of code
Analysis has ended with the code 0x200
Details
The 0x series of errors are normal and there wouldn't be any impact on the analysis due to these.
-
The error message
(ABORT : NonSignificantForRiskAnalysis : None block of code)
signifies that there is no code to analyze or the code is not significant for Highlight to analyse
For Database related analysers, Highlight only analyzes the procedural part of PL/SQL code for analysis ( i.e : functions, procedures, triggers etc), and the non-procedural part of PL/SQL code is excluded from the analysis.
-
The error message
(ABORT : [framework] ERROR : Unable to find view code -3)
Is because the parser is not finding anything
- The error message
(ABORT : SyntaxError: unmatched <<\\EOF - 1)
is due to unsupported syntax
Ticket
23380, 46992
Related Articles
CAST HIGHLIGHT - Analysis Step - Analysis has ended with the code 0x1007
Comments