Ignore:
Timestamp:
10/29/10 15:39:17 (14 years ago)
Author:
zeiss
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/de.ugoe.cs.swe.bnftools.ebnf.ui/src/de/ugoe/cs/swe/bnftools/ui/actions/GenerateDeltaBnfAction.java

    r5 r20  
    221221                boolean rightSide2=true; 
    222222                 
    223                 while((p<pLeaves.size())){ 
     223                while((p < pLeaves.size())){ 
    224224                         
    225225                        if(rightSide) { 
     
    239239                        } 
    240240                         
    241                         if(c==cLeaves.size()) { 
     241                        if(c == cLeaves.size()) { 
    242242                                if(!(pLeaves.get(p).getGrammarElement() instanceof org.eclipse.xtext.impl.TerminalRuleImpl)) 
    243243                                temp=temp.concat(pLeaves.get(p).serialize()); 
     
    294294                        } 
    295295                         
    296                         else { 
     296//                      else { 
    297297                                if(last) { 
    298298                                        //check if its the end of the extension 
     
    330330                        } 
    331331                         
    332                 } 
     332//              } 
    333333        } 
    334334         
Note: See TracChangeset for help on using the changeset viewer.