Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NPE in EclipseSourceFileModule ctor (#1261)
* Fix NPE in EclipseSourceFileModule ctor The `getLocation()` API is returning `null`, resulting in an NPE. Use `getFullPath()` instead, which seems to work.
- Loading branch information