Skip to main content



      Home
Home » Newcomers » Newcomers » Content Assist in Switch-case doesn't work - eclipse jee 2021-06
Content Assist in Switch-case doesn't work - eclipse jee 2021-06 [message #1843353] Sun, 25 July 2021 03:43 Go to next message
Eclipse UserFriend
Hi,
I worked on eclipse jee 2021-03 and upgraded to 2021-06.
There are some issues I'm not sure if bug or not.
For example, the content assist doesn't work properly in some places.
For example:
Person person = new Person;
switch (type) {
case MALE:
person. --> the Content assist doesn't work (empty suggestions)
person.; --> if I put semicolon at the end of line before typing code the Content assist works fine.
break;
}

if this is a bug I'll be happy to open (I didn't find one)

Thanks,
Tomer.
Re: Content Assist in Switch-case doesn't work - eclipse jee 2021-06 [message #1843362 is a reply to message #1843353] Mon, 26 July 2021 03:27 Go to previous message
Eclipse UserFriend
Yes, there have been regressions with content assist in 2021-06. See bug 574913 for a list of bugs. Your case might be covered by bug 573853; but I don't see any mention of "switch" anywhere. Feel free to add your example with the switch there.
Previous Topic:How to restore console "overlay" ?
Next Topic:Eclipse 2021-06 - adoptJDK
Goto Forum:
  


Current Time: Wed Jul 09 14:19:41 EDT 2025

Powered by FUDForum. Page generated in 0.19825 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top