Skip to content

Commit 65eda6d

Browse files
authored
First wave WIP (#66)
* Updating the screenshot * Finishing task 1.x * Finishing task 2.x * Finishing task 3.x * Finishing Task 4.x * Minor refactoring in acceptance criteria * Mitigation Context Window issue <- CRITIC * Finishing Task 5.x * Finishing Task 6.x * Finishing Task 7.x * Finishing Task 8.x * moving to package info.jab.ms * Finishing Task 9.x * Finishing Task 10.x * Finishing Task 11.x * Finishing Task 12.x * Improviment in logic * Improving tests * Adding UML class diagram * Fixed cursor rule * Fixing issue detected by bugBot * Minor improvement * Improving template for jacoco * Improving a bit the logging services
1 parent dde9173 commit 65eda6d

File tree

91 files changed

+244707
-476
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+244707
-476
lines changed

.cursor/rules/100-java-checklist-guide.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Create a Checklist with all Java steps to use with cursor rules for Java
2+
description:
33
globs:
44
alwaysApply: false
55
---

.cursor/rules/110-java-maven-best-practices.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: Maven Best Practices
3-
globs: pom.xml
2+
description:
3+
globs:
44
alwaysApply: false
55
---
66
# Maven Best Practices

.cursor/rules/111-java-maven-deps-and-plugins.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: Update pom.xml to add Maven dependencies & plugins
3-
globs: pom.xml
2+
description:
3+
globs:
44
alwaysApply: false
55
---
66
# Update pom.xml to add Maven dependencies & plugins

.cursor/rules/112-java-maven-documentation.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: Create README-DEV.md with information about how to use the Maven project
3-
globs: pom.xml
2+
description:
3+
globs:
44
alwaysApply: false
55
---
66
# Create README-DEV.md with information about how to use the Maven project

.cursor/rules/121-java-object-oriented-design.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: Java Object-Oriented Design Guidelines
3-
globs: **/*.java
2+
description:
3+
globs:
44
alwaysApply: false
55
---
66
# Java Object-Oriented Design Guidelines

.cursor/rules/122-java-type-design.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: Type Design Thinking in Java
3-
globs: "**/*.java"
2+
description:
3+
globs:
44
alwaysApply: false
55
---
66
# Type Design Thinking in Java

.cursor/rules/123-java-general-guidelines.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: Java General Guidelines
3-
globs: **/*.java
2+
description:
3+
globs:
44
alwaysApply: false
55
---
66
# Java General Guidelines

.cursor/rules/124-java-secure-coding.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: Java Secure coding guidelines
3-
globs: **/*.java
2+
description:
3+
globs:
44
alwaysApply: false
55
---
66
# Java Secure coding guidelines

.cursor/rules/125-java-concurrency.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: Java rules for Concurrency objects
3-
globs: **/*.java
2+
description:
3+
globs:
44
alwaysApply: false
55
---
66
# Java rules for Concurrency objects

.cursor/rules/126-java-logging.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: Java Logging Best Practices
3-
globs: **/*.java
2+
description:
3+
globs:
44
alwaysApply: false
55
---
66
# Java Logging Best Practices

0 commit comments

Comments
 (0)