Index: trunk/CrossPare/src/de/ugoe/cs/cpdp/loader/NasaARFFLoader.java
===================================================================
--- trunk/CrossPare/src/de/ugoe/cs/cpdp/loader/NasaARFFLoader.java	(revision 2)
+++ trunk/CrossPare/src/de/ugoe/cs/cpdp/loader/NasaARFFLoader.java	(revision 3)
@@ -65,4 +65,5 @@
 		attributeNameMap.put("Defective", "bug");
 		attributeNameMap.put("problems", "bug");
+		attributeNameMap.put("label", "bug");
 		
 		// build list with normalized attribute order
@@ -142,5 +143,5 @@
 		}
 		if( data.numAttributes()!=attributeOrder.size() ) {
-			throw new RuntimeException("Invalid number of attributes");
+			throw new RuntimeException("Invalid number of attributes; filename: " + file.getName());
 		}
 		
