开发者

Progress 4GL code analysis tool [closed]

开发者 https://www.devze.com 2023-02-20 03:10 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 9 years ago.

Improve this question

I know the community around Progress 4GL is highly lacking in activity, but the people on SO are a sur开发者_开发知识库prisingly resourceful bunch of guys!

I'm looking for a tool that is capable of creating a dependency tree for classes, include files, and other structures in Progress 4GL. Ideally it would have a command line interface so that it can be integrated into an automated build.

I would like to avoid rolling my own if I can help it. We have a 4Mloc code base, so a manually-generated dependency graph just won't work out very well. Is there any hope?

Thanks!


There is a very active community, but you need to know where to look. :)

  • See http://www.joanju.com/ for several tools which might be useful.
  • BravePoint might have some resources, but probably not free.
  • Also http://www.oehive.org/


I believe the free 10-year-old app below will do some of what you require, but was written for legacy Progress versions (ie. it will only recognize direct old-fashioned RUNs and includes, I think). As for rolling your own, or getting a start, it was written in c++ and the author may still have the source code if you email him...

Here's the link to the app

The Progress community can be found at various places in addition to the above (eg. Peg.com, ProgressTalk.com, PSDN.com, etc.), is relatively minute, but is hardly inactive.


My xref->TT tool can take apart xref strings from the COMPILE XREF statement and turns it into a set of temp-tables. You could then take that the temp-tables and use them to populate a database, after which I'm sure you'll post your code back to the community so others can take advantage of it. :)

I stopped working on it around ~2008, so it pre-dates the OOABL structures.

See http://communities.progress.com/pcom/docs/DOC-16588

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号