warning - @noinspection is an unknown tag.
When I compile code created in IntelliJ outside of IntelliJ with
javac.exe I get reams of "warning - @noinspection is an unknown tag.
errors".
I found I could get rid of complaints about @Nullable and @NotNull by
including F:\Program Files (x86)\JetBrains\IntelliJ IDEA
10.5.2\redist\annotations.jar in my JDK ext directory.
Is there something equivalent to silence the @noinspection warnings?
I distribute nearly all my source code to people who don't necessarily
have IntelliJ.
--
Roedy Green Canadian Mind Products
http://mindprod.com
I can't come to bed just yet. Somebody is wrong on the Internet.
请先登录再写评论。