Xiaoven / codegex

A light-weight tools like spotbugs
GNU Lesser General Public License v2.1
1 stars 0 forks source link

FPs due to match in string #126

Closed Xiaoven closed 3 years ago

Xiaoven commented 3 years ago

NM_FUTURE_KEYWORD_USED_AS_IDENTIFIER

// https://github.com/OpenAPITools/openapi-generator/pull/8505/files
        typeMapping.put("enum", "NSString");

// https://github.com/SufficientlySecure/calendar-import-export/pull/91/files
Log.d(TAG, "Ignore enum-property: " + evName + "=" + dbName + ": " + ignored.toString());

    private static final String ASYNCAPI_JSON_HYPERSCHEMA = "{\n" +
             "      \"enum\": [\n" +
Xiaoven commented 3 years ago

NM_CLASS_NAMING_CONVENTION

// https://github.com/sathukorale/hive/pull/1/files#diff-6e45dc9f34572e737c7d5bef32bace804bdbe5736af530a7e5a575b93a23cf6fR96
LOG.warn("Ignoring attempt to close class loader ({}) -- not instance of UDFClassLoader.",

logger.debug("Found authentication context class refs are {}", providedAuthnContextClassRefs);