leerho opened a new issue #8632: Checkstyle error message suggests nonexistent 
class: java.lang.Primitive
URL: https://github.com/apache/incubator-druid/issues/8632
 
 
   ### Affected Version
   GitHub master: Version  0.17.0-incubating-SNAPSHOT
   GitHub hash: d91d1c8
   Location _/codestyle/checkstyle.xml_  Lines 181-186
   
   ### Description
   This checkstyle module declares statics such as _Double.BYTES_ to be an 
_illegal pattern_ and produces the message: "_Use java.lang.Primitive.BYTES 
instead_."  ... the problem is that the class _java.lang.Primitive_ does not 
exist.  At least I could not find it in any Javadoc from JDK 8-13.  
   
   Please proved a more useful error message.
   

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

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

Reply via email to