(String name)
| 1151 | } |
| 1152 | |
| 1153 | public static String getInnerName(String name) { |
| 1154 | return name.substring(name.lastIndexOf('$') + 1); |
| 1155 | } |
| 1156 | |
| 1157 | public static String getNestedName(String outerName, String innerName) { |
| 1158 | if (outerName == null || innerName == null) { |
no outgoing calls
no test coverage detected