Community
Participate
Working Groups
Use Scan builder may throw NPE when 1. there are two (open) projects present on workspace with same ID such that one is normal plug-in while other a binary 2. APIBaselineManager confuses one with other and creates BundleComponent instead of ProjectComponent
Created attachment 184541 [details] Patch test if the apicomponent is ProjectComponent, if not don't perform external dependency check as it will be checking the APIs in wrong component.
Fixed in HEAD
Verified, the builder runs without problems, but problems may not get reported if you have both a binary plug-in and a normal plug-in in the workspace.