<?xml version="1.0"?>
<report tool_name="foo" tool_version="bar">
<weakness id="6" tool_specific_id="fb-ed3c5c74d041f7eb1cfc1f976784a825-0-0">
    <name cweid="476">NP_NULL_PARAM_DEREF</name>
    <location path="LessonSource.java" line="138"/>
    <location path="LessonSource.java" line="128"/>
    <location path="LessonSource.java" line="133"/>
    <grade severity="3" probability="0.7 "/>
    <output >
        <textoutput>Method call in LessonSource.makeSource(WebSession) passes null for unconditionally dereferenced parameter of String.replaceAll(String, String)</textoutput>
        <textoutput>Called method String.replaceAll(String, String)</textoutput>
        <textoutput>Argument 1 might be null but must not be null</textoutput>
        <textoutput>Local variable named source</textoutput>
        <textoutput>Method invoked at LessonSource.java:[line 138]</textoutput>
        <textoutput>Known null at LessonSource.java:[line 128]</textoutput>
        <textoutput>Known null at LessonSource.java:[line 133]</textoutput>
    </output>
</weakness>
</report>
