spring-attic / spring-ide

Spring Development Environment for Eclipse
299 stars 126 forks source link

STS 3.9.5 AutoComplete does not work with roo #314

Open brown1970 opened 6 years ago

brown1970 commented 6 years ago

I installed STS 3.9.5 with java 10 and the autocomplete stopped working for the Roo generated entities. For example, if I put in the Domain class the method set and get, it works fine. If the method is in the AspectJ, the autocomplete is stopped. And the same is for alla aspectj Classes in project

I tried to install java 1.8 but the same problem exists. I installed on 2 different PCs and got into the same issue. If I use STS 3.9.0 , it's ok!!

brown1970 commented 6 years ago

i am using spring roo 1.3.2

martinlippert commented 6 years ago

Can you attach a sample project and a few steps how to reproduce the problem? That would be great and help us to identify the issue. Thanks!!!

brown1970 commented 6 years ago

Class WebSiteInformation { field name fiedl surname }

WebSiteInformation webSiteInformation = new WebSiteInformation(); webSiteInformation .set* (not appear any autocomplete) only on STS3.9.5 .. if i use 3.9.0 ..is ok i deleted the folder .m2 and rebuild maven.. but is the same

martinlippert commented 5 years ago

Can you zip up the whole project directory and attach it? Our share the whole project as a repo on GitHub? That would be awesome.