Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Feature Loading on hierarchy in loop structure. #2

Open
tglman opened this issue Sep 26, 2011 · 1 comment
Open

Wrong Feature Loading on hierarchy in loop structure. #2

tglman opened this issue Sep 26, 2011 · 1 comment
Milestone

Comments

@tglman
Copy link
Member

tglman commented Sep 26, 2011

with 3 class: A, B ,C

with A reference B and C

and C extend B

and C reference A

occur on the feature loading that C not copy real feature set in B because the features of C are loaded before than B.

temporary fix is set the same feature o B in C.

@marcolazzara
Copy link

I have the same problem in my project :

A references B(abstract) and C extends B.

There is a problem on overriding getter and setter methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants