Possible Bug in ReflectionMetaDataMaker
Craig Fleming <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
Hey yo, I can't say for certain that this is a bug, mainly because I found it by inspection rather than having a particular program that doesn't work. Around line 49 of ReflectionMetaDataMaker it looks like there should be a call to classMetaData.setMethods( methodList ). It's there in the other MetaDataMakers, but not this one. Could be the cause of someone's grief ;) Craig