Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Rules

Content by Label
showLabelsfalse
max99
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@3bbaf8c
showSpacefalse
sorttitle
cqllabel = "dcl" and label = "rule" and space = currentSpace()
labels+dcl +rule

Risk Assessment Summary

Rule

Severity

Likelihood

Detectable

Repairable

Guidelines

DCL00-J. Use visually distinct identifiers

DCL01-J. Do not declare more than one variable per declaration

DCL02-J. Use meaningful symbolic constants to represent literal values in program logic

DCL03-J. Properly encode relationships in constant definitions

DCL04-J. Qualify mathematical constants with the static and final modifiers

DCL05-J. Do not attempt to assign to the loop variable in an enhanced for loop

DCL06-J. Use 'L', not 'l', to indicate a long value

DCL07-J. Beware of integer literals beginning with '0'

DCL08-J. Do not overload variable argument methods

DCL09-J. Enforce compile-time type checking of variable argument types

DCL10-J. Ensure failure atomicity by declaring class and instance variables final and initializing immediately

Risk Assessment Summary

Guideline

Severity

Likelihood

Remediation Cost

Priority

Level

DCL00-JLow low Unlikely unlikely Yes high No

P1 P2

L3

DCL01-J low Low unlikely Unlikely

low

P3

L3

DCL02- J

low

unlikely

high

P1

L3

DCL03- J

low

unlikely

high

P1

L3

YesNo

DCL04- J

low

probable

high

P2

L3 DCL05

DCL02-J low Low unlikely Unlikely

low

P3

L3

DCL06- J

low

unlikely

low

P3

L3

DCL07- J

low

unlikely

low

P3

L3

DCL08- J

low

unlikely

medium

P2

L3

DCL09- J

low

unlikely

medium

P2

L3

DCL10- J

low

probable

medium

P4

L3

YesNo

P2

L3


...

Image Added Image Added Image AddedSEC08-J. Enforce security checks in code that performs sensitive operations      The CERT Sun Microsystems Secure Coding Standard for Java      DCL00-J. Use visually distinct identifiers