You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Zakharov (JIRA)" <ji...@apache.org> on 2007/03/19 10:12:32 UTC

[jira] Assigned: (HARMONY-3385) [classlib][swing][netbeans] UIDefaults.getUI() uses wrong classloader

     [ https://issues.apache.org/jira/browse/HARMONY-3385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Zakharov reassigned HARMONY-3385:
----------------------------------------

    Assignee: Alexei Zakharov

> [classlib][swing][netbeans] UIDefaults.getUI() uses wrong classloader
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-3385
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3385
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports, Classlib
>            Reporter: Vasily Zakharov
>         Assigned To: Alexei Zakharov
>         Attachments: Harmony-3385-fix.patch, Harmony-3385-test.patch, Harmony-3385-test.patch
>
>
> UIDefaults.getUI(JComponent comp) calls getUIClass(comp.getUIClassID()), and getUIClass(String) uses default classloader to load the specified class, that makes loading UI classes accessible by other classloaders impossible.
> This issue was discovered while trying to run Netbeans.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.