Ignore:
Timestamp:
12/07/17 16:51:30 (7 years ago)
Author:
pharms
Message:
  • solved some findbugs issues
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-ui-core/src/main/java/de/ugoe/cs/autoquest/commands/usability/CMDgetTaskModelCrossCoverage.java

    r2166 r2231  
    12991299            } 
    13001300             
    1301             return null; 
     1301            throw new IllegalStateException("action type must be one of shift, goto, and reduce"); 
    13021302        } 
    13031303        
     
    16081608        @Override 
    16091609        public boolean equals(Object obj) { 
    1610             if (((Edge) obj).symbol == null) { 
    1611                 System.out.println("blöd"); 
    1612             } 
    1613              
    16141610            if (this == obj) { 
    16151611                return true; 
Note: See TracChangeset for help on using the changeset viewer.