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

Improve query performance and templating #8046

Merged
merged 2 commits into from
Feb 16, 2024

Merge branch 'main' into anchors

71ba4b2
Select commit
Loading
Failed to load commit list.
Merged

Improve query performance and templating #8046

Merge branch 'main' into anchors
71ba4b2
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Feb 16, 2024 in 12s

3 new alerts including 1 error

New alerts in code changed by this pull request

  • 1 error
  • 1 warning
  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 1202 in open-metadata-resources/open-metadata-archives/content-pack-helpers/src/main/java/org/odpi/openmetadata/samples/archiveutilities/SimpleCatalogArchiveHelper.java

See this annotation in the file changed.

Code scanning / CodeQL

Container contents are never accessed Error

The contents of this container are never accessed.

Check warning on line 2279 in open-metadata-implementation/common-services/generic-handlers/src/main/java/org/odpi/openmetadata/commonservices/generichandlers/GlossaryTermHandler.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless null check Warning

This check is useless.
glossaryGUID
cannot be null at this check, since it is guarded by
... == ...
.

Check notice on line 75 in open-metadata-resources/open-metadata-samples/sample-metadata/coco-metadata-archives/src/main/java/org/odpi/openmetadata/samples/archiveutilities/clinicaltrialtemplates/GlossaryTermDefinition.java

See this annotation in the file changed.

Code scanning / CodeQL

Spurious Javadoc @param tags Note

@param tag "url" does not match any actual parameter of constructor "GlossaryTermDefinition()".