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
{{ message }}
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.
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!!
The text was updated successfully, but these errors were encountered:
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
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!!
The text was updated successfully, but these errors were encountered: