Skip to content

Commit

Permalink
Merge pull request #8 from pedro-salviano/1-importação-de-arquivo-em-…
Browse files Browse the repository at this point in the history
…fromato-csv

1 importação de arquivo em fromato csv
  • Loading branch information
pedro-salviano authored Sep 24, 2022
2 parents 69fd1dd + 8681403 commit fcba7db
Show file tree
Hide file tree
Showing 496 changed files with 432 additions and 63,299 deletions.
64 changes: 64 additions & 0 deletions .classpath
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>
4 changes: 4 additions & 0 deletions .directory
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
Expand All @@ -21,3 +20,4 @@

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/bin/
1 change: 1 addition & 0 deletions .gradle/2.12/taskArtifacts/cache.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#Fri May 06 15:33:23 BRT 2016
Binary file added .gradle/2.12/taskArtifacts/cache.properties.lock
Binary file not shown.
Binary file added .gradle/2.12/taskArtifacts/fileHashes.bin
Binary file not shown.
Binary file added .gradle/2.12/taskArtifacts/fileSnapshots.bin
Binary file not shown.
Binary file added .gradle/2.12/taskArtifacts/outputFileStates.bin
Binary file not shown.
Binary file added .gradle/2.12/taskArtifacts/taskArtifacts.bin
Binary file not shown.
98 changes: 98 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
# Generate AUTHORS: scripts/generate-authors.sh

# Tip for finding duplicates (besides scanning the output of AUTHORS for name
# duplicates that aren't also email duplicates): scan the output of:
# git log --format='%aE - %aN' | sort --unique --ignore-case
#
# For explanation on this file format: man git-shortlog
Ruy Minoru Ito Takata <[email protected]>
Ruy Minoru Ito Takata <[email protected]> <21537850814@serpro-1557637.(none)>
Stefan Kolb <[email protected]>
<[email protected]> <[email protected]>
Nicolas Pavillon <[email protected]>
<[email protected]> <[email protected]>
Koji Yokota <[email protected]> kojiyokota <[email protected]>
Koji Yokota <[email protected]> <[email protected]>
Koji Yokota <[email protected]> <[email protected]>
Dominik Waßenhoven <[email protected]> <[email protected]>
<[email protected]> <[email protected]>
Thomas Arildsen <[email protected]> ThomasArildsen <[email protected]>
Thomas Arildsen <[email protected]> ThomasA <[email protected]>
Thomas Arildsen <[email protected]> <[email protected]>
Thomas Arildsen <[email protected]> <[email protected]>
Tobias Diez <[email protected]>
<[email protected]> <[email protected]>
<[email protected]> <[email protected]>
<[email protected]> <[email protected]>
<[email protected]> <[email protected]>
<[email protected]> <[email protected]>
<[email protected]> <[email protected]>
<[email protected]> <[email protected]>
Waluyo Adi Siswanto <[email protected]> <[email protected]>
Michael Falkenthal <[email protected]>
Michael Falkenthal <[email protected]> <[email protected]>
<[email protected]> <[email protected]>
Eduardo Greco <[email protected]>
Egon Willighagen <[email protected]> <[email protected]>
Frédéric Darboux <[email protected]>
Frédéric Darboux <[email protected]> <[email protected]>
Frédéric Darboux <[email protected]> <[email protected]>
Frédéric Darboux <[email protected]> <[email protected]>
Florian Straßer <[email protected]>
Gregor Herrmann <[email protected]>
Hakan Duran <[email protected]> hakova <[email protected]>
Hakan Duran <[email protected]> hakova <[email protected]>
Hakan Duran <[email protected]> Hakan E. Duran <[email protected]>
Jorge Tornero <[email protected]> <[email protected]>
Mark Schenk <[email protected]>
Nathan Sheffield <[email protected]>
Oscar Gustafsson <[email protected]> <Oscar@Oscar-THINK>
Renato Massao <[email protected]>
Lorenzo Genta <[email protected]>
Morten Alver <[email protected]> <[email protected]>
Morten Alver <[email protected]> <alver@alver-1001PX.(none)>
Morten Alver <[email protected]> <[email protected]>
Oliver Kopp <[email protected]>
Oliver Kopp <[email protected]> <[email protected]>
Oliver Kopp <[email protected]> <[email protected]>
Oliver Kopp <[email protected]> <[email protected]>
Oliver Kopp <[email protected]> <[email protected]>
Oliver Kopp <[email protected]> Apple Inc <no@mail>
Nizar N. Batada <[email protected]>
Christopher Oezbek <[email protected]>
Andreas Rudert <[email protected]>
Michael Spiegel <[email protected]>
Jörg Wegner <[email protected]>
Michael Wrighton <[email protected]>
Jörg Zieren <[email protected]>
Brian Van Essen <[email protected]>
Luciana de Melo e Abud <[email protected]>
Seb Wills <[email protected]>
Waluyo Adi Siswanto <[email protected]>
Dale Visser <[email protected]>
Erik Putrycz <[email protected]>
Gert Renckens <[email protected]>
Guillaume Gardey <[email protected]>
Kolja Brix <[email protected]>
Raik Nagel <[email protected]>
Carlos Silla <[email protected]>
S M Mahbub Murshed <[email protected]>
Robert Jäschke <[email protected]>
Ulrik Stervbo <[email protected]>
Stefano Gariazzo <[email protected]>
Lee Patton <[email protected]>
Jörg Lenhard <[email protected]>
<[email protected]> <[email protected]>
<[email protected]> <[email protected]>
Matthias Geiger <[email protected]>
Christoph Braun <[email protected]>
Felix Wilke <[email protected]>
Dennis Tschechlov <[email protected]>
Dennis Tschechlov <[email protected]> <[email protected]>
Christian Bartsch <[email protected]>
Joshua Ramon Enslin <[email protected]>
Vincent W. Yang <[email protected]>
Jorge Tornero <[email protected]>
Mélanie Tremblay <[email protected]>
Christoph Schwentker <[email protected]>
Jens Döcke <[email protected]>
19 changes: 18 additions & 1 deletion .project
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>
2 changes: 2 additions & 0 deletions .settings/org.eclipse.core.resources.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
15 changes: 15 additions & 0 deletions .settings/org.eclipse.jdt.core.prefs
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
32 changes: 32 additions & 0 deletions .travis.yml
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/
4 changes: 0 additions & 4 deletions bin/build.properties

