On 17/02/2021 17:37, Claude Warren wrote:
I noticed that the changes to querybuilder converted a bunch of java.util.x
import to java.util.*
This is what PR review is for. It does help to be in-context.
I have updated the PR - can you approve it now please?
I was in the code because I had to make lot of changes to redo the
direct calls to Binding implementation classes.
Andy
I have always heard that the asterisk should not be used in the import
statement as it can cause conflicts that are very hard to debug when new
versions of the specific library are updated and conflicting classes added.
Is there a reason to use the '*' import?
Claude