Skirkpatrick

Avatar
  • Total activity 17
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 2
  • Subscriptions 6
  • Created

    Bug in Windows compression lib breaks IntelliJ configuration

    Windows 10, IntelliJ 2024.2.2 CE and Ultimate.I discovered a bug in the Windows compression library used by File Explorer that breaks IDEA projects that are compressed to zip. I thought this would ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    IDEA "remembers" code that I've typed from months ago (it seems)

    Answered
    I teach Java programming at a local Jr. college and have been using IntelliJ IDEA for 10 years or so. I've seen lots of very useful changes over that time, including some that have thrown me for a ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    "Location not set"

    Answered
    In the attached project, I'm attempting to load a second stage in response to a context menu selection (New Person). PhoneBookController.mnuNewPerson_Click throws the exception on line 220. Here's ...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    "Location not set"

    Answered
    IntelliJ 2022.2.3, JDK 17, Linux Mint Vanessa I have a JavaFX project that uses multiple stages. In response to a context menu click event, I'm trying to load a second stage. When I attempt to load...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    java.util.Preferences not found

    Answered
    IntelliJ IDEA 2022.2.1, trying to use java.util.Preferences but the Preferences class does not appear in java.util. I've seen nothing that indicates that it's been deprecated (can't image why that ...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Intellij println only if in debugger?

    Answered
    The .Net framework has a clever feature System.Diagnostics.Debug.WriteLine() that will only output when running in the debugger. Is there an equivalent feature in Java/IntelliJ? If not, is there a ...
    • 2 followers
    • 1 comment
    • 0 votes