Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ hs_err_pid*
*.ind
*.ist
*.lof
*.log
#*.log
*.lot
*.maf
*.mtc
*.mtc0
*.nav
*.nlo
*.out
#*.out
*.pdfsync
*.ps
*.snm
Expand Down
273,889 changes: 273,889 additions & 0 deletions detekt-api/.diffblue/log/support.log

Large diffs are not rendered by default.

5,480 changes: 5,480 additions & 0 deletions detekt-api/.diffblue/log/user.log

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions detekt-api/.diffblue/refactorings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: com.diffblue.cover.refactoring.Recipe
recipeList:
- org.openrewrite.java.format.AutoFormat: &id001 {}
- com.diffblue.cover.refactoring.recipes.AddGetter: {className: io.gitlab.arturbosch.detekt.api.SingleAssign,
fieldName: _value}
- org.openrewrite.java.format.AutoFormat: *id001
- com.diffblue.cover.refactoring.recipes.AddGetter: {className: java.util.ArrayList$Itr,
fieldName: cursor}
- com.diffblue.cover.refactoring.recipes.AddGetter: {className: java.util.ArrayList$Itr,
fieldName: expectedModCount}
- com.diffblue.cover.refactoring.recipes.AddGetter: {className: java.util.ArrayList$Itr,
fieldName: lastRet}
- com.diffblue.cover.refactoring.recipes.AddGetter: {className: java.util.ArrayList$Itr,
fieldName: this$0}
- org.openrewrite.java.format.AutoFormat: *id001
- com.diffblue.cover.refactoring.recipes.AddGetter: {className: io.gitlab.arturbosch.detekt.api.internal.PathFilters,
fieldName: excludes}
- com.diffblue.cover.refactoring.recipes.AddGetter: {className: io.gitlab.arturbosch.detekt.api.internal.PathFilters,
fieldName: includes}
- org.openrewrite.java.format.AutoFormat: *id001
type: specs.openrewrite.org/v1beta/recipe
7 changes: 7 additions & 0 deletions detekt-api/.diffblue/reports/advisories.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[WARN] E052: Missing dependency
Unable to mock method inputs because Mockito 2.22.0 or later is not present on the classpath.
Required dependencies were not found.
Please add the following dependencies to your project:
testImplementation("org.mockito:mockito-core:4.11.0")
[WARN] Mocking Framework WARNING
[WARN] Environment check status: WARNING

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading