phrocker commented on a change in pull request #1086: Remove Auto generated stub
URL: https://github.com/apache/fluo/pull/1086#discussion_r379044806
 
 

 ##########
 File path: 
modules/mapreduce/src/main/java/org/apache/fluo/mapreduce/FluoOutputFormat.java
 ##########
 @@ -44,7 +44,6 @@
 
   @Override
   public void checkOutputSpecs(JobContext arg0) throws IOException, 
InterruptedException {
-    // TODO Auto-generated method stub
 
 Review comment:
   Thanks for your comment.
   
   Though I read the contributor's guide, I'll be honest I assumed it would not 
and that travis during the run of mvn verify would catch it if there were any 
checkstyle/findbugs issues. With that said I accidentally did some testing and 
changes on this branch yesterday and have built/verified successfully further 
validating that no issues should arise as a result of this. 
   
   The Eclipse templates have a few auto inserts ( one appears to be rem'd ) 
for exceptions. I can only presume this was the case for methods. Given the 
name "arg0" of the comment, my assumption was that this class was stubbed out 
from OutputFormat and therefore there was no likely reason it existed. 
   
   There are others throughout the code base. I was planning on making those 
stubbed removals as I potentially made other (unrelated) changes to those 
file(s), so I will create an issue for those change sets and piggy back the 
removal of stubs; however, I'd be just as fine creating an issue removing all 
stubs and isolating those changes. It could be that I totally trash my changes. 
My efforts are more for learning the code base than making adjustments.
   
   My guess is that you and @keith-turner will tell me what fluo typically 
prefers when an issue/pr arise for those changes -- but the change here was 
simply a singular instance that I perceived to have little friction.

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


With regards,
Apache Git Services

Reply via email to