Initial value parsing and double-sets [message #101067] |
Tue, 02 August 2005 13:00  |
Eclipse User |
|
|
|
VE parses the code for initial values of labels and the like, which is nice.
However, I noticed that if your initialization code sets the value (the text
in a label, for example) twice, then the VE preview displays the first
value, not the second.
Reproduce:
create a JPanel, drop a label, duplicate the setText line and make the
second value different. No matter the amount of reparsing, VE always
previews the first value in the source, even though the true initial value
(as demonstrated by run as java bean) is the last set to take place.
This came up in a Swing panel, where I was attempting override a components
default preferred size calculation by setting the maximum value, calling
setPrefferedSize( getPreferredSize() ) and then setting the real initial
value.
Joel
|
|
|
Re: Initial value parsing and double-sets [message #101098 is a reply to message #101067] |
Tue, 02 August 2005 13:58  |
Eclipse User |
|
|
|
Hi Joel,
Bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=49464 was made to
track this problem. Please add yourself on CC to track its progress.
Regards,
Sri.
Joel Kamentz wrote:
> VE parses the code for initial values of labels and the like, which is nice.
> However, I noticed that if your initialization code sets the value (the text
> in a label, for example) twice, then the VE preview displays the first
> value, not the second.
>
> Reproduce:
> create a JPanel, drop a label, duplicate the setText line and make the
> second value different. No matter the amount of reparsing, VE always
> previews the first value in the source, even though the true initial value
> (as demonstrated by run as java bean) is the last set to take place.
>
>
> This came up in a Swing panel, where I was attempting override a components
> default preferred size calculation by setting the maximum value, calling
> setPrefferedSize( getPreferredSize() ) and then setting the real initial
> value.
>
> Joel
>
>
|
|
|
Re: Initial value parsing and double-sets [message #610113 is a reply to message #101067] |
Tue, 02 August 2005 13:58  |
Eclipse User |
|
|
|
Hi Joel,
Bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=49464 was made to
track this problem. Please add yourself on CC to track its progress.
Regards,
Sri.
Joel Kamentz wrote:
> VE parses the code for initial values of labels and the like, which is nice.
> However, I noticed that if your initialization code sets the value (the text
> in a label, for example) twice, then the VE preview displays the first
> value, not the second.
>
> Reproduce:
> create a JPanel, drop a label, duplicate the setText line and make the
> second value different. No matter the amount of reparsing, VE always
> previews the first value in the source, even though the true initial value
> (as demonstrated by run as java bean) is the last set to take place.
>
>
> This came up in a Swing panel, where I was attempting override a components
> default preferred size calculation by setting the maximum value, calling
> setPrefferedSize( getPreferredSize() ) and then setting the real initial
> value.
>
> Joel
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.02877 seconds