[
https://issues.apache.org/jira/browse/BLUR-261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13790107#comment-13790107
]
Vikrant Navalgund commented on BLUR-261:
----------------------------------------
Code Hygiene:
In the file ThriftBlurControllerServer.java:98, getNodeName() superclass method
is explicitly called by using ThriftBlurShardServer.getNodeName() which is
wrong. It works right now because this call eventually resolves to the
superclass ThriftSever.java getNodeName() method.
> Unnecessary explicit reference of superclass method by Child class.
> --------------------------------------------------------------------
>
> Key: BLUR-261
> URL: https://issues.apache.org/jira/browse/BLUR-261
> Project: Apache Blur
> Issue Type: Improvement
> Components: Blur
> Affects Versions: 0.2.0, 0.3.0
> Reporter: Vikrant Navalgund
> Priority: Trivial
> Fix For: 0.3.0
>
>
--
This message was sent by Atlassian JIRA
(v6.1#6144)