Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

STS 3.9.5 AutoComplete does not work with roo #314

Open
brown1970 opened this issue Sep 7, 2018 · 4 comments
Open

STS 3.9.5 AutoComplete does not work with roo #314

brown1970 opened this issue Sep 7, 2018 · 4 comments

Comments

@brown1970
Copy link

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
Copy link
Author

i am using spring roo 1.3.2

@martinlippert
Copy link
Contributor

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
Copy link
Author

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
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants