Skip virtual resources when auto-ignoring derived resources
commit5e0c006b3733a0dafde0495123b418329f487e06
authorMatthias Sohn <matthias.sohn@sap.com>
Mon, 27 Feb 2023 16:17:25 +0000 (27 17:17 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 27 Feb 2023 20:45:41 +0000 (27 21:45 +0100)
tree8e45992bacc2f97bb8bb1c17f063c69ce630c780
parentbbeb416c4bbf862f174ee5b87c6e915f494fb720
Skip virtual resources when auto-ignoring derived resources

This fixes an NPE which happens when
ConnectProviderOperation#findDerivedResources tries to get the path of
a virtual resource which doesn't have a path.

Bug: 581603
Change-Id: I50b450e9ded3201a7cf14379378b3e8b22e0b73c
org.eclipse.egit.core/src/org/eclipse/egit/core/op/ConnectProviderOperation.java