Download Latest Version tpc-c-ifmx.tar.gz (392.7 kB)
Email in envelope

Get an email when there's a new version of IIUG Software Repository

Home / JAVA-Tools / need_inc_4gl
Name Modified Size InfoDownloads / Week
Parent folder
need_inc.java 2020-05-11 32.1 kB
readme.txt 2020-05-11 854 Bytes
Totals: 2 Items   33.0 kB 0
From: bobl@conceptsdyn.com (Bob Leurck)
Newsgroups: comp.databases.informix
Subject: Java for 3.0 Includes
Date: Wed, 23 Jul 1997 21:40:06 GMT

Below is a java program that determines if
your 4GL program requires an include file
from your own libraries. It is useful
as an educational program . We are
using it to port from 3.11 to 95 .

The basic design is to build lists of functions by library,
 as well as the locally defined functions in the project and
 finally a list of symbols used in the program.

The symbol list  is compared to each library function list
and if a function from the library is used and not
locally overriden , then the libray is added
to the programs include list.

The program uses, File, StingTokenizer, and Hashtable
classes as well as the regular expression libraries of
Steve Brandt  http://www.win.net/~stevesoft/pat
.

Source: readme.txt, updated 2020-05-11