joewitt commented on code in PR #9933:
URL: https://github.com/apache/nifi/pull/9933#discussion_r2083605142


##########
nifi-extension-bundles/nifi-basex-bundle/nifi-basex-processors/src/main/java/org/apache/nifi/processors/basex/EvaluateBaseXQuery.java:
##########
@@ -0,0 +1,277 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one

Review Comment:
   [WARNING] 
src/main/java/org/apache/nifi/processors/basex/EvaluateBaseXQuery.java:[22,43] 
(imports) AvoidStarImport: Using the '.*' form of import should be avoided - 
org.apache.nifi.annotation.behavior.*.
   [WARNING] 
src/main/java/org/apache/nifi/processors/basex/EvaluateBaseXQuery.java:[25,34] 
(imports) AvoidStarImport: Using the '.*' form of import should be avoided - 
org.apache.nifi.components.*.
   [WARNING] 
src/main/java/org/apache/nifi/processors/basex/EvaluateBaseXQuery.java:[168,13] 
(whitespace) WhitespaceAround: '}' is not followed by whitespace.
   [WARNING] 
src/main/java/org/apache/nifi/processors/basex/EvaluateBaseXQuery.java:[168,14] 
(whitespace) WhitespaceAround: 'else' is not preceded with whitespace.
   [WARNING] 
src/main/java/org/apache/nifi/processors/basex/EvaluateBaseXQuery.java:[218,5] 
(blocks) LeftCurly: '{' at column 5 should be on the previous line.
   [WARNING] 
src/main/java/org/apache/nifi/processors/basex/EvaluateBaseXQuery.java:[233,5] 
(blocks) LeftCurly: '{' at column 5 should be on the previous line.
   [WARNING] 
src/main/java/org/apache/nifi/processors/basex/EvaluateBaseXQuery.java:[244,88] 
(whitespace) WhitespaceAround: '{' is not preceded with whitespace.



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

Reply via email to