|
Known Issues and Limitations
Regular-Expression Analyzer Package
Condition Validation [isValidCondition(String), isCondition(String, String)] - Condition Validation works fine in general. However you may find that some complex invalid conditions are not identified as invalid. For such conditions, isCondition() method returns false (instead of RegexException). Please note that even for such conditions, true is not returned (misguiding does not happen).
CommandSet Package
factory(String) - This is used by TL1 Message Builder tool. The factory methods works fine for all valid BNF strings specified in the Javadocs. For some invalid strings, it may generate unexpected results instead of throwing TcsException. However this is not a problem as the user can see the content of the generated Command Set object (in Message Builder GUI) and modify it accordingly.
General
In Windows 2000 and Windows NT, when the help menu in TL1 Craft Interface application is invoked, the help files will not be displayed if the Netscape browser is already open. So if you have a Web browser already opened while using the TL1 Craft Interface application, close it and invoke the help menu again.
|