6.1 PERSISTENCE_NEVER not respected ?
Hi,
just wanted to see if other see the same.
I have a couple of TopComponents all using
@Override
public int getPersistenceType() {
return TopComponent.PERSISTENCE_NEVER;
}
But, after I have upgraded to Nb 6.1 very often the application starts up with some empty leftovers of TopComponents. That did not happen in 6.0 and I have not changed any of that code.
B-)