Graylog2 / Graylog2/graylog2-server
Rename private method `exportNativeEntity` in Content Pack Facades
Open
content-packs
improvement
low hanging fruit
triaged
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
As @alex-konn found in a review, the method name `exportNativeEntity` is misleading, since it suggest that something will be created to be exported. But instead a native entity (a DTO) will be
created to be stored in the mongodb.
But since the method name is used in all facades on PR should be created to cleanup the names
in all of them.
Contributor guide
Assessment
This issue has not been assessed yet.