Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example SampleReportDataIdentifiedFiles Does Not Print Comment per String Search Match Location #3

Open
romeara opened this issue Dec 15, 2015 · 0 comments

Comments

@romeara
Copy link
Member

romeara commented Dec 15, 2015

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

romeara added a commit that referenced this issue Jan 22, 2016
…rch-location-comment

ISSUE #3 Changed string search row to include lines and comments
romeara pushed a commit that referenced this issue Dec 21, 2016
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant