Hello, Since codestyle was changed javadoc starts to warn about using of proprietary API.
For example: Javadoc Warnings ignite/modules/core/src/main/java/org/jsr166/ConcurrentLinkedDeque8.java:29: warning: Unsafe is internal proprietary API and may be removed in a future release import sun.misc.Unsafe; Using import sun.misc.* solves this problem. IDEA codestyle can be configured to use implicit imports for specified packages. Specifying sun.misc, sun.nio.ch, com.sun.jmx.mbeanserver fixed build output. Does anybody know other way to suspend this warning without suspending others? On Tue, Sep 1, 2015 at 9:21 AM, Denis Magda <[email protected]> wrote: > I've updated '{ignite_folder}/idea/ignite_codeStyle.xml' to reflect the > changes. > > -- > Denis > > > On 8/31/2015 5:48 PM, Sergi Vladykin wrote: > >> Guys, >> >> As discussed, I changed all the imports in master to explicit ones. >> >> Settings for Idea you can see here: >> >> https://issues.apache.org/jira/secure/attachment/12753298/Screen%20Shot%202015-08-31%20at%202.18.27%20PM.png >> >> Coding guidelines will be updated soon. >> >> Sergi >> >> >
