我正在尝试测试我的项目但是当我尝试执行此部件时,我收到了此错误:
Second call to constructor of static parser. You must either use ReInit() or set the JavaCC option STATIC to false during parser generation.
这是因为我需要执行ReUnit命令来更新对新值的引用。
我使用命令ReInit()更新了代码,就像它的建议一样,但现在我有一个错误(NullPointerException)。在此行Imp1Parser.ReInit(stream)
,错误发生并停止执行。
有人可以帮助我吗?