Tried clean and build, did not work. Created a bug 424
Created a bug 424
Also attaching my eclipse .log file
java.lang.NullPointerException when trying to run checkstyle
Getting the following error now !ENTRY net.sf.eclipsecs.core 4 0 2017-07-18 12:01:00.439 !MESSAGE Checkstyle-Plugin: null !STACK 0 java.lang.NullPointerException at net.sf.eclipsecs.ui.stats.views.MarkerStatsView$DetailViewMultiProvider.getColumnText(MarkerStatsView.java:750) at org.eclipse.jface.viewers.TableColumnViewerLabelProvider.update(TableColumnViewerLabelProvider.java:66) at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.java:141) at org.eclipse.jface.viewers.AbstractTableViewer.doUpdateItem(AbstractTableViewer.java:387)...
Moved to 8.0. Thanks
We want to use some of the features introduced in checkstyle 7.8 and the plugin is breaking. Does anyone know the expected support date for 7.8 This is our config and the error we get in eclipse log. <module name="IllegalImport"> <property name="regexp" value="true"/> <property name="illegalPkgs" value="sun\..*|jersey\.repackaged\..*|clover\..*"/> </module> !MESSAGE Checkstyle-Plugin: cannot initialize module TreeWalker - Property 'regexp' in module IllegalImport does not exist, please check the...