]> source.dussan.org Git - aspectj.git/commit
defensively supplying ISourceLocation.NO_FILE when there is no file in the result.
authorwisberg <wisberg>
Wed, 14 May 2003 05:35:38 +0000 (05:35 +0000)
committerwisberg <wisberg>
Wed, 14 May 2003 05:35:38 +0000 (05:35 +0000)
commit1945ac7ed08422066ef424810ba012739ce0f934
treef373a37304d9d984e12e68cb28098a25d3790749
parent1972b16473625b96a2bf419ac113f5923f0c7093
defensively supplying ISourceLocation.NO_FILE when there is no file in the result.
This is needed for file-based message matching to not fail when no file is specified,
and might provide a more sensible error message if the file is used.
This only replaces a NPE or invalid (empty) filename strings.
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseSourceLocation.java