You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/02/07 16:50:59 UTC

[GitHub] JaroslavTulach commented on issue #1123: Use .class files instead of compiling the sources

JaroslavTulach commented on issue #1123: Use .class files instead of compiling the sources
URL: https://github.com/apache/incubator-netbeans/pull/1123#issuecomment-461507282
 
 
   > Maybe it's good to mention that preferring class files to source files has some limitations.
   
   Right. Another reason for the support to be opt-in only.
   
   > The find usages (refactoring) will not work on source level annotations, static fields initialized by compilation time constant, etc.
   
   Right.
   
   > Another limitation comes from annotation processing. There will be no sources generated by AP only binaries.
   
   In the `mx` based projects, I can put the `src_gen` folder on some classpath. E.g. the sources will be there, it is just a question whether IDE finds them... I will need to test this change on the real `mx` projects before merging it to make sure it really works.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists