-
Notifications
You must be signed in to change notification settings - Fork 261
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
Remove discovery engine and add todo support #8083
Conversation
Signed-off-by: Mandy Chessell <[email protected]>
{ | ||
RelatedElement relatedElement = new RelatedElement(); | ||
|
||
relatedElement.setRelationshipHeader(this.getMetadataElementHeader(beanClass, relationship, relationship.getRelationshipGUID(), null, methodName)); |
Check warning
Code scanning / CodeQL
Dereferenced variable may be null Warning
relationship
this
{ | ||
RelatedElement relatedElement = new RelatedElement(); | ||
|
||
relatedElement.setRelationshipHeader(this.getMetadataElementHeader(beanClass, relatedMetadataElement, relatedMetadataElement.getRelationshipGUID(), null, methodName)); |
Check warning
Code scanning / CodeQL
Dereferenced variable may be null Warning
relatedMetadataElement
this
* @throws PropertyServerException there is a problem instantiating the bean | ||
*/ | ||
@SuppressWarnings(value = "unused") | ||
public B getNewBean(Class<B> beanClass, |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
OpenMetadataConverterBase.getNewBean
* @throws PropertyServerException there is a problem instantiating the bean | ||
*/ | ||
@SuppressWarnings(value = "unused") | ||
public B getNewBean(Class<B> beanClass, |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
Description
This PR removes:
It adds support for ToDo management to My Profile OMVS
Related Issue(s)
None
Testing
FVT
Release Notes & Documentation
All done
Additional notes
None