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 <ruy.takata@gmail.com>
Ruy Minoru Ito Takata <ruy.takata@gmail.com> <21537850814@serpro-1557637.(none)>
Stefan Kolb <stefan-kolb@web.de>
<stefan-kolb@web.de> <stefan-kolb@users.noreply.github.com>
Nicolas Pavillon <pavillon.nicolas@gmail.com>
<pavillon.nicolas@gmail.com> <userid-1711535@users.sf.net>
Koji Yokota <yokota33@gmail.com> kojiyokota <yokota33@gmail.com>
Koji Yokota <yokota33@gmail.com> <kojiyokota@users.sourceforge.net>
Koji Yokota <yokota33@gmail.com> <yokota6@gmail.com>
Dominik Waßenhoven <domwass@users.sourceforge.net> <domwass@users.sourceforge.net>
<domwass@users.sourceforge.net> <domwass@Dominik-Waenhovens-MacBook-Air.local>
Thomas Arildsen <tha@es.aau.dk> ThomasArildsen <tha@es.aau.dk>
Thomas Arildsen <tha@es.aau.dk> ThomasA <tha@es.aau.dk>
Thomas Arildsen <tha@es.aau.dk> <ThomasArildsen@users.sourceforge.net>
Thomas Arildsen <tha@es.aau.dk> <thomasarildsen@users.sf.net>
Tobias Diez <tobiasdiez@gmx.de>
<tobiasdiez@gmx.de> <webmaster@altertoby.de>
<olenz@icp.uni-stuttgart.de> <olaf@lenz.name>
<jan@kubovy.eu> <jkubovy@faw.jku.at>
<kai.mindermann@studi.informatik.uni-stuttgart.de> <minderki@studi.informatik.uni-stuttgart.de>
<igorsteinmacher@gmail.com> <ifsteinm@yahoo.com.br>
<igorsteinmacher@gmail.com> <igorfs@utfpr.edu.br>
<adrian.daerr@univ-paris-diderot.fr> <adaerr@users.sf.net>
Waluyo Adi Siswanto <was.uthm@gmail.com> <was123@users.sourceforge.net>
Michael Falkenthal <michael.falkenthal@googlemail.com>
Michael Falkenthal <michael.falkenthal@googlemail.com> <michael.falkenthal@iaas.uni-stuttgart.de>
<ambro2@users.noreply.github.com> <ambro2@users.sourceforge.net>
Eduardo Greco <eduardogreco93@gmail.com>
Egon Willighagen <egon.willighagen@gmail.com> <egonw@users.sourceforge.net>
Frédéric Darboux <Frederic.Darboux@orleans.inra.fr>
Frédéric Darboux <Frederic.Darboux@orleans.inra.fr> <fdar@users.sourceforge.net>
Frédéric Darboux <Frederic.Darboux@orleans.inra.fr> <mlep@users.noreply.github.com>
Frédéric Darboux <Frederic.Darboux@orleans.inra.fr> <mlep@github.com>
Florian Straßer <strassfn@studi.informatik.uni-stuttgart.de>
Gregor Herrmann <gregoa@debian.org>
Hakan Duran <ehakanduran@gmail.com> hakova <ehakanduran@gmail.com>
Hakan Duran <ehakanduran@gmail.com> hakova <hakova@users.sourceforge.net>
Hakan Duran <ehakanduran@gmail.com> Hakan E. Duran <ehakanduran@gmail.com>
Jorge Tornero <jtorlistas@gmail.com> <jtorlistas@gmail.com>
Mark Schenk <Mark-Schenk@users.sourceforge.net>
Nathan Sheffield <sheffien@users.noreply.github.com>
Oscar Gustafsson <ogib@users.sourceforge.net> <Oscar@Oscar-THINK>
Renato Massao <renato.massao@live.com>
Lorenzo Genta <lorenzo.genta@fastwebnet.it>
Morten Alver <mortenalver@gmail.com> <mortenalver@users.sourceforge.net>
Morten Alver <mortenalver@gmail.com> <alver@alver-1001PX.(none)>
Morten Alver <mortenalver@gmail.com> <mortenalver@gmail.com>
Oliver Kopp <kopp.dev@gmail.com>
Oliver Kopp <kopp.dev@gmail.com> <olly98@users.sf.net>
Oliver Kopp <kopp.dev@gmail.com> <olly98@users.sourceforge.net>
Oliver Kopp <kopp.dev@gmail.com> <kopp.dev+format@gmail.com>
Oliver Kopp <kopp.dev@gmail.com> <kopp.dev+cleanup@github.com>
Oliver Kopp <kopp.dev@gmail.com> Apple Inc <no@mail>
Nizar N. Batada <nbatada@users.sourceforge.net>
Christopher Oezbek <coezbek@users.sourceforge.net>
Andreas Rudert <arudert@users.sourceforge.net>
Michael Spiegel <mspiegel@users.sourceforge.net>
Jörg Wegner <wegner@users.sourceforge.net>
Michael Wrighton <mwrighton@users.sourceforge.net>
Jörg Zieren <jzieren@users.sourceforge.net>
Brian Van Essen <vanessen@users.sourceforge.net>
Luciana de Melo e Abud <lucianaabud@uol.com.br>
Seb Wills <sebwills@users.sourceforge.net>
Waluyo Adi Siswanto <was.uthm@gmail.com>
Dale Visser <dwvisser@users.sourceforge.net>
Erik Putrycz <eputrycz@users.sourceforge.net>
Gert Renckens <gert_@users.sourceforge.net>
Guillaume Gardey <glinmac@users.sourceforge.net>
Kolja Brix <kbx@users.sourceforge.net>
Raik Nagel <kiar@users.sourceforge.net>
Carlos Silla <silla@users.sourceforge.net>
S M Mahbub Murshed <udvranto@users.sourceforge.net>
Robert Jäschke <rjoberon@users.sf.net>
Ulrik Stervbo <ulriks@users.sourceforge.net>
Stefano Gariazzo <steog88@gmail.com>
Lee Patton <lpatton@users.sourceforge.net>
Jörg Lenhard <joerg.lenhard@uni-bamberg.de>
<joerg.lenhard@uni-bamberg.de> <joerg@lenhard.info>
<joerg.lenhard@uni-bamberg.de> <lenhard@users.noreply.github.com>
Matthias Geiger <matthias.geiger@uni-bamberg.de>
Christoph Braun <braunch.dev@gmail.com>
Felix Wilke <horstilaemmer@yahoo.com>
Dennis Tschechlov <tschechlov.dev@gmail.com>
Dennis Tschechlov <tschechlov.dev@gmail.com> <tschechlovdev@gmail.com>
Christian Bartsch <bartsch.dev@gmail.com>
Joshua Ramon Enslin <joshua.enslin@yahoo.com>
Vincent W. Yang <solrex@gmail.com>
Jorge Tornero <portpel@portpel.cd.ieo.es>
Mélanie Tremblay <mel_4_7@yahoo.ca>
Christoph Schwentker <cschwentker@gmail.com>
Jens Döcke <jens.doecke@gmail.com>
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.