You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

This rule is a stub.

Noncompliant Code Example

This noncompliant code example shows an example where ...

 


Compliant Solution

In this compliant solution, ...

 

Risk Assessment

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

Rule

Severity

Likelihood

Remediation Cost

Priority

Level

MET13-J

Medium

Likely

High

P6

L2

Automated Detection

Tool

Version

Checker

Description

CodeSonar
8.1p0
FB.CORRECTNESS.IP_PARAMETER_IS_DEAD_BUT_OVERWRITTEN
PMD.Design.AvoidReassigningParameters
A parameter is dead upon entry to a method but overwritten
Avoid Reassigning Parameters

Bibliography



  • No labels