Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Silence the JavacFiler warning 'compiler.warn.proc.unclosed.type.files' #1084

Merged
merged 1 commit into from
Aug 23, 2014
Merged

Commits on Aug 14, 2014

  1. Silence the JavacFiler warning 'compiler.warn.proc.unclosed.type.files'

    This prevents warnings like:
    
       warning: Unclosed files for the types '[dummy1407426008266]'; these types will not undergo annotation processing
    
    Files created via the createResource method are not registered for annotation
    processing (as opposed to files created by the createSourceFile method), so we
    avoid the JavacFiler warning and we don't have to open/close a stream.
    JessThrysoee committed Aug 14, 2014
    Configuration menu
    Copy the full SHA
    b909651 View commit details
    Browse the repository at this point in the history