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
java.lang.NullPointerException
at seniorjava.spring.configurable.Product.(Product.java:27)
at seniorjava.spring.configurable.ProductTest.created_product_should_have_current_environment_date(ProductTest.java:33)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
environment in Product is NULL, @configurable is not work;
The text was updated successfully, but these errors were encountered:
java.lang.NullPointerException
at seniorjava.spring.configurable.Product.(Product.java:27)
at seniorjava.spring.configurable.ProductTest.created_product_should_have_current_environment_date(ProductTest.java:33)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
environment in Product is NULL, @configurable is not work;
The text was updated successfully, but these errors were encountered: