Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 65276 Details for
Bug 135531
No error message when importing the wrong log file type
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch file for JavaLoggingXMLLogParser
JavaLoggingXMLLogParser_patch,txt (text/plain), 1.02 KB, created by
Cindy Jin
on 2007-04-27 17:30:59 EDT
(
hide
)
Description:
patch file for JavaLoggingXMLLogParser
Filename:
MIME Type:
Creator:
Cindy Jin
Created:
2007-04-27 17:30:59 EDT
Size:
1.02 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.logging.parsers >Index: src/org/eclipse/hyades/logging/parsers/JavaLoggingXMLLogParser.java >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.hyades.logging.parsers/src/org/eclipse/hyades/logging/parsers/JavaLoggingXMLLogParser.java,v >retrieving revision 1.4 >diff -u -r1.4 JavaLoggingXMLLogParser.java >--- src/org/eclipse/hyades/logging/parsers/JavaLoggingXMLLogParser.java 25 Apr 2007 17:14:59 -0000 1.4 >+++ src/org/eclipse/hyades/logging/parsers/JavaLoggingXMLLogParser.java 27 Apr 2007 21:31:45 -0000 >@@ -108,7 +108,7 @@ > // bugzilla 135531 - throw an exception if no records were parsed from the log file > if(recordCount ==0 || curLineNumber ==0) > { >- throw new LogParserException(Messages.getString("HyadesGABufferedPeriodicReader_No_Records_Read_ERROR_", file_path)); >+ throw new LogParserException(Messages.getString("INVALID_LOG_TYPE_INFO_", file_path)); > } > > if(arrayIndex == 0)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 135531
:
60669
|
65274
| 65276