You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Alastair Maw (JIRA)" <ji...@apache.org> on 2007/08/14 20:03:30 UTC

[jira] Resolved: (WICKET-829) DetachableContactModel - the 'contact' property is never used

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

Alastair Maw resolved WICKET-829.
---------------------------------

    Resolution: Fixed
      Assignee: Alastair Maw

It's a hangover from an ancient version. Thanks for the spot. Fixed in trunk.

> DetachableContactModel - the 'contact' property is never used
> -------------------------------------------------------------
>
>                 Key: WICKET-829
>                 URL: https://issues.apache.org/jira/browse/WICKET-829
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-examples
>    Affects Versions: 1.3.0-beta2
>            Reporter: Dariusz Wojtas
>            Assignee: Alastair Maw
>            Priority: Minor
>             Fix For: 1.3.0-beta3
>
>
> Class:   
>    org.apache.wicket.examples.repeater.DetachableContactModel
> declares property:
>    private transient Contact contact;
> It is even set in one of constructors - but NEVER used, every load() call ends with call to the database service.
> This class is definitely not what a good example should show.

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