Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 135531 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/hyades/logging/parsers/JavaLoggingXMLLogParser.java (-1 / +1 lines)
Lines 108-114 Link Here
108
		// bugzilla 135531 - throw an exception if no records were parsed from the log file
108
		// bugzilla 135531 - throw an exception if no records were parsed from the log file
109
		if(recordCount ==0 || curLineNumber ==0)
109
		if(recordCount ==0 || curLineNumber ==0)
110
		{
110
		{
111
			throw new LogParserException(Messages.getString("HyadesGABufferedPeriodicReader_No_Records_Read_ERROR_", file_path));
111
			throw new LogParserException(Messages.getString("INVALID_LOG_TYPE_INFO_", file_path));
112
		}
112
		}
113
		
113
		
114
		if(arrayIndex == 0)
114
		if(arrayIndex == 0)

Return to bug 135531