_2IDENT Duplicate Identifiers Report

Top  Previous  Next

 

[BP7,D1,D2,D3,D4,D5,D6,D7,D8, D2005W, D2005N, D2006W, D2006N, D2007W]

 

This report produces a list of all identifiers that share the same name. Even if it is legal to duplicate identifier names, it may sometimes be confusing, and lead to bugs that are hard to find.

 

 

****************************************************************************

*                     Duplicate Identifiers Report for                     *

*                      C:\PROJEKT\RAMVERK\GCACHE.PAS                       *

****************************************************************************

 

Duplicate Identifiers (572):

----------------------------------------------------------------------------

 

AFreeOnDelete : Boolean          ValParam                GCACHE\TPointerCache\Create (81)

AFreeOnDelete : Boolean          ValParam                GCACHE\TObjectCache\Create (65)

 

AMaxEntries : Integer            ValParam                GCACHE\TPointerCache\Create (80)

AMaxEntries : Integer            ValParam                GCACHE\TObjectCache\Create (64)

AMaxEntries : Integer            ValParam                GCACHE\TStringCache\Create (50)

AMaxEntries : Integer            ValParam                GCACHE\TAbstractCache\Create (26)

 

AParam : Long String             ConstParam              GCACHE\TStringCache\AddString (53)

AParam : Long String             ConstParam              GCACHE\TAbstractCache\AddToCache (29)

 

 

See also:

 

R_REF Reference Reports