OpenLiberty / liberty-tools-eclipse

Eclipse Public License 2.0
11 stars 8 forks source link

SVT:Adding a feature removes the some text next to it. #470

Closed rumanaHaque closed 10 months ago

rumanaHaque commented 10 months ago

I am testing the ACME app using LT in Eclipse (Windows env). When I go to the server.xml, and add <fe Ctrl+Space - I see this added <feature></feature>

Next I do app in the space between the features <feature>app</feature>

If I do Ctrl+Space after typing app, I see one of the suggestions is appSecurityClient-1.0 feature. If I select that, it adds the feature, but removes the "</" next to it, and shows up as an error.

image
scottkurz commented 10 months ago

I just tried variations of this 10 times and recreated the problem once ! When I recreated it, it was the very last child element under <featureManager> but it didn't happen consistently even in the last position. Will have to think what the next step would be.

scottkurz commented 10 months ago

This is going to take some time to debug. The workaround is simply adding back the text (though that's annoying). Moving to next milestone.

scottkurz commented 10 months ago

I think we can close this as dup of #405 . Thx @cherylking. I was just combing through the backlog myself and noticed the same thing.

rumanaHaque commented 10 months ago

Yes - sorry I too realized that 405 and 470 are duplicates.