Package com.puppycrawl.tools.checkstyle.checks.naming

Examples of com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck


    @Test
    public void testMakeCheckFromName()
        throws CheckstyleException
    {
        final ConstantNameCheck check =
                (ConstantNameCheck) mFactory.createModule(
                        "com.puppycrawl.tools.checkstyle.checks.naming.ConstantName");
        assertNotNull(check);
    }
View Full Code Here

TOP

Related Classes of com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.