You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Joe Bohn (JIRA)" <ji...@apache.org> on 2008/12/15 14:59:44 UTC

[jira] Assigned: (GERONIMO-4467) null pointer acess in code.

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

Joe Bohn reassigned GERONIMO-4467:
----------------------------------

    Assignee: Joe Bohn

> null pointer acess in code.
> ---------------------------
>
>                 Key: GERONIMO-4467
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4467
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>            Reporter: Shawn Jiang
>            Assignee: Joe Bohn
>            Priority: Minor
>             Fix For: 2.1.4, 2.2
>
>         Attachments: 4467_shawn.patch
>
>
> null pointer acess in code.  
> {code}
>   if (file == null) {
>             throw new IOException("Entry not found: name=" + file.getAbsolutePath());
>         } else if (file.isDirectory()) {
> {code}

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