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
Exception in thread "main" java.lang.NullPointerException
at com.koval.resolver.common.api.util.TextUtil.simplify(TextUtil.java:17)
at com.koval.resolver.processor.issues.granular.core.GranularIssuesDataSetsCreator.create(GranularIssuesDataSetsCreator.java:65)
at com.koval.resolver.core.Launcher.createGranularIssuesDataSets(Launcher.java:114)
at com.koval.resolver.IResolverApplication.main(IResolverApplication.java:64)
> Task :createGranularIssuesDataSets FAILED
Happens when field description of an issue is empty.
The text was updated successfully, but these errors were encountered:
…e of blank description field fixed (#168)
* #161 Empty line at the top of Issues_DataSet.txt file removed
#167 NPE because of blank description field fixed
* passed pmd check
Task crashes with following error:
Happens when field description of an issue is empty.
The text was updated successfully, but these errors were encountered: