Advertisement
fedorm

Untitled

Dec 18th, 2017
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. Note: Recompile with -Xlint:unchecked for details.
  2. 2 warnings
  3.  
  4. :processResources
  5. :classes
  6. :copySuites
  7. :compileTestJava/root/jenkins_home/workspace/LinuxStandTeamA/setretail10/SetRetail10_Utils/testStand/SetTester/src/test/java/ru/crystals/settester/cucumber/args/Product.java:6: warning: NotImplementedException is internal proprietary API and may be removed in a future release
  8. import sun.reflect.generics.reflectiveObjects.NotImplementedException;
  9. ^
  10. /root/jenkins_home/workspace/LinuxStandTeamA/setretail10/SetRetail10_Utils/testStand/SetTester/src/test/java/ru/crystals/settester/cucumber/steps/common/ConfigPrintSteps.java:35: error: cannot find symbol
  11. import ru.crystals.settester.testing_utils.DeploymentUtils;
  12. ^
  13. symbol: class DeploymentUtils
  14. location: package ru.crystals.settester.testing_utils
  15. /root/jenkins_home/workspace/LinuxStandTeamA/setretail10/SetRetail10_Utils/testStand/SetTester/src/test/java/ru/crystals/settester/test/myscanner/TestBase.java:3: warning: XMLGregorianCalendarImpl is internal proprietary API and may be removed in a future release
  16. import com.sun.org.apache.xerces.internal.jaxp.datatype.XMLGregorianCalendarImpl;
  17. ^
  18. /root/jenkins_home/workspace/LinuxStandTeamA/setretail10/SetRetail10_Utils/testStand/SetTester/src/test/java/ru/crystals/settester/cucumber/args/Product.java:93: warning: NotImplementedException is internal proprietary API and may be removed in a future release
  19. throw new NotImplementedException();
  20. ^
  21. /root/jenkins_home/workspace/LinuxStandTeamA/setretail10/SetRetail10_Utils/testStand/SetTester/src/test/java/ru/crystals/settester/cucumber/steps/common/ConfigPrintSteps.java:455: error: cannot find symbol
  22. DeploymentUtils.waitForServerToStart(server.getHost(), TIMEOUT);
  23. ^
  24. symbol: variable DeploymentUtils
  25. location: class ConfigPrintSteps
  26. /root/jenkins_home/workspace/LinuxStandTeamA/setretail10/SetRetail10_Utils/testStand/SetTester/src/test/java/ru/crystals/settester/test/myscanner/TestBase.java:54: warning: XMLGregorianCalendarImpl is internal proprietary API and may be removed in a future release
  27. scanEntryBuilder.setTimestamp(new XMLGregorianCalendarImpl(time));
  28. ^
  29. Note: Some input files use or override a deprecated API.
  30. Note: Recompile with -Xlint:deprecation for details.
  31. Note: Some input files use unchecked or unsafe operations.
  32. Note: Recompile with -Xlint:unchecked for details.
  33. 2 errors
  34. 4 warnings
  35. FAILED
  36. :processTestResources
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement