vancetang / reflections

Automatically exported from code.google.com/p/reflections
Do What The F*ck You Want To Public License
0 stars 0 forks source link

Reflections.collect() causes spurious error message #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use the reflections-maven plugin in conjunction Reflections.collect() to 
initialize Reflections

What is the expected output? What do you see instead?
Expected: No spurious error messages are logged.

Actual: A spurious error "given scan urls are empty. set urls in the 
configuration" is written to the log file from within the Reflections.collect() 
at Reflections.java:146.

What version of the product are you using? On what operating system?
0.9.8

Original issue reported on code.google.com by th...@ginkel.com on 30 Jul 2012 at 1:26

GoogleCodeExporter commented 9 years ago
fixed on trunk, comments are welcomed

Original comment by ronm...@gmail.com on 20 Feb 2013 at 9:04