You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Mike L. (JIRA)" <ji...@apache.org> on 2012/05/17 12:15:07 UTC

[jira] [Created] (WICKET-4563) Possible NPE in FragmentMarkupSourcingStrategy.getMarkup

Mike L. created WICKET-4563:
-------------------------------

             Summary: Possible NPE in FragmentMarkupSourcingStrategy.getMarkup
                 Key: WICKET-4563
                 URL: https://issues.apache.org/jira/browse/WICKET-4563
             Project: Wicket
          Issue Type: Bug
    Affects Versions: 1.5.3
            Reporter: Mike L.


For the code

{noformat}		if (childMarkup == null)
		{
			throw new MarkupNotFoundException("No Markup found for Fragment " + markupId +
				" in providing markup container " + markupProvider.toString());
		}
{noformat}
markupProvider might be null

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (WICKET-4563) Possible NPE in FragmentMarkupSourcingStrategy.getMarkup

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

Martin Grigorov resolved WICKET-4563.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.0.0-RC1
                   1.5.7
         Assignee: Martin Grigorov
    
> Possible NPE in FragmentMarkupSourcingStrategy.getMarkup
> --------------------------------------------------------
>
>                 Key: WICKET-4563
>                 URL: https://issues.apache.org/jira/browse/WICKET-4563
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.5.3
>            Reporter: Mike L.
>            Assignee: Martin Grigorov
>             Fix For: 1.5.7, 6.0.0-RC1
>
>
> For the code
> {noformat}		if (childMarkup == null)
> 		{
> 			throw new MarkupNotFoundException("No Markup found for Fragment " + markupId +
> 				" in providing markup container " + markupProvider.toString());
> 		}
> {noformat}
> markupProvider might be null

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WICKET-4563) Possible NPE in FragmentMarkupSourcingStrategy.getMarkup

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

Mike L. updated WICKET-4563:
----------------------------

    Affects Version/s:     (was: 1.5.3)
                       1.5.6
    
> Possible NPE in FragmentMarkupSourcingStrategy.getMarkup
> --------------------------------------------------------
>
>                 Key: WICKET-4563
>                 URL: https://issues.apache.org/jira/browse/WICKET-4563
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.5.6
>            Reporter: Mike L.
>            Assignee: Martin Grigorov
>             Fix For: 1.5.7, 6.0.0-RC1
>
>
> For the code
> {noformat}		if (childMarkup == null)
> 		{
> 			throw new MarkupNotFoundException("No Markup found for Fragment " + markupId +
> 				" in providing markup container " + markupProvider.toString());
> 		}
> {noformat}
> markupProvider might be null

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira