Comment 1 for bug 650617

Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

I implemented that change in SVN trunk, but there is now the problem that set(someStringPath, null) calls are ambiguous and the compiler complains.

This can be fixed like this though :

set(someStringPath, (String)null)

Maybe an additional setNull(Path<?> path) could work. What do you think?