Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Fix TempFile usability #17

Merged
merged 5 commits into from
Jan 20, 2020
Merged

Conversation

IncPlusPlus
Copy link
Owner

This fixes the TempFile class so that files can be extracted from JARs outside of just btb-io. Previously, the protection domain of TempFile was used as the domain to fetch files from. This resulted in only files within the IO module's JAR being accessible. One should theoretically be able to access more than that now.

@codecov
Copy link

codecov bot commented Jan 18, 2020

Codecov Report

❗ No coverage uploaded for pull request base (develop@6c4f937). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             develop     #17   +/-   ##
=========================================
  Coverage           ?   20.8%           
=========================================
  Files              ?       8           
  Lines              ?     399           
  Branches           ?      69           
=========================================
  Hits               ?      83           
  Misses             ?     309           
  Partials           ?       7
Impacted Files Coverage Δ
...ub/incplusplus/bigtoolbox/io/filesys/TempFile.java 0% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6c4f937...054cb44. Read the comment docs.

@github-actions github-actions bot added the bug Something isn't working label Jan 18, 2020
@IncPlusPlus IncPlusPlus force-pushed the bugfix/fix_tempfile_usability branch from 18e177e to 6c4f937 Compare January 19, 2020 03:02
@IncPlusPlus IncPlusPlus merged commit 5ba7aee into develop Jan 20, 2020
@IncPlusPlus IncPlusPlus deleted the bugfix/fix_tempfile_usability branch January 20, 2020 02:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant