You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Richard Emberson (JIRA)" <ji...@apache.org> on 2010/12/06 20:32:09 UTC

[jira] Created: (WICKET-3235) AutoCompleteBehavior overwrites base class AbstractAutoCompleteBehavior settings variable

AutoCompleteBehavior overwrites base class AbstractAutoCompleteBehavior settings variable
-----------------------------------------------------------------------------------------

                 Key: WICKET-3235
                 URL: https://issues.apache.org/jira/browse/WICKET-3235
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-extensions
    Affects Versions: 1.5-M3
         Environment: all
            Reporter: Richard Emberson
            Priority: Trivial


AutoCompleteBehavior's base class AbstractAutoCompleteBehavior creates the settings
instance variable:
  protected AutoCompleteSettings settings = new AutoCompleteSettings();

So, this.settings has default value.

In AutoCompleteBehavior constructor, a new AutoCompleteSettings is created if the
settings constructor parameter is null and is used to re-set the settings instance variable.


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


[jira] Commented: (WICKET-3235) AutoCompleteBehavior overwrites base class AbstractAutoCompleteBehavior settings variable

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12968513#action_12968513 ] 

Hudson commented on WICKET-3235:
--------------------------------

Integrated in Apache Wicket 1.4.x #312 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.4.x/312/])
    - code cleanup
- deprecating the preselect variable that was no longer used and start to consider its value (it is protected, we can't just remove it )

Issue: WICKET-3235


> AutoCompleteBehavior overwrites base class AbstractAutoCompleteBehavior settings variable
> -----------------------------------------------------------------------------------------
>
>                 Key: WICKET-3235
>                 URL: https://issues.apache.org/jira/browse/WICKET-3235
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.5-M3
>         Environment: all
>            Reporter: Richard Emberson
>            Assignee: Pedro Santos
>            Priority: Trivial
>             Fix For: 1.4.15, 1.5-M4
>
>
> AutoCompleteBehavior's base class AbstractAutoCompleteBehavior creates the settings
> instance variable:
>   protected AutoCompleteSettings settings = new AutoCompleteSettings();
> So, this.settings has default value.
> In AutoCompleteBehavior constructor, a new AutoCompleteSettings is created if the
> settings constructor parameter is null and is used to re-set the settings instance variable.

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


[jira] Assigned: (WICKET-3235) AutoCompleteBehavior overwrites base class AbstractAutoCompleteBehavior settings variable

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

Pedro Santos reassigned WICKET-3235:
------------------------------------

    Assignee: Pedro Santos

> AutoCompleteBehavior overwrites base class AbstractAutoCompleteBehavior settings variable
> -----------------------------------------------------------------------------------------
>
>                 Key: WICKET-3235
>                 URL: https://issues.apache.org/jira/browse/WICKET-3235
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.5-M3
>         Environment: all
>            Reporter: Richard Emberson
>            Assignee: Pedro Santos
>            Priority: Trivial
>
> AutoCompleteBehavior's base class AbstractAutoCompleteBehavior creates the settings
> instance variable:
>   protected AutoCompleteSettings settings = new AutoCompleteSettings();
> So, this.settings has default value.
> In AutoCompleteBehavior constructor, a new AutoCompleteSettings is created if the
> settings constructor parameter is null and is used to re-set the settings instance variable.

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


[jira] Resolved: (WICKET-3235) AutoCompleteBehavior overwrites base class AbstractAutoCompleteBehavior settings variable

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

Pedro Santos resolved WICKET-3235.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M4
                   1.4.15

> AutoCompleteBehavior overwrites base class AbstractAutoCompleteBehavior settings variable
> -----------------------------------------------------------------------------------------
>
>                 Key: WICKET-3235
>                 URL: https://issues.apache.org/jira/browse/WICKET-3235
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.5-M3
>         Environment: all
>            Reporter: Richard Emberson
>            Assignee: Pedro Santos
>            Priority: Trivial
>             Fix For: 1.4.15, 1.5-M4
>
>
> AutoCompleteBehavior's base class AbstractAutoCompleteBehavior creates the settings
> instance variable:
>   protected AutoCompleteSettings settings = new AutoCompleteSettings();
> So, this.settings has default value.
> In AutoCompleteBehavior constructor, a new AutoCompleteSettings is created if the
> settings constructor parameter is null and is used to re-set the settings instance variable.

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