You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@nemo.apache.org by GitBox <gi...@apache.org> on 2019/12/03 09:41:50 UTC

[GitHub] [incubator-nemo] zeroFruit commented on a change in pull request #278: [NEMO-429] SWPP TEAM16 Code Smell Fix

zeroFruit commented on a change in pull request #278: [NEMO-429] SWPP TEAM16 Code Smell Fix
URL: https://github.com/apache/incubator-nemo/pull/278#discussion_r353071571
 
 

 ##########
 File path: compiler/frontend/beam/src/main/java/org/apache/nemo/compiler/frontend/beam/transform/CreateViewTransform.java
 ##########
 @@ -40,6 +40,9 @@
  */
 public final class CreateViewTransform<I, O> implements Transform<WindowedValue<KV<?, I>>, WindowedValue<O>> {
   private final ViewFn<Materializations.MultimapView<Void, ?>, O> viewFn;
+
+  // Exclude from sonar-cloud check as Map is Java standard lib
+  //NOSONAR
 
 Review comment:
   @mss8087

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services