nisiyong commented on pull request #6304:
URL: https://github.com/apache/skywalking/pull/6304#issuecomment-771453026


   I just have updated codeStyle.xml and checkStyle.xml.
   
   But should aware that the checkStyle.xml has a limitation to verify 
annotation @Override according to 
[#MissingOverride](https://checkstyle.sourceforge.io/config_annotation.html#MissingOverride).
   > Verifies that the @Override annotation is present when the @inheritDoc 
javadoc tag is present.
   
   Those missing `@Override` methods mostly has added to source code for a 
while. Maybe at that time, the IDE didn't show the warning message by default. 
Now IDE will automate add @Override annotation when you override a method,.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to