log exception instead of printing out the stack trace
This commit is contained in:
@@ -194,7 +194,7 @@ public class ValuePropertyReferencesProvider implements ReferenceProvider {
|
||||
|
||||
}
|
||||
catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
log.error("", e);
|
||||
}
|
||||
|
||||
return foundLocations;
|
||||
|
||||
Reference in New Issue
Block a user