Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring of code and smell detection #49

Open
wants to merge 32 commits into
base: develop
Choose a base branch
from

for codedeploy

0f7b9ce
Select commit
Loading
Failed to load commit list.
Open

Refactoring of code and smell detection #49

for codedeploy
0f7b9ce
Select commit
Loading
Failed to load commit list.
Azure Pipelines / slabiak.AppointmentScheduler failed Aug 3, 2024 in 1m 7s

Build #20240803.5 had test failures

Details

Tests

  • Failed: 8 (21.62%)
  • Passed: 29 (78.38%)
  • Other: 0 (0.00%)
  • Total: 37

Annotations

Check failure on line 18948 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / slabiak.AppointmentScheduler

Build log #L18948

Build failed.

Check failure on line 1 in shouldSaveNewRetailCustomer

See this annotation in the file changed.

@azure-pipelines azure-pipelines / slabiak.AppointmentScheduler

shouldSaveNewRetailCustomer

Test failed
Raw output
java.lang.NullPointerException
	at com.example.slabiak.appointmentscheduler.service.user.RetailCustomerUserServiceTest.shouldSaveNewRetailCustomer(RetailCustomerUserServiceTest.java:109)

Check failure on line 1 in shouldUpdateRetailCustomerProfileData

See this annotation in the file changed.

@azure-pipelines azure-pipelines / slabiak.AppointmentScheduler

shouldUpdateRetailCustomerProfileData

Test failed
Raw output
java.lang.NullPointerException
	at com.example.slabiak.appointmentscheduler.service.user.RetailCustomerUserServiceTest.shouldUpdateRetailCustomerProfileData(RetailCustomerUserServiceTest.java:175)

Check failure on line 1 in shouldAssignTwoRolesForRetailCustomer

See this annotation in the file changed.

@azure-pipelines azure-pipelines / slabiak.AppointmentScheduler

shouldAssignTwoRolesForRetailCustomer

Test failed
Raw output
java.lang.NullPointerException
	at com.example.slabiak.appointmentscheduler.service.user.RetailCustomerUserServiceTest.shouldAssignTwoRolesForRetailCustomer(RetailCustomerUserServiceTest.java:148)

Check failure on line 1 in shouldEncodePasswordWhenForNewRetailCustomer

See this annotation in the file changed.

@azure-pipelines azure-pipelines / slabiak.AppointmentScheduler

shouldEncodePasswordWhenForNewRetailCustomer

Test failed
Raw output
java.lang.NullPointerException
	at com.example.slabiak.appointmentscheduler.service.user.RetailCustomerUserServiceTest.shouldEncodePasswordWhenForNewRetailCustomer(RetailCustomerUserServiceTest.java:119)