Skip to content

Commit

Permalink
Loops/lambda detection
Browse files Browse the repository at this point in the history
Loops/lambdas detection

- Added new annotation attributes to trigger the warnings when a function/class/variable marked with @Expensive is used in loops/lambdas.
- code cleanup
- better tooltip messages
  • Loading branch information
LoneDev6 committed Sep 6, 2021
1 parent 88617be commit 38f8588
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 121 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pluginGroup = com.github.lonedev6.annotationsonsteroids
pluginName = AnnotationsOnSteroids
pluginVersion = 0.0.1
pluginVersion = 0.0.2

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down
Loading

0 comments on commit 38f8588

Please sign in to comment.