You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's an Java unchecked call warning during the build as follows:
/home/gradle/project/src/main/java/com/proxeus/xml/template/TemplateExtractor.java:123: warning: [unchecked] unchecked call to forEachRemaining(Consumer<? super E>) as a member of the raw type Iterator
start.getAttributes().forEachRemaining(a -> {
^
where E is a type-variable:
E extends Object declared in interface Iterator
There's an Java unchecked call warning during the build as follows:
See also #3
The text was updated successfully, but these errors were encountered: