_checkResultMap = new HashMap();
_controllerGrammar = getControllerGrammar();
_actionGrammar = new ActionGrammar( getEnv(), getDiagnostics(), getRuntimeVersionChecker(), fcInfo );
_exceptionHandlerGrammar =
new ExceptionHandlerGrammar( getEnv(), getDiagnostics(), getRuntimeVersionChecker(), fcInfo );
_formBeanChecker = new FormBeanChecker( getEnv(), getDiagnostics() );
SilentDiagnostics silentDiagnostics = new SilentDiagnostics();
_actionGrammarSilentDiagnostics = new ActionGrammar( getEnv(), silentDiagnostics, getRuntimeVersionChecker(), fcInfo );
_exceptionHandlerGrammarSilentDiagnostics =
new ExceptionHandlerGrammar( getEnv(), silentDiagnostics, getRuntimeVersionChecker(), fcInfo );
fcInfo.startBuild( getEnv(), jclass );
try
{