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

Regex, Header, and Footer Additions for the GUI #873

Open
wants to merge 432 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
432 commits
Select commit Hold shift + click to select a range
a01f3a2
Merging in Shirley's test updates....
Mar 3, 2018
f3315a7
Identified issue with auto-detected selections button (a variable ren…
Mar 3, 2018
12ebb7b
Removed some debugging statements from the code, just tidying up a bi…
Mar 3, 2018
a665fd1
Small cosmetic code changes....messing around in git right now to see…
Mar 3, 2018
d46d603
Made minor changes to the extraction page regarding the shadow colors…
slmendez Mar 4, 2018
3348c11
Wrapped up the TestExtractionPage, what isn't being tested is mention…
slmendez Mar 7, 2018
dc705f9
Merge remote-tracking branch 'origin/Header_Addition' into Header_Add…
slmendez Mar 7, 2018
d79da0d
Cleaning up some code regarding header/footer resize events...will st…
Mar 7, 2018
ce4fa6d
In process of adding overlap detection for header/footer resize event…
Mar 8, 2018
e994440
Have first-pass overlap detection in for header/footer resize events...
Mar 8, 2018
70f526e
Merging in Shirley's test cases....
Mar 8, 2018
ba55898
Added on majority of the components tested in Test Preview and Export…
slmendez Mar 8, 2018
7d7387c
Merge remote-tracking branch 'origin/Header_Addition' into Header_Add…
slmendez Mar 8, 2018
40037ec
Completed the Test Preview and Export Data page, and that was the las…
slmendez Mar 10, 2018
1410939
Added on an environment variable to see if I can see the build result…
slmendez Mar 11, 2018
3ba265d
Update to travis for front end repo
slmendez Mar 13, 2018
b3a3cc8
Fixed the travis file to mimic the one in the java repo to see if tha…
slmendez Mar 13, 2018
f2529ba
Added on pathname of the geckodriver in one of the test case files
slmendez Mar 13, 2018
427a0f9
Added on more commands before the script for the travis file, testing…
slmendez Mar 14, 2018
cbd078a
Changed for all test cases so far to use ChromeDriver as opposed to F…
slmendez Mar 21, 2018
38a696f
GUI-CLI converter script in progress....need to add support for heade…
Mar 22, 2018
b767f0b
Added on some beginning test cases for eu-002.pdf, testing for the re…
slmendez Mar 24, 2018
74d544d
Added on a new method to test for incorrect inputs for pattern after …
slmendez Mar 24, 2018
9826e87
Added on another test case that inputs 2 incorrect inputs to the patt…
slmendez Mar 24, 2018
8ee6a71
Added on more test scenarios of inputting a common word and a correct…
slmendez Mar 25, 2018
829cdd7
mMade another method to eliminate some redundant code and fixed up so…
slmendez Mar 25, 2018
fe85886
Noticed some issues with the refresh method I had for the test classe…
slmendez Mar 26, 2018
65e1e3d
Fixed up and cleaned up some prior test cases that utilize the refres…
slmendez Mar 26, 2018
f545361
Got rid of more redundant code, updated the pom file, and added on 3 …
slmendez Mar 27, 2018
5f4a3af
Added on test case that tests a text-based image and verifies it's data
slmendez Mar 27, 2018
492bce4
Added on new test pdf file, to add on some more complicated user scen…
slmendez Mar 27, 2018
9cf1b7d
In process of figuring out how to update deprecated back-end extracti…
Mar 27, 2018
95f0e57
Workable patch *should* now be in place such that Ben's original Mult…
Mar 27, 2018
dee7667
Attempting to merge in all of Shirley's work...
Mar 27, 2018
37ea880
Added the header and footer options to the GUI-CLI converter script .…
Mar 27, 2018
0541878
idea/workspace file saving changes
slmendez Mar 27, 2018
8b25a00
Merge remote-tracking branch 'remotes/origin/Header_Addition' into He…
slmendez Mar 27, 2018
74a3643
Added on 2 user scenarios of a 2 page spanning table and a 5 page spa…
slmendez Mar 27, 2018
ad1ee62
Added on inclusive/exclusive user scenarios for the the one_stop_voti…
slmendez Mar 27, 2018
67c1a79
Updating back-end to reflect change made in header/footer calculation…
Apr 1, 2018
db0ebd1
Merging in Shirley's workspace.xml changes...
Apr 1, 2018
beab8ef
Adding in these .idea files...
Apr 1, 2018
1581407
Added on 3 test cases for case-sensitivity of the eu-002.pdf file. Wi…
slmendez Apr 2, 2018
dd2a734
Added on a method to deal with inclusive clicks
slmendez Apr 2, 2018
491803d
Added on a test case for multiple regex searches, have to go back in …
slmendez Apr 2, 2018
bd2d6c8
Merge remote-tracking branch 'origin/Header_Addition' into Header_Add…
slmendez Apr 2, 2018
88bab31
Updated GUI-CLI converter so that white space is put between page and…
Apr 5, 2018
bc8b13c
Merging in Shirley's changes...
Apr 5, 2018
8113880
Went back to default settings for travis, will go in and fix them
slmendez Apr 5, 2018
0dd0bbe
Made changes to the travis file
slmendez Apr 5, 2018
2f08a87
Added on another line to the script section of the travis file
slmendez Apr 6, 2018
9903832
Made slight change to the script
slmendez Apr 6, 2018
7241b3f
updated the pom file
slmendez Apr 6, 2018
6eff4dd
updated the pom file again
slmendez Apr 6, 2018
fd6089e
updated to latest version on the pom file with maven
slmendez Apr 6, 2018
a39c617
updated pom file, need to find a way to put a parent tag (?)
slmendez Apr 6, 2018
5d0ddeb
updated release info on pom file
slmendez Apr 6, 2018
4528a07
took off certain lines that were giving an exit code of 1 in the trav…
slmendez Apr 6, 2018
2bc8cda
added on chrome addon from what was recommended on the travis documen…
slmendez Apr 6, 2018
311d91f
added on more commands to the install and before_install sections
slmendez Apr 6, 2018
87305f7
took off the jbundle update line off the travis file
slmendez Apr 6, 2018
f74b0a2
deleted some lines in the travis file regarding the set up of the gui…
slmendez Apr 6, 2018
cbf87ab
trying to see why travis-ci is not at least seeing the test cases
slmendez Apr 6, 2018
2c16d3b
going back to original pom file
slmendez Apr 6, 2018
b5c54ff
re-added on chrome settings to the travis file. Seems like the extra …
slmendez Apr 6, 2018
9246c8a
Added on the system.setproperty to see if that will fix the issue wit…
slmendez Apr 6, 2018
c0d1c59
Fixed setproperty, and going to see if this fixed the problem
slmendez Apr 7, 2018
c7eb05b
Trying the setproperty again
slmendez Apr 7, 2018
6ecd499
Trying to fix this setProperty again
slmendez Apr 7, 2018
fee2ad5
DOn't know why there is a current error with fetching this log file, …
slmendez Apr 7, 2018
8a42fc2
TestAboutPage is now using headless mode
slmendez Apr 7, 2018
bde268c
TestAboutPage is now using headless mode
slmendez Apr 7, 2018
b90dd04
Added on more to the before part of the travis file
slmendez Apr 7, 2018
d3212da
error with the version of the chrome driver
slmendez Apr 7, 2018
ef55f60
Updated all test files to use the setProperty and use chrome headless…
slmendez Apr 7, 2018
6f10513
Committing changes to the workspace file
slmendez Apr 7, 2018
c09853b
Committing changes to the workspace file again
slmendez Apr 7, 2018
a0dff5a
added on more lines to the travis file to test if it will run the tes…
slmendez Apr 7, 2018
55172bc
Fixed error on the line that checks out a branch
slmendez Apr 7, 2018
717ec40
Added on jruby info to the travis file
slmendez Apr 7, 2018
fc2dd89
Added on jruby info to the travis file again
slmendez Apr 7, 2018
9ad8b24
Noticed that i was setting the path of jruby from a wrong location match
slmendez Apr 7, 2018
9eb8877
Noticed that i was setting the path of jruby from a wrong location ma…
slmendez Apr 7, 2018
85a2f9e
Noticed that i was setting the path of jruby from a wrong location ma…
slmendez Apr 7, 2018
6489890
Noticed that i was setting the path of jruby from a wrong location ma…
slmendez Apr 8, 2018
7d7ae8c
Trying to fix the jruby lines of code
slmendez Apr 8, 2018
dd85504
changed the jdk info by mistake
slmendez Apr 8, 2018
38b6f5c
Another smal error with the jruby info
slmendez Apr 8, 2018
76b06a3
Another smal error with the jruby info
slmendez Apr 8, 2018
ef96c9b
Merging in Shirley's changes + seeing if jbundle update will prevent …
Apr 8, 2018
21667ae
Trying to see why util.function is not being found...
Apr 8, 2018
95574ff
Ok, now see why jdk7 is needed...
Apr 8, 2018
ba31877
Trying to figure out where exactly the error in the build is at...
Apr 8, 2018
1f6b982
Still trying to figure out the source of the error..
Apr 8, 2018
367b911
Ditto...
Apr 8, 2018
cea98ee
Trying to figure out what exactly in TestHelpPage.java is causing all…
Apr 8, 2018
48c5c40
Ditto...
Apr 8, 2018
3ef48d2
Changing openjdk7 to openjdk8...seeing if this does anything differen…
Apr 8, 2018
0281f35
Travis is acting weird with openjdk8...see what happens when its reve…
Apr 8, 2018
ae7f803
Here goes nothing...
Apr 8, 2018
5161132
Trying to read the log files to see where travis is losing it...
Apr 8, 2018
23f35e7
Putting everything back as it was for now....
Apr 8, 2018
52f66f7
Ok...so it looks like openjdk8 leads to a successful build and openjd…
Apr 8, 2018
8003830
add gem install jbundler to travis yml file...
Apr 8, 2018
2e3e9f5
Updated GemFile to point to more recent version of jar-dependencies
Apr 8, 2018
0a67a5c
Attempting to update jar-dependencies in pre-install step...
Apr 8, 2018
b02dad7
Dealing with some syntax mishaps...
Apr 8, 2018
a0d2868
Trying out some changes...
Apr 8, 2018
6c3398b
Fixed errors for TestPreviewandExportData test case and TestHelpPage …
slmendez Apr 8, 2018
9f4a3c7
Syntax error in last commit...
Apr 8, 2018
11cb988
Seeing if removing the blasted classpath file will make Travis find t…
Apr 8, 2018
b76b170
Trying something else...
Apr 8, 2018
4bf8e3d
Typo in last commit..
Apr 8, 2018
4381589
Trying to figure out the issue with jruby -S jbundle install...
Apr 8, 2018
1af8164
Trying to figure out what is going on by running jbundle install in d…
Apr 8, 2018
876f0c7
Trying some new stuff (attempting to install jars as part of spin up ...
Apr 8, 2018
71dac52
ditto...
Apr 8, 2018
ae6aff5
Still trying to figure out what is going on...
Apr 8, 2018
d535117
Typo in yml file...
Apr 8, 2018
40c4894
Travis isn't running so trying to track down error in yml file...
Apr 8, 2018
291b005
...
Apr 8, 2018
1ae5379
Fixing a path for the build...
Apr 8, 2018
9099547
Trying to figure out the correct file path for the build...
Apr 8, 2018
f2b048d
...
Apr 8, 2018
4df6b95
...
Apr 8, 2018
bf36975
...
Apr 8, 2018
e0c2d76
...
Apr 8, 2018
368b382
Changing debugging port to see if that will allow the GUI to spin up...
Apr 8, 2018
4296e06
Current state of affirs with Travis: can get the GUI to spin up but n…
Apr 8, 2018
61cdf2d
Added on the test of multiple regex searches and the test case for ve…
slmendez Apr 10, 2018
cea0459
Merge remote-tracking branch 'origin/Header_Addition' into Header_Add…
slmendez Apr 10, 2018
e72e834
Deleted some of the pwd lines on the travis file
slmendez Apr 10, 2018
8e9dcaf
moved the back-end jar to before_install and commented out all the GU…
slmendez Apr 10, 2018
97a2618
made some more changes..
slmendez Apr 10, 2018
fae59a6
made some more changes..
slmendez Apr 10, 2018
bb7a4d6
made some more changes..
slmendez Apr 10, 2018
c902855
made some more changes..
slmendez Apr 10, 2018
8e5783c
made some more changes..
slmendez Apr 10, 2018
e2268f1
made some more changes..
slmendez Apr 10, 2018
3474336
made some more changes..
slmendez Apr 10, 2018
a49a379
made some more changes..
slmendez Apr 10, 2018
d5f358f
made some more changes..
slmendez Apr 10, 2018
86cb3ab
made some more changes..
slmendez Apr 10, 2018
834f6eb
made some more changes..
slmendez Apr 10, 2018
47bf37e
made some more changes..
slmendez Apr 10, 2018
3fb152d
made some more changes..
slmendez Apr 10, 2018
e23653a
made some more changes..
slmendez Apr 10, 2018
b96d52d
made some more changes..
slmendez Apr 10, 2018
2e92fbc
made some more changes..
slmendez Apr 10, 2018
49af084
made some more changes..
slmendez Apr 10, 2018
c749a89
made some more changes..
slmendez Apr 10, 2018
1fa246a
Changes
slmendez Apr 10, 2018
cfcf59c
made some more changes..
slmendez Apr 10, 2018
41c1734
Added on xvfb for the GUI to the travis file, also the server is runn…
slmendez Apr 10, 2018
6c06629
Added on xvfb for the GUI to the travis file, also the server is runn…
slmendez Apr 10, 2018
03bedb1
Added on xvfb for the GUI to the travis file
slmendez Apr 10, 2018
b66ed50
Added on xvfb for the GUI to the travis file
slmendez Apr 10, 2018
4d5d420
Added on xvfb for the GUI to the travis file
slmendez Apr 10, 2018
fa7024b
Added on xvfb for the GUI to the travis file
slmendez Apr 10, 2018
62645c7
Added on xvfb for the GUI to the travis file
slmendez Apr 10, 2018
b99c619
Added on xvfb for the GUI to the travis file
slmendez Apr 10, 2018
c48837f
Moved a lot of the commands to the run.sh file to see if that will ma…
slmendez Apr 10, 2018
3b35b1d
Made minor changes to the run.sh file and travis file to see if i can…
slmendez Apr 10, 2018
252c5f6
Made minor changes to the run.sh file and travis file to see if i can…
slmendez Apr 10, 2018
df32a27
Increased sleep time
slmendez Apr 10, 2018
96092cd
Adding curl command
slmendez Apr 10, 2018
658a72d
Merging in Shirley's changes...
Apr 10, 2018
77c7278
Ading in Shirley's test files...
Apr 10, 2018
a2cdc46
Removing ExtractionLog files..
Apr 10, 2018
689cdbe
Changes
slmendez Apr 10, 2018
40b9a3b
Merging In Shirley's Page...
Apr 10, 2018
1448517
Seeing if waitForServerLoad will send back the curl exit status....
Apr 10, 2018
0a0ef27
Having to commit the surefire-reports..
slmendez Apr 10, 2018
5f75af7
Merge branch 'Header_Addition' of https://github.com/redmyers/484_P7_…
slmendez Apr 10, 2018
1b696b4
Adding waitForServerLoad to repo...sorry about that faux pas Shirley
Apr 10, 2018
90f2791
Merging in Shirley/s changes...
Apr 10, 2018
4db6352
Tweaking waitForServerLoad a bit...
Apr 10, 2018
8f9368f
Syntax error in last commit...
Apr 10, 2018
7c31165
Syntax error in last commit...
Apr 10, 2018
f9aed23
Yet another syntax error....grr
Apr 10, 2018
ebdfc74
OK, this SHOULD not have any syntax errors...not holding my breath..
Apr 10, 2018
3dfe329
Giving the server more time to load...
Apr 10, 2018
1cfad21
Fixed syntax issue in run.sh no whitespace in statment install jruby...
Apr 10, 2018
d1ad724
Giving server a lot more time to load....
Apr 10, 2018
1b616b8
For some reason the last 2 lines of run.sh were on one line...fixed t…
Apr 10, 2018
3870961
Adding curl command
slmendez Apr 11, 2018
f061210
Made changes to the test cases by adding an argument to for no-sandbox
slmendez Apr 11, 2018
3d2878b
Updated output of waitForServerLoad to enhance log file readability....
Apr 11, 2018
d83a514
Trying to figure out what exactly the mvn install is needed for...
Apr 11, 2018
6e6c9ea
Fixed overlap detection issue...this is the second time I've had to d…
Apr 13, 2018
2476cb2
Trying to check where exactly the pdf files are
slmendez Apr 13, 2018
acdb514
Merge remote-tracking branch 'origin/Header_Addition' into Header_Add…
slmendez Apr 13, 2018
9aa749d
Trying to see the location of the pdf files
slmendez Apr 13, 2018
cfe3a94
Trying to see the location of the pdf files
slmendez Apr 13, 2018
4475898
Trying to see why it's getting stuck in waitForSeverLoad
slmendez Apr 13, 2018
d708aa6
Extending the sleep time on the travis file to see if that will make …
slmendez Apr 13, 2018
0ac0a2a
Extending the sleep time on the travis file to see if that will make …
slmendez Apr 13, 2018
ff922b2
Trying to merge in the most recent stuff..
Apr 13, 2018
09a4436
Update of workspace.xml
Apr 13, 2018
87f38a6
Trying to merge in Shirley's most recent changes...
Apr 13, 2018
16f61fb
Trying to figure out why gui repo is bogging down...
Apr 13, 2018
1596b96
Trying to figure out server spin-up issue...
Apr 14, 2018
00ca8da
Removing jbundler from repo since its contents are machine dependent..
Apr 14, 2018
13471cf
Changed how to find the pathname of the pdf, and this should be fixin…
slmendez Apr 14, 2018
06da44d
My workspace.xml file..
Apr 14, 2018
cc899dd
Slight changes to the reference of the pdf files and commenting out t…
slmendez Apr 14, 2018
e53146e
Noticed "xvfb-run make test" is giving an error, I took off that line…
slmendez Apr 14, 2018
50c7bdd
Added on a new test cases for multi regex search, going to be working…
slmendez Apr 15, 2018
77fdb72
Wrapped up test multi-page tables test case, moving on to work on ove…
slmendez Apr 15, 2018
4982a36
Finished up the overlapping test cases, need to work on the multiple …
slmendez Apr 15, 2018
6fc6f6e
Adding on the rest of the pdf files that will be tested and will work…
slmendez Apr 15, 2018
0017bed
Added on the shall and may pdf files that will be tested and added on…
slmendez Apr 17, 2018
2f89a44
Completed 3 test cases that attempt to upload 3 different types of pd…
slmendez Apr 22, 2018
4ba964e
Fixing an issue with resize events for long documents..
Apr 23, 2018
027fde2
Merging in Shirley's changes to the previously described fix...
Apr 23, 2018
455d033
Merge remote-tracking branch 'origin/Header_Addition' into Header_Add…
slmendez Apr 23, 2018
796d8e5
Updating Ross' changes and pushing some of the new test cases. Having…
slmendez Apr 23, 2018
a37a0a1
(Hopefully) fixing the issue Shirley found earlier...
Apr 24, 2018
fc8010a
Merging in Shirley's changes...
Apr 24, 2018
7b120bf
Testing through the eu_002 test cases since they majority fail on tra…
slmendez Apr 24, 2018
ecfc708
Merge branch 'Header_Addition' of https://github.com/redmyers/484_P7_…
slmendez Apr 24, 2018
e68713b
Merge changes
slmendez Apr 24, 2018
1795bf2
Fixed changes of the eu_002 file, 2 test cases are commented out beca…
slmendez Apr 24, 2018
8a01396
Updated run.sh file to checkout the new java repo as well as took out…
slmendez Apr 24, 2018
9f7a698
Commiting workspace.xml changes before pull..
Apr 24, 2018
393ceda
Merging in Shirley's changes...
Apr 24, 2018
4758337
reset_for_new_doc should now be resetting page margins...I believe th…
Apr 24, 2018
d522e93
Added 3 new test cases for NCHouse2017StatPack file and deleted redun…
slmendez Apr 24, 2018
d67b37f
Merge branch 'Header_Addition' of https://github.com/redmyers/484_P7_…
slmendez Apr 24, 2018
e20db5f
Adding on the overlap test case for NCHouse2017StatPack file
slmendez Apr 24, 2018
f06405a
Getting a long lag again..trying to see if I can get the test case to…
slmendez Apr 24, 2018
3004fcb
Change to -x
slmendez Apr 24, 2018
30923fe
Went back to old changes before changing the index.html for the regex…
slmendez Apr 24, 2018
28fb4e1
FIxed up the overlap test case for the HCHouse2017StatPack, will need…
slmendez Apr 25, 2018
4cc37b6
Completed another test case for multiple regex searches/inclusive and…
slmendez Apr 25, 2018
e98d95c
Fixed up the multiple searches test cases that was failing because it…
slmendez Apr 26, 2018
8d6662b
Added on test cases for Mecklenburg.Majority pdf file. Will wrap up t…
slmendez Apr 28, 2018
75a7168
Added on the test cases for Correspondence_FINAL_SBE. There is an iss…
slmendez Apr 28, 2018
e35df90
Finishing up the test cases, going to go in and fix the ones with exc…
slmendez Apr 29, 2018
80fcdfc
Got rid of some of the thread.sleep() for the eu_002 case
slmendez Apr 29, 2018
f03ca20
Got rid of thread.sleep() for the onestopvotinglistnov2012
slmendez Apr 29, 2018
ef6e044
Got rid of NCHouse2017StatPack's thread.sleep() that were being redun…
slmendez Apr 29, 2018
b91743a
Fixed up the Feb_9_2016 test file, changed the overlap regex inputs s…
slmendez Apr 29, 2018
2f90df9
Fixed exception thrown because of an overlay of the drawn rectangle a…
slmendez Apr 29, 2018
fb1c5db
Wrapped up the last exception that was being thrown in boron_isotopic
slmendez Apr 29, 2018
5448802
Updated run.sh file to clone the new repo
slmendez Apr 29, 2018
6bbfc3b
Didn't noticed that I had set the location of the file to my local di…
slmendez Apr 29, 2018
e2547fc
Fixed up the previewandexportdata test case that was throwing errors
slmendez Apr 29, 2018
84e2ee3
Merge branch 'Header_Addition' of https://github.com/redmyers/484_P7_…
slmendez Jun 13, 2018
fe92439
Changes from the merge
slmendez Jun 13, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions .idea/.rakeTasks

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions .idea/484_P7_1-GUI.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/codeStyleSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__com_google_code_findbugs_jsr305_1_3_9.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__com_google_code_gson_gson_2_8_2.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__com_google_guava_guava_23_6_jre.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__com_squareup_okhttp3_okhttp_3_9_1.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__com_squareup_okio_okio_1_13_0.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__commons_codec_commons_codec_1_10.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__commons_logging_commons_logging_1_2.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__junit_junit_4_12.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__net_bytebuddy_byte_buddy_1_7_9.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__org_apache_commons_commons_exec_1_3.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__org_apache_pdfbox_fontbox_2_0_1.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__org_apache_pdfbox_pdfbox_2_0_1.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__org_apiguardian_apiguardian_api_1_0_0.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.