summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkh5325.kim <kh5325.kim@samsung.com>2013-06-26 19:40:51 +0900
committerkh5325.kim <kh5325.kim@samsung.com>2013-06-26 19:40:51 +0900
commit47ef1ed153036dad90491d3af59e61c1a1ecf4a1 (patch)
tree08b838867370afb1a43481e69e3f1756242c8f61
parent23dedfcef95bbafc3076e17fcc744c045c34e143 (diff)
downloadcodecoverage-eplugin-47ef1ed153036dad90491d3af59e61c1a1ecf4a1.tar.gz
codecoverage-eplugin-47ef1ed153036dad90491d3af59e61c1a1ecf4a1.tar.bz2
codecoverage-eplugin-47ef1ed153036dad90491d3af59e61c1a1ecf4a1.zip
Upload tizen_2.2 source
Change-Id: I45e885eb717af223995cd97044d763dbc015749a
-rw-r--r--org.eclipse.linuxtools.gcov/src/org/eclipse/linuxtools/gcov/view/CovView.java2
-rw-r--r--package/changelog3
-rw-r--r--package/pkginfo.manifest2
3 files changed, 5 insertions, 2 deletions
diff --git a/org.eclipse.linuxtools.gcov/src/org/eclipse/linuxtools/gcov/view/CovView.java b/org.eclipse.linuxtools.gcov/src/org/eclipse/linuxtools/gcov/view/CovView.java
index 3cb7ff3..864480b 100644
--- a/org.eclipse.linuxtools.gcov/src/org/eclipse/linuxtools/gcov/view/CovView.java
+++ b/org.eclipse.linuxtools.gcov/src/org/eclipse/linuxtools/gcov/view/CovView.java
@@ -195,7 +195,7 @@ public class CovView extends AbstractSTDataView {
return cvrgeView;
} catch (Exception _) {
final String message = "An error has occurred when parsing "
- + "the coverage data files :\n" + _.getMessage()
+ + "the coverage data files :\n" + _.getMessage().trim()
+ "\n\nCheck whether the gcno file(s) had been changed before generating the code coverage result.";
Status status = new Status(Status.ERROR, Activator.PLUGIN_ID,
IStatus.ERROR, message, _);
diff --git a/package/changelog b/package/changelog
index 277bc12..d943cb5 100644
--- a/package/changelog
+++ b/package/changelog
@@ -1,3 +1,6 @@
+* 2.2.4
+- Modified error message.
+= gune.kim <gune.kim@samsung.com> 2013-06-24
* 2.2.3
- Modified error message.
= gune.kim <gune.kim@samsung.com> 2013-06-24
diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest
index e20d713..0cde259 100644
--- a/package/pkginfo.manifest
+++ b/package/pkginfo.manifest
@@ -1,4 +1,4 @@
-Version:2.2.3
+Version:2.2.4
Source:codecoverage-eplugin
Maintainer:kangho kim <kh5325.kim@samsung.com>, yoonki park <yoonki.park@samsung.com>, hyunsik non <hyunsik.noh@samsung.com>, taeyoung son <taeyoung2.son@samsung.com>, gune Kim <gune.kim@samsung.com>, ho namkoong <ho.namkoong@samsung.com>, hyeongseok heo <hyeong-seok.heo@samsung.com>, gyeongseok seo <gyeongseok.seo@samsung.com>, jihoon song <jihoon80.song@samsung.com>, changhyun lee <changhyun1.lee@samsung.com>, bonyong lee <bonyong.lee@samsung.com>