CI build failure for https://issues.openmrs.org/browse/TRUNK-4986

Did the line you changed have a compiler error? If yes, what error was it? After changing it, did the error get resolved? Did the error just change?

After running “mvn clean install”, it shows one error but the CI build shows 7 errors (the same number of errors it had before")

Now on the line that I changed, it showed a compiler error and it was " [ERROR] \Users\Admin\openmrs-core\api\src\main\java\org\openmrs\util\DatabaseUpdater.java:[202,27] error: illegal start of expression "

And what error did it have before your change?

I got [ERROR] \Users\Admin\openmrs-core\api\src\main\java\org\openmrs\util\databasechange\GenerateUuid.java:[109,30] error: non-static method getShortName() cannot be referenced from a static context

I mean the line where you replaced LockService.getInstance with LockServiceFactory.getInstance().getLockService

Do you mean this

[ERROR] \Users\Admin\openmrs-core\api\src\main\java\org\openmrs\util\DatabaseUpdater.java:[202,27] error: illegal start of expression ?

@dkayiwa i still get a a failure after making thse changes