You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After comments were moved from a search discovery down to the level of each individual match location, the sample was not updated to print the per-location comments. The sample simply prints a string literal instead: id.getIdentifiedLicenseInfo() == null ? "" : id.getIdentifiedLicenseInfo() .getName(), id.getIdentifiedUsageLevel(), "", "", "Matched File Line", "Comment", ssId.getStringSearchId()));
The sample should be updated to loop over the hit locations and print their matched file line and comment
The text was updated successfully, but these errors were encountered:
…all/improvement/PROTEX-21655-port-cc-improvements to release/BDS_7_5_x
* commit 'fe50750d7d2c8f2ce92eff6ab8883b7a44e6f83b':
PROTEX-21655: Minor refactoring to make code cleaner
PROTEX-21655: Missed an unnecessarily boxed long
PROTEX-21655: Ported improvements made to the Code Center 7.2 SDK client
After comments were moved from a search discovery down to the level of each individual match location, the sample was not updated to print the per-location comments. The sample simply prints a string literal instead:
id.getIdentifiedLicenseInfo() == null ? "" : id.getIdentifiedLicenseInfo() .getName(), id.getIdentifiedUsageLevel(), "", "", "Matched File Line", "Comment", ssId.getStringSearchId()));
The sample should be updated to loop over the hit locations and print their matched file line and comment
The text was updated successfully, but these errors were encountered: