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(tick) 
8.2.x (tick) 
8.1.x  (error) 
Observed on RDBMS
RDBMS
Yes/No
Oracle Server(tick)
Microsoft SQL Server(tick)
CSS2(tick)
CSS3(tick)
Step by Step Scenario
  • Run analysis
  • Check results in Enlighten
Action Plan
  1. Check if there exists projects linked to an Objective-C Job in table Anapro

    Projects linked to Objective-C job
    SELECT ap.* 
    FROM   anapro ap 
           JOIN anajob aj 
             ON aj.idjob = ap.idjob 
    WHERE  aj.jobtyp = 142001 
  2. 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.

  3. 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