问题标签 [intellij-15]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - Run Gradle test and not Junit test in IntelliJ IDEA 15 when choosing configuration type to run with
I updated to Intellij 15.02 from 14 and wanted to run my tests using Gradle not JUnit, but I'm not getting the options anymore like the image you see here.
I want to be able to choose configuration type.
The thing that is happening now when I run a test is that it runs it as a JUnit test by default.
I have imported the gradle project with gradle by selecting the gradle file in the project. I have deleted each configuration entry at the top so everything is clean and empty when running a new test with Spock.
My current "fix" is to manually create a new config entry for the gradle test. Intellij is not intelligent enough to create that same Junit test as a Gralde test.
I'm confused.
java - 在我的插件中添加特定的代码路径以支持多个 IntelliJ 版本
IntelliJ 15 在 SimpleJavaParameters 类中引入了一个名为 setUseClasspathJar 的新方法。
如果用户运行 IntelliJ 15,我希望我的插件设置调用此方法。如果用户运行 IntelliJ 14.1,则该方法甚至不可用(它不会编译)。
我如何编写我的插件,以便在有这样的签名更改时根据版本执行不同的操作?
java - 像windows一样在linux上的idea keymap
有什么方法可以像在 Windows 中一样在 Linux 上的 intellij idea 中使用相同的键盘映射?例如:按下鼠标滚轮与 ctrl+left click 相同。
java - IntelliJ IDEA: ignore trivial methods in code coverage
In IntelliJ IDEA 15.0.2 how can I ignore trivial getters and setters (trivial methods) during test coverage measurement?
Measuring every line would result in 75%. Measuring only the above method would result in 100%. And those are 100% of the code useful for testing.
How come I don't find anything about that on the Internet? Am I diving into bad practice?
UPDATE
This code is also eligible for testing:
java - org.testng.TestNGException:尝试执行测试时
长期以来,我一直在使用 Android Studio 开发一个项目。今天重构了一些代码,它开始崩溃,所以恢复了更改。即使在我尝试调试代码时恢复更改后,我最终还是会出现以下异常:
尝试使用intelliJ
我可以打开项目。这有什么线索吗??
intellij-idea - Intellij 的 javaFX 场景构建器不工作
当我在 IntelliJ IDEA 15 中打开 .fxml 文件并切换到 SceneBuilder 选项卡时,我总是得到一个错误页面。我检查了 SceneBuilder 应用程序的路径,它是有效的。我也可以毫无问题地运行 Scene Builder 应用程序。有人可以帮我弄这个吗?
它在 Scene Builder 选项卡上引发的错误:
java - 与 System.getProperty("user.dir") 不一致
我一直在 AndroidStudio 中使用这行代码来获取项目中文件的路径:
目前,当我尝试使用 intelliJ 访问同一个项目时,srcDir
返回的值是不同的。有什么解决办法吗?
经历了SO-722003,但这并不能解决我的问题。不能使用SO-12413952,因为项目位置在用户目录之后的不同系统上可能不同。
notnull - Intellij - 15 个 NotNull Instrumentation 错误,用于在未发现任何可疑情况时检查代码
我有一个小应用程序,我开始在 Intellij-14 下组装。它编译并在那里运行。当我更新到 15 时,我开始收到所有类的 NotNull Instrumentation 错误。错误消息只是说明类失败——没有特定方法、成员或变量的指示。我已向项目库添加注释并将编译选项更改为指向它们。我已经运行“推断无效”和“按名称运行检查”试图找出我哪里出错了,但无济于事。由于这是我第一次尝试使用 GUI 元素,我可能会犯一些非常基本的错误。例如:
公共类 lguiException 扩展异常 {
}
产生错误:
错误:NotNull 检测:lguiException.java 的 @NotNull 检测失败:com.intellij.compiler.notNullVerification.NotNullVerifyingInstrumenter.processClassFile(Lorg/jetbrains/org/objectweb/asm/ClassReader;Lorg/jetbrains/org/objectweb/asm/ClassVisitor; )Z
infer nullity preview 说这里没有什么要注释的,并且代码检查很干净。那么我从哪里开始呢?
angularjs - IntelliJ 和 Angular 2 参数类型不可分配错误
IntelliJ 中的 Angular2(v15 - Ultimate 的最新更新)应该可以工作吗?所有文档似乎都说它是通过 AngularJS 插件实现的,但我遇到了非常奇怪的智能感知错误。例如;
投掷 Argument type App is not assignable to parameter type Type
和标准注释,如;
扔Argument type {path: string, component: RootView, as: string, useAsDefault: boolean}[] is not assignable to parameter type RouteDefinition[]
有没有人遇到过这个?有人知道如何让 IntelliJ 玩得更好吗?
根据要求提供应用程序的来源;