Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/lib-annotation-indexer
  Commit: 72d8ad1ce5d8dc6f301b6acc7602fbba3a0299dc
      
https://github.com/jenkinsci/lib-annotation-indexer/commit/72d8ad1ce5d8dc6f301b6acc7602fbba3a0299dc
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-03-27 (Wed, 27 Mar 2013)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/annotation_indexer/AnnotationProcessorImpl.java

  Log Message:
  -----------
  when the source tree contains a compilation error, it could end up here.

I observed that when there's a compilation error where a constructor has 
unresolvable annotation like the following, then that ends up in here, masking 
the root problem.

class Foo {
    @ThereIsNoSuchAnnotation
    public Foo() { ... }
}



-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to