Message4290

Author MrMeanie
Recipients MrMeanie
Date 2009-03-14.09:25:16
SpamBayes Score 2.9196352e-05
Marked as misclassified No
Message-id <1237022720.48.0.0152217281618.issue1271@psf.upfronthosting.co.za>
In-reply-to
Content
Given:
- Two Java classes, 'Base' and 'Derived', where 'Derived' extends 'Base'
- Where 'Base' implements the method 'foo()'
- Where 'Derived' implements the method 'getFoo()'

The bean property accessor that is generated for 'Derived.getFoo()'
which allows it to be called by using the expression 'derived.foo'.
Unfortunately, this covers the 'Base.foo()' method, making 'Base.foo()'
unaccessable for instances of 'Derived'.
History
Date User Action Args
2009-03-14 09:25:20MrMeaniesetrecipients: + MrMeanie
2009-03-14 09:25:20MrMeaniesetmessageid: <1237022720.48.0.0152217281618.issue1271@psf.upfronthosting.co.za>
2009-03-14 09:25:19MrMeanielinkissue1271 messages
2009-03-14 09:25:19MrMeaniecreate