Skip to content

Commit c97d549

Browse files
Merge pull request #11 from Trivadis/feature/21c
Feature/21c
2 parents 103b3c0 + db6d346 commit c97d549

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

FAQ.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ See [parser limitations](https://github.com/Trivadis/plsql-cop-cli/blob/main/par
2828

2929
See the [release information](https://github.com/Trivadis/plsql-cop-sqldev/releases) for each version.
3030

31-
## What is the difference between "PL/SQL Cop" and "PL/SQL Cop for SQL Developer"?
31+
## What is the difference between "db\* CODECOP" and "db\* CODECOP for SQL Developer"?
3232

33-
*PL/SQL Cop* is a standalone command line utility. It processes SQL*Plus scripts within a directory tree and produces an HTML report and an Excel workbook. It reports metrics on file and PL/SQL unit level as well as violations of the [Trivadis PL/SQL & SQL Coding Guidelines Version 3.6](https://trivadis.github.io/plsql-and-sql-coding-guidelines/v3.6/).
33+
*db\* CODECOP* is a standalone command line utility. It processes SQL*Plus scripts within a directory tree and produces an HTML report and an Excel workbook. It reports metrics on file and PL/SQL unit level as well as violations of the [Trivadis PL/SQL & SQL Coding Guidelines Version 4.0](https://trivadis.github.io/plsql-and-sql-coding-guidelines/v4.0/).
3434

35-
*PL/SQL Cop for SQL Developer* is a cost-free extension to Oracle’s SQL Developer. It processes the content of an editor window and produces a HTML report which is similar to the one of PL/SQL Cop but reduced and adapted to the scope of a single editor window. Additionally the violations of the [Trivadis PL/SQL & SQL Coding Guidelines Version 3.6](https://trivadis.github.io/plsql-and-sql-coding-guidelines/v3.6/) are presented in a dedicated tab pane linked to the editor window to support quick navigation to the corresponding code.
35+
*db\* CODECOP for SQL Developer* is a cost-free extension to Oracle’s SQL Developer. It processes the content of an editor window and produces a HTML report which is similar to the one of db\* CODECOP but reduced and adapted to the scope of a single editor window. Additionally the violations of the [Trivadis PL/SQL & SQL Coding Guidelines Version 4.0](https://trivadis.github.io/plsql-and-sql-coding-guidelines/v4.0/) are presented in a dedicated tab pane linked to the editor window to support quick navigation to the corresponding code.
3636

3737
## What are the licensing terms?
3838

39-
The preview/trial version of PL/SQL Cop is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. You may obtain a copy of the License at https://creativecommons.org/licenses/by-nc-nd/3.0/.
39+
The preview/trial version of db\* CODECOP is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. You may obtain a copy of the License at https://creativecommons.org/licenses/by-nc-nd/3.0/.
4040

4141
![CC-BY_NC-ND](images/CC-BY-NC-ND.png)

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# PL/SQL Cop for SQL Developer
1+
# db\* CODECOP for SQL Developer
22

33
## Introduction
44

5-
Trivadis PL/SQL Cop for SQL Developer is a free extension to check an editor content for compliance violations of the [Trivadis PL/SQL & SQL Coding Guidelines Version 3.6](https://trivadis.github.io/plsql-and-sql-coding-guidelines/v3.6/).
5+
db\* CODECOP for SQL Developer is a free extension to check an editor content for compliance violations of the [Trivadis PL/SQL & SQL Coding Guidelines Version 4.0](https://trivadis.github.io/plsql-and-sql-coding-guidelines/v4.0/).
66

7-
PL/SQL Cop calculates metrics per PL/SQL unit, such as:
7+
db\* CODECOP calculates metrics per PL/SQL unit, such as:
88

99
- McCabe’s cyclomatic complexity
1010
- Halstead’s volume
@@ -28,13 +28,13 @@ Navigate through the issues using the cursor keys to highlight the related code
2828

2929
![Issues](images/tvdcc-sqldev-issues.png)
3030

31-
Dock the PL/SQL Cop output window on your favorite position within SQL Developer and click on the report tab to reveal some additional metrics. Open the report in an external browser to print or save the report.
31+
Dock the db\* CODECOP output window on your favorite position within SQL Developer and click on the report tab to reveal some additional metrics. Open the report in an external browser to print or save the report.
3232

3333
![Report](images/tvdcc-sqldev-report.png)
3434

3535
## Configure Update Center
3636

37-
Click the `Help` menu and select `Check for Updates…`. Press the `Add` button to register the update center http://update.salvis.com/ . If you have troubles to configure the proxy settings, because your company requires some additional authentication or similar, then I suggest to download PL/SQL Cop for SQL Developer from [here](https://github.com/Trivadis/plsql-cop-sqldev/releases) and use the `Install From Local File` option.
37+
Click the `Help` menu and select `Check for Updates…`. Press the `Add` button to register the update center http://update.salvis.com/ . If you have troubles to configure the proxy settings, because your company requires some additional authentication or similar, then I suggest to download db\* CODECOP for SQL Developer from [here](https://github.com/Trivadis/plsql-cop-sqldev/releases) and use the `Install From Local File` option.
3838

3939
![Update Center](images/salvis-update-center.png)
4040

@@ -56,10 +56,10 @@ see [Frequently Ased Questions](FAQ.md).
5656

5757
## Further Information
5858

59-
Please find further information about PL/SQL Cop on the [Trivadis](https://www.trivadis.com/en/plsql-cop) website.
59+
Please find further information about db\* CODECOP on the [Trivadis](https://www.trivadis.com/en/plsql-cop) website.
6060

6161
## License
6262

63-
PL/SQL Cop for SQL Developer is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. You may obtain a copy of the License at https://creativecommons.org/licenses/by-nc-nd/3.0/.
63+
db\* CODECOP for SQL Developer is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. You may obtain a copy of the License at https://creativecommons.org/licenses/by-nc-nd/3.0/.
6464

6565
![CC-BY_NC-ND](images/CC-BY-NC-ND.png)

images/tvdcc-sqldev-issues.png

8.88 KB
Loading

images/tvdcc-sqldev-report.png

3.7 KB
Loading

0 commit comments

Comments
 (0)