gabrywu commented on issue #2156: use static method in static class JSON URL: https://github.com/apache/incubator-dolphinscheduler/pull/2156#issuecomment-598715596 > > > sorry,I don't know exactly why this moidfy . for example , use Thread or Runnable to create thread is ok In the interest of code clarity, static members of a base class should never be accessed using a derived type's name. Doing so is confusing and could create the illusion that two different static members exist.
---------------------------------------------------------------- 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
