Reports incorrect files referenced in the XML application context.
Example:
<beans>
<import resource="imported-app-context.xml"/>
<import resource="banner.txt"/>// reports 'Incorrect resource type' as Spring XML application context is expected here
</beans>