forked from metafacture/metafacture-core
-
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.
Metafacture was created by merging Metastream, Metamorph and Metaflow into one package. Please refer to the old subversion repository on Sourceforge for file histories and attributions which predate the package merger: http://svn.code.sf.net/p/culturegraph/code/ The old project home page on Sourceforge can be found at: http://sourceforge.net/projects/culturegraph/
- Loading branch information
Showing
395 changed files
with
38,204 additions
and
0 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,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false"> | ||
<local-check-config name="Metafacture" location="quality_assurance/checkstyle_rules.xml" type="project" description=""> | ||
<additional-data name="protect-config-file" value="false"/> | ||
</local-check-config> | ||
<fileset name="all" enabled="true" check-config-name="Metafacture" local="true"> | ||
<file-match-pattern match-pattern="." include-pattern="true"/> | ||
</fileset> | ||
</fileset-config> |
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,42 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" output="target/classes" path="src/main/java"> | ||
<attributes> | ||
<attribute name="optional" value="true"/> | ||
<attribute name="maven.pomderived" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="src" output="target/classes" path="src/main/antlr3"> | ||
<attributes> | ||
<attribute name="optional" value="true"/> | ||
<attribute name="maven.pomderived" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> | ||
<attributes> | ||
<attribute name="maven.pomderived" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry including="**/*.java" kind="src" output="target/test-classes" path="src/test/java"> | ||
<attributes> | ||
<attribute name="optional" value="true"/> | ||
<attribute name="maven.pomderived" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"> | ||
<attributes> | ||
<attribute name="maven.pomderived" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> | ||
<attributes> | ||
<attribute name="maven.pomderived" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> | ||
<attributes> | ||
<attribute name="maven.pomderived" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="output" path="target/classes"/> | ||
</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 |
---|---|---|
|
@@ -4,3 +4,5 @@ | |
*.jar | ||
*.war | ||
*.ear | ||
|
||
/target |
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,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<pmd> | ||
<useProjectRuleSet>true</useProjectRuleSet> | ||
<ruleSetFile>quality_assurance/pmd_rules.xml</ruleSetFile> | ||
<includeDerivedFiles>false</includeDerivedFiles> | ||
<violationsAsErrors>true</violationsAsErrors> | ||
<fullBuildEnabled>true</fullBuildEnabled> | ||
</pmd> |
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,41 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>metafacture.core</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.dltk.core.scriptbuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.m2e.core.maven2Builder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>net.sourceforge.pmd.eclipse.plugin.pmdBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>net.sf.eclipsecs.core.CheckstyleBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
<nature>org.eclipse.m2e.core.maven2Nature</nature> | ||
<nature>net.sourceforge.pmd.eclipse.plugin.pmdNature</nature> | ||
<nature>net.sf.eclipsecs.core.CheckstyleNature</nature> | ||
<nature>org.deved.antlride.core.nature</nature> | ||
</natures> | ||
</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,133 @@ | ||
#FindBugs User Preferences | ||
#Tue Feb 26 14:59:42 CET 2013 | ||
cloud_id=edu.umd.cs.findbugs.cloud.doNothingCloud | ||
detectorAppendingToAnObjectOutputStream=AppendingToAnObjectOutputStream|true | ||
detectorAtomicityProblem=AtomicityProblem|true | ||
detectorBadAppletConstructor=BadAppletConstructor|false | ||
detectorBadResultSetAccess=BadResultSetAccess|true | ||
detectorBadSyntaxForRegularExpression=BadSyntaxForRegularExpression|true | ||
detectorBadUseOfReturnValue=BadUseOfReturnValue|true | ||
detectorBadlyOverriddenAdapter=BadlyOverriddenAdapter|true | ||
detectorBooleanReturnNull=BooleanReturnNull|true | ||
detectorCallToUnsupportedMethod=CallToUnsupportedMethod|false | ||
detectorCheckExpectedWarnings=CheckExpectedWarnings|false | ||
detectorCheckImmutableAnnotation=CheckImmutableAnnotation|true | ||
detectorCheckTypeQualifiers=CheckTypeQualifiers|true | ||
detectorCloneIdiom=CloneIdiom|true | ||
detectorComparatorIdiom=ComparatorIdiom|true | ||
detectorConfusedInheritance=ConfusedInheritance|true | ||
detectorConfusionBetweenInheritedAndOuterMethod=ConfusionBetweenInheritedAndOuterMethod|true | ||
detectorCrossSiteScripting=CrossSiteScripting|true | ||
detectorDefaultEncodingDetector=DefaultEncodingDetector|true | ||
detectorDoInsideDoPrivileged=DoInsideDoPrivileged|true | ||
detectorDontCatchIllegalMonitorStateException=DontCatchIllegalMonitorStateException|true | ||
detectorDontIgnoreResultOfPutIfAbsent=DontIgnoreResultOfPutIfAbsent|true | ||
detectorDontUseEnum=DontUseEnum|true | ||
detectorDroppedException=DroppedException|true | ||
detectorDumbMethodInvocations=DumbMethodInvocations|true | ||
detectorDumbMethods=DumbMethods|true | ||
detectorDuplicateBranches=DuplicateBranches|true | ||
detectorEmptyZipFileEntry=EmptyZipFileEntry|true | ||
detectorEqualsOperandShouldHaveClassCompatibleWithThis=EqualsOperandShouldHaveClassCompatibleWithThis|true | ||
detectorExplicitSerialization=ExplicitSerialization|true | ||
detectorFinalizerNullsFields=FinalizerNullsFields|true | ||
detectorFindBadCast2=FindBadCast2|true | ||
detectorFindBadForLoop=FindBadForLoop|true | ||
detectorFindCircularDependencies=FindCircularDependencies|false | ||
detectorFindDeadLocalStores=FindDeadLocalStores|true | ||
detectorFindDoubleCheck=FindDoubleCheck|true | ||
detectorFindEmptySynchronizedBlock=FindEmptySynchronizedBlock|true | ||
detectorFindFieldSelfAssignment=FindFieldSelfAssignment|true | ||
detectorFindFinalizeInvocations=FindFinalizeInvocations|true | ||
detectorFindFloatEquality=FindFloatEquality|true | ||
detectorFindHEmismatch=FindHEmismatch|true | ||
detectorFindInconsistentSync2=FindInconsistentSync2|true | ||
detectorFindJSR166LockMonitorenter=FindJSR166LockMonitorenter|true | ||
detectorFindLocalSelfAssignment2=FindLocalSelfAssignment2|true | ||
detectorFindMaskedFields=FindMaskedFields|true | ||
detectorFindMismatchedWaitOrNotify=FindMismatchedWaitOrNotify|true | ||
detectorFindNakedNotify=FindNakedNotify|true | ||
detectorFindNonShortCircuit=FindNonShortCircuit|true | ||
detectorFindNullDeref=FindNullDeref|true | ||
detectorFindNullDerefsInvolvingNonShortCircuitEvaluation=FindNullDerefsInvolvingNonShortCircuitEvaluation|true | ||
detectorFindOpenStream=FindOpenStream|true | ||
detectorFindPuzzlers=FindPuzzlers|true | ||
detectorFindRefComparison=FindRefComparison|true | ||
detectorFindReturnRef=FindReturnRef|true | ||
detectorFindRunInvocations=FindRunInvocations|true | ||
detectorFindSelfComparison=FindSelfComparison|true | ||
detectorFindSelfComparison2=FindSelfComparison2|true | ||
detectorFindSleepWithLockHeld=FindSleepWithLockHeld|true | ||
detectorFindSpinLoop=FindSpinLoop|true | ||
detectorFindSqlInjection=FindSqlInjection|true | ||
detectorFindTwoLockWait=FindTwoLockWait|true | ||
detectorFindUncalledPrivateMethods=FindUncalledPrivateMethods|true | ||
detectorFindUnconditionalWait=FindUnconditionalWait|true | ||
detectorFindUninitializedGet=FindUninitializedGet|true | ||
detectorFindUnrelatedTypesInGenericContainer=FindUnrelatedTypesInGenericContainer|true | ||
detectorFindUnreleasedLock=FindUnreleasedLock|true | ||
detectorFindUnsatisfiedObligation=FindUnsatisfiedObligation|true | ||
detectorFindUnsyncGet=FindUnsyncGet|true | ||
detectorFindUseOfNonSerializableValue=FindUseOfNonSerializableValue|true | ||
detectorFindUselessControlFlow=FindUselessControlFlow|true | ||
detectorFormatStringChecker=FormatStringChecker|true | ||
detectorHugeSharedStringConstants=HugeSharedStringConstants|true | ||
detectorIDivResultCastToDouble=IDivResultCastToDouble|true | ||
detectorIncompatMask=IncompatMask|true | ||
detectorInconsistentAnnotations=InconsistentAnnotations|true | ||
detectorInefficientMemberAccess=InefficientMemberAccess|false | ||
detectorInefficientToArray=InefficientToArray|true | ||
detectorInfiniteLoop=InfiniteLoop|true | ||
detectorInfiniteRecursiveLoop=InfiniteRecursiveLoop|true | ||
detectorInheritanceUnsafeGetResource=InheritanceUnsafeGetResource|true | ||
detectorInitializationChain=InitializationChain|true | ||
detectorInitializeNonnullFieldsInConstructor=InitializeNonnullFieldsInConstructor|true | ||
detectorInstantiateStaticClass=InstantiateStaticClass|true | ||
detectorIntCast2LongAsInstant=IntCast2LongAsInstant|true | ||
detectorInvalidJUnitTest=InvalidJUnitTest|true | ||
detectorIteratorIdioms=IteratorIdioms|true | ||
detectorLazyInit=LazyInit|true | ||
detectorLoadOfKnownNullValue=LoadOfKnownNullValue|true | ||
detectorLostLoggerDueToWeakReference=LostLoggerDueToWeakReference|true | ||
detectorMethodReturnCheck=MethodReturnCheck|true | ||
detectorMultithreadedInstanceAccess=MultithreadedInstanceAccess|true | ||
detectorMutableLock=MutableLock|true | ||
detectorMutableStaticFields=MutableStaticFields|true | ||
detectorNaming=Naming|true | ||
detectorNoteUnconditionalParamDerefs=NoteUnconditionalParamDerefs|true | ||
detectorNumberConstructor=NumberConstructor|true | ||
detectorOverridingEqualsNotSymmetrical=OverridingEqualsNotSymmetrical|true | ||
detectorPreferZeroLengthArrays=PreferZeroLengthArrays|true | ||
detectorPublicSemaphores=PublicSemaphores|false | ||
detectorQuestionableBooleanAssignment=QuestionableBooleanAssignment|true | ||
detectorReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass=ReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass|true | ||
detectorReadReturnShouldBeChecked=ReadReturnShouldBeChecked|true | ||
detectorRedundantInterfaces=RedundantInterfaces|true | ||
detectorRepeatedConditionals=RepeatedConditionals|true | ||
detectorRuntimeExceptionCapture=RuntimeExceptionCapture|true | ||
detectorSerializableIdiom=SerializableIdiom|true | ||
detectorStartInConstructor=StartInConstructor|true | ||
detectorStaticCalendarDetector=StaticCalendarDetector|true | ||
detectorStringConcatenation=StringConcatenation|true | ||
detectorSuperfluousInstanceOf=SuperfluousInstanceOf|true | ||
detectorSuspiciousThreadInterrupted=SuspiciousThreadInterrupted|true | ||
detectorSwitchFallthrough=SwitchFallthrough|true | ||
detectorSynchronizeAndNullCheckField=SynchronizeAndNullCheckField|true | ||
detectorSynchronizeOnClassLiteralNotGetClass=SynchronizeOnClassLiteralNotGetClass|true | ||
detectorSynchronizingOnContentsOfFieldToProtectField=SynchronizingOnContentsOfFieldToProtectField|true | ||
detectorURLProblems=URLProblems|true | ||
detectorUncallableMethodOfAnonymousClass=UncallableMethodOfAnonymousClass|true | ||
detectorUnnecessaryMath=UnnecessaryMath|true | ||
detectorUnreadFields=UnreadFields|true | ||
detectorUselessSubclassMethod=UselessSubclassMethod|false | ||
detectorVarArgsProblems=VarArgsProblems|true | ||
detectorVolatileUsage=VolatileUsage|true | ||
detectorWaitInLoop=WaitInLoop|true | ||
detectorWrongMapIterator=WrongMapIterator|true | ||
detectorXMLFactoryBypass=XMLFactoryBypass|true | ||
detector_threshold=2 | ||
effort=default | ||
excludefilter0=quality_assurance/findbugs-exclude.xml|true | ||
filter_settings=Medium|BAD_PRACTICE,CORRECTNESS,MT_CORRECTNESS,PERFORMANCE,STYLE|false|15 | ||
filter_settings_neg=MALICIOUS_CODE,NOISE,I18N,SECURITY,EXPERIMENTAL| | ||
run_at_full_build=false |
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,7 @@ | ||
eclipse.preferences.version=1 | ||
encoding//src/main/antlr3=UTF-8 | ||
encoding//src/main/java=UTF-8 | ||
encoding//src/main/resources=UTF-8 | ||
encoding//src/test/java=UTF-8 | ||
encoding//src/test/resources=UTF-8 | ||
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,5 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 | ||
org.eclipse.jdt.core.compiler.compliance=1.6 | ||
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning | ||
org.eclipse.jdt.core.compiler.source=1.6 |
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 @@ | ||
activeProfiles= | ||
eclipse.preferences.version=1 | ||
resolveWorkspaceProjects=true | ||
version=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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
default fileName = FLUX_DIR + "gnd-sample.pica"; | ||
|
||
fileName| | ||
open-file| | ||
as-lines| | ||
decode-pica| | ||
morph(FLUX_DIR + "gnd-type.xml")| | ||
stream-to-triples| | ||
count-triples(countBy="object")| | ||
template("${s}\t${o}")| | ||
write("stdout"); |
Oops, something went wrong.