Skip to content

Instantly share code, notes, and snippets.

@petershin
Created April 23, 2018 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petershin/d9512ffbd4bc23b5f88a62cb03257f85 to your computer and use it in GitHub Desktop.
Save petershin/d9512ffbd4bc23b5f88a62cb03257f85 to your computer and use it in GitHub Desktop.
Exception in thread "main" java.lang.Exception: Found 5 formatting issues:
1: Use existing connection field instead of DataAccess.getConnection: ./modules/apps/forms-and-workflow/calendar/calendar-test/src/testIntegration/java/com/liferay/calendar/test/util/CalendarUpgradeTestUtil.java 42 (SourceCheck:JavaVerifyUpgradeConnectionCheck)
2: Use existing connection field instead of DataAccess.getConnection: ./portal-impl/src/com/liferay/portal/tools/DBUpgrader.java 141 (SourceCheck:JavaVerifyUpgradeConnectionCheck)
3: Use existing connection field instead of DataAccess.getConnection: ./portal-impl/src/com/liferay/portal/tools/DBUpgrader.java 357 (SourceCheck:JavaVerifyUpgradeConnectionCheck)
4: Use existing connection field instead of DataAccess.getConnection: ./portal-impl/src/com/liferay/portal/tools/DBUpgrader.java 385 (SourceCheck:JavaVerifyUpgradeConnectionCheck)
5: Use existing connection field instead of DataAccess.getConnection: ./portal-impl/src/com/liferay/portal/tools/DBUpgrader.java 434 (SourceCheck:JavaVerifyUpgradeConnectionCheck)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment