Ken Fogel recently
tweeted:a,b,c,d,e,f,g,h,I,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y & z
are not identifiers. IDE should show an error when an identifier is
less than 3...
Ken Fogel recently
tweeted:a,b,c,d,e,f,g,h,I,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y & z
are not identifiers. IDE should show an error when an identifier is
less than 3 char.While I don't have any IDE solution here, the
following Nashorn script may be customized to check class, method
and variable name patterns in Java sources. This script uses Javac
Tree API to parse java sources. Then it uses a TreeScanner subclass
in script to call checkXYZ methods to check class, method...
Ken Fogel recently
tweeted:a,b,c,d,e,f,g,h,I,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y & z
are not identifiers. IDE should show an error when an identifier is
less than 3 char.While I don't have any IDE...