Coverage Report
livenotificationrun
measured on November 5, 2007 4:04:16 PM CET
up to the title page
org . codecover . simplejavaapp . view . AppView . showErrorDialog
Statement Coverage Branch Coverage Loop Coverage Strict Condition Coverage
public void showErrorDialog(String message, String fileId) 0 / 1 0 %
0 / 0 ---
0 / 0 ---
0 / 0 ---
AppView.java
130       public void showErrorDialog(String message, String fileId) {
131           JOptionPane.showMessageDialog(getWindowFromId(fileId), message,
132                   "Error", JOptionPane.ERROR_MESSAGE);
133       }
created on November 17, 2007 7:07:00 PM CET with CodeCover