<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.oehive.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>The OpenEdge Hive - Code Parse discussion</title>
 <link>http://www.oehive.org/taxonomy/term/83/0</link>
 <description></description>
 <language>oehive</language>
<item>
 <title>Autodox is including internal procedure parameters</title>
 <link>http://www.oehive.org/node/1391</link>
 <description>&lt;p&gt;Hi there. I am altering autodox2.p to not show internal procedure parameters in the Html page for the procedure. So I comment out getParams in getProcedures yet I still get its parameters showing? For example I get this snippet from the Html:&lt;/p&gt;
&lt;p&gt;Parameters:&lt;/p&gt;
&lt;p&gt;INPUT internalprocedureparm1 AS CHARACTER&lt;br /&gt;
INPUT internalprocedureparm2 AS CHARACTER&lt;br /&gt;
INPUT internalprocedureparm3 AS INTEGER&lt;br /&gt;
INPUT-OUTPUT proceduredataset&lt;br /&gt;
OUTPUT procedurechar AS CHARACTER&lt;br /&gt;
OUTPUT procedureint AS INTEGER  &lt;/p&gt;
&lt;p&gt;I should not see the internalprocedureparm&#039;s above right?&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/193&quot; class=&quot;og_links&quot;&gt;Codeparse group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.oehive.org/node/1391#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/83">Code Parse discussion</category>
 <group domain="http://www.oehive.org/node/193">Codeparse group</group>
 <pubDate>Wed, 14 Jan 2009 23:50:39 +0000</pubDate>
 <dc:creator>Bcma</dc:creator>
 <guid isPermaLink="false">1391 at http://www.oehive.org</guid>
</item>
<item>
 <title>GuiBom - from ABL+Proparse</title>
 <link>http://www.oehive.org/node/1351</link>
 <description>&lt;p&gt;The new ABL interface to Proparse is getting there!&lt;/p&gt;
&lt;p&gt;Output:&lt;/p&gt;
&lt;pre&gt;Frame: DEFAULT-FRAME
  VARIABLE EDITOR-1
  RECTANGLE RECT-42
  BUTTON BUTTON-8
&lt;/pre&gt;&lt;p&gt;
Code:&lt;/p&gt;
&lt;pre&gt;FOR EACH symbolRecord
    WHERE symbolRecord.progressType EQ NodeTypes:Frame#:
  frame% = CAST(symbolRecord.symbol, Frame).
  PUT UNFORMATTED
      SKIP(1)
      &quot;Frame: &quot; frame%:getName()
      SKIP
      .
  list = frame%:getAllFieldsAndWidgets().
  DO counter = 1 TO list:size():
    symbol = CAST(list:getNthElement(counter), Symbol).
    PUT UNFORMATTED
        SPACE(2)&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/193&quot; class=&quot;og_links&quot;&gt;Codeparse group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/1351&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/1351#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/83">Code Parse discussion</category>
 <group domain="http://www.oehive.org/node/193">Codeparse group</group>
 <pubDate>Wed, 01 Oct 2008 22:38:11 +0000</pubDate>
 <dc:creator>john</dc:creator>
 <guid isPermaLink="false">1351 at http://www.oehive.org</guid>
</item>
<item>
 <title>New prorefactor.jar build</title>
 <link>http://www.oehive.org/node/1192</link>
 <description>&lt;p&gt;I posted a new build of the standalone prorefactor.jar file. The previous build had an error.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/193&quot; class=&quot;og_links&quot;&gt;Codeparse group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.oehive.org/node/1192#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/83">Code Parse discussion</category>
 <group domain="http://www.oehive.org/node/193">Codeparse group</group>
 <pubDate>Tue, 17 Jun 2008 18:18:28 +0000</pubDate>
 <dc:creator>john</dc:creator>
 <guid isPermaLink="false">1192 at http://www.oehive.org</guid>
</item>
<item>
 <title>Getting table usage and function usage from proparse/prorefactor xml.</title>
 <link>http://www.oehive.org/node/1147</link>
 <description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I&#039;ve managed to set up the code to xml groovy script published on this website and would like to use it to determine the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Find out where a specific table X is used.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If possible, find out what values are searched for for field Y of table X (if the code contains FIND FIRST x WHERE x.y = &quot;thisIsWhatINeed&quot; NO-ERROR. I need to know the code looks for thisIsWhatINeed.) I only need to know this for 2 specific fields in 2 specific tables, not for any field in any table.&lt;/li&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/193&quot; class=&quot;og_links&quot;&gt;Codeparse group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/1147&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/1147#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/83">Code Parse discussion</category>
 <category domain="http://www.oehive.org/taxonomy/term/461">code to xml</category>
 <category domain="http://www.oehive.org/taxonomy/term/307">XML</category>
 <group domain="http://www.oehive.org/node/193">Codeparse group</group>
 <pubDate>Tue, 29 Apr 2008 09:11:17 +0000</pubDate>
 <dc:creator>jankeir</dc:creator>
 <guid isPermaLink="false">1147 at http://www.oehive.org</guid>
</item>
<item>
 <title>Idea for XREF and Code Analysis Project in ABL</title>
 <link>http://www.oehive.org/node/1112</link>
 <description>&lt;p&gt;People working with 4GL/ABL are always looking for better documentation and XREF data about their source code.&lt;/p&gt;
