gomad
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2018
02:59 AM
Static Analysis Results ERROR.
I am getting this error while publishing:
Static Analysis Results
1 ERROR
RAF constructor call is present, but library import is missing
I have declared the required-lib in Manifest, and calling Library "Roku_Ads.brs" in the video task that I use to play videos/ads. It works fine.
Error is only during Static analysis.
Any ideas?
Static Analysis Results
1 ERROR
RAF constructor call is present, but library import is missing
I have declared the required-lib in Manifest, and calling Library "Roku_Ads.brs" in the video task that I use to play videos/ads. It works fine.
Error is only during Static analysis.
Any ideas?
2 REPLIES 2
NB_
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2018
03:31 PM
Re: Static Analysis Results ERROR.
given that your code works (plays ads using RAF), seems the static analyzer was incorrect.
it tries to cover common scenarios but is not always right
it tries to cover common scenarios but is not always right
gomad
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2018
10:27 PM
Re: Static Analysis Results ERROR.
Thanks!