Skip to content

Commit c35ba30

Browse files
committed
Initial import of FEST-Assert 2.0.
0 parents  commit c35ba30

File tree

49 files changed

+2822
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2822
-0
lines changed

.classpath

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
4+
<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
5+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
6+
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
7+
<classpathentry kind="output" path="target/classes"/>
8+
</classpath>

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target

.project

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>fest-assert-core</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.maven.ide.eclipse.maven2Builder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
</buildSpec>
19+
<natures>
20+
<nature>org.maven.ide.eclipse.maven2Nature</nature>
21+
<nature>org.eclipse.jdt.core.javanature</nature>
22+
</natures>
23+
</projectDescription>
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
#Thu Jul 15 21:40:24 PDT 2010
2+
eclipse.preferences.version=1
3+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
4+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
5+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
6+
org.eclipse.jdt.core.compiler.compliance=1.5
7+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
8+
org.eclipse.jdt.core.compiler.debug.localVariable=generate
9+
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
10+
org.eclipse.jdt.core.compiler.doc.comment.support=enabled
11+
org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
12+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
13+
org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
14+
org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
15+
org.eclipse.jdt.core.compiler.problem.deadCode=warning
16+
org.eclipse.jdt.core.compiler.problem.deprecation=warning
17+
org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
18+
org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
19+
org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
20+
org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
21+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
22+
org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
23+
org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
24+
org.eclipse.jdt.core.compiler.problem.fieldHiding=warning
25+
org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
26+
org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
27+
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
28+
org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
29+
org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
30+
org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
31+
org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=warning
32+
org.eclipse.jdt.core.compiler.problem.invalidJavadoc=warning
33+
org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled
34+
org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=disabled
35+
org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=disabled
36+
org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=protected
37+
org.eclipse.jdt.core.compiler.problem.localVariableHiding=warning
38+
org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
39+
org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning
40+
org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning
41+
org.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore
42+
org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled
43+
org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public
44+
org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=return_tag
45+
org.eclipse.jdt.core.compiler.problem.missingJavadocTags=warning
46+
org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled
47+
org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=protected
48+
org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
49+
org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
50+
org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning
51+
org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=warning
52+
org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
53+
org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
54+
org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
55+
org.eclipse.jdt.core.compiler.problem.nullReference=warning
56+
org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
57+
org.eclipse.jdt.core.compiler.problem.parameterAssignment=warning
58+
org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore
59+
org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning
60+
org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning
61+
org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning
62+
org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=warning
63+
org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
64+
org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
65+
org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
66+
org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
67+
org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
68+
org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
69+
org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
70+
org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
71+
org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
72+
org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning
73+
org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning
74+
org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
75+
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning
76+
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
77+
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
78+
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=enabled
79+
org.eclipse.jdt.core.compiler.problem.unusedImport=warning
80+
org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
81+
org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
82+
org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore
83+
org.eclipse.jdt.core.compiler.problem.unusedParameter=warning
84+
org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
85+
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
86+
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
87+
org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
88+
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
89+
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
90+
org.eclipse.jdt.core.compiler.source=1.5

.settings/org.eclipse.jdt.ui.prefs

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
#Thu Jul 15 23:17:44 PDT 2010
2+
eclipse.preferences.version=1
3+
editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
4+
sp_cleanup.add_default_serial_version_id=true
5+
sp_cleanup.add_generated_serial_version_id=false
6+
sp_cleanup.add_missing_annotations=true
7+
sp_cleanup.add_missing_deprecated_annotations=true
8+
sp_cleanup.add_missing_methods=false
9+
sp_cleanup.add_missing_nls_tags=false
10+
sp_cleanup.add_missing_override_annotations=true
11+
sp_cleanup.add_missing_override_annotations_interface_methods=false
12+
sp_cleanup.add_serial_version_id=false
13+
sp_cleanup.always_use_blocks=true
14+
sp_cleanup.always_use_parentheses_in_expressions=false
15+
sp_cleanup.always_use_this_for_non_static_field_access=false
16+
sp_cleanup.always_use_this_for_non_static_method_access=false
17+
sp_cleanup.convert_to_enhanced_for_loop=false
18+
sp_cleanup.correct_indentation=false
19+
sp_cleanup.format_source_code=false
20+
sp_cleanup.format_source_code_changes_only=false
21+
sp_cleanup.make_local_variable_final=false
22+
sp_cleanup.make_parameters_final=false
23+
sp_cleanup.make_private_fields_final=true
24+
sp_cleanup.make_type_abstract_if_missing_method=false
25+
sp_cleanup.make_variable_declarations_final=true
26+
sp_cleanup.never_use_blocks=false
27+
sp_cleanup.never_use_parentheses_in_expressions=true
28+
sp_cleanup.on_save_use_additional_actions=true
29+
sp_cleanup.organize_imports=true
30+
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
31+
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
32+
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
33+
sp_cleanup.qualify_static_member_accesses_with_declaring_class=false
34+
sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
35+
sp_cleanup.remove_private_constructors=true
36+
sp_cleanup.remove_trailing_whitespaces=true
37+
sp_cleanup.remove_trailing_whitespaces_all=true
38+
sp_cleanup.remove_trailing_whitespaces_ignore_empty=false
39+
sp_cleanup.remove_unnecessary_casts=true
40+
sp_cleanup.remove_unnecessary_nls_tags=false
41+
sp_cleanup.remove_unused_imports=true
42+
sp_cleanup.remove_unused_local_variables=true
43+
sp_cleanup.remove_unused_private_fields=false
44+
sp_cleanup.remove_unused_private_members=true
45+
sp_cleanup.remove_unused_private_methods=true
46+
sp_cleanup.remove_unused_private_types=true
47+
sp_cleanup.sort_members=false
48+
sp_cleanup.sort_members_all=false
49+
sp_cleanup.use_blocks=false
50+
sp_cleanup.use_blocks_only_for_return_and_throw=false
51+
sp_cleanup.use_parentheses_in_expressions=false
52+
sp_cleanup.use_this_for_non_static_field_access=false
53+
sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true
54+
sp_cleanup.use_this_for_non_static_method_access=false
55+
sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#Thu Jul 15 21:14:03 PDT 2010
2+
activeProfiles=
3+
eclipse.preferences.version=1
4+
fullBuildGoals=process-test-resources
5+
includeModules=false
6+
resolveWorkspaceProjects=true
7+
resourceFilterGoals=process-resources resources\:testResources
8+
skipCompilerPlugin=true
9+
version=1

0 commit comments

Comments
 (0)