()
| 16 | public static List<List> listAll = new ArrayList<>(); |
| 17 | |
| 18 | public List<List> getListAll() { |
| 19 | return listAll; |
| 20 | } |
| 21 | |
| 22 | public void setListAll(List<List> listAll) { |
| 23 | this.listAll = listAll; |
nothing calls this directly
no outgoing calls
no test coverage detected