Plsql Review App

1+
Preuzimanja
Kategorizacija sadržaja
Svako
Slika snimka ekrana
Slika snimka ekrana
Slika snimka ekrana
Slika snimka ekrana
Slika snimka ekrana
Slika snimka ekrana
Slika snimka ekrana
Slika snimka ekrana
Slika snimka ekrana

O aplikaciji

This app takes users input plsql file (package, procedures script) and publishes Insights on source code with visual charts and in tabular format.

Plsql Review Tool is a handy solution for code reviewers; it helps quickly gathers important stats about the code to determine the efficiency of the program. It can also serve Estimation purpose to assess complexity of the Plsql Program. Instead of browsing the code line by line manually, a code reviewer can use this tool to pin point grave program errors by instantly tracking down to the exact line of code. The tool checks for proper usage of variables, hard coded values, control or conditional statements, exception handling etc., It highlights the code areas where redundant usage like SELECT statements, referring same table appear.

The tool has a very user-friendly and convenient interface where the user can simply specify the file name, click review and the tool generates useful insights. The Code Profile summary and the File contents sections are neatly color-coded for easy identification. User can also easily navigate to the preferred line of code by clicking the line number. The CRUD Statement section on the interface that displays SELECT, UPDATE, INSERT and DELETE statements separately for effective review of sql statements used within the package.

App is helpful for Plsql Developers who develop, modify, maintain or support database objects based on SQL, PLSQL code e.g. Procedures, packages, triggers, functions etc.
Ažurirano dana
10. okt 2016.

Sigurnost podataka

Sigurnost počinje razumijevanjem na koji način programeri prikupljaju i dijele vaše podatke. Privatnost podataka i sigurnosne prakse se mogu razlikovati ovisno o korištenju, regiji i dobi. Programer je naveo ove informacije i može ih s vremenom ažurirati.
Podaci se ne dijele s trećim stranama
Saznajte više o načinu na koji programeri pružaju izjavu o dijeljenju
Podaci se ne prikupljaju
Saznajte više o načinu na koji programeri pružaju izjavu o prikupljanju

Što je novo

Users will just choose the file to review, no need to click Display review. Added notification, comment density metric, alignment changes.