Eclipse could not downlod sources or javadoc

agai

could this be of any problem when you rerun tests…???

Would it be of good advice if i did this work in visual studio code ide??? because i have a problem with my eclipse…

Try adding in your pom file
eclipse {
    classpath {
        downloadJavadoc = true
    }
}

You can take a look into this link here javadocs