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
the method org.datacleaner.beans.StringAnalyzerResult#getMaxChars should just return Integer instead of returing int ,cause sometimes the method may throw nullexception. @Metric("Max words") public int getMaxWords(InputColumn<?> col) { return (Integer)this.getCrosstab().where("Column", col.getName()).where("Measures", "Max words").get(); }
The text was updated successfully, but these errors were encountered:
the method org.datacleaner.beans.StringAnalyzerResult#getMaxChars should just return Integer instead of returing int ,cause sometimes the method may throw nullexception.
@Metric("Max words") public int getMaxWords(InputColumn<?> col) { return (Integer)this.getCrosstab().where("Column", col.getName()).where("Measures", "Max words").get(); }
The text was updated successfully, but these errors were encountered: