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 4.4 open metadata types #7895

Merged
merged 6 commits into from
Oct 18, 2023

Enhance collections support

6b95f2f
Select commit
Loading
Failed to load commit list.
Merged

Add 4.4 open metadata types #7895

Enhance collections support
6b95f2f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Oct 18, 2023 in 17s

11 new alerts

New alerts in code changed by this pull request

  • 3 warnings
  • 8 notes

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 522 in open-metadata-implementation/access-services/governance-engine/governance-engine-server/src/main/java/org/odpi/openmetadata/accessservices/governanceengine/outtopic/GovernanceEngineOMRSTopicListener.java

See this annotation in the file changed.

Code scanning / CodeQL

Missing enum case in switch Warning

Switch statement does not have a case for
DELETED
.

Check notice on line 212 in open-metadata-implementation/access-services/digital-service/digital-service-api/src/main/java/org/odpi/openmetadata/accessservices/digitalservice/api/CollectionsInterface.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter 'digitalServiceGUID' is never used.

Check notice on line 1308 in open-metadata-implementation/frameworks/governance-action-framework/src/main/java/org/odpi/openmetadata/frameworks/governanceaction/search/PropertyHelper.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter 'sourceName' is never used.

Check notice on line 1311 in open-metadata-implementation/frameworks/governance-action-framework/src/main/java/org/odpi/openmetadata/frameworks/governanceaction/search/PropertyHelper.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter 'methodName' is never used.

Check notice on line 578 in open-metadata-implementation/access-services/digital-service/digital-service-client/src/main/java/org/odpi/openmetadata/accessservices/digitalservice/client/CollectionsClient.java

See this annotation in the file changed.

Code scanning / CodeQL

Unread local variable Note

Variable 'String collectionGUID' is never read.

Check notice on line 1480 in open-metadata-implementation/frameworks/governance-action-framework/src/main/java/org/odpi/openmetadata/frameworks/governanceaction/search/PropertyHelper.java

See this annotation in the file changed.

Code scanning / CodeQL

Missing catch of NumberFormatException Note

Potential uncaught 'java.lang.NumberFormatException'.

Check notice on line 195 in open-metadata-implementation/access-services/digital-service/digital-service-client/src/main/java/org/odpi/openmetadata/accessservices/digitalservice/client/converters/CollectionConverter.java

See this annotation in the file changed.

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
OpenMetadataConverterBase.getNewBean
; it is advisable to add an Override annotation.

Check warning on line 53 in open-metadata-implementation/access-services/digital-service/digital-service-client/src/main/java/org/odpi/openmetadata/accessservices/digitalservice/client/converters/DigitalServiceConverterBase.java

See this annotation in the file changed.

Code scanning / CodeQL

Dereferenced variable may be null Warning

Variable
relationship
may be null at this access as suggested by
this
null guard.

Check warning on line 103 in open-metadata-implementation/access-services/digital-service/digital-service-client/src/main/java/org/odpi/openmetadata/accessservices/digitalservice/client/converters/DigitalServiceConverterBase.java

See this annotation in the file changed.

Code scanning / CodeQL

Dereferenced variable may be null Warning

Variable
relatedMetadataElement
may be null at this access as suggested by
this
null guard.

Check notice on line 74 in open-metadata-implementation/framework-services/gaf-metadata-management/gaf-metadata-api/src/main/java/org/odpi/openmetadata/frameworkservices/gaf/ffdc/OpenMetadataStoreErrorCode.java

See this annotation in the file changed.

Code scanning / CodeQL

Missing space in string literal Note

This string appears to be missing a space after 'elements'.