public override void Bad()
        {
            short data;

            badPublicStatic = true;
            data            = CWE197_Numeric_Truncation_Error__short_listen_tcp_22b.BadSource();
            {
                /* POTENTIAL FLAW: Convert data to a byte, possibly causing a truncation error */
                IO.WriteLine((byte)data);
            }
        }