Community
Participate
Working Groups
JSWebResourceEventManager takes a "dummy" source entry and converts it to the correct source entry after the web module nature has been installed. However, it is possible that there is an existing library entry that matches the new source path. In this case we do not want to create a conflict, so check if the entry paths match and if they do there is no reason to create the source entry.
Created attachment 197962 [details] patch
Actually, does it matter if one of the resolved entries matching a root path is IIncludePathEntry.CPE_LIBRARY and not some other kind of entry?
Created attachment 197984 [details] new patch It does not....updated patch.
Checked into HEAD and 3.2.5.
Minor update made to for loop to change <= to <.