Purpose
On running analysis of an Objective C application with the iOs extension, some objects are not present in KB, although the source files are analyzed.
Observed in CAST AIP
Release | Yes/No |
---|---|
8.3.x | |
8.2.x | |
8.1.x | |
Observed on RDBMS
RDBMS | Yes/No |
---|---|
Oracle Server | |
Microsoft SQL Server | |
CSS2 | |
CSS3 |
Step by Step Scenario
- Run analysis
- Check results in Enlighten
Action Plan
Check if there exists projects linked to an Objective-C Job in table Anapro
Projects linked to Objective-C jobSELECT ap.* FROM anapro ap JOIN anajob aj ON aj.idjob = ap.idjob WHERE aj.jobtyp = 142001
If this query gives no results, then check for duplicated analysis units : for this you may open Cast-MS and in tab "Current Version", sort the analysis units by root path. If two analysis units have the same root path and name, they are duplicates. If you find some, remove the duplicates and re-analyze the application.
Else contact CAST Technical Support with Relevant input
Impact on Analysis Results and Dashboard
Impact of issue:Missing objects in Enlighten
Impact after applying solution:Objects are seen in Enlighten
Notes/comments
Ticket #11730
Related Pages