Versions Compared

Key

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

...

This is an example from the JDK 1.4.2 software.[Function Table]

Code Block
bgColor#FFCCCC
package org.apache.xpath.compiler;

public class FunctionTable {
    public static FuncLoader m_functions;
}

...

Java Secure Coding Guidelines Section 3.1, Treat public static fields as constants

Anchor
ref3
ref3

Function Table Field detail, public static FuncLoader m_functions

...