To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=72612 Issue #|72612 Summary|FindBugs unoloader.jar Component|udk Version|current Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|sb Reported by|sb
------- Additional comments from [EMAIL PROTECTED] Fri Dec 15 02:57:59 -0800 2006 ------- Running FindBugs (see <http://findbugs.sourceforge.net/>) on SRC680m197 unoloader.jar: > findbugs-1.1.2-rc3/bin/findbugs -textui .../solver/bin/unoloader.jar M B DP: com.sun.star.lib.unoloader.UnoLoader.execute(java.net.URL,java.net.URL,String[]) creates a com.sun.star.lib.unoloader.UnoClassLoader classloader, which should be performed within a doPrivileged block At UnoLoader.java:[line 82] Warnings generated: 1 Attached patch fixes this. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
