github-code-scanning[bot] commented on code in PR #14517:
URL: https://github.com/apache/druid/pull/14517#discussion_r1250831718


##########
server/src/test/java/org/apache/druid/client/HttpServerInventoryViewTest.java:
##########
@@ -75,13 +77,20 @@
  */
 public class HttpServerInventoryViewTest
 {
+  private StubServiceEmitter serviceEmitter;
 
   @BeforeClass
   public static void setup()
   {
     EmittingLogger.registerEmitter(new NoopServiceEmitter());
   }
 
+  @Before
+  public void setUp()

Review Comment:
   ## Confusing method names because of capitalization
   
   The method 'setUp' may be confused with [setup](1).
   
   [Show more 
details](https://github.com/apache/druid/security/code-scanning/5210)



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

Reply via email to