()
| 55 | } |
| 56 | |
| 57 | private Deque<Map<String,Object>> getLambdaArguments() { |
| 58 | if (lambdaArguments == null) { |
| 59 | lambdaArguments = new ArrayDeque<>(4); |
| 60 | } |
| 61 | return lambdaArguments; |
| 62 | } |
| 63 | |
| 64 | /** |
| 65 | * Sets the internal flag indicating whether a property has been resolved during the current |
no outgoing calls
no test coverage detected