You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .cursor/rules/templates/java-checklist-template.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,10 +49,10 @@ Use the following process to improve the java development in some areas if requi
49
49
50
50
| Activity | Description | Prompt | Notes |
51
51
|----------|------|--------|-------|
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 |
54
54
| - | 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 |
56
56
57
57
## Reference Table: Java Cursor Rules
58
58
@@ -70,10 +70,9 @@ Use the following process to improve the java development in some areas if requi
70
70
| Modern Java Features |@141-java-refactoring-with-modern-features | Refactoring with modern Java (Java 8+) features |
71
71
| Functional Programming |@142-java-functional-programming| Applying functional programming in Java |
72
72
| 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 |
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,10 +61,10 @@ Using the Cursor rules is straightforward: simply `drag and drop` the cursor rul
61
61
62
62
| Activity | Description | Prompt | Notes |
63
63
|----------|------|--------|-------|
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 |
66
66
| - | 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 |
68
68
69
69
## Getting started
70
70
@@ -139,3 +139,5 @@ If you have new ideas to improve any of the current Cursor rules or add a new on
0 commit comments