&lt;p&gt;A number of thoughts came together recently, which might trigger some interest in a new project written in ABL. This might also trigger interest in extensions to existing projects.&lt;/p&gt;
&lt;p&gt;I found that it is trivial to dump from ProRefactor to XML: the entire syntax tree, the symbol tables, all of the include file and preprocessor information, etc. This is for one compile unit (CU) at a time.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/193&quot; class=&quot;og_links&quot;&gt;Codeparse group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/1112&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/1112#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/83">Code Parse discussion</category>
 <group domain="http://www.oehive.org/node/193">Codeparse group</group>
 <pubDate>Sun, 17 Feb 2008 20:47:21 +0000</pubDate>
 <dc:creator>john</dc:creator>
 <guid isPermaLink="false">1112 at http://www.oehive.org</guid>
</item>
<item>
 <title>Proparse</title>
 <link>http://www.oehive.org/node/993</link>
 <description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I am in the process of releasing Proparse under the terms of the Eclipse Public License. Think of it as a wee gift from Judy and I.&lt;/p&gt;
&lt;p&gt;I am removing the license protection from the binary installer package on my web site, and I am loading Proparse&#039;s source up into a new SVN repository here on the Hive. I am creating a Project and a Group here on the Hive as well for issue tracking, etc.&lt;/p&gt;
&lt;p&gt;It&#039;s probably going to be a bit sloppy at first, sorry about that. I&#039;m pretty busy with a couple of customers at the moment.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/proparse_group&quot; class=&quot;og_links&quot;&gt;Proparse Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/993&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/993#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/83">Code Parse discussion</category>
 <group domain="http://www.oehive.org/node/193">Codeparse group</group>
 <group domain="http://www.oehive.org/node/194">Hive group</group>
 <group domain="http://www.oehive.org/proparse_group">Proparse Group</group>
 <pubDate>Thu, 11 Oct 2007 19:52:11 +0000</pubDate>
 <dc:creator>john</dc:creator>
 <guid isPermaLink="false">993 at http://www.oehive.org</guid>
</item>
<item>
 <title>Registration of proparse on win2003 64bit</title>
 <link>http://www.oehive.org/node/931</link>
 <description>&lt;p&gt;On 64bit windows the key for proparse should be imported under&lt;/p&gt;
&lt;p&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\&lt;strong&gt;Wow6432Node&lt;/strong&gt;\Joanju\Proparse31]&lt;/p&gt;
&lt;p&gt;Instead of&lt;/p&gt;
&lt;p&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Joanju\Proparse31]&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/193&quot; class=&quot;og_links&quot;&gt;Codeparse group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.oehive.org/node/931#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/83">Code Parse discussion</category>
 <category domain="http://www.oehive.org/taxonomy/term/385">64bit</category>
 <category domain="http://www.oehive.org/taxonomy/term/384">proparse</category>
 <category domain="http://www.oehive.org/taxonomy/term/386">win2003</category>
 <group domain="http://www.oehive.org/node/193">Codeparse group</group>
 <pubDate>Mon, 30 Jul 2007 08:18:23 +0000</pubDate>
 <dc:creator>c_verbiest</dc:creator>
 <guid isPermaLink="false">931 at http://www.oehive.org</guid>
</item>
<item>
 <title>ProRefactor 1.6.1</title>
 <link>http://www.oehive.org/node/851</link>
 <description>&lt;p&gt;ProRefactor 1.6.1 is now available. This is for Proparse version 3.1a, which adds support for new ABL 10.1B syntax.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/193&quot; class=&quot;og_links&quot;&gt;Codeparse group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.oehive.org/node/851#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/83">Code Parse discussion</category>
 <group domain="http://www.oehive.org/node/193">Codeparse group</group>
 <pubDate>Fri, 27 Apr 2007 18:09:24 +0000</pubDate>
 <dc:creator>john</dc:creator>
 <guid isPermaLink="false">851 at http://www.oehive.org</guid>
</item>
<item>
 <title>ProRefactor Version 1.5.5</title>
 <link>http://www.oehive.org/node/684</link>
 <description>&lt;ul&gt;
&lt;li&gt;
Proparse version 3.0b05.
&lt;/li&gt;
&lt;li&gt;
Dropped org.prorefactor.doc. User manual and documentation will just be on oehive now.
&lt;/li&gt;
&lt;li&gt;
Added a trivial command line console and example &quot;how used&quot; report.
&lt;/li&gt;
&lt;/ul&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/193&quot; class=&quot;og_links&quot;&gt;Codeparse group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.oehive.org/node/684#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/83">Code Parse discussion</category>
 <group domain="http://www.oehive.org/node/193">Codeparse group</group>
 <pubDate>Thu, 04 Jan 2007 23:36:00 +0000</pubDate>
 <dc:creator>john</dc:creator>
 <guid isPermaLink="false">684 at http://www.oehive.org</guid>
</item>
<item>
 <title>ProRefactor bug fix release 1.5.3</title>
 <link>http://www.oehive.org/node/672</link>
 <description>&lt;p&gt;ProRefactor Version 1.5.3&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Proparse version 3.0b04.
&lt;/li&gt;
&lt;li&gt;
Fixed bug with temp-table field being defined like another field with same name.
&lt;/li&gt;
&lt;li&gt;
Fixed bug parsing buffer parameter with no name in function forward declaration.
&lt;/li&gt;
&lt;/ul&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/193&quot; class=&quot;og_links&quot;&gt;Codeparse group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.oehive.org/node/672#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/83">Code Parse discussion</category>
 <group domain="http://www.oehive.org/node/193">Codeparse group</group>
 <pubDate>Fri, 08 Dec 2006 02:27:44 +0000</pubDate>
 <dc:creator>john</dc:creator>
 <guid isPermaLink="false">672 at http://www.oehive.org</guid>
</item>
</channel>
</rss>
