vieiro commented on code in PR #3884:
URL: https://github.com/apache/netbeans/pull/3884#discussion_r868521075


##########
java/java.editor/test/unit/data/goldenfiles/org/netbeans/modules/editor/java/GoToSupportTest/javadocsnippet_LinkTag_AlongWith_HighlightTag.pass:
##########
@@ -1,10 +1,30 @@
+<<<<<<< HEAD

Review Comment:
   Mmm... this `<<<<<<< HEAD` shouldn't be here, right?



##########
java/java.source.base/src/org/netbeans/modules/java/source/save/CasualDiff.java:
##########
@@ -5004,7 +5009,31 @@ private int diffSince(DCDocComment doc, DCSince oldT, 
DCSince newT, int[] elemen
         }
         return elementBounds[1];
     }
-    
+//    

Review Comment:
   Why is this commented out?  Is it worth keeping these comments or not?



##########
java/java.source.base/src/org/netbeans/modules/java/source/save/CasualDiff.java:
##########
@@ -4743,6 +4744,10 @@ private int diffDocTree(DCDocComment doc, DCTree oldT, 
DCTree newT, int[] elemen
 //                  }
                     break;
                 }
+//                if(oldT.getKind().toString().equals(TreeShims.SNIPPET)){

Review Comment:
   Is it worth keeping these comments?



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to