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
(please note: same package as the second MyBean class).
Invoke code assist at "|" and choose test4.MyBean(): the constructor invocation is completed, but no import statement is added, hence the class being constructed is indeed test5.MyBean instead of test4.MyBean.
The text was updated successfully, but these errors were encountered:
Consider the Groovy class:
and the following:
(please note: two classes with the same name in different packages)
Then the following:
(please note: same package as the second
MyBean
class).Invoke code assist at "|" and choose
test4.MyBean()
: the constructor invocation is completed, but no import statement is added, hence the class being constructed is indeedtest5.MyBean
instead oftest4.MyBean
.The text was updated successfully, but these errors were encountered: