The "public void body(InterpretationContext ec, String body)" method is missing a "break" statement in the "case AS_BASIC_PROPERTY_COLLECTION:" option. If this option is matched, both the "case" and "default" statements are both executed.
I detected this error trying to add a "To" entry to an SMTPAppender.
|