You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this example the inheritance follows this order: User > EntityIDLongAbstract > EntityGenericAbstract > RootObject
This problem happens in maven's build, in the Eclipse build everything is ok.
The attribute public static final String __CLR4_2_0_TEST_NAME_SNIFFER = "__CLR4_2_0_TEST_NAME_SNIFFER"; does not exist but was generated for each class, causing the duplicate attribute problem.
See picture below.
The text was updated successfully, but these errors were encountered:
In this example the inheritance follows this order: User > EntityIDLongAbstract > EntityGenericAbstract > RootObject
This problem happens in maven's build, in the Eclipse build everything is ok.
The attribute
public static final String __CLR4_2_0_TEST_NAME_SNIFFER = "__CLR4_2_0_TEST_NAME_SNIFFER";
does not exist but was generated for each class, causing the duplicate attribute problem.See picture below.
The text was updated successfully, but these errors were encountered: