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

Various code cleanups #160

Merged
merged 3 commits into from
Nov 11, 2022

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    f5be755 View commit details
    Browse the repository at this point in the history
  2. Delete dead code.

    jonahgraham committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    64c502a View commit details
    Browse the repository at this point in the history
  3. Remove .. folder entry in zip file

    This resolve the following exception during the build:
    
    
    !ENTRY org.eclipse.ui.ide 4 4 2022-11-11 09:45:42.503
    !MESSAGE Entry is outside of the target dir: ../
    !STACK 0
    java.io.IOException: Entry is outside of the target dir: ../
    	at org.eclipse.ui.wizards.datatransfer.ZipFileStructureProvider.initialize(ZipFileStructureProvider.java:190)
    	at org.eclipse.ui.wizards.datatransfer.ZipFileStructureProvider.getChildren(ZipFileStructureProvider.java:113)
    	at org.eclipse.ui.wizards.datatransfer.ImportOperation.importRecursivelyFrom(ImportOperation.java:781)
    	at org.eclipse.ui.wizards.datatransfer.ImportOperation.execute(ImportOperation.java:385)
    	at org.eclipse.ui.actions.WorkspaceModifyOperation.lambda$0(WorkspaceModifyOperation.java:110)
    	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2380)
    jonahgraham committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    7587224 View commit details
    Browse the repository at this point in the history