Changes between Version 1 and Version 2 of Problems
- Timestamp:
- 06/25/14 10:42:34 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Problems
v1 v2 3 3 Validation: 4 4 5 1. Equal Rule Problem: only rules that are no permutation are equal: a ::= "foo" | "bar"b ::= "bar" | "foo"5 1. Equal Rule Problem: only rules that are no permutation are equal: [[BR]]a ::= "foo" | "bar"[[BR]] b ::= "bar" | "foo" 6 6 7 7 These Rules do not count as equal! 8 8 9 2. Equality of rules does not contain the check for whitespaces int tokens: a ::= "foo bar"b ::= "foobar"9 2. Equality of rules does not contain the check for whitespaces int tokens: [[BR]]a ::= "foo bar" [[BR]]b ::= "foobar" 10 10 11 11 These Rules count as equal! 12 12 13 13 3. The Rule checkSubruleDuplicates has not been migrated from the last version. 14 14 15 Refactoring/Quickfixes: 16 17 1.!AutoEnumeration,fixRemovePassthroughRule, fixInlineRuleReferencedOnce have not been migrated. 15 Refactoring/Quickfixes:[[BR]] 1.!AutoEnumeration ,fixRemovePassthroughRule, fixInlineRuleReferencedOnce have not been migrated. 18 16 19 17 Generation: