Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.11.0
-
None
-
None
Description
In the XMLGrammarPoolImpl class, most of the methods are synchronized on the fGrammars field, except for clear. This may cause fGrammars issues.
Fortunately, the field is protected, so as a workaround the fix can be applied in the client code.