<?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>
	Comments on: Automated Code review for Apex in Salesforce &#8211; Static code analysis &#8211; Video	</title>
	<atom:link href="https://www.jitendrazaa.com/blog/salesforce/automated-code-review-for-apex-in-salesforce-static-code-analysis-video/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.jitendrazaa.com/blog/salesforce/automated-code-review-for-apex-in-salesforce-static-code-analysis-video/</link>
	<description>AI, Salesforce, ServiceNow &#38; Enterprise Tech Guides</description>
	<lastBuildDate>Fri, 09 Oct 2020 04:59:05 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Ballu		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/automated-code-review-for-apex-in-salesforce-static-code-analysis-video/#comment-6289</link>

		<dc:creator><![CDATA[Ballu]]></dc:creator>
		<pubDate>Fri, 09 Oct 2020 04:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=5787#comment-6289</guid>

					<description><![CDATA[Is it possible to call pmd command (for custom rules) from the vscode sonarqube/pmd setup? I am looking to avoid developers needing to run pmd batch command from windows command line. If somehow while developers are coding and saving files if they could see custom rule reported violations (like sonarlint reported violations)]]></description>
			<content:encoded><![CDATA[<p>Is it possible to call pmd command (for custom rules) from the vscode sonarqube/pmd setup? I am looking to avoid developers needing to run pmd batch command from windows command line. If somehow while developers are coding and saving files if they could see custom rule reported violations (like sonarlint reported violations)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: pushpesh		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/automated-code-review-for-apex-in-salesforce-static-code-analysis-video/#comment-5460</link>

		<dc:creator><![CDATA[pushpesh]]></dc:creator>
		<pubDate>Tue, 17 Sep 2019 15:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=5787#comment-5460</guid>

					<description><![CDATA[same error as mentioned earlier]]></description>
			<content:encoded><![CDATA[<p>same error as mentioned earlier</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joy		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/automated-code-review-for-apex-in-salesforce-static-code-analysis-video/#comment-4908</link>

		<dc:creator><![CDATA[Joy]]></dc:creator>
		<pubDate>Wed, 28 Nov 2018 06:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=5787#comment-4908</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/automated-code-review-for-apex-in-salesforce-static-code-analysis-video/#comment-3568&quot;&gt;Naved&lt;/a&gt;.

Hi Naved,
Did you get any idea to get output in report format in Salesforce?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/automated-code-review-for-apex-in-salesforce-static-code-analysis-video/#comment-3568">Naved</a>.</p>
<p>Hi Naved,<br />
Did you get any idea to get output in report format in Salesforce?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jolly		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/automated-code-review-for-apex-in-salesforce-static-code-analysis-video/#comment-4907</link>

		<dc:creator><![CDATA[Jolly]]></dc:creator>
		<pubDate>Tue, 27 Nov 2018 09:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=5787#comment-4907</guid>

					<description><![CDATA[Hi Jitendra ,

I have followed same as you mentioned in the blog.

but still i am getting below error.

Usage: pmd [options]
  Options:
    -failOnViolation, --failOnViolation
       By default PMD exits with status 4 if violations are found. Disable this
       option with &#039;-failOnViolation false&#039; to exit with 0 instead and just write the
       report.
       Default: true
    -auxclasspath
       Specifies the classpath for libraries used by the source code. This is
       used by the type resolution. Alternatively, a &#039;file://&#039; URL to a text file
       containing path elements on consecutive lines can be specified.
    -benchmark, -b
       Benchmark mode - output a benchmark report upon completion; default to
       System.err.
       Default: false
    -cache
       Specify the location of the cache file for incremental analysis. This
       should be the full path to the file, including the desired file name (not just
       the parent directory). If the file doesn&#039;t exist, it will be created on the
       first run. The file will be overwritten on each run with the most up-to-date
       rule violations.
    -dir, -d
       Root directory for sources.
    -encoding, -e
       Specifies the character set encoding of the source code files PMD is
       reading (i.e., UTF-8).
       Default: UTF-8
    -filelist
       Path to a file containing a list of files to analyze.
    -format, -f
       Report format type.
       Default: text
    -help, -h, -H
       Display help on usage.
       Default: false
    -ignorelist
       Path to a file containing a list of files to ignore.
    -language, -l
       Specify a language PMD should use.
    -minimumpriority, -min
       Rule priority threshold; rules with lower priority than configured here
       won&#039;t be used. Valid values are integers between 1 and 5 (inclusive), with 5
       being the lowest priority.
       Default: 5
    -no-cache
       Explicitly disable incremental analysis. The &#039;-cache&#039; option is ignored
       if this switch is present in the command line.
       Default: false
    -norulesetcompatibility
       Disable the ruleset compatibility filter. The filter is active by default
       and tries automatically &#039;fix&#039; old ruleset files with old rule names
       Default: false
    -property, -P
       {name}={value}: Define a property for the report format.
       Default: []
    -reportfile, -r
       Sends report output to a file; default to System.out.
  * -rulesets, -R
       Comma separated list of ruleset names to use.
    -shortnames
       Prints shortened filenames in the report.
       Default: false
    -showsuppressed
       Report should show suppressed rule violations.
       Default: false
    -stress, -S
       Performs a stress test.
       Default: false
    -suppressmarker
       Specifies the string that marks a line which PMD should ignore; default
       is NOPMD.
       Default: NOPMD
    -threads, -t
       Sets the number of threads used by PMD.
       Default: 1
    -uri, -u
       Database URI for sources.
    -debug, -verbose, -D, -V
       Debug mode.
       Default: false
    -version, -v
       Specify version of a language PMD should use.


Mandatory arguments:
1) A java source code filename or directory
2) A report format
3) A ruleset filename or a comma-delimited string of ruleset filenames

For example:
C:\&#062;pmd-bin-6.9.0\bin\pmd.bat -d c:\my\source\code -f html -R java-unusedcode

Languages and version suported:
apex, ecmascript, java, jsp, plsql, pom, vf, vm, wsdl, xml, xsl

Available report formats and their configuration properties are:
   codeclimate: Code Climate integration.
   csv: Comma-separated values tabular format.
        problem - Include Problem column   default: true
        package - Include Package column   default: true
        file - Include File column   default: true
        priority - Include Priority column   default: true
        line - Include Line column   default: true
        desc - Include Description column   default: true
        ruleSet - Include Rule set column   default: true
        rule - Include Rule column   default: true
   emacs: GNU Emacs integration.
   empty: Empty, nothing.
   html: HTML format
        linePrefix - Prefix for line number anchor in the source file.
        linkPrefix - Path to HTML source.
   ideaj: IntelliJ IDEA integration.
        classAndMethodName - Class and Method name, pass &#039;.method&#039; when processing a directory.   default:
        sourcePath - Source path.   default:
        fileName - File name.   default:
   summaryhtml: Summary HTML format.
        linePrefix - Prefix for line number anchor in the source file.
        linkPrefix - Path to HTML source.
   text: Text format.
   textcolor: Text format, with color support (requires ANSI console support, e.g. xterm, rxvt, etc.).
        color - Enables colors with anything other than &#039;false&#039; or &#039;0&#039;.   default: yes
   textpad: TextPad integration.
   vbhtml: Vladimir Bossicard HTML format.
   xml: XML format.
        encoding - XML encoding format, defaults to UTF-8.   default: UTF-8
   xslt: XML with a XSL Transformation applied.
        encoding - XML encoding format, defaults to UTF-8.   default: UTF-8
        xsltFilename - The XSLT file name.
   yahtml: Yet Another HTML format.
        outputDir - Output directory.

For example on windows:
C:\&#062;pmd-bin-6.9.0\bin\pmd.bat -dir c:\my\source\code -format text -R rulesets/java/quickstart.xml -version 1.5 -language java -debug
C:\&#062;pmd-bin-6.9.0\bin\pmd.bat -dir c:\my\source\code -f xml -rulesets rulesets/java/quickstart.xml,category/java/codestyle.xml -encoding UTF-8
C:\&#062;pmd-bin-6.9.0\bin\pmd.bat -d c:\my\source\code -rulesets rulesets/java/quickstart.xml -auxclasspath lib\commons-collections.jar;lib\derby.jar
C:\&#062;pmd-bin-6.9.0\bin\pmd.bat -d c:\my\source\code -f html -R rulesets/java/quickstart.xml -auxclasspath file:///C:/my/classpathfile

For example on *nix:
$ pmd-bin-6.9.0/bin/run.sh pmd -dir /home/workspace/src/main/java/code -f html -rulesets rulesets/java/quickstart.xml,category/java/codestyle.xml
$ pmd-bin-6.9.0/bin/run.sh pmd -d ./src/main/java/code -R rulesets/java/quickstart.xml -f xslt -property xsltFilename=my-own.xsl
$ pmd-bin-6.9.0/bin/run.sh pmd -d ./src/main/java/code -f html -R rulesets/java/quickstart.xml -auxclasspath commons-collections.jar:derby.jar




Can only specify option -format once.



Please suggest where i need to do change.


Thanks,

Jolly]]></description>
			<content:encoded><![CDATA[<p>Hi Jitendra ,</p>
<p>I have followed same as you mentioned in the blog.</p>
<p>but still i am getting below error.</p>
<p>Usage: pmd [options]<br />
  Options:<br />
    -failOnViolation, &#8211;failOnViolation<br />
       By default PMD exits with status 4 if violations are found. Disable this<br />
       option with &#8216;-failOnViolation false&#8217; to exit with 0 instead and just write the<br />
       report.<br />
       Default: true<br />
    -auxclasspath<br />
       Specifies the classpath for libraries used by the source code. This is<br />
       used by the type resolution. Alternatively, a &#8216;file://&#8217; URL to a text file<br />
       containing path elements on consecutive lines can be specified.<br />
    -benchmark, -b<br />
       Benchmark mode &#8211; output a benchmark report upon completion; default to<br />
       System.err.<br />
       Default: false<br />
    -cache<br />
       Specify the location of the cache file for incremental analysis. This<br />
       should be the full path to the file, including the desired file name (not just<br />
       the parent directory). If the file doesn&#8217;t exist, it will be created on the<br />
       first run. The file will be overwritten on each run with the most up-to-date<br />
       rule violations.<br />
    -dir, -d<br />
       Root directory for sources.<br />
    -encoding, -e<br />
       Specifies the character set encoding of the source code files PMD is<br />
       reading (i.e., UTF-8).<br />
       Default: UTF-8<br />
    -filelist<br />
       Path to a file containing a list of files to analyze.<br />
    -format, -f<br />
       Report format type.<br />
       Default: text<br />
    -help, -h, -H<br />
       Display help on usage.<br />
       Default: false<br />
    -ignorelist<br />
       Path to a file containing a list of files to ignore.<br />
    -language, -l<br />
       Specify a language PMD should use.<br />
    -minimumpriority, -min<br />
       Rule priority threshold; rules with lower priority than configured here<br />
       won&#8217;t be used. Valid values are integers between 1 and 5 (inclusive), with 5<br />
       being the lowest priority.<br />
       Default: 5<br />
    -no-cache<br />
       Explicitly disable incremental analysis. The &#8216;-cache&#8217; option is ignored<br />
       if this switch is present in the command line.<br />
       Default: false<br />
    -norulesetcompatibility<br />
       Disable the ruleset compatibility filter. The filter is active by default<br />
       and tries automatically &#8216;fix&#8217; old ruleset files with old rule names<br />
       Default: false<br />
    -property, -P<br />
       {name}={value}: Define a property for the report format.<br />
       Default: []<br />
    -reportfile, -r<br />
       Sends report output to a file; default to System.out.<br />
  * -rulesets, -R<br />
       Comma separated list of ruleset names to use.<br />
    -shortnames<br />
       Prints shortened filenames in the report.<br />
       Default: false<br />
    -showsuppressed<br />
       Report should show suppressed rule violations.<br />
       Default: false<br />
    -stress, -S<br />
       Performs a stress test.<br />
       Default: false<br />
    -suppressmarker<br />
       Specifies the string that marks a line which PMD should ignore; default<br />
       is NOPMD.<br />
       Default: NOPMD<br />
    -threads, -t<br />
       Sets the number of threads used by PMD.<br />
       Default: 1<br />
    -uri, -u<br />
       Database URI for sources.<br />
    -debug, -verbose, -D, -V<br />
       Debug mode.<br />
       Default: false<br />
    -version, -v<br />
       Specify version of a language PMD should use.</p>
<p>Mandatory arguments:<br />
1) A java source code filename or directory<br />
2) A report format<br />
3) A ruleset filename or a comma-delimited string of ruleset filenames</p>
<p>For example:<br />
C:\&gt;pmd-bin-6.9.0\bin\pmd.bat -d c:\my\source\code -f html -R java-unusedcode</p>
<p>Languages and version suported:<br />
apex, ecmascript, java, jsp, plsql, pom, vf, vm, wsdl, xml, xsl</p>
<p>Available report formats and their configuration properties are:<br />
   codeclimate: Code Climate integration.<br />
   csv: Comma-separated values tabular format.<br />
        problem &#8211; Include Problem column   default: true<br />
        package &#8211; Include Package column   default: true<br />
        file &#8211; Include File column   default: true<br />
        priority &#8211; Include Priority column   default: true<br />
        line &#8211; Include Line column   default: true<br />
        desc &#8211; Include Description column   default: true<br />
        ruleSet &#8211; Include Rule set column   default: true<br />
        rule &#8211; Include Rule column   default: true<br />
   emacs: GNU Emacs integration.<br />
   empty: Empty, nothing.<br />
   html: HTML format<br />
        linePrefix &#8211; Prefix for line number anchor in the source file.<br />
        linkPrefix &#8211; Path to HTML source.<br />
   ideaj: IntelliJ IDEA integration.<br />
        classAndMethodName &#8211; Class and Method name, pass &#8216;.method&#8217; when processing a directory.   default:<br />
        sourcePath &#8211; Source path.   default:<br />
        fileName &#8211; File name.   default:<br />
   summaryhtml: Summary HTML format.<br />
        linePrefix &#8211; Prefix for line number anchor in the source file.<br />
        linkPrefix &#8211; Path to HTML source.<br />
   text: Text format.<br />
   textcolor: Text format, with color support (requires ANSI console support, e.g. xterm, rxvt, etc.).<br />
        color &#8211; Enables colors with anything other than &#8216;false&#8217; or &#8216;0&#8217;.   default: yes<br />
   textpad: TextPad integration.<br />
   vbhtml: Vladimir Bossicard HTML format.<br />
   xml: XML format.<br />
        encoding &#8211; XML encoding format, defaults to UTF-8.   default: UTF-8<br />
   xslt: XML with a XSL Transformation applied.<br />
        encoding &#8211; XML encoding format, defaults to UTF-8.   default: UTF-8<br />
        xsltFilename &#8211; The XSLT file name.<br />
   yahtml: Yet Another HTML format.<br />
        outputDir &#8211; Output directory.</p>
