You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Major Peter (JIRA)" <ji...@apache.org> on 2010/12/18 16:36:01 UTC

[jira] Created: (WICKET-3270) NPE in PageParameters toString method

NPE in PageParameters toString method
-------------------------------------

                 Key: WICKET-3270
                 URL: https://issues.apache.org/jira/browse/WICKET-3270
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.5-M3
            Reporter: Major Peter


PageParameters toString method doesn't check for null for 'indexedParameters' and 'namedParameters'. If the copy  constructor checks for it, then the toString method should check too.

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


[jira] Updated: (WICKET-3270) NPE in PageParameters toString method

Posted by "Major Peter (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Major Peter updated WICKET-3270:
--------------------------------

    Attachment: wicket-3270.tar.gz

Simple project demonstrating the issue. (DefaultExceptionMapper tries to call the toString on RuntimeException)

> NPE in PageParameters toString method
> -------------------------------------
>
>                 Key: WICKET-3270
>                 URL: https://issues.apache.org/jira/browse/WICKET-3270
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M3
>            Reporter: Major Peter
>         Attachments: wicket-3270.tar.gz
>
>
> PageParameters toString method doesn't check for null for 'indexedParameters' and 'namedParameters'. If the copy  constructor checks for it, then the toString method should check too.

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


[jira] Resolved: (WICKET-3270) NPE in PageParameters toString method

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-3270.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M4

Fixed with r1050689.

> NPE in PageParameters toString method
> -------------------------------------
>
>                 Key: WICKET-3270
>                 URL: https://issues.apache.org/jira/browse/WICKET-3270
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M3
>            Reporter: Major Peter
>            Assignee: Martin Grigorov
>             Fix For: 1.5-M4
>
>         Attachments: wicket-3270.tar.gz
>
>
> PageParameters toString method doesn't check for null for 'indexedParameters' and 'namedParameters'. If the copy  constructor checks for it, then the toString method should check too.

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


[jira] Assigned: (WICKET-3270) NPE in PageParameters toString method

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov reassigned WICKET-3270:
---------------------------------------

    Assignee: Martin Grigorov

> NPE in PageParameters toString method
> -------------------------------------
>
>                 Key: WICKET-3270
>                 URL: https://issues.apache.org/jira/browse/WICKET-3270
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M3
>            Reporter: Major Peter
>            Assignee: Martin Grigorov
>         Attachments: wicket-3270.tar.gz
>
>
> PageParameters toString method doesn't check for null for 'indexedParameters' and 'namedParameters'. If the copy  constructor checks for it, then the toString method should check too.

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