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
I am trying Petclinic, opened OwnerRepository, typing findBy and invoking content-assist. The list of proposals include a proposal findBy that produces
List<Owner> findBy();
which doesn't make a lot of sense. I think the code completion engine should not create this proposal.