mutable array problem
how to solve this problem.
public static final CollateralFrame[] collateralFrames = new CollateralFrame[4]; // Defect Fix - Code Review
My find bug to showing problem Field is a mutable array.
pls help me.
how to solve this problem.
public static final CollateralFrame[] collateralFrames = new CollateralFrame[4]; // Defect Fix - Code Review
My find bug to showing problem Field is a mutable array.
pls help me.
Ignore it. Findbugs isn't your boss, all it does is highlight potential problems, not definate ones