Changes between Version 1 and Version 2 of Problems


Ignore:
Timestamp:
06/25/14 10:42:34 (10 years ago)
Author:
hkaulbersch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Problems

    v1 v2  
    33Validation: 
    44 
    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" 
    66 
    7     These Rules do not count as equal! 
     7  These Rules do not count as equal! 
    88 
    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" 
    1010 
    11     These Rules count as equal! 
     11  These Rules count as equal! 
    1212 
    1313 3. The Rule checkSubruleDuplicates has not been migrated from the last version. 
    1414 
    15 Refactoring/Quickfixes:  
    16  
    17     1.!AutoEnumeration,fixRemovePassthroughRule, fixInlineRuleReferencedOnce have not been migrated. 
     15Refactoring/Quickfixes:[[BR]]    1.!AutoEnumeration ,fixRemovePassthroughRule, fixInlineRuleReferencedOnce have not been migrated. 
    1816 
    1917Generation: