Skip to content

Commit

Permalink
Add category to fragment retains view issue
Browse files Browse the repository at this point in the history
Summary: Add category to the fragment retains view issue type.

Reviewed By: martintrojer

Differential Revision: D57554933

fbshipit-source-id: 822eaf3610d6f1945c302883cd7ffad35f817c1d
  • Loading branch information
hajduakos authored and facebook-github-bot committed May 20, 2024
1 parent 068d9d0 commit 86f07c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infer/src/base/IssueType.ml
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ let checkers_expensive_overrides_unexpensive =


let checkers_fragment_retain_view =
register ~category:No_category ~id:"CHECKERS_FRAGMENT_RETAINS_VIEW" ~hum:"Fragment Retains View"
register ~category:Resource_leak ~id:"CHECKERS_FRAGMENT_RETAINS_VIEW" ~hum:"Fragment Retains View"
Warning FragmentRetainsView
~user_documentation:[%blob "./documentation/issues/CHECKERS_FRAGMENT_RETAINS_VIEW.md"]

Expand Down

0 comments on commit 86f07c2

Please sign in to comment.