This file was deleted.

Binary file removed bin/fonts/materialdesignicons-webfont.ttf
Binary file not shown.
15 changes: 0 additions & 15 deletions bin/images/Icons.properties

This file was deleted.

Binary file removed bin/images/external/JabRef-icon-48.png
Binary file not shown.
Binary file removed bin/images/external/JabRef-icon.png
Binary file not shown.
Binary file removed bin/images/external/arxiv_32.png
Binary file not shown.
Binary file removed bin/images/external/emacs.png
Binary file not shown.
Binary file removed bin/images/external/lyx2.png
Binary file not shown.
Binary file removed bin/images/external/openoffice.png
Binary file not shown.
Binary file removed bin/images/external/red.png
Binary file not shown.
Binary file removed bin/images/external/texmaker.png
Binary file not shown.
Binary file removed bin/images/external/texstudio.png
Binary file not shown.
Binary file removed bin/images/external/vim.png
Binary file not shown.
Binary file removed bin/images/external/winedt.png
Binary file not shown.
Binary file removed bin/images/external/wwwciteseer.png
Binary file not shown.
Binary file removed bin/images/icons/JabRef-Logo.icns
Binary file not shown.
Binary file removed bin/images/icons/JabRef-icon-48.png
Binary file not shown.
Binary file removed bin/images/icons/JabRef-icon-mac.icns
Binary file not shown.
Loading

0 comments on commit fcba7db

Please sign in to comment.