added a comment - - edited
Fixed in trunk -r674740 and -r674768.
Fix includes:
- used bcel to read the .class files
- index classnames (packagename already included here) and methods that are public
- added tests
- search bytecode index if not found in filecontent index (general search)
This would also be included in the advanced search..
There are already stub consumers for this in archiva-lucene-consumers (IndexArchiveTableOfContentsConsumer and IndexJavaPublicMethodsConsumer). Only the implementation code is needed.