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
packagetest54importjavax.annotation.ResourceclassTest54 {
String foo
String bar
@ResourceString foobar
}
From the Outline View, select bar, press Del key and confirm deletion: the bar property gets deleted, but the Outline View is not updated and still shows it.
Please note that in other "real-world" scenarios I get a slightly different behaviour: the view is somewhat updated, but it still shows the deleted field with a question mark (instead of the standard property icon) on its left. Please see the following example, where I deleted the token field from the Outline View:
The text was updated successfully, but these errors were encountered:
The editor action ConvertToMethodAction is running between the field removal and the reconcile that builds the delta used to update the outline view. It is running its own reconcile to determine of the current editor selection is an applicable element.
Consider this class:
From the Outline View, select
bar
, press Del key and confirm deletion: thebar
property gets deleted, but the Outline View is not updated and still shows it.Please note that in other "real-world" scenarios I get a slightly different behaviour: the view is somewhat updated, but it still shows the deleted field with a question mark (instead of the standard property icon) on its left. Please see the following example, where I deleted the
token
field from the Outline View:The text was updated successfully, but these errors were encountered: