-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from pedro-salviano/1-importação-de-arquivo-em-…
…fromato-csv 1 importação de arquivo em fromato csv
- Loading branch information
Showing
496 changed files
with
432 additions
and
63,299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="src/main/java"/> | ||
<classpathentry kind="src" path="src/main/gen"/> | ||
<classpathentry kind="src" path="src/main/resources"/> | ||
<classpathentry kind="src" path="src/test/java"/> | ||
<classpathentry kind="src" path="src/test/resources"/> | ||
<classpathentry kind="src" path="src/integrationTest/java"/> | ||
<classpathentry kind="src" path="src/jmh/java"/> | ||
<classpathentry kind="lib" path="lib/assertj-core-3.3.0.jar"/> | ||
<classpathentry kind="lib" path="lib/assertj-swing-3.2.0.jar"/> | ||
<classpathentry kind="lib" path="lib/assertj-swing-junit-3.2.0.jar"/> | ||
<classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/> | ||
<classpathentry kind="lib" path="lib/fest-reflect-1.4.1.jar"/> | ||
<classpathentry kind="lib" path="lib/fest-util-1.2.5.jar"/> | ||
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/> | ||
<classpathentry kind="lib" path="lib/jackson-core-2.6.0.jar"/> | ||
<classpathentry kind="lib" path="lib/jackson-databind-2.6.0.jar"/> | ||
<classpathentry kind="lib" path="lib/jetty-6.1.26.jar"/> | ||
<classpathentry kind="lib" path="lib/jetty-util-6.1.26.jar"/> | ||
<classpathentry kind="lib" path="lib/jopt-simple-4.9.jar"/> | ||
<classpathentry kind="lib" path="lib/json-path-0.8.1.jar"/> | ||
<classpathentry kind="lib" path="lib/json-smart-1.1.1.jar"/> | ||
<classpathentry kind="lib" path="lib/jsonassert-1.2.3.jar"/> | ||
<classpathentry kind="lib" path="lib/jsoup-1.9.1.jar"/> | ||
<classpathentry kind="lib" path="lib/junit-4.12.jar"/> | ||
<classpathentry kind="lib" path="lib/mockito-core-1.10.19.jar"/> | ||
<classpathentry kind="lib" path="lib/objenesis-2.1.jar"/> | ||
<classpathentry kind="lib" path="lib/servlet-api-2.5-20081211.jar"/> | ||
<classpathentry kind="lib" path="lib/slf4j-api-1.7.12.jar"/> | ||
<classpathentry kind="lib" path="lib/wiremock-1.58.jar"/> | ||
<classpathentry kind="lib" path="lib/xmlunit-1.6.jar"/> | ||
<classpathentry kind="lib" path="lib/jackson-annotations-2.6.0.jar"/> | ||
<classpathentry kind="lib" path="lib/spin.jar"/> | ||
<classpathentry kind="lib" path="lib/microba.jar"/> | ||
<classpathentry kind="lib" path="lib/AppleJavaExtensions.jar"/> | ||
<classpathentry kind="lib" path="lib/jgoodies-forms-1.9.0.jar"/> | ||
<classpathentry kind="lib" path="lib/jgoodies-looks-2.7.0.jar"/> | ||
<classpathentry kind="lib" path="lib/swingx-1.6.1.jar"/> | ||
<classpathentry kind="lib" path="lib/pdfbox-1.8.11.jar"/> | ||
<classpathentry kind="lib" path="lib/jempbox-1.8.11.jar"/> | ||
<classpathentry kind="lib" path="lib/commons-cli-1.3.1.jar"/> | ||
<classpathentry kind="lib" path="lib/juh-4.1.2.jar"/> | ||
<classpathentry kind="lib" path="lib/ridl-4.1.2.jar"/> | ||
<classpathentry kind="lib" path="lib/unoil-4.1.2.jar"/> | ||
<classpathentry kind="lib" path="lib/diffutils-1.3.0.jar"/> | ||
<classpathentry kind="lib" path="lib/antlr-runtime-3.5.2.jar"/> | ||
<classpathentry kind="lib" path="lib/antlr4-runtime-4.5.3.jar"/> | ||
<classpathentry kind="lib" path="lib/glazedlists_java15-1.9.1.jar"/> | ||
<classpathentry kind="lib" path="lib/guava-19.0.jar"/> | ||
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/> | ||
<classpathentry kind="lib" path="lib/unirest-java-1.4.9.jar"/> | ||
<classpathentry kind="lib" path="lib/log4j-api-2.5.jar"/> | ||
<classpathentry kind="lib" path="lib/log4j-core-2.5.jar"/> | ||
<classpathentry kind="lib" path="lib/json-20160212.jar"/> | ||
<classpathentry kind="lib" path="lib/jmh-core-1.11.3.jar"/> | ||
<classpathentry kind="lib" path="lib/jgoodies-common-1.8.1.jar"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> | ||
<attributes> | ||
<attribute name="module" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[Dolphin] | ||
Timestamp=2016,6,7,8,26,6 | ||
Version=3 | ||
ViewMode=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#Fri May 06 15:33:23 BRT 2016 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>DC-UFSCar-ES2-202201-GrupoBald</name> | ||
<name>JabRef</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
</natures> | ||
<filteredResources> | ||
<filter> | ||
<id>1663878583864</id> | ||
<name></name> | ||
<type>30</type> | ||
<matcher> | ||
<id>org.eclipse.core.resources.regexFilterMatcher</id> | ||
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments> | ||
</matcher> | ||
</filter> | ||
</filteredResources> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
eclipse.preferences.version=1 | ||
encoding/<project>=UTF-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 | ||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve | ||
org.eclipse.jdt.core.compiler.compliance=1.8 | ||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate | ||
org.eclipse.jdt.core.compiler.debug.localVariable=generate | ||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning | ||
org.eclipse.jdt.core.compiler.release=disabled | ||
org.eclipse.jdt.core.compiler.source=1.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
language: java | ||
jdk: | ||
- oraclejdk8 | ||
sudo: false | ||
|
||
services: | ||
- postgresql | ||
- mysql | ||
|
||
# skip installation as this is also done during the script step | ||
install: true | ||
|
||
# allow gui testing on travis | ||
before_script: | ||
- "export DISPLAY=:99.0" | ||
- "sh -e /etc/init.d/xvfb start" | ||
- sleep 3 # give xvfb some time to start | ||
- psql -c 'create database jabref;' -U postgres | ||
|
||
script: | ||
- ./gradlew check integrationTest | ||
|
||
after_script: | ||
# enable codecov report | ||
- ./gradlew jacocoTestReport | ||
- bash <(curl -s https://codecov.io/bash) | ||
|
||
# cache gradle dependencies | ||
cache: | ||
directories: | ||
- $HOME/.gradle/caches/ | ||
- $HOME/.gradle/wrapper/ |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.