Changes between Version 2 and Version 3 of Problems
- Timestamp:
- 06/25/14 10:43:36 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Problems
v2 v3 1 BNF Tools Known Problems 1 __BNF Tools Known Problems__ 2 2 3 Validation: 3 '''Validation:''' 4 4 5 5 1. Equal Rule Problem: only rules that are no permutation are equal: [[BR]]a ::= "foo" | "bar"[[BR]] b ::= "bar" | "foo" … … 13 13 3. The Rule checkSubruleDuplicates has not been migrated from the last version. 14 14 15 Refactoring/Quickfixes:[[BR]]1.!AutoEnumeration ,fixRemovePassthroughRule, fixInlineRuleReferencedOnce have not been migrated.15 '''Refactoring/Quickfixes:'''[[BR]] 1.!AutoEnumeration ,fixRemovePassthroughRule, fixInlineRuleReferencedOnce have not been migrated. 16 16 17 Generation: 17 '''Generation:''' 18 18 19 19 1. Generation extension (Button or menue) does not work