You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When there are errors in parseResult and parseResult.getResult() is null, impsort doesn't provide detials in log.
For example,
when there is this line in java file
String a="aa\sbb";
The plugin only provide log:
net.revelc.code.impsort.ex.ImpSortException: file: TestException1.java; reason: unable to successfully parse the Java file
Describe the solution you'd like
Add log print for parseResult.getProblems() when parseResult.getResult() is null
Describe alternatives you've considered
Add parseResult.getProblems() into message of ImpSortException.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When there are errors in parseResult and parseResult.getResult() is null, impsort doesn't provide detials in log.
For example,
when there is this line in java file
The plugin only provide log:
Describe the solution you'd like
Add log print for parseResult.getProblems() when parseResult.getResult() is null
Describe alternatives you've considered
Add parseResult.getProblems() into message of ImpSortException.
The text was updated successfully, but these errors were encountered: