Does anyone know how to determine if an IMethod has source or source
attachment without calling getSource()..at the moment i use the
getSource() method and check if the result != null... but this seems to
cause pretty bad performance problems for large files...