Ver Mensaje Individual
  #5  
Antiguo 17-06-2005
Avatar de Lepe
[Lepe] Lepe is offline
Miembro Premium
 
Registrado: may 2003
Posts: 7.424
Reputación: 29
Lepe Va por buen camino
Lo que llevo mirado hasta el momento:
Pascal analyzer

El mejor de todos, para mi gusto claro

Dunit

Crea un programa aparte para testear las clases y el programa que estas realizando (jejeje ya vendrán a comentar)

Code formater (open source)

Cuidado con las preferencias, puede quitar los bloques begin..end que cree que no son válidos y cambiar el hilo de ejecución del programa.


DelphiCodeToDoc

crea 400 paginas web con las variables tipos y demás,
muy completo y bonita la documentación final.

Solo hay que especificar el .dpr de delphi

DiagramDesignerSetup

No resulta comodo para programadores, aunque permite crear tu propia librería de objetos para aumentar la paleta de componentes
(electricos, de casos de uso...)


case Studio 2 (database modeling) shareware

Muy Muy currado la exportacion a html.
Detalles de campos, entidades, modelos DFD y ERD (entity)
Permite ingenieria inversa (dada una base de datos, saca las tablas, atributos, campos primarios, indices, longitud y tipo de los campos y mucho más.
Permite conversion de una base de datos a otra.

Icarus beta

Solo hace un analisis de los uses utilizados en un proyecto
El informe generado es para imprimir un Memo con todos los uses.

Pa700 dem (pro-analyzer) demo

Crea 400 paginas web navegables. Destaca el informe Callmap (llamadas de una subrutina a otra)
The following table gives a brief description of the reports generated for the SAMPLE Program. Click on the report symbol to load the report.

Symbol Report name Description
ANM
Anomaly Report A report of unusual conditions detected during processing. Items detected include: variables that were not set, variables that were not used, value params reset & invalid real compares.
DIC
Data Dictionary A list of data elements used by the system in alphabetical order, with their scope, type and definition location.
DUP
Duplicate Identifier Report A list of any duplicate identifiers used, in alphabetical order, with their scope, type and definition location.
FIL
File Content Report A list of the files used by the system and summary of their contents in alphabetical order.
GXR
Global Cross Reference A cross reference of all global identifiers, indicating their usage by subprogram, with their scope, type and references.
HDR
Comment Headers Report A list, in report form, of the subprogram comment blocks that were generated for insertion as headers into the source code.
IXR
Identifier Cross Reference A system cross reference of all identifiers, indicating their usage by subprogram, with their scope, type and references.
LOC
Module Location Report A list of the subprograms used by the system in alphabetical order with their file location.
LST
Source Listing Source code listing with syntax highlighting.
LXR
Local Cross Reference A traditional cross reference by subprogram, an alphabetical list of identifiers, with their scope, type and references.
MAP
Callmap Report A logic map of the program's structure at the subprogram call level. The map may optionally include externals, and brief descriptions of the subprograms. Occurrences of ordinary, mutual and indirect recursion are detected, if present in the program.
OHR
Object Hierarchy Report A diagram of the object hierarchy for the objects encountered in the program.
SRV
Survey Report A survey of the subprograms used in the system. The 'path' count indicates the number of independent paths in the code, a commonly used measure of program complexity. The various line counts give an indication of subprogram size and quality.
__________________
Si usted entendió mi comentario, contácteme y gustosamente,
se lo volveré a explicar hasta que no lo entienda, Gracias.
Responder Con Cita