Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning in TemplateExtractor #19

Open
loleg opened this issue Mar 24, 2021 · 0 comments
Open

Warning in TemplateExtractor #19

loleg opened this issue Mar 24, 2021 · 0 comments
Labels
invalid This doesn't seem right

Comments

@loleg
Copy link
Contributor

loleg commented Mar 24, 2021

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

See also #3

@loleg loleg added the invalid This doesn't seem right label Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant