You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Steven Tierney <St...@brightpurple.co.uk> on 2010/07/26 13:13:15 UTC

RE: [jira] Commented: (WICKET-2967) org.apache.wicket.util.value.Count: add decrement method

Please un subscribe me from this mailing list

Thanks 



Steven Tierney
Bright Purple Resourcing Ltd
Senior Consultant<BR>
The Eagle Building, 19 Rose Street, Edinburgh, EH2 2PR  

Office:   +44 131 473 7045 (Direct Line)
          +44 131 473 7030
Fax:      +44 131 473 7040
Website:  www.brightpurple.co.uk
Twitter:  twitter.com/BrightPurpleR

Bright Purple Resourcing - “PERFECTLY PLACING PROFESSIONALS SINCE 1995”

Think before you print. Please do not print this email unless you really need to.

Any views or opinions presented in this email are solely 
those of the author and do not necessarily represent those of the company. 
Employees of Bright Purple Resourcing are expressly required not to make defamatory statements and not to infringe or authorise any infringement of copyright or any other legal right by email communications. Any such communication is contrary to company policy and outside the scope of the employment of the individual concerned. The company will not accept any liability in respect of such communication, and the employee responsible will be personally liable for any damages or other liability arising. This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager.-----Original Message-----
From: Hudson (JIRA) [mailto:jira@apache.org] 
Sent: 26 July 2010 12:13
To: commits@wicket.apache.org
Subject: [jira] Commented: (WICKET-2967) org.apache.wicket.util.value.Count: add decrement method


    [ https://issues.apache.org/jira/browse/WICKET-2967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892262#action_12892262 ] 

Hudson commented on WICKET-2967:
--------------------------------

Integrated in Apache Wicket 1.4.x #62 (See [http://hudson.zones.apache.org/hudson/job/Apache%20Wicket%201.4.x/62/])
    fixed: org.apache.wicket.util.value.Count: add decrement method
Issue: WICKET-2967


> org.apache.wicket.util.value.Count: add decrement method
> --------------------------------------------------------
>
>                 Key: WICKET-2967
>                 URL: https://issues.apache.org/jira/browse/WICKET-2967
>             Project: Wicket
>          Issue Type: Wish
>          Components: wicket
>    Affects Versions: 1.4.9
>            Reporter: Ralf Eichinger
>            Assignee: Juergen Donnerstag
>            Priority: Trivial
>             Fix For: 1.4.10, 1.5-M1
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> Wicket-Examples (LinkPage) use examples specific "ClickCount"-model class.
> Should use org.apache.wicket.util.value.Count class (to promote the use of it).
> For being usable for all examples, the Count-class needs this additional method:
> /**
>  * Decreases the count value by one.
>  */
> public void decrement() {
>   count--;
> }
> and a "setCount(int count)" method.

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


------------------------------------------------------------------------------------

This footnote confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses.

Bright Purple Resourcing Ltd is a company registered in Scotland with company number SC155147. VAT Number 658 2716 10.
Registered office address: Eagle Building, 19 Rose Street, Edinburgh. EH2 2PR
www.brightpurple.co.uk



Re: [jira] Commented: (WICKET-2967) org.apache.wicket.util.value.Count: add decrement method

Posted by Martin Makundi <ma...@koodaripalvelut.com>.
It's an automated list so you are responsible for both subscribing and
unsubscribing yourself.

**
Martin

2010/7/26 Steven Tierney <St...@brightpurple.co.uk>:
> Please un subscribe me from this mailing list
>
> Thanks
>
>
>
> Steven Tierney
> Bright Purple Resourcing Ltd
> Senior Consultant<BR>
> The Eagle Building, 19 Rose Street, Edinburgh, EH2 2PR
>
> Office:   +44 131 473 7045 (Direct Line)
>          +44 131 473 7030
> Fax:      +44 131 473 7040
> Website:  www.brightpurple.co.uk
> Twitter:  twitter.com/BrightPurpleR
>
> Bright Purple Resourcing - “PERFECTLY PLACING PROFESSIONALS SINCE 1995”
>
> Think before you print. Please do not print this email unless you really need to.
>
> Any views or opinions presented in this email are solely
> those of the author and do not necessarily represent those of the company.
> Employees of Bright Purple Resourcing are expressly required not to make defamatory statements and not to infringe or authorise any infringement of copyright or any other legal right by email communications. Any such communication is contrary to company policy and outside the scope of the employment of the individual concerned. The company will not accept any liability in respect of such communication, and the employee responsible will be personally liable for any damages or other liability arising. This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager.-----Original Message-----
> From: Hudson (JIRA) [mailto:jira@apache.org]
> Sent: 26 July 2010 12:13
> To: commits@wicket.apache.org
> Subject: [jira] Commented: (WICKET-2967) org.apache.wicket.util.value.Count: add decrement method
>
>
>    [ https://issues.apache.org/jira/browse/WICKET-2967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892262#action_12892262 ]
>
> Hudson commented on WICKET-2967:
> --------------------------------
>
> Integrated in Apache Wicket 1.4.x #62 (See [http://hudson.zones.apache.org/hudson/job/Apache%20Wicket%201.4.x/62/])
>    fixed: org.apache.wicket.util.value.Count: add decrement method
> Issue: WICKET-2967
>
>
>> org.apache.wicket.util.value.Count: add decrement method
>> --------------------------------------------------------
>>
>>                 Key: WICKET-2967
>>                 URL: https://issues.apache.org/jira/browse/WICKET-2967
>>             Project: Wicket
>>          Issue Type: Wish
>>          Components: wicket
>>    Affects Versions: 1.4.9
>>            Reporter: Ralf Eichinger
>>            Assignee: Juergen Donnerstag
>>            Priority: Trivial
>>             Fix For: 1.4.10, 1.5-M1
>>
>>   Original Estimate: 0.17h
>>  Remaining Estimate: 0.17h
>>
>> Wicket-Examples (LinkPage) use examples specific "ClickCount"-model class.
>> Should use org.apache.wicket.util.value.Count class (to promote the use of it).
>> For being usable for all examples, the Count-class needs this additional method:
>> /**
>>  * Decreases the count value by one.
>>  */
>> public void decrement() {
>>   count--;
>> }
>> and a "setCount(int count)" method.
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>
> ------------------------------------------------------------------------------------
>
> This footnote confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses.
>
> Bright Purple Resourcing Ltd is a company registered in Scotland with company number SC155147. VAT Number 658 2716 10.
> Registered office address: Eagle Building, 19 Rose Street, Edinburgh. EH2 2PR
> www.brightpurple.co.uk
>
>
>