Changes between Initial Version and Version 1 of Problems


Ignore:
Timestamp:
06/25/14 10:41:30 (10 years ago)
Author:
hkaulbersch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Problems

    v1 v1  
     1BNF Tools Known Problems 
     2 
     3Validation: 
     4 
     5 1. Equal Rule Problem: only rules that are no permutation are equal: a  ::= "foo"  | "bar"   b  ::= "bar" | "foo" 
     6 
     7    These Rules do not count as equal! 
     8 
     9 2. Equality of rules does not contain the check for whitespaces int tokens: a ::= "foo bar" b ::= "foobar" 
     10 
     11    These Rules count as equal! 
     12 
     13 3. The Rule checkSubruleDuplicates has not been migrated from the last version. 
     14 
     15Refactoring/Quickfixes:  
     16 
     17    1.!AutoEnumeration,fixRemovePassthroughRule, fixInlineRuleReferencedOnce have not been migrated. 
     18 
     19Generation: 
     20 
     21 1. Generation extension (Button or menue) does not work