Changes between Version 4 and Version 5 of Problems
- Timestamp:
- 11/04/14 14:57:31 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Problems
v4 v5 1 = __BNF Tools Known Problems__=1 = BNF Tools: Known Issues and Limitations = 2 2 == '''Validation:''' == 3 1. Equal Rule Problem: only rules that are no permutation are equal: [[BR]]a ::= "foo" | "bar"[[BR]] b ::= "bar" | "foo" 3 1. Check equal rules: only rules that are no permutation are equal: 4 * `a ::= "foo" | "bar"` and `b ::= "bar" | "foo"` do not count as equal! 4 5 5 These Rules do not count as equal! 6 7 2. Equality of rules does not contain the check for whitespaces int tokens: [[BR]]a ::= "foo bar" [[BR]]b ::= "foobar" 8 9 These Rules count as equal! 10 11 3. The Rule checkSubruleDuplicates has not been migrated from the last version. 12 13 == '''Refactoring/Quickfixes:''' == 14 1. !AutoEnumeration ,fixRemovePassthroughRule, fixInlineRuleReferencedOnce have not been migrated. 6 2. Equality of rules does not contain the check for whitespaces in tokens: 7 * `a ::= "foo bar"` and `b ::= "foobar"` do not count as equal! 15 8 16 9 == '''Generation:''' == 17 1. Generat iondoes not include headings or includes from other files10 1. Generated output does not include headings or includes from other files