Reports unresolved Spring MVC View references.
Example:
@RequestMapping public String viewHandler() { return "viewName"; // will be highlighted if no view with "viewName" can be found }