mbien opened a new pull request, #4802:
URL: https://github.com/apache/netbeans/pull/4802

    - converts matching source/target options to the release option
    - supports properties and the standard maven-compiler-plugin
   
   It is fairly basic and has a small cosmetic issue. I don't know how to 
replace elements in-place, so it simply adds the release element to the end of 
the list if the hint is applied, no matter where source/target was.
   
   I also don't know how to apply hints in the junit tests. When I tried to do 
that it complained that the model was read only 
(org.netbeans.modules.xml.xam.dom.ReadOnlyAccess). I suppose its a dummy model.
   
   How to test:
   create a new java project and it should already show the hint. It only looks 
for properties and the config of the standard javac plugin.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to