You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A document with empty chapter can not be checked by textidote due to the following error:
Exception in thread "main" java.util.EmptyStackException
at java.util.Stack.peek(Stack.java:102)
at ca.uqac.lif.textidote.rules.CheckSubsectionSize.evaluate(CheckSubsectionSize.java:102)
at ca.uqac.lif.textidote.Linter.evaluateAll(Linter.java:149)
at ca.uqac.lif.textidote.Main.mainLoop(Main.java:567)
at ca.uqac.lif.textidote.Main.mainLoop(Main.java:124)
at ca.uqac.lif.textidote.Main.main(Main.java:110)
The text was updated successfully, but these errors were encountered:
A document with empty chapter can not be checked by textidote due to the following error:
Exception in thread "main" java.util.EmptyStackException
at java.util.Stack.peek(Stack.java:102)
at ca.uqac.lif.textidote.rules.CheckSubsectionSize.evaluate(CheckSubsectionSize.java:102)
at ca.uqac.lif.textidote.Linter.evaluateAll(Linter.java:149)
at ca.uqac.lif.textidote.Main.mainLoop(Main.java:567)
at ca.uqac.lif.textidote.Main.mainLoop(Main.java:124)
at ca.uqac.lif.textidote.Main.main(Main.java:110)
The text was updated successfully, but these errors were encountered: