I've just set up a new eclipse installation with CobaltPlatformSearch, following instructions here:
https://thehub.thomsonreuters.com/docs/DOC-831462http://nsawiki.int.westgroup.com/wiki/index.php5/Java_developer_startup_instructions_(WestlawNext)I get hundreds of warnings in CobaltPlatformSearch:
Unable to get class information for ParseException.
This class does exist however, as a derived resource:
/CobaltPlatformSearch/derived/com/trgr/cobalt/search/presearch/parser/javacc/ParseException.java
Looks like something in the build sequence is not correctly picking up the generated resources?
Makes it almost impossible to notice genuined checkstyle warnings as they get hidden amongst the noise of these warnings