|
Thanks Buck. That's along the lines of what was thinking but wondering
why the defaults don't do that based on the type.. Now I just have to
figure out 'query classes' <grin>
Mark's comment:
"Use a change management tool to archive your old code and just keep the
clean code with useful comments. BTW how do you differentiate between old
dead commented out code, and useful comments? The ILE filters throw out the
baby with the bath water."
I completely agree. We do use Turnover and I have been pushing for code
liposuction for some time. Only been here one year but making (slow)
progress on that front. It's an entrenched philosophy. In some (many)
cases, throwing out the baby is the price I'm willing to pay just to get
rid of the visual bath water clutter.
Roger Harman
COMMON Certified Application Developer – ILE RPG on IBM i on Power
OCEAN User Group
<http://www.ocean400.org>
----------------------------------------
To: wdsci-l@xxxxxxxxxxxxto keep (but, commented out) any code that was changed. It gets messy
From: kc2hiz@xxxxxxxxx
Date: Wed, 25 Mar 2015 13:32:14 -0400
Subject: Re: [WDSCI-L] Filtering out comments
On 3/25/2015 12:14 PM, Roger Harman wrote:
We have a lot of heavily modified vendor code and the practice here is
pretty quickly.
Right-Click -> Filter View -> Code
I'm trying to filter out comments which works well on an RPGLE member.
when trying to filter the source:
But, we have a lot of older RPG400 code and I get the following error
command."commentOnly" is not a valid parameter for the "set excludedClasses"
Client for System i & iSeries (WDSCI-L) mailing list
I get the same error on CL source.
Is this a known limitation? Any workaround?
The underlying issue is that the excludedClasses variable wants to be
passed a legal class. Each parser has a different set of classes. You
can see what they are via 'query classes'.
So, the workaround is: For CL and RPG, the comment class is COMMENTS,
so: 'set excludedClasses COMMENTS'. For RPGLE and SQLRPGLE, the comment
class is either 'COMMENTS' or 'commentOnly'.
--buck
Anything I think I know is from observation. I wish I had better vision.
--
This is the Rational Developer for IBM i / Websphere Development Studio
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/wdsci-l.
--
This is the Rational Developer for IBM i / Websphere Development Studio
Client for System i & iSeries (WDSCI-L) mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/wdsci-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.