agent/src/jetbrains/buildServer/xmlReportPlugin/parsers/findBugs/messages.xml [2187:2195]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        <ShortDescription>Classloaders should only be created inside doPrivileged block</ShortDescription>
        <LongDescription>{1} creates a {2} classloader, which should be performed within a doPrivileged block
        </LongDescription>
        <Details>
            <![CDATA[
  <p> This code creates a classloader,  which requires a security manager.
  If this code will be granted security permissions, but might be invoked by code that does not
  have security permissions, then the classloader creation needs to occur inside a doPrivileged block.</p>
]]>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



agent/src/jetbrains/buildServer/xmlReportPlugin/parsers/findBugs/messages.xml [2199:2207]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        <ShortDescription>Classloaders should only be created inside doPrivileged block</ShortDescription>
        <LongDescription>{1} creates a {2} classloader, which should be performed within a doPrivileged block
        </LongDescription>
        <Details>
            <![CDATA[
  <p> This code creates a classloader,  which requires a security manager.
  If this code will be granted security permissions, but might be invoked by code that does not
  have security permissions, then the classloader creation needs to occur inside a doPrivileged block.</p>
]]>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



