ErrLookup › YoKeyword/Fragmentation
YoKeyword/Fragmentation
[DEPRECATED] A powerful library that manage Fragment for Android · Java · 35 source files
Analyzed at 0394930a3e on 2026-09-10. 10 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Must extends Fragment and implements ISupportFragment! | exception | error | |
| Must extends FragmentActivity/AppCompatActivity | exception | critical | android, activity, wrong-base-class |
| Can't find container, please call loadRootFragment() first! | exception | error | android, fragment, navigation, container |
| Must extends FragmentActivity/AppCompatActivity and… | exception | critical | android, swipeback, activity, wrong-base-class |
| not attach! | exception | error | android, fragment, lifecycle |
| Threshold value should be between 0 and 1.0 | validation | error | android, swipeback, argument-range |
| Must extends Fragment | exception | critical | android, fragment, wrong-base-class |
| must impl ISupportActivity! | exception | critical | android, activity, interface-not-implemented |
| There is no Fragment in the FragmentManager, maybe you need… | exception | error | android, fragment, navigation |
| Fragment has not been attached to Activity! | exception | error | android, fragment, lifecycle |