Skip to content

Commit fe4f034

Browse files
committed
Reindexing rules
1 parent 5f700e5 commit fe4f034

5 files changed

Lines changed: 11 additions & 10 deletions

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.

.cursor/rules/templates/java-checklist-template.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ Use the following process to improve the java development in some areas if requi
4949

5050
| Activity | Description | Prompt | Notes |
5151
|----------|------|--------|-------|
52-
| [151-java-profiling-detect](.cursor/rules/151-java-profiling-detect.mdc) | Measure problems | `My Java application has performance issues - help me set up comprehensive profiling process using @151-java-profiling-detect.mdc and use the location YOUR-DEVELOPMENT/profiler` | Replace YOUR-DEVELOPMENT with your actual development path. Example: examples/spring-boot-memory-leak-demo/profiler |
53-
| [152-java-profiling-analyze](.cursor/rules/152-java-profiling-analyze.mdc) | Analyze results | `Analyze the results located in YOUR-DEVELOPMENT/profiler and use the cursor rule @152-java-profiling-analyze` | Replace YOUR-DEVELOPMENT with your actual development path. Example: examples/spring-boot-memory-leak-demo/profiler |
52+
| [161-java-profiling-detect](.cursor/rules/161-java-profiling-detect.mdc) | Measure problems | `My Java application has performance issues - help me set up comprehensive profiling process using @151-java-profiling-detect.mdc and use the location YOUR-DEVELOPMENT/profiler` | Replace YOUR-DEVELOPMENT with your actual development path. Example: examples/spring-boot-memory-leak-demo/profiler |
53+
| [162-java-profiling-analyze](.cursor/rules/162-java-profiling-analyze.mdc) | Analyze results | `Analyze the results located in YOUR-DEVELOPMENT/profiler and use the cursor rule @152-java-profiling-analyze` | Replace YOUR-DEVELOPMENT with your actual development path. Example: examples/spring-boot-memory-leak-demo/profiler |
5454
| - | Code Refactoring | `Can you apply the solutions from @profiling-solutions-yyyymmdd.md in @/info to mitigate bottlenecks` | Make a refactoring with the notes from the analysis |
55-
| [154-java-profiling-compare](.cursor/rules/152-java-profiling-compare.mdc) | Analyze results | `Review if the problems was solved with last refactoring using the reports located in @/results with the cursor rule 154-java-profiling-compare.mdc` | Put in the context the folder with the results |
55+
| [164-java-profiling-compare](.cursor/rules/162-java-profiling-compare.mdc) | Analyze results | `Review if the problems was solved with last refactoring using the reports located in @/results with the cursor rule 154-java-profiling-compare.mdc` | Put in the context the folder with the results |
5656

5757
## Reference Table: Java Cursor Rules
5858

@@ -70,10 +70,9 @@ Use the following process to improve the java development in some areas if requi
7070
| Modern Java Features | @141-java-refactoring-with-modern-features | Refactoring with modern Java (Java 8+) features |
7171
| Functional Programming | @142-java-functional-programming | Applying functional programming in Java |
7272
| Data Oriented Programming | @143-java-data-oriented-programming | Data-oriented programming style in Java |
73-
| Java Profiling | @151-java-profiling-detect | Generate profiling data |
74-
| Java Profiling | @152-java-profiling-analyze | Analyze profiling data |
75-
| Java Profiling | @154-java-profiling-compare | Compare results after refactoring |
76-
| SQL Guidelines | @500-sql | SQL development best practices |
73+
| Java Profiling | @161-java-profiling-detect | Generate profiling data |
74+
| Java Profiling | @162-java-profiling-analyze | Analyze profiling data |
75+
| Java Profiling | @164-java-profiling-compare | Compare results after refactoring |
7776

7877
## Tips & Best Practices
7978

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ Using the Cursor rules is straightforward: simply `drag and drop` the cursor rul
6161

6262
| Activity | Description | Prompt | Notes |
6363
|----------|------|--------|-------|
64-
| [151-java-profiling-detect](.cursor/rules/151-java-profiling-detect.mdc) | Measure problems | `My Java application has performance issues - help me set up comprehensive profiling process using @151-java-profiling-detect.mdc and use the location YOUR-DEVELOPMENT/profiler` | Replace YOUR-DEVELOPMENT with your actual development path. Example: examples/spring-boot-memory-leak-demo/profiler |
65-
| [152-java-profiling-analyze](.cursor/rules/152-java-profiling-analyze.mdc) | Analyze results | `Analyze the results located in YOUR-DEVELOPMENT/profiler and use the cursor rule @152-java-profiling-analyze` | Replace YOUR-DEVELOPMENT with your actual development path. Example: examples/spring-boot-memory-leak-demo/profiler |
64+
| [161-java-profiling-detect](.cursor/rules/161-java-profiling-detect.mdc) | Measure problems | `My Java application has performance issues - help me set up comprehensive profiling process using @161-java-profiling-detect.mdc and use the location YOUR-DEVELOPMENT/profiler` | Replace YOUR-DEVELOPMENT with your actual development path. Example: examples/spring-boot-memory-leak-demo/profiler |
65+
| [162-java-profiling-analyze](.cursor/rules/162-java-profiling-analyze.mdc) | Analyze results | `Analyze the results located in YOUR-DEVELOPMENT/profiler and use the cursor rule @162-java-profiling-analyze` | Replace YOUR-DEVELOPMENT with your actual development path. Example: examples/spring-boot-memory-leak-demo/profiler |
6666
| - | Code Refactoring | `Can you apply the solutions from @profiling-solutions-yyyymmdd.md in @/info to mitigate bottlenecks` | Make a refactoring with the notes from the analysis |
67-
| [154-java-profiling-compare](.cursor/rules/152-java-profiling-compare.mdc) | Analyze results | `Review if the problems was solved with last refactoring using the reports located in @/results with the cursor rule 154-java-profiling-compare.mdc` | Put in the context the folder with the results |
67+
| [164-java-profiling-compare](.cursor/rules/164-java-profiling-compare.mdc) | Analyze results | `Review if the problems was solved with last refactoring using the reports located in @/results with the cursor rule 154-java-profiling-compare.mdc` | Put in the context the folder with the results |
6868

6969
## Getting started
7070

@@ -139,3 +139,5 @@ If you have new ideas to improve any of the current Cursor rules or add a new on
139139
- https://github.com/jabrena/plantuml-to-png-cli
140140
- https://github.com/jabrena/setup-cli
141141
- https://github.com/jabrena/jbang-catalog
142+
143+
Powered by [Cursor](https://www.cursor.com/)

0 commit comments

Comments
 (0)