From 35348c55eeeaa73cf54c93db5ffd0d4c0d1a4b15 Mon Sep 17 00:00:00 2001 From: Juan Moreno <7319391+JuanMorenoDeveloper@users.noreply.github.com> Date: Fri, 29 Mar 2024 01:48:07 -0300 Subject: [PATCH 1/2] Updated presentation link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8ba55b..efc035a 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ If you have IntelliJ Ultimate, you can install the [Method Reference Diagram](ht ## Additional Details This plugin will work on both single module and multi-module Maven projects that have a typical Maven project layout. -This tool is based on the paper **[Prioritizing Design Debt Investment Opportunities](https://dl.acm.org/doi/10.1145/1985362.1985372)** by Nico Zazworka, Carolyn Seaman, and Forrest Shull. The presentation based on the paper is available at https://resources.sei.cmu.edu/asset_files/Presentation/2011_017_001_516911.pdf +This tool is based on the paper **[Prioritizing Design Debt Investment Opportunities](https://dl.acm.org/doi/10.1145/1985362.1985372)** by Nico Zazworka, Carolyn Seaman, and Forrest Shull. The presentation based on the paper is available at [https://resources.sei.cmu.edu/asset_files/Presentation/2011_017_001_516911.pdf](https://insights.sei.cmu.edu/documents/1385/2011_101_001_424876.pdf) ## Limitations * My time. This is a passion project and is developed in my spare time. From 1e9ddae7d99d085e71d43cea3abb665eb900dbea Mon Sep 17 00:00:00 2001 From: Juan Moreno <7319391+JuanMorenoDeveloper@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:51:47 -0300 Subject: [PATCH 2/2] Added PR feedback. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efc035a..6f53da0 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ If you have IntelliJ Ultimate, you can install the [Method Reference Diagram](ht ## Additional Details This plugin will work on both single module and multi-module Maven projects that have a typical Maven project layout. -This tool is based on the paper **[Prioritizing Design Debt Investment Opportunities](https://dl.acm.org/doi/10.1145/1985362.1985372)** by Nico Zazworka, Carolyn Seaman, and Forrest Shull. The presentation based on the paper is available at [https://resources.sei.cmu.edu/asset_files/Presentation/2011_017_001_516911.pdf](https://insights.sei.cmu.edu/documents/1385/2011_101_001_424876.pdf) +This tool is based on the paper **[Prioritizing Design Debt Investment Opportunities](https://dl.acm.org/doi/10.1145/1985362.1985372)** by Nico Zazworka, Carolyn Seaman, and Forrest Shull. The presentation based on the paper is available [here](https://insights.sei.cmu.edu/documents/1385/2011_101_001_424876.pdf). ## Limitations * My time. This is a passion project and is developed in my spare time.