jongpie/NebulaFramework

View on GitHub
nebula-app-framework/main/query-and-search/classes/QueryDate.cls

Summary

Maintainability
Test Coverage

Method names should not contain underscores
Open

    public static QueryDate CALENDAR_QUARTER(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

Method names should not contain underscores
Open

    public static QueryDate DAY_IN_YEAR(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

Method names should not start with capital letters
Open

    public static QueryDate FISCAL_QUARTER(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

Method names should not start with capital letters
Open

    public static QueryDate WEEK_IN_YEAR(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

Method names should not contain underscores
Open

    public static QueryDate WEEK_IN_YEAR(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

Method names should not contain underscores
Open

    public static QueryDate DAY_IN_WEEK(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

Method names should not start with capital letters
Open

    public static QueryDate DAY_IN_MONTH(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

Method names should not start with capital letters
Open

    public static QueryDate DAY_IN_YEAR(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

Method names should not contain underscores
Open

    public static QueryDate FISCAL_YEAR(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

Method names should not contain underscores
Open

    public static QueryDate CALENDAR_MONTH(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

Method names should not start with capital letters
Open

    public static QueryDate DAY_ONLY(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

Method names should not start with capital letters
Open

    public static QueryDate FISCAL_MONTH(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

Method names should not start with capital letters
Open

    public static QueryDate FISCAL_YEAR(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

Method names should not contain underscores
Open

    public static QueryDate FISCAL_MONTH(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

Method names should not contain underscores
Open

    public static QueryDate HOUR_IN_DAY(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

Method names should not contain underscores
Open

    public static QueryDate DAY_IN_MONTH(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

Method names should not contain underscores
Open

    public static QueryDate FISCAL_QUARTER(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

Method names should not start with capital letters
Open

    public static QueryDate CALENDAR_MONTH(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

Method names should not start with capital letters
Open

    public static QueryDate DAY_IN_WEEK(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

Method names should not start with capital letters
Open

    public static QueryDate WEEK_IN_MONTH(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

Method names should not contain underscores
Open

    public static QueryDate CALENDAR_YEAR(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

Method names should not start with capital letters
Open

    public static QueryDate CALENDAR_YEAR(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

Method names should not start with capital letters
Open

    public static QueryDate CALENDAR_QUARTER(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

Method names should not contain underscores
Open

    public static QueryDate DAY_ONLY(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

Method names should not start with capital letters
Open

    public static QueryDate HOUR_IN_DAY(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

Method names should not contain underscores
Open

    public static QueryDate WEEK_IN_MONTH(Schema.SObjectField sobjectField) {

MethodNamingConventions

Since: PMD 5.5.0

Priority: Medium

Categories: Style

Remediation Points: 50000

Method names should always begin with a lower case character, and should not contain underscores.

Example:

public class Foo {
    public void fooStuff() {
    }
}

PMD properties

Name Value Description
violationSuppressRegex Suppress violations with messages matching a regular expression
violationSuppressXPath Suppress violations on nodes which match a given relative XPath expression.
cc_categories Style Code Climate Categories
ccremediationpoints_multiplier 1 Code Climate Remediation Points multiplier
ccblockhighlighting false Code Climate Block Highlighting

There are no issues that match your filters.

Category
Status