Details
Description
follow on from greclipse 1213. If there is only one arg on the method call, there is no recovery:
foo.bar('abc',BorderLayout.
will propose the correct results, but
foo.bar(BorderLayout.
will not
follow on from greclipse 1213. If there is only one arg on the method call, there is no recovery:
foo.bar('abc',BorderLayout.
will propose the correct results, but
foo.bar(BorderLayout.
will not