yeison / snakeyaml

Automatically exported from code.google.com/p/snakeyaml
Apache License 2.0
0 stars 0 forks source link

multiply inherited fields does not work #83

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
See Java Spec 
http://java.sun.com/docs/books/jls/third_edition/html/classes.html#8.3.3.3
This will not work with current code.

I make it Low priority and not as a bug, but Enhancement... Change it if you 
think it should be different.

Original issue reported on code.google.com by alexande...@gmail.com on 2 Sep 2010 at 6:39

GoogleCodeExporter commented 9 years ago
I ment not inherited from interfaces but classes since interfaces' field are 
final static (so constants).
Example sometime later...

Original comment by alexande...@gmail.com on 2 Sep 2010 at 7:14