You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Funk (JIRA)" <ji...@apache.org> on 2007/04/24 23:42:18 UTC

[jira] Created: (WICKET-498) Code smell: Duplicate code: Application.exists(); Application.isAttached()

Code smell: Duplicate code: Application.exists(); Application.isAttached()
--------------------------------------------------------------------------

                 Key: WICKET-498
                 URL: https://issues.apache.org/jira/browse/WICKET-498
             Project: Wicket
          Issue Type: Bug
            Reporter: Martin Funk
            Priority: Trivial


Code smell: Duplicate code: Application.exists(); Application.isAttached()

Both consist of the same code and exists() doesn't seem to be used at all.

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


[jira] Resolved: (WICKET-498) Code smell: Duplicate code: Application.exists(); Application.isAttached()

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

Eelco Hillenius resolved WICKET-498.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3

Good point. Removed isAttached and kept exists as that is the method used in Session.

> Code smell: Duplicate code: Application.exists(); Application.isAttached()
> --------------------------------------------------------------------------
>
>                 Key: WICKET-498
>                 URL: https://issues.apache.org/jira/browse/WICKET-498
>             Project: Wicket
>          Issue Type: Bug
>            Reporter: Martin Funk
>            Priority: Trivial
>             Fix For: 1.3
>
>
> Code smell: Duplicate code: Application.exists(); Application.isAttached()
> Both consist of the same code and exists() doesn't seem to be used at all.

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