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

Add Classification Explorer OMVS #8656

Merged
merged 2 commits into from
Mar 4, 2025

Merge branch 'main' into oak2025

16e0be4
Select commit
Loading
Failed to load commit list.
Merged

Add Classification Explorer OMVS #8656

Merge branch 'main' into oak2025
16e0be4
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Mar 4, 2025 in 15s

8 new alerts

New alerts in code changed by this pull request

  • 8 notes

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 58 in open-metadata-implementation/frameworks/governance-action-framework/src/main/java/org/odpi/openmetadata/frameworks/governanceaction/properties/RelatedMetadataElementList.java

See this annotation in the file changed.

Code scanning / CodeQL

Exposing internal representation Note

getElementList exposes the internal representation stored in field elementList. The value may be modified
after this call to getElementList
.

Check notice on line 10528 in open-metadata-resources/open-metadata-archives/open-metadata-types/src/main/java/org/odpi/openmetadata/opentypes/OpenMetadataTypesArchive1_2.java

See this annotation in the file changed.

Code scanning / CodeQL

Unread local variable Note

Variable 'TypeDefAttribute property' is never read.

Check notice on line 390 in open-metadata-resources/open-metadata-archives/open-metadata-types/src/main/java/org/odpi/openmetadata/opentypes/OpenMetadataTypesArchive2_4.java

See this annotation in the file changed.

Code scanning / CodeQL

Unread local variable Note

Variable 'String guid' is never read.

Check notice on line 391 in open-metadata-resources/open-metadata-archives/open-metadata-types/src/main/java/org/odpi/openmetadata/opentypes/OpenMetadataTypesArchive2_4.java

See this annotation in the file changed.

Code scanning / CodeQL

Unread local variable Note

Variable 'String name' is never read.

Check notice on line 392 in open-metadata-resources/open-metadata-archives/open-metadata-types/src/main/java/org/odpi/openmetadata/opentypes/OpenMetadataTypesArchive2_4.java

See this annotation in the file changed.

Code scanning / CodeQL

Unread local variable Note

Variable 'String description' is never read.

Check notice on line 393 in open-metadata-resources/open-metadata-archives/open-metadata-types/src/main/java/org/odpi/openmetadata/opentypes/OpenMetadataTypesArchive2_4.java

See this annotation in the file changed.

Code scanning / CodeQL

Unread local variable Note

Variable 'String descriptionGUID' is never read.

Check notice on line 394 in open-metadata-resources/open-metadata-archives/open-metadata-types/src/main/java/org/odpi/openmetadata/opentypes/OpenMetadataTypesArchive2_4.java

See this annotation in the file changed.

Code scanning / CodeQL

Unread local variable Note

Variable 'String descriptionWiki' is never read.