Alan Snyder
- Total activity 173
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 37
-
Created Unable to build idea-2021.1.3
AnsweredI am getting an error trying to build 2021.1.3. As the error appears to be in the android repo, let me say that I created a completely new clone of the android repo for this build, and I am using t... -
Created Is there a specific @SuppressWarnings for this warning?
AnsweredI am getting a highlighted warning "condition ... is always true" on an if statement in a situation where the condition may not always be true (when a method is invoked by a superclass constructor,... -
Created If IDEA requires JDK 11 to run, why does Info.plist say 1.8?
AnsweredI assume this file comes from platform/build-scripts/resources/mac/Contents/Info.plist -
Created NPE in build from org.jetbrains.jps.cmdline.ClasspathBootstrap.getResourceFile(ClasspathBootstrap.java:170)
AnsweredI am getting this error trying to build a particular module. Any idea what is wrong? java.lang.NullPointerExceptionat java.base/java.io.File.<init>(File.java:279)at org.jetbrains.jps.cmdline.Clas... -
Created Release 2020.1.2: android/tools-base tag missing?
PlannedI just started trying to build 2020.1.2. I found the tag 201.7846.76 for idea and android, but not for android/tools-base. The latest tag in git://git.jetbrains.org/idea/adt-tools-base.git appears ... -
Created Library source does not match the byte code
AnsweredI am getting this red banner on a few classes from a Java library. By following the link to the decompiled class file, I can see that the class file is the expected one and is one that I just rebui... -
Created Running a Java program with Full Disk Access on macOS 10.14
AnsweredIs it possible to run a Java program under IDEA on macOS 10.14 with Full Disk Access permission? -
Created file refresh and coffee breaks
AnsweredSince upgrading to IDEA 2018.3, I frequently find myself being encouraged to take a coffee break because a file refresh operation suspends code analysis. Instant code analysis is the main reason to... -
Created one-time build issue: setupJdk18 mkdir spawn failed
The last three releases have failed to build on my first attempt with the following error: Task :setupJdk18 FAILED A problem occurred starting process 'command 'mkdir'' Caused by: java.io.IOExcepti... -
Created Build failure: com/jgoodies/jgoodies-common/1.4.0 does not exist
[java] /Volumes/A/MyIDEA/build/gant.xml:59: : /Users/alan/.m2/repository/com/jgoodies/jgoodies-common/1.4.0 does not exist. How can this be fixed?