<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/decodepcode/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/decodepcode/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/decodepcode/bugs/</id><updated>2019-04-22T08:50:06.397000Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>#22 StringIndexOutOfBoundsException in PeopleCodeParser</title><link href="https://sourceforge.net/p/decodepcode/bugs/22/?limit=25#43a9" rel="alternate"/><published>2019-04-22T08:50:06.397000Z</published><updated>2019-04-22T08:50:06.397000Z</updated><author><name>Kenneth C</name><uri>https://sourceforge.net/u/kjc264/</uri></author><id>https://sourceforge.nete1f6629fb0db08144be1909aa26154a4e1366c38</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;That seemed to do the trick.  It ran without exception and the pcode file matches the source code.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#22 StringIndexOutOfBoundsException in PeopleCodeParser</title><link href="https://sourceforge.net/p/decodepcode/bugs/22/?limit=25#2779" rel="alternate"/><published>2019-04-20T23:47:58.667000Z</published><updated>2019-04-20T23:47:58.667000Z</updated><author><name>Erik H</name><uri>https://sourceforge.net/u/erikh3/</uri></author><id>https://sourceforge.net272019cd1061e0156a2152d34e1a702c31815b47</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Here is a zip file  with .class files for a potential fix. You know the routine...&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#22 StringIndexOutOfBoundsException in PeopleCodeParser</title><link href="https://sourceforge.net/p/decodepcode/bugs/22/?limit=25#1fc5" rel="alternate"/><published>2019-04-16T09:47:23.215000Z</published><updated>2019-04-16T09:47:23.215000Z</updated><author><name>Kenneth C</name><uri>https://sourceforge.net/u/kjc264/</uri></author><id>https://sourceforge.netfab2a9463727e30c369fb811a87f9458041a896a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Attached is the bytecode from PSPCMPROG. &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#22 StringIndexOutOfBoundsException in PeopleCodeParser</title><link href="https://sourceforge.net/p/decodepcode/bugs/22/?limit=25#954f" rel="alternate"/><published>2019-04-15T02:40:53.374000Z</published><updated>2019-04-15T02:40:53.374000Z</updated><author><name>Erik H</name><uri>https://sourceforge.net/u/erikh3/</uri></author><id>https://sourceforge.neta4748c7fe846e3458e40d8d8760c29d1b2bdcba2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Could you please attached the actual bytecode from PSPCMPROG  (perhaps as byte array, or hex-encoded)?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#21 ArrayIndexOutOfBoundsException and No parser for byte code 117 and 120</title><link href="https://sourceforge.net/p/decodepcode/bugs/21/?limit=25#e65c" rel="alternate"/><published>2019-04-15T02:38:02.042000Z</published><updated>2019-04-15T02:38:02.042000Z</updated><author><name>Erik H</name><uri>https://sourceforge.net/u/erikh3/</uri></author><id>https://sourceforge.net0c1dae9661a1f488d3bf61e78a662f48dff871b5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;assigned_to&lt;/strong&gt;: Alphonse --&amp;gt; Erik H&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#20 Files generated are using an incorrent encoding format. </title><link href="https://sourceforge.net/p/decodepcode/bugs/20/?limit=25#9c93" rel="alternate"/><published>2019-04-15T02:36:57.292000Z</published><updated>2019-04-15T02:36:57.292000Z</updated><author><name>Erik H</name><uri>https://sourceforge.net/u/erikh3/</uri></author><id>https://sourceforge.net8469c5480c1a4a18ab8f69ee4f41add2154f1dbf</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;assigned_to&lt;/strong&gt;: Alphonse --&amp;gt; Erik H&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>StringIndexOutOfBoundsException in PeopleCodeParser</title><link href="https://sourceforge.net/p/decodepcode/bugs/22/" rel="alternate"/><published>2019-04-11T12:14:23.238000Z</published><updated>2019-04-11T12:14:23.238000Z</updated><author><name>Kenneth C</name><uri>https://sourceforge.net/u/kjc264/</uri></author><id>https://sourceforge.net85ee29f6265b3748e6fbaf9dc5870c7bf613f1c0</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Got a java.lang.StringIndexOutOfBoundsException out of class PeopleCodeParser.java:261.  This issue appears to be with Chinese characters in the actual peoplecode.  I've attached three files, one is the actual source and the other two are from decode in debug mode.  From I can tell the comment_length gets set to 21333 just before the new String at line 261 throws the exception.  The container.bytes.length is 5014 at that point. &lt;/p&gt;
&lt;p&gt;I'm running on SVN  trunk 103.&lt;/p&gt;
&lt;p&gt;Sorry I didn't find this sooner,  not sure if this was a result of the fix for ticket #21&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#21 ArrayIndexOutOfBoundsException and No parser for byte code 117 and 120</title><link href="https://sourceforge.net/p/decodepcode/bugs/21/?limit=25#ff4f" rel="alternate"/><published>2019-03-26T08:47:53.051000Z</published><updated>2019-03-26T08:47:53.051000Z</updated><author><name>Kenneth C</name><uri>https://sourceforge.net/u/kjc264/</uri></author><id>https://sourceforge.net05434dba59333a3941193df79f0bc6b91c0d92a3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Erik,&lt;/p&gt;
&lt;p&gt;I replaced the bin with the version that you provided and ran the application.  The application ran fine.   The pcode file created looks good as can be expected from the PSPCMPROG table.  Also the application did not thrown ArrayOutOfBoundsException.  &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#21 ArrayIndexOutOfBoundsException and No parser for byte code 117 and 120</title><link href="https://sourceforge.net/p/decodepcode/bugs/21/?limit=25#ee47" rel="alternate"/><published>2019-03-22T02:31:17.488000Z</published><updated>2019-03-22T02:31:17.488000Z</updated><author><name>Erik H</name><uri>https://sourceforge.net/u/erikh3/</uri></author><id>https://sourceforge.net21b043595b8157a49633da2b1001f39aed87714b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Kenneth,&lt;/p&gt;
&lt;p&gt;Please rename your 'bin' folder to something else and extract the attached bin.zip file in the main folder, so that the new .class files will be used. Let me know if this solves the problem (not entirely sure because I don't have access to any PeopleSoft system anymore, and I had to improvise to test your bytecode).&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#21 ArrayIndexOutOfBoundsException and No parser for byte code 117 and 120</title><link href="https://sourceforge.net/p/decodepcode/bugs/21/?limit=25#2b53" rel="alternate"/><published>2019-03-18T08:42:45.575000Z</published><updated>2019-03-18T08:42:45.575000Z</updated><author><name>Kenneth C</name><uri>https://sourceforge.net/u/kjc264/</uri></author><id>https://sourceforge.net880596f452dbe6d5ffbed332984e56d4047aac71</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Eric&lt;/p&gt;
&lt;p&gt;I've attached two additional files, a txt and png,.  The CNTRCT_CHIL_WK.CNTRCT_PB.FieldChange_appdesigner.txt is the text copied/pasted from application designer. &lt;br/&gt;
CNTRCT_CHIL_WK.CNTRCT_PB.FieldChange_appdesigner.png is a screen image of the code displayed in application designer.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>