vyommani commented on code in PR #369:
URL: https://github.com/apache/ranger/pull/369#discussion_r1696788283
##########
agents-common/src/main/java/org/apache/ranger/plugin/service/RangerBasePlugin.java:
##########
@@ -86,6 +87,7 @@ public RangerBasePlugin(String serviceType, String
serviceName, String appId) {
}
public RangerBasePlugin(RangerPluginConfig pluginConfig) {
+ this.pluginAnalytics = new RangerPluginAnalytics();
Review Comment:
RangerBasePlugin has 6 constructor, "pluginAnalytics " instance variable
is not getting initialised from all 6 code paths. Please do let me know if i
am looking the wrong code base.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]