Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ hasErrors
Method
hasErrors
src/main/java/field/utility/Util.java:124–126 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
122
List<Pair<Throwable, Object>> errors =
new
ArrayList<>();
123
124
public
boolean hasErrors() {
125
return
errors.size() > 0;
126
}
127
128
public
List<Pair<Throwable, Object>> getErrors() {
129
return
errors;
Callers
4
dispatch
Method · 0.95
draw
Method · 0.95
dispatch
Method · 0.95
doHighLevelMouseEvents
Method · 0.95
Calls
1
size
Method · 0.45
Tested by
no test coverage detected