-
Notifications
You must be signed in to change notification settings - Fork 11
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
[feat|sde-backend] : PCF exchange draft code changes #113
Conversation
|
||
PolicyEntity mapFrom(PolicyModel pojo); | ||
|
||
PolicyModel mapFrom(PolicyTemplateRequest request); |
Check notice
Code scanning / CodeQL
Confusing overloading of methods Note
mapFrom
|
||
PolicyModel mapFrom(PolicyEntity entiry); | ||
|
||
PolicyEntity mapFrom(PolicyModel pojo); |
Check notice
Code scanning / CodeQL
Confusing overloading of methods Note
mapFrom
Method PolicyMapper.mapFrom(..) could be confused with overloaded method
mapFrom
|
||
@JsonProperty("@id") | ||
private String id; | ||
private HashMap<String, String> properties; | ||
private HashMap<String, Object> properties; |
Check notice
Code scanning / CodeQL
Exposing internal representation Note
after this call to getProperties
getProperties exposes the internal representation stored in field properties. The value may be modified
after this call to getProperties
getProperties exposes the internal representation stored in field properties. The value may be modified
after this call to getProperties
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@almadigabor Please review and merge the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Added
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: