<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentare zu: CDT and structured analysis / Misra-C</title>
	<atom:link href="http://5ise.quanxinquanyi.de/2010/07/18/cdt-and-structured-analysis-misra-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://5ise.quanxinquanyi.de/2010/07/18/cdt-and-structured-analysis-misra-c/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cdt-and-structured-analysis-misra-c</link>
	<description>Andreas Graf&#039;s Software Engineering Blog</description>
	<lastBuildDate>Mon, 09 Jan 2012 21:08:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Von: admin</title>
		<link>http://5ise.quanxinquanyi.de/2010/07/18/cdt-and-structured-analysis-misra-c/comment-page-1/#comment-586</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 03 Jul 2011 08:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://5ise.quanxinquanyi.de/?p=317#comment-586</guid>
		<description>AFAIK you can technically implement them, but you seem not allowed to label them Misra-rules and publish them under that label. Misra charges for a license for that.</description>
		<content:encoded><![CDATA[<p>AFAIK you can technically implement them, but you seem not allowed to label them Misra-rules and publish them under that label. Misra charges for a license for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Andreas B.</title>
		<link>http://5ise.quanxinquanyi.de/2010/07/18/cdt-and-structured-analysis-misra-c/comment-page-1/#comment-585</link>
		<dc:creator>Andreas B.</dc:creator>
		<pubDate>Sat, 02 Jul 2011 18:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://5ise.quanxinquanyi.de/?p=317#comment-585</guid>
		<description>Are you sure on that one can&#039;t make rules like found in misra in eclipse codan?

There is a feature request like this in eclipse 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=350856

Regards
Andreas B.</description>
		<content:encoded><![CDATA[<p>Are you sure on that one can&#8217;t make rules like found in misra in eclipse codan?</p>
<p>There is a feature request like this in eclipse </p>
<p><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=350856" rel="nofollow">https://bugs.eclipse.org/bugs/show_bug.cgi?id=350856</a></p>
<p>Regards<br />
Andreas B.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: doc</title>
		<link>http://5ise.quanxinquanyi.de/2010/07/18/cdt-and-structured-analysis-misra-c/comment-page-1/#comment-376</link>
		<dc:creator>doc</dc:creator>
		<pubDate>Mon, 16 Aug 2010 12:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://5ise.quanxinquanyi.de/?p=317#comment-376</guid>
		<description>thanks andreas.
I&#039;m new to eclipse and cdt and to be honest I tried to browse the repository to get the examples but I didn&#039;t understand where they are and what I have to do to compile them.
thanks
michele</description>
		<content:encoded><![CDATA[<p>thanks andreas.<br />
I&#8217;m new to eclipse and cdt and to be honest I tried to browse the repository to get the examples but I didn&#8217;t understand where they are and what I have to do to compile them.<br />
thanks<br />
michele</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Andreas Graf</title>
		<link>http://5ise.quanxinquanyi.de/2010/07/18/cdt-and-structured-analysis-misra-c/comment-page-1/#comment-375</link>
		<dc:creator>Andreas Graf</dc:creator>
		<pubDate>Mon, 16 Aug 2010 09:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://5ise.quanxinquanyi.de/?p=317#comment-375</guid>
		<description>The first steps should be checking the examples in org.eclipse.cdt.codan.internal.checkers. If you are not familiar with these, just getting my code won&#039;t help much. I am writing up a summary blog on how to do all this, but it will take at least to weeks before being finished.</description>
		<content:encoded><![CDATA[<p>The first steps should be checking the examples in org.eclipse.cdt.codan.internal.checkers. If you are not familiar with these, just getting my code won&#8217;t help much. I am writing up a summary blog on how to do all this, but it will take at least to weeks before being finished.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: doc</title>
		<link>http://5ise.quanxinquanyi.de/2010/07/18/cdt-and-structured-analysis-misra-c/comment-page-1/#comment-374</link>
		<dc:creator>doc</dc:creator>
		<pubDate>Fri, 13 Aug 2010 10:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://5ise.quanxinquanyi.de/?p=317#comment-374</guid>
		<description>Dear andreas, I&#039;m starting usign eclipse with codan because I would like to enforce some coding rules in my time .. writing them on a paper is usually not enough.
I would like to see what you have done to better understand how can I code rules to add them (for example rule M14.8 should be one of them).
I checked codan site but it&#039;s not so easy for me to understand how to do that and probably I could reuse something you did. Could you provide me your checker?
Thanks
best regards
michele</description>
		<content:encoded><![CDATA[<p>Dear andreas, I&#8217;m starting usign eclipse with codan because I would like to enforce some coding rules in my time .. writing them on a paper is usually not enough.<br />
I would like to see what you have done to better understand how can I code rules to add them (for example rule M14.8 should be one of them).<br />
I checked codan site but it&#8217;s not so easy for me to understand how to do that and probably I could reuse something you did. Could you provide me your checker?<br />
Thanks<br />
best regards<br />
michele</p>
]]></content:encoded>
	</item>
</channel>
</rss>

