oblac / jodd

Jodd! Lightweight. Java. Zero dependencies. Use what you like.

Home Page:https://jodd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ignoreEmptyString not being used by BeanVisitor

dinhani opened this issue · comments

It is possible to set ignoreEmptyString to BeanVisitor, but the value is not being checked anywhere.

Maybe it should be checked in the following line?

https://github.com/oblac/jodd/blob/master/jodd-bean/src/main/java/jodd/bean/BeanVisitor.java#L173

Correct!