Changeset 775


Ignore:
Timestamp:
09/06/12 09:27:51 (12 years ago)
Author:
sherbold
Message:
  • removed FindBugs? warning in quest-plugin-mfc through improved exception handling
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-plugin-mfc/src/main/java/de/ugoe/cs/quest/plugin/mfc/EventGenerator.java

    r766 r775  
    10911091        catch (JDOMException e) { 
    10921092            Console.printerrln("Invalid rules file."); 
     1093            // TODO handle Exception 
    10931094            e.printStackTrace(); 
     1095            return; 
    10941096        } 
    10951097        catch (IOException e) { 
    10961098            Console.printerrln("Invalid rules file."); 
     1099            // TODO handle Exception 
    10971100            e.printStackTrace(); 
     1101            return; 
    10981102        } 
    10991103 
Note: See TracChangeset for help on using the changeset viewer.