Summary: Better API for creating issue types: - distinguish hidden/normal/dynamic issue types - normal issue types should always be documented - add "TODO" to missing documentation - dynamic issue types are the only ones that can be created outside of IssueType.ml I had to document the new CCBM and the resource leak lab exercise to keep Help.ml happy, did `make doc-publish`. Reviewed By: ngorogiannis Differential Revision: D22118766 fbshipit-source-id: 3d0194518master
parent
3846fbd3ee
commit
f5993b7254
@ -0,0 +1,3 @@
|
||||
Reported when the class either:
|
||||
- has at least one nullability issue, or
|
||||
- has at least one (currently possibly hidden) issue preventing it from being marked `@Nullsafe`.
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,19 @@
|
||||
---
|
||||
title: "Config Checks between Markers"
|
||||
description: "[EXPERIMENTAL] Collects config checks between marker start and end."
|
||||
---
|
||||
|
||||
[EXPERIMENTAL] Collects config checks between marker start and end.
|
||||
|
||||
Activate with `--config-checks-between-markers`.
|
||||
|
||||
Supported languages:
|
||||
- C/C++/ObjC: No
|
||||
- Java: Experimental
|
||||
|
||||
This checker is currently only useful for certain Facebook code.
|
||||
|
||||
## List of Issue Types
|
||||
|
||||
The following issue types are reported by this checker:
|
||||
- [CONFIG_CHECKS_BETWEEN_MARKERS](/docs/next/all-issue-types#config_checks_between_markers)
|
@ -0,0 +1,19 @@
|
||||
---
|
||||
title: "Resource Leak Lab Exercise"
|
||||
description: "Toy checker for the \"resource leak\" write-your-own-checker exercise."
|
||||
---
|
||||
|
||||
Toy checker for the "resource leak" write-your-own-checker exercise.
|
||||
|
||||
Activate with `--resource-leak-lab`.
|
||||
|
||||
Supported languages:
|
||||
- C/C++/ObjC: No
|
||||
- Java: Yes
|
||||
|
||||
This toy checker does nothing by default. Hack on it to make it report resource leaks! See the [lab instructions](https://github.com/facebook/infer/blob/master/infer/src/labs/README.md).
|
||||
|
||||
## List of Issue Types
|
||||
|
||||
The following issue types are reported by this checker:
|
||||
- [LAB_RESOURCE_LEAK](/docs/next/all-issue-types#lab_resource_leak)
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue