Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for 'Cannot invoke ... because "classPath" is null.' #11

Merged
merged 3 commits into from
Apr 21, 2023

Commits on Mar 6, 2023

  1. Merge pull request LabyStudio#7 from LabyStudio/develop

    always complete the background task, even if an error occurs
    LabyStudio committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    8856d72 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Merge pull request LabyStudio#10 from LabyStudio/develop

    fix exception when hotswapping with IntelliJ 2023.1 using the new UI, version 2.5, closes LabyStudio#9
    LabyStudio committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    5d42c64 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Fix for 'Cannot invoke ... because "classPath" is null.'

    Compiler output can contain non-class files like files generated by annotation processing. These cannot be "hotswapped" and don't have a classname, so have to be filtered out.
    jonasPoehler committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    2df9bd0 View commit details
    Browse the repository at this point in the history