Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AIP Console exposes the Technology configuration options once a version has been accepted/imported, or an analysis has been run. Click PowerBuilder to display the available options:

...

PowerBuilder versionSelect the PowerBuilder version that corresponds to the version of the application you want to analyze. See PowerBuilder - Prepare and deliver the source code for more information about this option.
Dashes in identifiers allowed

This option is identical to the PowerBuilder option of the same name. Activating this option (the option is activated by default) will force the analyzer to take into account code that includes dashes in identifiers. For example:

Code Block
int -Myvar
int a
a = a - -Myvar

If the option is deactivated, the above code would produce syntax errors and will not be correctly interpreted by the analyzer.

Dependencies

Dependencies are configured at Application level for each technology and are configured between individual Analysis Units/groups of Analysis Units (dependencies between technologies are not available as is the case in the CAST Management Studio). You can find out more detailed information about how to ensure dependencies are set up correctly, in Advanced onboarding - review analysis configuration and execution for AIP Consolein Validate dependency configuration.

Analysis Units

For PowerBuilder, there are no Analysis Unit level settings available. You can however:

Analyze a specific Analysis Unit (and all Analysis Units within the Execution Unit), specifically for testing purposes.

Disable or enable the analysis of a specific Analysis Unit, when the next Application level analysis/snapshot is run. By default all Analysis Units are always set to enableWhen an Analysis Unit is set to disable, this is usually a temporary action to prevent an Analysis Unit from being analyzed.


...