()
| 38 | } |
| 39 | |
| 40 | private Map<String, Package> packages() { |
| 41 | if (packages == null) { |
| 42 | packages = new HashMap(); |
| 43 | } |
| 44 | return packages; |
| 45 | } |
| 46 | |
| 47 | protected Package getPackage(String name) { |
| 48 | synchronized (this) { |
no outgoing calls
no test coverage detected