diff --git a/src/AsyncGenerator.yml b/src/AsyncGenerator.yml
index 4333f1bf114..68ae0a1c735 100644
--- a/src/AsyncGenerator.yml
+++ b/src/AsyncGenerator.yml
@@ -7,7 +7,7 @@
- pattern: ^.*(Hql\.g).*$
analyzation:
methodConversion:
-#TODO 6.0: Remove ignore rule for IQueryBatchItem.ProcessResults
+#TODO 6.0: Remove ignore rule for IQueryBatchItem.ProcessResults
- conversion: Ignore
name: ProcessResults
containingTypeName: IQueryBatchItem
@@ -121,7 +121,7 @@
- conversion: ToAsync
rule: Cache
- conversion: ToAsync
- rule: TransactionCompletion
+ rule: TransactionCompletion
typeConversion:
- conversion: Ignore
name: EnumerableImpl
@@ -276,7 +276,7 @@ methodRules:
- containingType: NHibernate.Action.IAfterTransactionCompletionProcess
- containingType: NHibernate.Action.IBeforeTransactionCompletionProcess
- containingType: NHibernate.Action.EntityAction
- name: BeforeTransactionCompletionProcessImpl
+ name: BeforeTransactionCompletionProcessImpl
name: TransactionCompletion
- filters:
- containingNamespace: NHibernate
diff --git a/src/NHibernate.DomainModel/Bar.cs b/src/NHibernate.DomainModel/Bar.cs
index dfbb9dde84b..262d9d512e3 100644
--- a/src/NHibernate.DomainModel/Bar.cs
+++ b/src/NHibernate.DomainModel/Bar.cs
@@ -12,7 +12,6 @@ public class Bar : Abstract, BarProxy, INamed
private string _name = "bar";
private object _object;
-
///
/// Gets or sets the X
///
@@ -31,7 +30,6 @@ public string BarString
set { _barString = value; }
}
-
///
/// Gets or sets the _barComponent
///
@@ -41,7 +39,6 @@ public FooComponent BarComponent
set { _barComponent = value; }
}
-
///
/// Gets or sets the _baz
///
@@ -51,7 +48,6 @@ public Baz Baz
set { _baz = value; }
}
-
///
/// Gets or sets the _name
///
@@ -61,7 +57,6 @@ public string Name
set { _name = value; }
}
-
///
/// Gets or sets the _object
///
@@ -71,4 +66,4 @@ public object Object
set { _object = value; }
}
}
-}
\ No newline at end of file
+}
diff --git a/src/NHibernate.DomainModel/Baz.cs b/src/NHibernate.DomainModel/Baz.cs
index acb2c846dcd..8df1fa87dcc 100644
--- a/src/NHibernate.DomainModel/Baz.cs
+++ b/src/NHibernate.DomainModel/Baz.cs
@@ -260,7 +260,6 @@ public string[] StringArray
set { _stringArray = value; }
}
-
///
/// Gets or sets the fooArray
///
@@ -270,7 +269,6 @@ public FooProxy[] FooArray
set { _fooArray = value; }
}
-
///
/// Get/set for fooSet
///
@@ -453,4 +451,4 @@ public int CompareTo(object obj)
#endregion
}
-}
\ No newline at end of file
+}
diff --git a/src/NHibernate.DomainModel/Circular.cs b/src/NHibernate.DomainModel/Circular.cs
index 1684403c025..6c8386ae004 100644
--- a/src/NHibernate.DomainModel/Circular.cs
+++ b/src/NHibernate.DomainModel/Circular.cs
@@ -18,7 +18,6 @@ public string Id
set { _id = value; }
}
-
public System.Type Clazz
{
get { return _clazz; }
@@ -37,4 +36,4 @@ public object AnyEntity
set { _anyEntity = value; }
}
}
-}
\ No newline at end of file
+}
diff --git a/src/NHibernate.DomainModel/ComponentCollection.cs b/src/NHibernate.DomainModel/ComponentCollection.cs
index 037a04f0057..3465b5489e3 100644
--- a/src/NHibernate.DomainModel/ComponentCollection.cs
+++ b/src/NHibernate.DomainModel/ComponentCollection.cs
@@ -20,7 +20,6 @@ public IList Foos
set { _foos = value; }
}
-
///
/// Holds the _str
///
@@ -49,4 +48,4 @@ public IList Floats
set { _floats = value; }
}
}
-}
\ No newline at end of file
+}
diff --git a/src/NHibernate.DomainModel/Container.cs b/src/NHibernate.DomainModel/Container.cs
index 9c397eb7f51..c1ead671661 100644
--- a/src/NHibernate.DomainModel/Container.cs
+++ b/src/NHibernate.DomainModel/Container.cs
@@ -80,7 +80,6 @@ public Glarch Glarch
}
}
-
private IList _oneToMany;
private IList _components;
private IList _manyToMany;
@@ -94,7 +93,6 @@ public Glarch Glarch
// mapping
private ISet _ternarySet;
-
public virtual IList OneToMany
{
get { return _oneToMany; }
@@ -155,4 +153,4 @@ public virtual ISet TernarySet
set { _ternarySet = value; }
}
}
-}
\ No newline at end of file
+}
diff --git a/src/NHibernate.DomainModel/Detail.cs b/src/NHibernate.DomainModel/Detail.cs
index f5ae324c51a..6cd9242c8c2 100644
--- a/src/NHibernate.DomainModel/Detail.cs
+++ b/src/NHibernate.DomainModel/Detail.cs
@@ -26,7 +26,6 @@ public int I
set { _i = value; }
}
-
public ISet SubDetails
{
get { return _details; }
@@ -39,4 +38,4 @@ public int X
set { _x = value; }
}
}
-}
\ No newline at end of file
+}
diff --git a/src/NHibernate.DomainModel/DoubleStringType.cs b/src/NHibernate.DomainModel/DoubleStringType.cs
index 4c794cb6f3d..b2b6d2fd8c8 100644
--- a/src/NHibernate.DomainModel/DoubleStringType.cs
+++ b/src/NHibernate.DomainModel/DoubleStringType.cs
@@ -57,7 +57,6 @@ public Object NullSafeGet(DbDataReader rs, string[] names, ISessionImplementor s
return (first == null && second == null) ? null : new string[] {first, second};
}
-
public void NullSafeSet(DbCommand st, Object value, int index, bool[] settable, ISessionImplementor session)
{
string[] strings = (value == null) ? new string[2] : (string[]) value;
@@ -107,4 +106,4 @@ public object Replace(object original, object target, ISessionImplementor sessio
return DeepCopy(original);
}
}
-}
\ No newline at end of file
+}
diff --git a/src/NHibernate.DomainModel/Foo.cs b/src/NHibernate.DomainModel/Foo.cs
index b64c5c736d3..7edbc288126 100644
--- a/src/NHibernate.DomainModel/Foo.cs
+++ b/src/NHibernate.DomainModel/Foo.cs
@@ -347,8 +347,8 @@ public LifecycleVeto OnSave(ISession s)
_long = 696969696969696969L - count++;
_short = 42;
_float = 6666.66f;
- //_double = new Double( 1.33e-69 ); // this double is too big for the sap db jdbc driver
-// _double = 1.12e-36;
+ //_double = new Double( 1.33e-69 ); // this double is too big for the sap db jdbc driver
+ //_double = 1.12e-36;
_boolean = true;
_byte = 127;
_int = 2;
@@ -397,7 +397,6 @@ public bool EqualsFoo(Foo other)
}
}
-
return (_bool == other.Bool)
&& ((_boolean == other.Boolean) || (_boolean.Equals(other.Boolean)))
&& ((_byte == other.Byte) || (_byte.Equals(other.Byte)))
@@ -429,7 +428,6 @@ public bool EqualsFoo(Foo other)
// return key.GetHashCode() - _string.GetHashCode();
// }
-
private static int count = 0;
}
}
diff --git a/src/NHibernate.DomainModel/Fum.cs b/src/NHibernate.DomainModel/Fum.cs
index ddc1d7e1ee4..73c9aa85879 100644
--- a/src/NHibernate.DomainModel/Fum.cs
+++ b/src/NHibernate.DomainModel/Fum.cs
@@ -99,7 +99,6 @@ public ISet Friends
set { this._friends = value; }
}
-
public LifecycleVeto OnDelete(ISession s)
{
if (_friends == null) return LifecycleVeto.NoVeto;
@@ -117,12 +116,10 @@ public LifecycleVeto OnDelete(ISession s)
return LifecycleVeto.NoVeto;
}
-
public void OnLoad(ISession s, object id)
{
}
-
public LifecycleVeto OnSave(ISession s)
{
if (_friends == null) return LifecycleVeto.NoVeto;
@@ -140,7 +137,6 @@ public LifecycleVeto OnSave(ISession s)
return LifecycleVeto.NoVeto;
}
-
public LifecycleVeto OnUpdate(ISession s)
{
return LifecycleVeto.NoVeto;
@@ -158,4 +154,4 @@ public MapComponent MapComponent
set { _mapComponent = value; }
}
}
-}
\ No newline at end of file
+}
diff --git a/src/NHibernate.DomainModel/Glarch.cs b/src/NHibernate.DomainModel/Glarch.cs
index 5a3036817c0..83d23397e47 100644
--- a/src/NHibernate.DomainModel/Glarch.cs
+++ b/src/NHibernate.DomainModel/Glarch.cs
@@ -38,7 +38,6 @@ public int Version
set { this._version = value; }
}
-
///
/// Gets or sets the _next
///
@@ -48,7 +47,6 @@ public GlarchProxy Next
set { _next = value; }
}
-
///
/// Gets or sets the _order
///
@@ -58,7 +56,6 @@ public short Order
set { _order = value; }
}
-
///
/// Gets or sets the _strings
///
@@ -68,7 +65,6 @@ public IList Strings
set { _strings = value; }
}
-
///
/// Gets or sets the _stringSets
///
@@ -79,7 +75,6 @@ public ISet StringSets
set { _stringSets = value; }
}
-
///
/// Gets or sets the _fooComponents
///
@@ -89,7 +84,6 @@ public IList FooComponents
set { _fooComponents = value; }
}
-
///
/// Gets or sets the _proxyArray
///
@@ -99,7 +93,6 @@ public GlarchProxy[] ProxyArray
set { _proxyArray = value; }
}
-
///
/// Gets or sets the _proxySet
///
@@ -188,4 +181,4 @@ public Multiplicity Multiple
set { _name = value; }
}
}
-}
\ No newline at end of file
+}
diff --git a/src/NHibernate.DomainModel/Location.cs b/src/NHibernate.DomainModel/Location.cs
index 6da9c7a0332..4559856996e 100644
--- a/src/NHibernate.DomainModel/Location.cs
+++ b/src/NHibernate.DomainModel/Location.cs
@@ -40,7 +40,6 @@ public string CountryCode
set { _countryCode = value; }
}
-
public string Description
{
get { return _description; }
@@ -76,4 +75,4 @@ public override int GetHashCode()
#endregion
}
-}
\ No newline at end of file
+}
diff --git a/src/NHibernate.DomainModel/MoreStuff.cs b/src/NHibernate.DomainModel/MoreStuff.cs
index 238de291718..4e9238c4bc3 100644
--- a/src/NHibernate.DomainModel/MoreStuff.cs
+++ b/src/NHibernate.DomainModel/MoreStuff.cs
@@ -15,7 +15,6 @@ public class MoreStuff
private IList _stuffs;
private string _name;
-
public string StringId
{
get { return _stringId; }
@@ -52,7 +51,6 @@ public override bool Equals(object obj)
return (rhs.IntId == this.IntId && rhs.StringId.Equals(this.StringId));
}
-
public override int GetHashCode()
{
return _stringId.GetHashCode();
@@ -60,4 +58,4 @@ public override int GetHashCode()
#endregion
}
-}
\ No newline at end of file
+}
diff --git a/src/NHibernate.DomainModel/NHSpecific/Child.cs b/src/NHibernate.DomainModel/NHSpecific/Child.cs
index 9c439a9237c..5eb941631c9 100644
--- a/src/NHibernate.DomainModel/NHSpecific/Child.cs
+++ b/src/NHibernate.DomainModel/NHSpecific/Child.cs
@@ -54,7 +54,6 @@ public Child FirstSibling
set { Siblings.Insert(0, value); }
}
-
public Child SecondSibling
{
get { return (Child) Siblings[1]; }
@@ -115,11 +114,10 @@ public Child[] Friends
set { _friends = value; }
}
-
public DateTime FavoriteDate
{
get { return _favoriteDate; }
set { _favoriteDate = value; }
}
}
-}
\ No newline at end of file
+}
diff --git a/src/NHibernate.DomainModel/NHSpecific/Parent.cs b/src/NHibernate.DomainModel/NHSpecific/Parent.cs
index 2e3cab577bd..0bb468d37b7 100644
--- a/src/NHibernate.DomainModel/NHSpecific/Parent.cs
+++ b/src/NHibernate.DomainModel/NHSpecific/Parent.cs
@@ -13,7 +13,6 @@ public class Parent
private ISet