rvasa / jseat

Automatically exported from code.google.com/p/jseat
0 stars 0 forks source link

Inner class processing not working as intended. #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Background:
Inner classes are currently being treated as first class citizens (so they 
get parsed like normal classes). Their data then gets parsed again in 
the 'inner class check' and merged with a parent class. This is not the 
desired nor intended behaviour.

FIX:
Inner classes should NOT be parsed during the initial class list.
They should ONLY be parsed in the inner class check and merged with their 
parent class at that point.

Not sure why this is occurring. I will investigate this further.

Original issue reported on code.google.com by jtha...@gmail.com on 13 Nov 2007 at 9:02

GoogleCodeExporter commented 9 years ago
FIXED:
Inner class processing has now been fixed. This was in part, due to a minor bug 
in 
the FiloIO utility incorrectly reporting inner classes as normal classes.

Note: Any previous JSeat projects will need to be re-created in order to 
reflect the 
changes.

Original comment by jtha...@gmail.com on 15 Nov 2007 at 5:28