我目前正在給IntelliJ Scala插件一個旋轉,有一件事是讓我煩惱一點。編譯時會收到3條警告。Scala警告,IntelliJ和編譯器標記
Warning: scala: Recompiling 4 files
Warning: scala:
Warning: scala: there were 1 deprecation warnings; re-run with -deprecation for details
它爲什麼會警告文件正在重新編譯?可以關閉嗎?最後,空警告是什麼? :d
您正在使用哪個Scala插件?我正在使用這個http://www.jetbrains.net/confluence/display/SCA/Scala+Plugin+for+IntelliJ+IDEA。您可以通過這種方式添加編譯器選項:打開「Project Structure」 - >選擇「Facets」 - >選擇「Scala/Scala」 - >更改「Additional compiler options」。它也不會打印無意義的警告。 – longhua