commit | f72447a7f8edc4b638c843026fed6b03deb39128 | [log] [tgz] |
---|---|---|
author | vrubezhny <vrubezhny@exadel.com> | Thu Dec 26 17:08:03 2013 +0400 |
committer | vrubezhny <vrubezhny@exadel.com> | Thu Dec 26 17:14:14 2013 +0400 |
tree | 4d68d427920432f622b378da4684ac073b9b6caf | |
parent | 559d382bf4ecdf68f53d9bd392dd1c3b1cab885a [diff] |
NullPointerException in ScopeAnalyzer.getUsedVariableNames() The method ScopeAnalyzer.getDeclarationsAfter(int, int) should never return null, so it's made to return empty array instead of null. Signed-off-by: vrubezhny <vrubezhny@exadel.com>