Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: REM cost reform

This rule is a stub. It was generated by a tool that warned about using a resource after a method is invoked on the resource which invalidates it.

Noncompliant Code Example

This noncompliant code example shows an example where ...

 
Code Block
bgColor#FFCCCC

 


Compliant Solution

In this compliant solution, ...

Code Block
bgColor#CCCCFF
 

Risk Assessment

Leaking sensitive information outside a trust boundary is not a good idea.

Rule

Severity

Likelihood

Remediation Cost

Detectable

Repairable

Priority

Level

OBJ14-J

Medium

Likely

High

No

No

P6

L2

Related Guidelines

Bibliography

TODO