agent/src/jetbrains/buildServer/xmlReportPlugin/parsers/findBugs/messages.xml [2164:2171]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        <ShortDescription>Method invoked that should be only be invoked inside a doPrivileged block</ShortDescription>
        <LongDescription>{1} invokes {2}, which should be invoked from within a doPrivileged block</LongDescription>
        <Details>
            <![CDATA[
  <p> This code invokes a method that requires a security permission check.
  If this code will be granted security permissions, but might be invoked by code that does not
  have security permissions, then the invocation needs to occur inside a doPrivileged block.</p>
]]>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



agent/src/jetbrains/buildServer/xmlReportPlugin/parsers/findBugs/messages.xml [2175:2182]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        <ShortDescription>Method invoked that should be only be invoked inside a doPrivileged block</ShortDescription>
        <LongDescription>{1} invokes {2}, which should be invoked from within a doPrivileged block</LongDescription>
        <Details>
            <![CDATA[
  <p> This code invokes a method that requires a security permission check.
  If this code will be granted security permissions, but might be invoked by code that does not
  have security permissions, then the invocation needs to occur inside a doPrivileged block.</p>
]]>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