<p>For example on windows:<br />
C:\&gt;pmd-bin-6.9.0\bin\pmd.bat -dir c:\my\source\code -format text -R rulesets/java/quickstart.xml -version 1.5 -language java -debug<br />
C:\&gt;pmd-bin-6.9.0\bin\pmd.bat -dir c:\my\source\code -f xml -rulesets rulesets/java/quickstart.xml,category/java/codestyle.xml -encoding UTF-8<br />
C:\&gt;pmd-bin-6.9.0\bin\pmd.bat -d c:\my\source\code -rulesets rulesets/java/quickstart.xml -auxclasspath lib\commons-collections.jar;lib\derby.jar<br />
C:\&gt;pmd-bin-6.9.0\bin\pmd.bat -d c:\my\source\code -f html -R rulesets/java/quickstart.xml -auxclasspath file:///C:/my/classpathfile</p>
<p>For example on *nix:<br />
$ pmd-bin-6.9.0/bin/run.sh pmd -dir /home/workspace/src/main/java/code -f html -rulesets rulesets/java/quickstart.xml,category/java/codestyle.xml<br />
$ pmd-bin-6.9.0/bin/run.sh pmd -d ./src/main/java/code -R rulesets/java/quickstart.xml -f xslt -property xsltFilename=my-own.xsl<br />
$ pmd-bin-6.9.0/bin/run.sh pmd -d ./src/main/java/code -f html -R rulesets/java/quickstart.xml -auxclasspath commons-collections.jar:derby.jar</p>
<p>Can only specify option -format once.</p>
<p>Please suggest where i need to do change.</p>
<p>Thanks,</p>
<p>Jolly</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: PMD[Programming Mistake Detector] Plugin in Eclipse &#8211; SFDC007		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/automated-code-review-for-apex-in-salesforce-static-code-analysis-video/#comment-4445</link>

		<dc:creator><![CDATA[PMD[Programming Mistake Detector] Plugin in Eclipse &#8211; SFDC007]]></dc:creator>
		<pubDate>Thu, 07 Jun 2018 13:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=5787#comment-4445</guid>

					<description><![CDATA[[&#8230;] https://www.jitendrazaa.com/blog/salesforce/automated-code-review-for-apex-in-salesforce-static-code&#8230; [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] <a href="https://www.jitendrazaa.com/blog/salesforce/automated-code-review-for-apex-in-salesforce-static-code&#038;#8230" rel="ugc">https://www.jitendrazaa.com/blog/salesforce/automated-code-review-for-apex-in-salesforce-static-code&#038;#8230</a>; [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Marco Zisa		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/automated-code-review-for-apex-in-salesforce-static-code-analysis-video/#comment-4250</link>

		<dc:creator><![CDATA[Marco Zisa]]></dc:creator>
		<pubDate>Wed, 14 Mar 2018 09:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=5787#comment-4250</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/automated-code-review-for-apex-in-salesforce-static-code-analysis-video/#comment-3879&quot;&gt;Thomas Gagne&lt;/a&gt;.

The xml rules linked by the ruleset.xml are hosted by the PMD sourceforge web site, therefore you need to be connected to internet to run the tool. Moreover, to define any new rules you need a depp knowledge both of Java and the AST preprocessor]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/automated-code-review-for-apex-in-salesforce-static-code-analysis-video/#comment-3879">Thomas Gagne</a>.</p>
<p>The xml rules linked by the ruleset.xml are hosted by the PMD sourceforge web site, therefore you need to be connected to internet to run the tool. Moreover, to define any new rules you need a depp knowledge both of Java and the AST preprocessor</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Thomas Gagne		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/automated-code-review-for-apex-in-salesforce-static-code-analysis-video/#comment-3879</link>

		<dc:creator><![CDATA[Thomas Gagne]]></dc:creator>
		<pubDate>Mon, 11 Dec 2017 18:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=5787#comment-3879</guid>

					<description><![CDATA[The PMD link lists a lot of rules, but I don&#039;t see xml rulesets I can use.

For instance, is there a ruleset that includes all the Apex complexity and style rules?]]></description>
			<content:encoded><![CDATA[<p>The PMD link lists a lot of rules, but I don&#8217;t see xml rulesets I can use.</p>
<p>For instance, is there a ruleset that includes all the Apex complexity and style rules?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Naved		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/automated-code-review-for-apex-in-salesforce-static-code-analysis-video/#comment-3568</link>

		<dc:creator><![CDATA[Naved]]></dc:creator>
		<pubDate>Tue, 21 Feb 2017 06:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=5787#comment-3568</guid>

					<description><![CDATA[Hi Jitendra,

First of all your posts help me a lot,I have only one doubt how can you show example in a report.]]></description>
			<content:encoded><![CDATA[<p>Hi Jitendra,</p>
<p>First of all your posts help me a lot,I have only one doubt how can you show example in a report.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Naved		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/automated-code-review-for-apex-in-salesforce-static-code-analysis-video/#comment-3567</link>

		<dc:creator><![CDATA[Naved]]></dc:creator>
		<pubDate>Tue, 21 Feb 2017 06:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=5787#comment-3567</guid>

					<description><![CDATA[Hi Jitendra,

First of all your posts help me a lot,I have only one doubt how can you show example in a report.]]></description>
			<content:encoded><![CDATA[<p>Hi Jitendra,</p>
<p>First of all your posts help me a lot,I have only one doubt how can you show example in a report.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andrzej		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/automated-code-review-for-apex-in-salesforce-static-code-analysis-video/#comment-3564</link>

		<dc:creator><![CDATA[Andrzej]]></dc:creator>
		<pubDate>Wed, 15 Feb 2017 19:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=5787#comment-3564</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/automated-code-review-for-apex-in-salesforce-static-code-analysis-video/#comment-3493&quot;&gt;Vijay&lt;/a&gt;.

First, you need to install Java 1.7 or above and have it added to the PATH. Later, you need to download binary distribution and run pmd.bat from bin folder providing parameters described in the article.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/automated-code-review-for-apex-in-salesforce-static-code-analysis-video/#comment-3493">Vijay</a>.</p>
<p>First, you need to install Java 1.7 or above and have it added to the PATH. Later, you need to download binary distribution and run pmd.bat from bin folder providing parameters described in the article.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.jitendrazaa.com @ 2026-04-17 07:40:12 by W3 Total Cache
-->