https://github.com/apache/wicket/compare/wicket-6.x...WICKET-5677 looks
quite simpler now (without all the formating noise) !

+1 to merge it to wicket 6.x from me!

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov


On Tue, Aug 26, 2014 at 8:56 PM, Martin Grigorov <mgrigo...@apache.org>
wrote:

> + private static final int FLAG_RE_ADDED = 0x400000;
>
> maybe use
> /** Reserved subclass-definable flag bit */
> private static final int FLAG_NOTUSED7 = 0x40000;
> ?
> it is not used at the moment
>
> keep the constants ordered so it is easy to find what is the next
> available value for the next time
>
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
>
> On Mon, Aug 25, 2014 at 10:22 AM, Carl-Eric Menzel <cmen...@wicketbuch.de>
> wrote:
>
>> I've applied the changes you suggested, they seem to work nicely. Only
>> in the WICKET-5677 branch based on 6.x so far, I'll cherry-pick it to
>> master once we agree that we can integrate this.
>>
>> Carl-Eric
>>
>> On Thu, 21 Aug 2014 23:30:45 +0200
>> Carl-Eric Menzel <cmen...@wicketbuch.de> wrote:
>>
>> > On Wed, 20 Aug 2014 15:26:45 +0300
>> > Martin Grigorov <mgrigo...@apache.org> wrote:
>> >
>> > > Carl-Eric,
>> > >
>> > > could you please re-format the related classes in wicket-6.x branch
>> > > so all noise like
>> > >
>> https://github.com/apache/wicket/compare/wicket-6.x...WICKET-5677#diff-bfa8bce2a5e14af19e42011a5e2d4c68L4380
>> > > disappear ?
>> > > Just open the same classes in wicket-6.x branch, format them,
>> > > commit+push. Cherry-pick in master.
>> >
>> > Will do.
>> >
>> > > I've added a comment on one of the commits in GitHub but so far I
>> > > don't received a notification about it. Did you receive a
>> > > notification about
>> > >
>> https://github.com/apache/wicket/commit/4703c1ae1af91fdcca44e34edbeeb8bbaeb63b6c#commitcomment-7456068
>> ?
>> >
>> > I didn't get a notification. But I'll have a look.
>> >
>> > Carl-Eric
>>
>>
>

Reply via email to