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

The Big Overhaul #292

Open
wants to merge 56 commits into
base: master
Choose a base branch
from
Open

The Big Overhaul #292

wants to merge 56 commits into from

Commits on Jun 3, 2019

  1. continue search on remaining files after error

    In case of IllegalStateException with "Invalid BootstrapMethods attribute entry: 2 additional arguments required for method java/lang/invoke/StringConcatFactory.makeConcatWithConstants, but only 1 specified." this is a known issue of Procyon <= 0.5.35 and the available fix it not yet released, refer to https://bitbucket.org/mstrobel/procyon/issues/336/
    The search does not stop anymore, simply a hint is given in found class list for that error.
    
    In case of other IllegalStateException or general Exceptions hold on the search in remaining files, too.
    For example, my openJDK 11 based WAR file has other error cases in Procyon too.
    java.lang.IllegalArgumentException: Argument 'value' must be in the range [1, 18], but value was: 19.
    java.lang.IllegalArgumentException: Argument 'value' must be in the range [1, 18], but value was: 20.
    
    both at com.strobel.core.VerifyArgument.inRange(VerifyArgument.java:347)
    psytester committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    dc2c70c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. solve TreeNode to DefaultMutableTreeNode type conversion error for op…

    …enjdk 11.0.8.
    renxuelei committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    0ac78dc View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    84edf18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82c1763 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Ignore IntelliJ files

    ThexXTURBOXx committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    560d2a7 View commit details
    Browse the repository at this point in the history
  2. Update RSTA

    ThexXTURBOXx committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    7188afd View commit details
    Browse the repository at this point in the history
  3. General cleanup

    ThexXTURBOXx committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    5f63ab9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0723c49 View commit details
    Browse the repository at this point in the history
  5. Allow multi-file drop

    ThexXTURBOXx committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    76584c1 View commit details
    Browse the repository at this point in the history
  6. Fix classes on same path being open in different jars

    Up until now, if you open two jar files that contain the class e.g. `test.package.TestClass` and you open this class of the first jar, the one from the second jar will look exactly like the first one.
    ThexXTURBOXx committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    5bad6aa View commit details
    Browse the repository at this point in the history
  7. Some more cleanup

    ThexXTURBOXx committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    1932ccb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    667f7b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

  1. Java 8 refactor

    ThexXTURBOXx committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    71ba267 View commit details
    Browse the repository at this point in the history
  2. Optimize imports

    ThexXTURBOXx committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    617c5e1 View commit details
    Browse the repository at this point in the history
  3. Update procyon link

    ThexXTURBOXx committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    8514b88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3b95a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09b2c04 View commit details
    Browse the repository at this point in the history
  6. Fix resource leak

    ThexXTURBOXx committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    fa559db View commit details
    Browse the repository at this point in the history
  7. Fix rare crash

    ThexXTURBOXx committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    bd596b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a8b7e4a View commit details
    Browse the repository at this point in the history
  9. Fix maximize expression

    ThexXTURBOXx committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    ff1ca19 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ecee126 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Update dependencies

    ThexXTURBOXx committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    589ed3c View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Restructuring

    ThexXTURBOXx committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    5b94825 View commit details
    Browse the repository at this point in the history
  2. Add File Util

    ThexXTURBOXx committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    ad14428 View commit details
    Browse the repository at this point in the history
  3. Update links

    ThexXTURBOXx committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    cbc8611 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0e44a9 View commit details
    Browse the repository at this point in the history
  5. Fix bug in some Java implementations

    This doesn't fix Java 17, though
    ThexXTURBOXx committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    be54495 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf3be93 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Configuration menu
    Copy the full SHA
    d76bef5 View commit details
    Browse the repository at this point in the history
  2. Add CLI

    ThexXTURBOXx committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    1ae6d65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    430d0e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a75586 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6cbcd19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6869dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9aca533 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Update RSTA

    ThexXTURBOXx committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    af06b5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e721ff View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Oops, links are broken

    ThexXTURBOXx committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    80b4440 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5aaffeb View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Update dependencies

    ThexXTURBOXx committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    04a74dd View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    81a4812 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d545a57 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Bump version

    ThexXTURBOXx committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    97539ef View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Update RSyntaxTextArea

    ThexXTURBOXx committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    55dc661 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Fix hyperlinks

    ThexXTURBOXx committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    9c6f880 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Update Maven plugins

    ThexXTURBOXx committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    54eb839 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    ba12901 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Update copyrights

    ThexXTURBOXx committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    23520e1 View commit details
    Browse the repository at this point in the history
  2. Update Launch4J

    ThexXTURBOXx committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    7fe65ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26790c2 View commit details
    Browse the repository at this point in the history
  4. Bump version

    ThexXTURBOXx committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    541940e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Update dependencies

    ThexXTURBOXx committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    35a5419 View commit details
    Browse the repository at this point in the history
  2. Fix index handling

    ThexXTURBOXx committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    01b9c8f View commit details
    Browse the repository at this point in the history
  3. Better Java detection

    ThexXTURBOXx committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    5a785bb View commit details
    Browse the repository at this point in the history
  4. Bump version

    ThexXTURBOXx committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    32f5838 View commit details
    Browse the repository at this point in the history