(ClassInstance cls, String fullId)
| 185 | } |
| 186 | |
| 187 | private static FieldInstance getField(ClassInstance cls, String fullId) { |
| 188 | return cls.getField(fullId.substring(fullId.lastIndexOf('/', fullId.lastIndexOf(";;") - 2) + 1)); |
| 189 | } |
| 190 | |
| 191 | private void submitMatches(DoubleConsumer progressConsumer) { |
| 192 | UidConfig config = Config.getUidConfig(); |
no outgoing calls
no test coverage detected