You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Dariusz Wojtas (JIRA)" <ji...@apache.org> on 2007/08/08 21:40:59 UTC

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

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
            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.


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

Posted by "Alastair Maw (JIRA)" <ji...@apache.org>.
     [ 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.


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

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

Alastair Maw updated WICKET-829:
--------------------------------

    Issue Type: Improvement  (was: Bug)

> DetachableContactModel - the 'contact' property is never used
> -------------------------------------------------------------
>
>                 Key: WICKET-829
>                 URL: https://issues.apache.org/jira/browse/WICKET-829
>             Project: Wicket
>          Issue Type: Improvement
>          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.