<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>La Billetterie &#187; DXR</title>
	<atom:link href="http://jmdesp.free.fr/billeterie/index.php/category/open-source/mozilla/dxr/feed/" rel="self" type="application/rss+xml" />
	<link>http://jmdesp.free.fr/billeterie</link>
	<description>Un peu de tout saupoudré délicatement</description>
	<lastBuildDate>Mon, 10 Jun 2013 20:00:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>PVS Studio : Outils d&#8217;analyse statique</title>
		<link>http://jmdesp.free.fr/billeterie/index.php/2012/08/pvs-studio-outils-danalyse-statique/</link>
		<comments>http://jmdesp.free.fr/billeterie/index.php/2012/08/pvs-studio-outils-danalyse-statique/#comments</comments>
		<pubDate>Sat, 18 Aug 2012 19:58:16 +0000</pubDate>
		<dc:creator>jmdesp</dc:creator>
				<category><![CDATA[Dév. Info]]></category>
		<category><![CDATA[DXR]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Open source]]></category>

		<guid isPermaLink="false">http://jmdesp.free.fr/billeterie/?p=4067</guid>
		<description><![CDATA[S&#8217;intègre à Visual Studio. Gère le C/C++ Il y a des erreurs dans notepad++ dans la liste de 100 erreurs dans divers projets open source. Certaines erreurs ont été détectées dans Mozilla/Firefox. Elles sont a priori corrigées depuis, cf https://bugzilla.mozilla.org/show_bug.cgi?id=710967]]></description>
		<wfw:commentRss>http://jmdesp.free.fr/billeterie/index.php/2012/08/pvs-studio-outils-danalyse-statique/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DXR : Version des outils actuellement utilisée</title>
		<link>http://jmdesp.free.fr/billeterie/index.php/2012/03/dxr-version-des-outils-actuellement-utilisee/</link>
		<comments>http://jmdesp.free.fr/billeterie/index.php/2012/03/dxr-version-des-outils-actuellement-utilisee/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 18:48:16 +0000</pubDate>
		<dc:creator>jmdesp</dc:creator>
				<category><![CDATA[DXR]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Open source]]></category>

		<guid isPermaLink="false">http://jmdesp.free.fr/billeterie/?p=2844</guid>
		<description><![CDATA[- the exact version of DXR currently used master, f46e320199cec388d28bf8fadc47834238a70a0c - version of Clang is currently used. clang version 3.0 (trunk 132484) Target: x86_64-unknown-linux-gnu - python version 2.4.3. - configure flags dans le cas mozilla-central # cat .mozconfig mk_add_options MOZ_OBJDIR=/var/www/html/dxr/mozilla-trees/objdir-mc-opt mk_add_options MOZ_MAKE_FLAGS=-j9 ac_add_options --disable-optimize --disable-debug ac_add_options --disable-tests ac_add_options --enable-application=browser mozilla-central looks to be broken with [...]]]></description>
		<wfw:commentRss>http://jmdesp.free.fr/billeterie/index.php/2012/03/dxr-version-des-outils-actuellement-utilisee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analyse statique avec Clang</title>
		<link>http://jmdesp.free.fr/billeterie/index.php/2012/03/analyse-statique-avec-clang/</link>
		<comments>http://jmdesp.free.fr/billeterie/index.php/2012/03/analyse-statique-avec-clang/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 18:29:18 +0000</pubDate>
		<dc:creator>jmdesp</dc:creator>
				<category><![CDATA[Dév. Info]]></category>
		<category><![CDATA[DXR]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Open source]]></category>

		<guid isPermaLink="false">http://jmdesp.free.fr/billeterie/?p=3198</guid>
		<description><![CDATA[Clang a un script qui permet de faire une analyse statique d&#8217;un code, et d&#8217;identifier un certain nombre de mauvaise pratique. Explication chez Mozilla : https://developer.mozilla.org/en/Clang_Static_Analysis Le bug lié a cela avec le type de résultat obtenu : Bug 712350 &#8211; (clang-analysis) Clang Static Analysis]]></description>
		<wfw:commentRss>http://jmdesp.free.fr/billeterie/index.php/2012/03/analyse-statique-avec-clang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java : Obtenir et manipuler la représentation AST</title>
		<link>http://jmdesp.free.fr/billeterie/index.php/2011/06/java-obtenir-et-manipuler-la-representation-ast/</link>
		<comments>http://jmdesp.free.fr/billeterie/index.php/2011/06/java-obtenir-et-manipuler-la-representation-ast/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 16:04:54 +0000</pubDate>
		<dc:creator>jmdesp</dc:creator>
				<category><![CDATA[Dév. Info]]></category>
		<category><![CDATA[DXR]]></category>
		<category><![CDATA[Open source]]></category>

		<guid isPermaLink="false">http://jmdesp.free.fr/billeterie/?p=1910</guid>
		<description><![CDATA[Avec Eclipse, c&#8217;est intégré : Eclipse JDT &#8211; Abstract Syntax Tree (AST) and the Java Model &#8211; Tutorial Java AST creates EMF JavaAST models from Eclipse Java projects. eclipse.org &#8211; JavaCodeManipulation AST Exemple de code Eclipse Papercut #3 – Plugin to find unused methods La question parser java en java chez stack overflow ne sort [...]]]></description>
		<wfw:commentRss>http://jmdesp.free.fr/billeterie/index.php/2011/06/java-obtenir-et-manipuler-la-representation-ast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPSEE : CommonJS pour Spidermonkey/Tracemonkey</title>
		<link>http://jmdesp.free.fr/billeterie/index.php/2011/02/gpsee-commonjs-pour-spidermonkeytracemonkey/</link>
		<comments>http://jmdesp.free.fr/billeterie/index.php/2011/02/gpsee-commonjs-pour-spidermonkeytracemonkey/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 09:12:45 +0000</pubDate>
		<dc:creator>jmdesp</dc:creator>
				<category><![CDATA[Dév. Info]]></category>
		<category><![CDATA[DXR]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Open source]]></category>

		<guid isPermaLink="false">http://jmdesp.free.fr/billeterie/?p=1516</guid>
		<description><![CDATA[Ca existe !! CommonJS n&#8217;est donc plus réservé uniquement à Node.js / v8 http://code.google.com/p/gpsee/ http://code.google.com/p/gpsee/wiki/Building Les modules suppotés : http://code.google.com/p/gpsee/wiki/CommonJS http://gpsee.blogspot.com/ Et ca permet de faire : (new (require(&#171;&#160;binary&#160;&#187;).ByteString)([0x68, 0x65, 0x6c, 0x6c, 0x6f])) ou function snapshot(session) { require(&#171;&#160;fs-base&#160;&#187;).open(&#171;&#160;filename&#160;&#187;, { write: true, create: true }).write(session.toSource()); } Recommandation de l&#8217;auteur pour compiler Tracemonkey 1.8.5 : Prerequisites: NSPR [...]]]></description>
		<wfw:commentRss>http://jmdesp.free.fr/billeterie/index.php/2011/02/gpsee-commonjs-pour-spidermonkeytracemonkey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dxr : a new install attempt</title>
		<link>http://jmdesp.free.fr/billeterie/index.php/2011/01/dxr-a-new-install-attempt/</link>
		<comments>http://jmdesp.free.fr/billeterie/index.php/2011/01/dxr-a-new-install-attempt/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 09:09:15 +0000</pubDate>
		<dc:creator>jmdesp</dc:creator>
				<category><![CDATA[Dév. Info]]></category>
		<category><![CDATA[DXR]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Open source]]></category>

		<guid isPermaLink="false">http://jmdesp.free.fr/billeterie/?p=1378</guid>
		<description><![CDATA[Given that David Humphrey is not really available to work on it currently, lets try again Based on the following bug supposed to be for a generic DXR : https://bugzilla.mozilla.org/show_bug.cgi?id=553490 It says to first install Dehydra, let&#8217;s go : https://developer.mozilla.org/En/Dehydra/Installing_Dehydra I have a redhat5, not necessarily the very last version, but we&#8217;ll try. About that, [...]]]></description>
		<wfw:commentRss>http://jmdesp.free.fr/billeterie/index.php/2011/01/dxr-a-new-install-attempt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java : Construire un arbre AST du code</title>
		<link>http://jmdesp.free.fr/billeterie/index.php/2010/05/java-construire-un-arbre-ast-du-code/</link>
		<comments>http://jmdesp.free.fr/billeterie/index.php/2010/05/java-construire-un-arbre-ast-du-code/#comments</comments>
		<pubDate>Mon, 03 May 2010 13:52:19 +0000</pubDate>
		<dc:creator>jmdesp</dc:creator>
				<category><![CDATA[Dév. Info]]></category>
		<category><![CDATA[DXR]]></category>
		<category><![CDATA[Open source]]></category>

		<guid isPermaLink="false">http://jmdesp.free.fr/billeterie/?p=761</guid>
		<description><![CDATA[http://forums.sun.com/thread.jspa?threadID=5171243 http://forums.sun.com/thread.jspa?threadID=5148150]]></description>
		<wfw:commentRss>http://jmdesp.free.fr/billeterie/index.php/2010/05/java-construire-un-arbre-ast-du-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java : Outils de découverte de bugs statiques</title>
		<link>http://jmdesp.free.fr/billeterie/index.php/2010/04/java-outils-bugs-statiques/</link>
		<comments>http://jmdesp.free.fr/billeterie/index.php/2010/04/java-outils-bugs-statiques/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 13:42:56 +0000</pubDate>
		<dc:creator>jmdesp</dc:creator>
				<category><![CDATA[DXR]]></category>

		<guid isPermaLink="false">http://jmdesp.free.fr/billeterie/?p=449</guid>
		<description><![CDATA[A investiguer et à voir en parallèle avec DXR : http://findbugs.sourceforge.net/]]></description>
		<wfw:commentRss>http://jmdesp.free.fr/billeterie/index.php/2010/04/java-outils-bugs-statiques/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiler DXR &#8211; non dédié mozilla</title>
		<link>http://jmdesp.free.fr/billeterie/index.php/2010/03/compiler-dxr-non-mozilla/</link>
		<comments>http://jmdesp.free.fr/billeterie/index.php/2010/03/compiler-dxr-non-mozilla/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 18:54:31 +0000</pubDate>
		<dc:creator>site admin</dc:creator>
				<category><![CDATA[DXR]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://jmdesp.free.fr/billeterie/?p=567</guid>
		<description><![CDATA[Voir les bug DXR sur Mozilla : https://bugzilla.mozilla.org/show_bug.cgi?id=489834 Things needed for DXR https://bugzilla.mozilla.org/show_bug.cgi?id=553490 Generify the DXR build process Au sujet de callgraph (qui est intégré à la dernière version de DXR) : https://developer.mozilla.org/en/Callgraph/Installing_Callgraph Les instructions suivantes sont aussi utiles : https://developer.mozilla.org/En/Dehydra/Installing_Dehydra https://bugzilla.mozilla.org/show_bug.cgi?id=524725#c28 successfully got dehydra built and passing tests by using 1.9.2 branch spidermonkey instead [...]]]></description>
		<wfw:commentRss>http://jmdesp.free.fr/billeterie/index.php/2010/03/compiler-dxr-non-mozilla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
