Untitled

 avatar
unknown
plain_text
25 days ago
364 kB
5
Indexable
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 44. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/catalog/job/strategy/impl/RemoveCatalogStrategy.java (at line 51)
   [yjavac]     LOG.error("Could not remove Catalog " + catalog.getId() + " for details set debug log level");
   [yjavac]                                                     ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 45. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/catalog/job/strategy/impl/RemoveCatalogStrategy.java (at line 61)
   [yjavac]     LOG.error("Could not remove Catalog " + catalog.getId() + " catalog versions [" + catalog.getCatalogVersions()
   [yjavac]                                                     ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 46. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/catalog/model/CatalogIncludeAssuranceHandler.java (at line 17)
   [yjavac]     return activeCatalogVersion.getInclAssurance();
   [yjavac]                                 ^^^^^^^^^^^^^^^^
   [yjavac] The method getInclAssurance() is undefined for the type CatalogVersionModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 47. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/catalog/model/CatalogIncludeDutyHandler.java (at line 18)
   [yjavac]     return activeCatalogVersion.getInclDuty();
   [yjavac]                                 ^^^^^^^^^^^
   [yjavac] The method getInclDuty() is undefined for the type CatalogVersionModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 48. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/catalog/model/CatalogIncludeFreightHandler.java (at line 18)
   [yjavac]     return activeCatalogVersion.getInclPacking();
   [yjavac]                                 ^^^^^^^^^^^^^^
   [yjavac] The method getInclPacking() is undefined for the type CatalogVersionModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 49. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/catalog/model/CatalogIncludePackingHandler.java (at line 18)
   [yjavac]     return activeCatalogVersion.getInclPacking();
   [yjavac]                                 ^^^^^^^^^^^^^^
   [yjavac] The method getInclPacking() is undefined for the type CatalogVersionModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 50. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/catalog/references/daos/impl/DefaultProductReferencesDao.java (at line 64)
   [yjavac]     params.put(ProductReferenceModel.QUALIFIER, qualifier);
   [yjavac]                                      ^^^^^^^^^
   [yjavac] QUALIFIER cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 51. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/catalog/references/daos/impl/DefaultProductReferencesDao.java (at line 80)
   [yjavac]     params.put(ProductReferenceModel.ACTIVE, active);
   [yjavac]                                      ^^^^^^
   [yjavac] ACTIVE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 52. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/catalog/synchronization/DefaultCatalogSynchronizationService.java (at line 212)
   [yjavac]     + "WHERE {" + SyncItemJobModel.SOURCEVERSION + "}=?src AND " //
   [yjavac]                                    ^^^^^^^^^^^^^
   [yjavac] SOURCEVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 53. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/catalog/synchronization/DefaultCatalogSynchronizationService.java (at line 213)
   [yjavac]     + "{" + SyncItemJobModel.TARGETVERSION + "}=?tgt " //
   [yjavac]                              ^^^^^^^^^^^^^
   [yjavac] TARGETVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 54. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/catalog/synchronization/DefaultSynchronizationStatusService.java (at line 130)
   [yjavac]     return Collections.unmodifiableList(currentCatalogVersion.getIncomingSynchronizations());
   [yjavac]                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] The method getIncomingSynchronizations() is undefined for the type CatalogVersionModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 55. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/category/daos/impl/DefaultCategoryDao.java (at line 49)
   [yjavac]     query.append(" AND {cat." + CategoryModel.CATALOGVERSION + "} = (?" + CategoryModel.CATALOGVERSION + ")");
   [yjavac]                                               ^^^^^^^^^^^^^^
   [yjavac] CATALOGVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 56. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/category/daos/impl/DefaultCategoryDao.java (at line 49)
   [yjavac]     query.append(" AND {cat." + CategoryModel.CATALOGVERSION + "} = (?" + CategoryModel.CATALOGVERSION + ")");
   [yjavac]                                                                                         ^^^^^^^^^^^^^^
   [yjavac] CATALOGVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 57. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/category/daos/impl/DefaultCategoryDao.java (at line 52)
   [yjavac]     params.put(CategoryModel.CATALOGVERSION, catalogVersion);
   [yjavac]                              ^^^^^^^^^^^^^^
   [yjavac] CATALOGVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 58. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/category/daos/impl/DefaultCategoryDao.java (at line 87)
   [yjavac]     query.append("WHERE {cat:").append(CategoryModel.CATALOGVERSION).append("}=?cv ");
   [yjavac]                                                      ^^^^^^^^^^^^^^
   [yjavac] CATALOGVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 59. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/category/daos/impl/DefaultCategoryDao.java (at line 115)
   [yjavac]     final Map<String, Object> params = Collections.singletonMap(CategoryModel.CATALOGVERSION, catalogVersion);
   [yjavac]                                                                               ^^^^^^^^^^^^^^
   [yjavac] CATALOGVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 60. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/category/daos/impl/DefaultCategoryDao.java (at line 126)
   [yjavac]     final Map<String, Object> params = Collections.singletonMap(CategoryModel.CATALOGVERSION, catalogVersion);
   [yjavac]                                                                               ^^^^^^^^^^^^^^
   [yjavac] CATALOGVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 61. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/category/daos/impl/DefaultCategoryDao.java (at line 136)
   [yjavac]     query.append("SELECT {pk} FROM {" + CategoryModel._CATEGORYCATEGORYRELATION + " AS rel ");
   [yjavac]                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] _CATEGORYCATEGORYRELATION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 62. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/category/daos/impl/DefaultCategoryDao.java (at line 139)
   [yjavac]     query.append("AND {super." + CategoryModel.CATALOGVERSION + "}={cat." + CategoryModel.CATALOGVERSION + "} }}) ");
   [yjavac]                                                ^^^^^^^^^^^^^^
   [yjavac] CATALOGVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 63. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/category/daos/impl/DefaultCategoryDao.java (at line 139)
   [yjavac]     query.append("AND {super." + CategoryModel.CATALOGVERSION + "}={cat." + CategoryModel.CATALOGVERSION + "} }}) ");
   [yjavac]                                                                                           ^^^^^^^^^^^^^^
   [yjavac] CATALOGVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 64. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/category/daos/impl/DefaultCategoryDao.java (at line 140)
   [yjavac]     query.append("AND {cat." + CategoryModel.CATALOGVERSION + "} = ?" + CategoryModel.CATALOGVERSION);
   [yjavac]                                              ^^^^^^^^^^^^^^
   [yjavac] CATALOGVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 65. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/category/daos/impl/DefaultCategoryDao.java (at line 140)
   [yjavac]     query.append("AND {cat." + CategoryModel.CATALOGVERSION + "} = ?" + CategoryModel.CATALOGVERSION);
   [yjavac]                                                                                       ^^^^^^^^^^^^^^
   [yjavac] CATALOGVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 66. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/category/interceptors/CategoryPrepareInterceptor.java (at line 45)
   [yjavac]     else if (ctx.isModified(categoryModel, CategoryModel.ALLOWEDPRINCIPALS))
   [yjavac]                                                          ^^^^^^^^^^^^^^^^^
   [yjavac] ALLOWEDPRINCIPALS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 67. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/category/interceptors/CategoryPrepareInterceptor.java (at line 64)
   [yjavac]     if (categoryService.isRoot(superCategory) && ctx.isModified(superCategory, CategoryModel.ALLOWEDPRINCIPALS)
   [yjavac]                                                                                              ^^^^^^^^^^^^^^^^^
   [yjavac] ALLOWEDPRINCIPALS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 68. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/category/interceptors/CategoryPrepareInterceptor.java (at line 104)
   [yjavac]     if (ctx.isModified(subCategory, CategoryModel.ALLOWEDPRINCIPALS))
   [yjavac]                                                   ^^^^^^^^^^^^^^^^^
   [yjavac] ALLOWEDPRINCIPALS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 69. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/category/interceptors/CategoryPrepareInterceptor.java (at line 130)
   [yjavac]     if (ctx.isModified(superCategory, CategoryModel.ALLOWEDPRINCIPALS)
   [yjavac]                                                     ^^^^^^^^^^^^^^^^^
   [yjavac] ALLOWEDPRINCIPALS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 70. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationDao.java (at line 143)
   [yjavac]     else if (ClassificationAttributeTypeEnum.STRING.getCode().equals(typeCode))
   [yjavac]                                              ^^^^^^
   [yjavac] STRING cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 71. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemDao.java (at line 30)
   [yjavac]     ClassificationSystemModel.ID, (Object) id));
   [yjavac]                               ^^
   [yjavac] ID cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 72. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 39)
   [yjavac]     query.append(" {" + ClassificationClassModel.CATALOGVERSION + "}=?" + ClassificationClassModel.CATALOGVERSION);
   [yjavac]                                                  ^^^^^^^^^^^^^^
   [yjavac] CATALOGVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 73. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 39)
   [yjavac]     query.append(" {" + ClassificationClassModel.CATALOGVERSION + "}=?" + ClassificationClassModel.CATALOGVERSION);
   [yjavac]                                                                                                    ^^^^^^^^^^^^^^
   [yjavac] CATALOGVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 74. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 43)
   [yjavac]     searchQuery.addQueryParameter(ClassificationClassModel.CATALOGVERSION, systemVersion);
   [yjavac]                                                            ^^^^^^^^^^^^^^
   [yjavac] CATALOGVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 75. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 56)
   [yjavac]     query.append(" {" + ClassificationAttributeModel.SYSTEMVERSION + "}=?" + ClassificationAttributeModel.SYSTEMVERSION);
   [yjavac]                                                      ^^^^^^^^^^^^^
   [yjavac] SYSTEMVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 76. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 56)
   [yjavac]     query.append(" {" + ClassificationAttributeModel.SYSTEMVERSION + "}=?" + ClassificationAttributeModel.SYSTEMVERSION);
   [yjavac]                                                                                                           ^^^^^^^^^^^^^
   [yjavac] SYSTEMVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 77. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 60)
   [yjavac]     searchQuery.addQueryParameter(ClassificationAttributeModel.SYSTEMVERSION, systemVersion);
   [yjavac]                                                                ^^^^^^^^^^^^^
   [yjavac] SYSTEMVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 78. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 73)
   [yjavac]     query.append(" {" + ClassificationAttributeValueModel.SYSTEMVERSION + "}=?"
   [yjavac]                                                           ^^^^^^^^^^^^^
   [yjavac] SYSTEMVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 79. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 74)
   [yjavac]     + ClassificationAttributeValueModel.SYSTEMVERSION);
   [yjavac]                                         ^^^^^^^^^^^^^
   [yjavac] SYSTEMVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 80. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 78)
   [yjavac]     searchQuery.addQueryParameter(ClassificationAttributeValueModel.SYSTEMVERSION, systemVersion);
   [yjavac]                                                                     ^^^^^^^^^^^^^
   [yjavac] SYSTEMVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 81. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 97)
   [yjavac]     query.append(" {" + ClassificationAttributeUnitModel.SYSTEMVERSION + "}=?"
   [yjavac]                                                          ^^^^^^^^^^^^^
   [yjavac] SYSTEMVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 82. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 98)
   [yjavac]     + ClassificationAttributeUnitModel.SYSTEMVERSION);
   [yjavac]                                        ^^^^^^^^^^^^^
   [yjavac] SYSTEMVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 83. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 100)
   [yjavac]     " AND {" + ClassificationAttributeUnitModel.UNITTYPE + "}=?" + ClassificationAttributeUnitModel.UNITTYPE);
   [yjavac]                                                 ^^^^^^^^
   [yjavac] UNITTYPE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 84. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 100)
   [yjavac]     " AND {" + ClassificationAttributeUnitModel.UNITTYPE + "}=?" + ClassificationAttributeUnitModel.UNITTYPE);
   [yjavac]                                                                                                     ^^^^^^^^
   [yjavac] UNITTYPE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 85. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 104)
   [yjavac]     searchQuery.addQueryParameter(ClassificationAttributeUnitModel.SYSTEMVERSION, attributeUnit.getSystemVersion());
   [yjavac]                                                                    ^^^^^^^^^^^^^
   [yjavac] SYSTEMVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 86. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 105)
   [yjavac]     searchQuery.addQueryParameter(ClassificationAttributeUnitModel.UNITTYPE, unitType);
   [yjavac]                                                                    ^^^^^^^^
   [yjavac] UNITTYPE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 87. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 120)
   [yjavac]     " {" + ClassificationAttributeUnitModel.SYSTEMVERSION + "}=?" + ClassificationAttributeUnitModel.SYSTEMVERSION);
   [yjavac]                                             ^^^^^^^^^^^^^
   [yjavac] SYSTEMVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 88. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 120)
   [yjavac]     " {" + ClassificationAttributeUnitModel.SYSTEMVERSION + "}=?" + ClassificationAttributeUnitModel.SYSTEMVERSION);
   [yjavac]                                                                                                      ^^^^^^^^^^^^^
   [yjavac] SYSTEMVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 89. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 124)
   [yjavac]     searchQuery.addQueryParameter(ClassificationAttributeUnitModel.SYSTEMVERSION, systemVersion);
   [yjavac]                                                                    ^^^^^^^^^^^^^
   [yjavac] SYSTEMVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 90. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 138)
   [yjavac]     " {" + ClassificationAttributeUnitModel.SYSTEMVERSION + "}=?" + ClassificationAttributeUnitModel.SYSTEMVERSION);
   [yjavac]                                             ^^^^^^^^^^^^^
   [yjavac] SYSTEMVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 91. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 138)
   [yjavac]     " {" + ClassificationAttributeUnitModel.SYSTEMVERSION + "}=?" + ClassificationAttributeUnitModel.SYSTEMVERSION);
   [yjavac]                                                                                                      ^^^^^^^^^^^^^
   [yjavac] SYSTEMVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 92. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 141)
   [yjavac]     searchQuery.addQueryParameter(ClassificationAttributeUnitModel.SYSTEMVERSION, systemVersion);
   [yjavac]                                                                    ^^^^^^^^^^^^^
   [yjavac] SYSTEMVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 93. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 154)
   [yjavac]     " {" + ClassificationAttributeUnitModel.SYSTEMVERSION + "}=?" + ClassificationAttributeUnitModel.SYSTEMVERSION);
   [yjavac]                                             ^^^^^^^^^^^^^
   [yjavac] SYSTEMVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 94. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 154)
   [yjavac]     " {" + ClassificationAttributeUnitModel.SYSTEMVERSION + "}=?" + ClassificationAttributeUnitModel.SYSTEMVERSION);
   [yjavac]                                                                                                      ^^^^^^^^^^^^^
   [yjavac] SYSTEMVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 95. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 155)
   [yjavac]     query.append(" AND {" + ClassificationAttributeUnitModel.UNITTYPE + "}=?" + ClassificationAttributeUnitModel.UNITTYPE);
   [yjavac]                                                              ^^^^^^^^
   [yjavac] UNITTYPE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 96. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 155)
   [yjavac]     query.append(" AND {" + ClassificationAttributeUnitModel.UNITTYPE + "}=?" + ClassificationAttributeUnitModel.UNITTYPE);
   [yjavac]                                                                                                                  ^^^^^^^^
   [yjavac] UNITTYPE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 97. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 158)
   [yjavac]     searchQuery.addQueryParameter(ClassificationAttributeUnitModel.SYSTEMVERSION, systemVersion);
   [yjavac]                                                                    ^^^^^^^^^^^^^
   [yjavac] SYSTEMVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 98. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 159)
   [yjavac]     searchQuery.addQueryParameter(ClassificationAttributeUnitModel.UNITTYPE, type);
   [yjavac]                                                                    ^^^^^^^^
   [yjavac] UNITTYPE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 99. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 168)
   [yjavac]     final StringBuilder query = new StringBuilder("SELECT DISTINCT {" + ClassificationAttributeUnitModel.UNITTYPE);
   [yjavac]                                                                                                          ^^^^^^^^
   [yjavac] UNITTYPE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 100. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 170)
   [yjavac]     query.append(ClassificationAttributeUnitModel.SYSTEMVERSION + "}=?" + ClassificationAttributeUnitModel.SYSTEMVERSION);
   [yjavac]                                                   ^^^^^^^^^^^^^
   [yjavac] SYSTEMVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 101. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 170)
   [yjavac]     query.append(ClassificationAttributeUnitModel.SYSTEMVERSION + "}=?" + ClassificationAttributeUnitModel.SYSTEMVERSION);
   [yjavac]                                                                                                            ^^^^^^^^^^^^^
   [yjavac] SYSTEMVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 102. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 173)
   [yjavac]     searchQuery.addQueryParameter(ClassificationAttributeUnitModel.SYSTEMVERSION, systemVersion);
   [yjavac]                                                                    ^^^^^^^^^^^^^
   [yjavac] SYSTEMVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 103. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 187)
   [yjavac]     sql.append(" WHERE {system." + ClassificationSystemModel.ID + "}=?id ");
   [yjavac]                                                              ^^
   [yjavac] ID cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 104. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultClassificationSystemVersionDao.java (at line 188)
   [yjavac]     sql.append(" AND {systemVersion." + ClassificationSystemModel.VERSION + "}=?sv");
   [yjavac]                                                                   ^^^^^^^
   [yjavac] VERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 105. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultProductFeaturesDao.java (at line 58)
   [yjavac]     builder.append("SELECT max({").append(ProductFeatureModel.VALUEPOSITION).append("}) ");
   [yjavac]                                                               ^^^^^^^^^^^^^
   [yjavac] VALUEPOSITION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 106. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultProductFeaturesDao.java (at line 63)
   [yjavac]     builder.append(ProductFeatureModel.CLASSIFICATIONATTRIBUTEASSIGNMENT).append("} IS NULL");
   [yjavac]                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] CLASSIFICATIONATTRIBUTEASSIGNMENT cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 107. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultProductFeaturesDao.java (at line 67)
   [yjavac]     builder.append(ProductFeatureModel.CLASSIFICATIONATTRIBUTEASSIGNMENT).append("}=?assignment");
   [yjavac]                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] CLASSIFICATIONATTRIBUTEASSIGNMENT cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 108. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultProductFeaturesDao.java (at line 90)
   [yjavac]     .append("},{" + ProductFeatureModel.CLASSIFICATIONATTRIBUTEASSIGNMENT + "} ");
   [yjavac]                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] CLASSIFICATIONATTRIBUTEASSIGNMENT cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 109. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/daos/impl/DefaultProductFeaturesDao.java (at line 93)
   [yjavac]     builder.append("{").append(ProductFeatureModel.CLASSIFICATIONATTRIBUTEASSIGNMENT).append("} ");
   [yjavac]                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] CLASSIFICATIONATTRIBUTEASSIGNMENT cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 110. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/impl/DefaultClassificationService.java (at line 248)
   [yjavac]     case STRING:
   [yjavac]          ^^^^^^
   [yjavac] STRING cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 111. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/classification/interceptors/ClassificationClassPartOfRemoveInterceptor.java (at line 17)
   [yjavac]     if(!ClassificationClassModel.ALLCLASSIFICATIONATTRIBUTEASSIGNMENTS.equals(partOfAttrQualifier))
   [yjavac]                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] ALLCLASSIFICATIONATTRIBUTEASSIGNMENTS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 112. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/CleanUpJobPerformable.java (at line 83)
   [yjavac]     builder.append("AND {").append(CronJobModel.ENDTIME).append("} < ?date ");
   [yjavac]                                                 ^^^^^^^
   [yjavac] ENDTIME cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 113. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/RemoveItemsJobPerformable.java (at line 64)
   [yjavac]     int deleted = cronJob.getItemsDeleted() == null ? 0 : cronJob.getItemsDeleted().intValue();
   [yjavac]                           ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsDeleted() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 114. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/RemoveItemsJobPerformable.java (at line 64)
   [yjavac]     int deleted = cronJob.getItemsDeleted() == null ? 0 : cronJob.getItemsDeleted().intValue();
   [yjavac]                                                                   ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsDeleted() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 115. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/RemoveItemsJobPerformable.java (at line 65)
   [yjavac]     int refused = cronJob.getItemsRefused() == null ? 0 : cronJob.getItemsRefused().intValue();
   [yjavac]                           ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsRefused() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 116. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/RemoveItemsJobPerformable.java (at line 65)
   [yjavac]     int refused = cronJob.getItemsRefused() == null ? 0 : cronJob.getItemsRefused().intValue();
   [yjavac]                                                                   ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsRefused() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 117. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/RemoveItemsJobPerformable.java (at line 72)
   [yjavac]     if (cronJob.getItemPKs() == null)
   [yjavac]                 ^^^^^^^^^^
   [yjavac] The method getItemPKs() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 118. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/RemoveItemsJobPerformable.java (at line 96)
   [yjavac]     cronJob.setItemsDeleted(Integer.valueOf(deleted));
   [yjavac]             ^^^^^^^^^^^^^^^
   [yjavac] The method setItemsDeleted(Integer) is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 119. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/RemoveItemsJobPerformable.java (at line 97)
   [yjavac]     cronJob.setItemsRefused(Integer.valueOf(refused));
   [yjavac]             ^^^^^^^^^^^^^^^
   [yjavac] The method setItemsRefused(Integer) is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 120. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/RemoveItemsJobPerformable.java (at line 123)
   [yjavac]     cronJob.setItemsDeleted(Integer.valueOf(deleted));
   [yjavac]             ^^^^^^^^^^^^^^^
   [yjavac] The method setItemsDeleted(Integer) is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 121. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/RemoveItemsJobPerformable.java (at line 124)
   [yjavac]     cronJob.setItemsRefused(Integer.valueOf(refused));
   [yjavac]             ^^^^^^^^^^^^^^^
   [yjavac] The method setItemsRefused(Integer) is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 122. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/RemoveItemsJobPerformable.java (at line 125)
   [yjavac]     cronJob.setItemsFound(Integer.valueOf(refused + deleted));
   [yjavac]             ^^^^^^^^^^^^^
   [yjavac] The method setItemsFound(Integer) is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 123. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/RemovedItemPKProcessor.java (at line 102)
   [yjavac]     final InputStream inputStream = mediaService.getStreamFromMedia(cronJob.getItemPKs());
   [yjavac]                                                                             ^^^^^^^^^^
   [yjavac] The method getItemPKs() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 124. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/RemovedItemPKProcessor.java (at line 106)
   [yjavac]     final int deleted = cronJob.getItemsDeleted() == null ? 0 : cronJob.getItemsDeleted().intValue();
   [yjavac]                                 ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsDeleted() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 125. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/RemovedItemPKProcessor.java (at line 106)
   [yjavac]     final int deleted = cronJob.getItemsDeleted() == null ? 0 : cronJob.getItemsDeleted().intValue();
   [yjavac]                                                                         ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsDeleted() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 126. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/RemovedItemPKProcessor.java (at line 107)
   [yjavac]     final int refused = cronJob.getItemsRefused() == null ? 0 : cronJob.getItemsRefused().intValue();
   [yjavac]                                 ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsRefused() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 127. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/RemovedItemPKProcessor.java (at line 107)
   [yjavac]     final int refused = cronJob.getItemsRefused() == null ? 0 : cronJob.getItemsRefused().intValue();
   [yjavac]                                                                         ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsRefused() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 128. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/maintenance/impl/CleanUpLogsStrategy.java (at line 31)
   [yjavac]     public static final String JOB_LOGS_QUERY = "SELECT " + JobLogModel.PK + ",{" + JobLogModel.CREATIONTIME + "} FROM {"
   [yjavac]                                                                                                 ^^^^^^^^^^^^
   [yjavac] CREATIONTIME cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 129. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/maintenance/impl/CleanUpLogsStrategy.java (at line 32)
   [yjavac]     + JobLogModel._TYPECODE + "} WHERE {" + JobLogModel.CRONJOB + "} in (?cronjob) ORDER BY {" + JobLogModel.CREATIONTIME
   [yjavac]                                                                                                              ^^^^^^^^^^^^
   [yjavac] CREATIONTIME cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 130. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/maintenance/impl/CleanUpLogsStrategy.java (at line 35)
   [yjavac]     + LogFileModel.OWNER + "} IN (?cronjob) ORDER BY {" + LogFileModel.CREATIONTIME + "} ASC";
   [yjavac]                                                                        ^^^^^^^^^^^^
   [yjavac] CREATIONTIME cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 131. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/maintenance/impl/CleanupCronJobStrategy.java (at line 73)
   [yjavac]     builder.append("AND {" + CronJobModel.ENDTIME + "} < ?date");
   [yjavac]                                           ^^^^^^^
   [yjavac] ENDTIME cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 132. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/maintenance/impl/CleanupDynamicProcessDefinitionsStrategy.java (at line 84)
   [yjavac]     return Config.isPostgreSQLUsed() ? "CAST( { d:" + DynamicProcessDefinitionModel.VERSION + " } as varchar)" : "{ d:"
   [yjavac]                                                                                     ^^^^^^^
   [yjavac] VERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 133. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/maintenance/impl/CleanupDynamicProcessDefinitionsStrategy.java (at line 85)
   [yjavac]     + DynamicProcessDefinitionModel.VERSION + " }";
   [yjavac]                                     ^^^^^^^
   [yjavac] VERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 134. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/maintenance/impl/CleanupDynamicProcessDefinitionsStrategy.java (at line 92)
   [yjavac]     + DynamicProcessDefinitionModel.CODE + "} and {ad:" + DynamicProcessDefinitionModel.ACTIVE + "} = ?active} where {d:"
   [yjavac]                                                                                         ^^^^^^
   [yjavac] ACTIVE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 135. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/maintenance/impl/CleanupDynamicProcessDefinitionsStrategy.java (at line 93)
   [yjavac]     + DynamicProcessDefinitionModel.ACTIVE + "}=?inactive and not exists ({{select * from {"
   [yjavac]                                     ^^^^^^
   [yjavac] ACTIVE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 136. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/maintenance/impl/CleanupDynamicProcessDefinitionsStrategy.java (at line 94)
   [yjavac]     + BusinessProcessModel._TYPECODE + " as bp} where {bp:" + BusinessProcessModel.PROCESSDEFINITIONNAME + "}={d:"
   [yjavac]                                                                                    ^^^^^^^^^^^^^^^^^^^^^
   [yjavac] PROCESSDEFINITIONNAME cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 137. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/maintenance/impl/CleanupDynamicProcessDefinitionsStrategy.java (at line 95)
   [yjavac]     + DynamicProcessDefinitionModel.CODE + "} and {bp:" + BusinessProcessModel.PROCESSDEFINITIONVERSION + "}= "
   [yjavac]                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] PROCESSDEFINITIONVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 138. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/maintenance/impl/CleanupDynamicProcessDefinitionsStrategy.java (at line 99)
   [yjavac]     + DynamicProcessDefinitionModel.VERSION + "} - {d:" + DynamicProcessDefinitionModel.VERSION
   [yjavac]                                     ^^^^^^^
   [yjavac] VERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 139. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/maintenance/impl/CleanupDynamicProcessDefinitionsStrategy.java (at line 99)
   [yjavac]     + DynamicProcessDefinitionModel.VERSION + "} - {d:" + DynamicProcessDefinitionModel.VERSION
   [yjavac]                                                                                         ^^^^^^^
   [yjavac] VERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 140. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/maintenance/impl/CleanupDynamicProcessDefinitionsStrategy.java (at line 102)
   [yjavac]     TIME_PART = "  and (({d:" + DynamicProcessDefinitionModel.MODIFIEDTIME + "} is null and {d:"
   [yjavac]                                                               ^^^^^^^^^^^^
   [yjavac] MODIFIEDTIME cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 141. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/maintenance/impl/CleanupDynamicProcessDefinitionsStrategy.java (at line 103)
   [yjavac]     + DynamicProcessDefinitionModel.CREATIONTIME + "} < ?timeThreshold) or ({d:"
   [yjavac]                                     ^^^^^^^^^^^^
   [yjavac] CREATIONTIME cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 142. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/maintenance/impl/CleanupDynamicProcessDefinitionsStrategy.java (at line 104)
   [yjavac]     + DynamicProcessDefinitionModel.MODIFIEDTIME + "} is not null and {d:" + DynamicProcessDefinitionModel.MODIFIEDTIME
   [yjavac]                                     ^^^^^^^^^^^^
   [yjavac] MODIFIEDTIME cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 143. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/maintenance/impl/CleanupDynamicProcessDefinitionsStrategy.java (at line 104)
   [yjavac]     + DynamicProcessDefinitionModel.MODIFIEDTIME + "} is not null and {d:" + DynamicProcessDefinitionModel.MODIFIEDTIME
   [yjavac]                                                                                                            ^^^^^^^^^^^^
   [yjavac] MODIFIEDTIME cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 144. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/maintenance/impl/CleanupSavedValuesStrategy.java (at line 55)
   [yjavac]     builder.append("SELECT {" + SavedValuesModel.MODIFIEDITEM + "} FROM {" + SavedValuesModel._TYPECODE + "}");
   [yjavac]                                                  ^^^^^^^^^^^^
   [yjavac] MODIFIEDITEM cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 145. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/maintenance/impl/CleanupSavedValuesStrategy.java (at line 56)
   [yjavac]     builder.append(" group by {" + SavedValuesModel.MODIFIEDITEM + "} having count(*) > ?threshold");
   [yjavac]                                                     ^^^^^^^^^^^^
   [yjavac] MODIFIEDITEM cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 146. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/maintenance/impl/CleanupSavedValuesStrategy.java (at line 79)
   [yjavac]     "where {" + SavedValuesModel.MODIFIEDITEM + "} = ?item " + //
   [yjavac]                                  ^^^^^^^^^^^^
   [yjavac] MODIFIEDITEM cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 147. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/maintenance/impl/CleanupSavedValuesStrategy.java (at line 80)
   [yjavac]     "order by {" + SavedValuesModel.CREATIONTIME + "} desc"; //oldest to the end!
   [yjavac]                                     ^^^^^^^^^^^^
   [yjavac] CREATIONTIME cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 148. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/maintenance/impl/CleanupSavedValuesStrategy.java (at line 86)
   [yjavac]     "where {" + SavedValuesModel.MODIFIEDITEM + "} IS NULL " + //
   [yjavac]                                  ^^^^^^^^^^^^
   [yjavac] MODIFIEDITEM cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 149. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/jobs/maintenance/impl/CleanupSavedValuesStrategy.java (at line 87)
   [yjavac]     "order by {" + SavedValuesModel.CREATIONTIME + "} desc"; //oldest to the end!
   [yjavac]                                     ^^^^^^^^^^^^
   [yjavac] CREATIONTIME cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 150. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/daos/impl/DefaultDeliveryModeDao.java (at line 34)
   [yjavac]     query.append(" ORDER BY {").append(DeliveryModeModel.CREATIONTIME).append("} DESC");
   [yjavac]                                                          ^^^^^^^^^^^^
   [yjavac] CREATIONTIME cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 151. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/daos/impl/DefaultDiscountDao.java (at line 29)
   [yjavac]     + DiscountModel.CODE + "}=?" + DiscountModel.CODE + " ORDER BY {" + DiscountModel.CREATIONTIME + "} DESC";
   [yjavac]                                                                                       ^^^^^^^^^^^^
   [yjavac] CREATIONTIME cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 152. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/daos/impl/DefaultDiscountDao.java (at line 40)
   [yjavac]     query.append(" ORDER BY {" + DiscountModel.CODE + " } ASC, {" + DiscountModel.CREATIONTIME + "} DESC");
   [yjavac]                                                                                   ^^^^^^^^^^^^
   [yjavac] CREATIONTIME cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 153. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/daos/impl/DefaultDiscountDao.java (at line 69)
   [yjavac]     .append(CurrencyModel.ISOCODE)
   [yjavac]                           ^^^^^^^
   [yjavac] ISOCODE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 154. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/daos/impl/DefaultTaxDao.java (at line 26)
   [yjavac]     + TaxModel.CODE + " ORDER BY {" + TaxModel.CREATIONTIME + "} DESC";
   [yjavac]                                                ^^^^^^^^^^^^
   [yjavac] CREATIONTIME cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 155. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/daos/impl/DefaultZoneDeliveryModeDao.java (at line 39)
   [yjavac]     query.append(" ORDER BY {").append(ZoneModel.CREATIONTIME).append("} ASC , {").append(ZoneModel.PK).append("} ASC");
   [yjavac]                                                  ^^^^^^^^^^^^
   [yjavac] CREATIONTIME cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 156. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/daos/impl/DefaultZoneDeliveryModeDao.java (at line 51)
   [yjavac]     query.append("} ORDER BY {").append(ZoneModel.CREATIONTIME).append("} DESC , {").append(ZoneModel.PK).append("} ASC");
   [yjavac]                                                   ^^^^^^^^^^^^
   [yjavac] CREATIONTIME cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 157. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/daos/impl/DefaultZoneDeliveryModeDao.java (at line 61)
   [yjavac]     query.append(ZoneDeliveryModeValueModel.DELIVERYMODE).append("}=?").append(ZoneDeliveryModeValueModel.DELIVERYMODE);
   [yjavac]                                             ^^^^^^^^^^^^
   [yjavac] DELIVERYMODE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 158. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/daos/impl/DefaultZoneDeliveryModeDao.java (at line 61)
   [yjavac]     query.append(ZoneDeliveryModeValueModel.DELIVERYMODE).append("}=?").append(ZoneDeliveryModeValueModel.DELIVERYMODE);
   [yjavac]                                                                                                           ^^^^^^^^^^^^
   [yjavac] DELIVERYMODE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 159. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/daos/impl/DefaultZoneDeliveryModeDao.java (at line 63)
   [yjavac]     params.put(ZoneDeliveryModeValueModel.DELIVERYMODE, zoneDeliveryMode);
   [yjavac]                                           ^^^^^^^^^^^^
   [yjavac] DELIVERYMODE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 160. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/daos/impl/DefaultZoneDeliveryModeDao.java (at line 72)
   [yjavac]     query.append(LinkModel.TARGET).append("} FROM {").append(CountryModel._ZONECOUNTRYRELATION);
   [yjavac]                                                                           ^^^^^^^^^^^^^^^^^^^^
   [yjavac] _ZONECOUNTRYRELATION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 161. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/daos/impl/DefaultZoneDeliveryModeDao.java (at line 88)
   [yjavac]     query.append("} WHERE {").append(ZoneDeliveryModeValueModel.DELIVERYMODE);
   [yjavac]                                                                 ^^^^^^^^^^^^
   [yjavac] DELIVERYMODE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 162. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/daos/impl/DefaultZoneDeliveryModeDao.java (at line 89)
   [yjavac]     query.append("}=?").append(ZoneDeliveryModeValueModel.DELIVERYMODE).append(" AND {");
   [yjavac]                                                           ^^^^^^^^^^^^
   [yjavac] DELIVERYMODE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 163. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/daos/impl/DefaultZoneDeliveryModeDao.java (at line 93)
   [yjavac]     params.put(ZoneDeliveryModeValueModel.DELIVERYMODE, zoneDeliveryMode);
   [yjavac]                                           ^^^^^^^^^^^^
   [yjavac] DELIVERYMODE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 164. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/daos/impl/DefaultZoneDeliveryModeDao.java (at line 102)
   [yjavac]     final StringBuilder query = new StringBuilder("SELECT {").append(ZoneDeliveryModeValueModel.MINIMUM);
   [yjavac]                                                                                                 ^^^^^^^
   [yjavac] MINIMUM cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 165. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/daos/impl/DefaultZoneDeliveryModeDao.java (at line 105)
   [yjavac]     query.append(ZoneDeliveryModeValueModel.DELIVERYMODE).append("}=?").append(ZoneDeliveryModeValueModel.DELIVERYMODE);
   [yjavac]                                             ^^^^^^^^^^^^
   [yjavac] DELIVERYMODE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 166. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/daos/impl/DefaultZoneDeliveryModeDao.java (at line 105)
   [yjavac]     query.append(ZoneDeliveryModeValueModel.DELIVERYMODE).append("}=?").append(ZoneDeliveryModeValueModel.DELIVERYMODE);
   [yjavac]                                                                                                           ^^^^^^^^^^^^
   [yjavac] DELIVERYMODE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 167. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/daos/impl/DefaultZoneDeliveryModeDao.java (at line 112)
   [yjavac]     params.put(ZoneDeliveryModeValueModel.DELIVERYMODE, zoneDeliveryMode);
   [yjavac]                                           ^^^^^^^^^^^^
   [yjavac] DELIVERYMODE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 168. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/daos/impl/DefaultZoneDeliveryModeValueDao.java (at line 36)
   [yjavac]     final SortParameters sortParameters = SortParameters.singletonDescending(ZoneDeliveryModeValueModel.CREATIONTIME);
   [yjavac]                                                                                                         ^^^^^^^^^^^^
   [yjavac] CREATIONTIME cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 169. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/daos/impl/DefaultZoneDeliveryModeValueDao.java (at line 45)
   [yjavac]     final SortParameters sortParameters = SortParameters.singletonDescending(ZoneDeliveryModeValueModel.CREATIONTIME);
   [yjavac]                                                                                                         ^^^^^^^^^^^^
   [yjavac] CREATIONTIME cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 170. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/daos/impl/DefaultZoneDeliveryModeValueDao.java (at line 59)
   [yjavac]     params.put(ZoneDeliveryModeValueModel.MINIMUM, min);
   [yjavac]                                           ^^^^^^^
   [yjavac] MINIMUM cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 171. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/daos/impl/DefaultZoneDeliveryModeValueDao.java (at line 60)
   [yjavac]     params.put(ZoneDeliveryModeValueModel.DELIVERYMODE, zoneDeliveryMode);
   [yjavac]                                           ^^^^^^^^^^^^
   [yjavac] DELIVERYMODE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 172. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/impl/DefaultCalculationService.java (at line 361)
   [yjavac]     curr.getIsocode());
   [yjavac]          ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 173. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/impl/DefaultCalculationService.java (at line 408)
   [yjavac]     curr.getIsocode()));
   [yjavac]          ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 174. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/impl/DefaultCalculationService.java (at line 538)
   [yjavac]     if (iso != null && !iso.equals(toCurrency.getIsocode()))
   [yjavac]                                               ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 175. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/impl/DefaultCalculationService.java (at line 549)
   [yjavac]     LOG.warn("Cannot convert from currency '" + iso + "' to currency '" + toCurrency.getIsocode() + "' since '" + iso
   [yjavac]                                                                                      ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 176. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/impl/DefaultCalculationService.java (at line 553)
   [yjavac]     return new PriceValue(toCurrency.getIsocode(), convertedPrice, toNet);
   [yjavac]                                      ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 177. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/impl/DefaultCalculationService.java (at line 569)
   [yjavac]     final String iso = curr.getIsocode();
   [yjavac]                             ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 178. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/impl/DefaultCalculationService.java (at line 664)
   [yjavac]     final String iso = curr.getIsocode();
   [yjavac]                             ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 179. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/impl/DefaultCalculationService.java (at line 701)
   [yjavac]     final String iso = curr.getIsocode();
   [yjavac]                             ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 180. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/impl/DefaultDiscountService.java (at line 69)
   [yjavac]     final Collection<DiscountModel> discounts = discountDao.findDiscountsByCurrencyIsoCode(currency.getIsocode());
   [yjavac]                                                                                                     ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 181. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/impl/DefaultQuoteService.java (at line 31)
   [yjavac]     protected static final String WHERE_CODE_AND_VERSION = WHERE_CODE_CLAUSE + " AND {quote:" + QuoteModel.VERSION + "}=?version";
   [yjavac]                                                                                                            ^^^^^^^
   [yjavac] VERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 182. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/impl/DefaultQuoteService.java (at line 32)
   [yjavac]     protected static final String ORDER_BY_VERSION_DESC = " ORDER BY {quote:" + QuoteModel.VERSION + "} DESC";
   [yjavac]                                                                                            ^^^^^^^
   [yjavac] VERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 183. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/impl/DefaultZoneDeliveryModeService.java (at line 126)
   [yjavac]     + currency.getIsocode() + "], minimum value [" + min + "], and zoneDeliveryMode [" + zoneDeliveryMode
   [yjavac]                ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 184. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/impl/DefaultZoneDeliveryModeService.java (at line 133)
   [yjavac]     + currency.getIsocode() + "], minimum value [" + min + "], and zoneDeliveryMode [" + zoneDeliveryMode
   [yjavac]                ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 185. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/interceptors/DefaultAbstractOrderEntryPreparer.java (at line 65)
   [yjavac]     entryModel.setInfo(createEntryInformation(entryModel, ctx));
   [yjavac]                ^^^^^^^
   [yjavac] The method setInfo(String) is undefined for the type AbstractOrderEntryModel
   [yjavac] ----------
   [yjavac] 186. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/interceptors/DefaultAbstractOrderEntryPreparer.java (at line 110)
   [yjavac]     itemModelContext.unloadAttribute(AbstractOrderModel.ENTRIES);
   [yjavac]                                                         ^^^^^^^
   [yjavac] ENTRIES cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 187. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/interceptors/DefaultAbstractOrderEntryPreparer.java (at line 276)
   [yjavac]     return Arrays.asList(AbstractOrderEntryModel.PRODUCT, AbstractOrderEntryModel.QUANTITY, AbstractOrderEntryModel.UNIT,
   [yjavac]                                                                                   ^^^^^^^^
   [yjavac] QUANTITY cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 188. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/interceptors/DefaultAbstractOrderEntryPreparer.java (at line 276)
   [yjavac]     return Arrays.asList(AbstractOrderEntryModel.PRODUCT, AbstractOrderEntryModel.QUANTITY, AbstractOrderEntryModel.UNIT,
   [yjavac]                                                                                                                     ^^^^
   [yjavac] UNIT cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 189. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/interceptors/DefaultAbstractOrderEntryPreparer.java (at line 277)
   [yjavac]     AbstractOrderEntryModel.BASEPRICE, AbstractOrderEntryModel.TAXVALUES,
   [yjavac]                             ^^^^^^^^^
   [yjavac] BASEPRICE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 190. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/interceptors/DefaultAbstractOrderEntryPreparer.java (at line 278)
   [yjavac]     AbstractOrderEntryModel.DISCOUNTVALUES,
   [yjavac]                             ^^^^^^^^^^^^^^
   [yjavac] DISCOUNTVALUES cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 191. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/interceptors/DefaultAbstractOrderEntryPreparer.java (at line 279)
   [yjavac]     AbstractOrderEntryModel.GIVEAWAY, AbstractOrderEntryModel.REJECTED);
   [yjavac]                             ^^^^^^^^
   [yjavac] GIVEAWAY cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 192. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/interceptors/DefaultAbstractOrderPrepareInterceptor.java (at line 105)
   [yjavac]     return Arrays.asList(AbstractOrderModel.DELIVERYMODE, AbstractOrderModel.DELIVERYCOST, AbstractOrderModel.PAYMENTMODE,
   [yjavac]                                             ^^^^^^^^^^^^
   [yjavac] DELIVERYMODE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 193. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/interceptors/DefaultAbstractOrderPrepareInterceptor.java (at line 105)
   [yjavac]     return Arrays.asList(AbstractOrderModel.DELIVERYMODE, AbstractOrderModel.DELIVERYCOST, AbstractOrderModel.PAYMENTMODE,
   [yjavac]                                                                              ^^^^^^^^^^^^
   [yjavac] DELIVERYCOST cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 194. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/interceptors/DefaultAbstractOrderPrepareInterceptor.java (at line 106)
   [yjavac]     AbstractOrderModel.PAYMENTCOST, AbstractOrderModel.TOTALTAXVALUES, AbstractOrderModel.DISCOUNTS,
   [yjavac]                                                                                           ^^^^^^^^^
   [yjavac] DISCOUNTS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 195. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/interceptors/DefaultAbstractOrderPrepareInterceptor.java (at line 107)
   [yjavac]     AbstractOrderModel.DISCOUNTSINCLUDEDELIVERYCOST, AbstractOrderModel.DISCOUNTSINCLUDEPAYMENTCOST,
   [yjavac]                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] DISCOUNTSINCLUDEDELIVERYCOST cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 196. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/interceptors/DefaultAbstractOrderPrepareInterceptor.java (at line 107)
   [yjavac]     AbstractOrderModel.DISCOUNTSINCLUDEDELIVERYCOST, AbstractOrderModel.DISCOUNTSINCLUDEPAYMENTCOST,
   [yjavac]                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] DISCOUNTSINCLUDEPAYMENTCOST cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 197. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/interceptors/DefaultAbstractOrderPrepareInterceptor.java (at line 108)
   [yjavac]     AbstractOrderModel.DELIVERYADDRESS, AbstractOrderModel.PAYMENTADDRESS);
   [yjavac]                        ^^^^^^^^^^^^^^^
   [yjavac] DELIVERYADDRESS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 198. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/interceptors/DefaultOrderPrepareInterceptor.java (at line 69)
   [yjavac]     if (ctx.isModified(order, OrderModel.DELIVERYADDRESS))
   [yjavac]                                          ^^^^^^^^^^^^^^^
   [yjavac] DELIVERYADDRESS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 199. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/interceptors/DefaultOrderPrepareInterceptor.java (at line 85)
   [yjavac]     final AddressModel oldDeliveryAddress = (AddressModel) history.getOriginalValue(OrderModel.DELIVERYADDRESS);
   [yjavac]                                                                                                ^^^^^^^^^^^^^^^
   [yjavac] DELIVERYADDRESS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 200. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/interceptors/RemoveCurrencyCheckOrdersInterceptor.java (at line 35)
   [yjavac]     throw new InterceptorException("Cannot remove currency [" + currency.getIsocode()
   [yjavac]                                                                          ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 201. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/interceptors/ZoneDeliveryModeValueValidator.java (at line 71)
   [yjavac]     + zone.getCode() + "], currency [" + currency.getIsocode() + "] and minimum value [" + min
   [yjavac]                                                   ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 202. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/impl/DefaultFindDeliveryCostStrategy.java (at line 43)
   [yjavac]     return new PriceValue(order.getCurrency().getIsocode(), 0.0, order.getNet().booleanValue());
   [yjavac]                                               ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 203. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/impl/DefaultFindDeliveryCostStrategy.java (at line 49)
   [yjavac]     return new PriceValue(order.getCurrency().getIsocode(), 0.0, order.getNet().booleanValue());
   [yjavac]                                               ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 204. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/impl/DefaultFindPaymentCostStrategy.java (at line 40)
   [yjavac]     return new PriceValue(order.getCurrency().getIsocode(), 0.0, order.getNet().booleanValue());
   [yjavac]                                               ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 205. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/impl/DefaultFindPaymentCostStrategy.java (at line 46)
   [yjavac]     return new PriceValue(order.getCurrency().getIsocode(), 0.0, order.getNet().booleanValue());
   [yjavac]                                               ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 206. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/impl/servicelayer/DefaultSLFindDeliveryCostStrategy.java (at line 75)
   [yjavac]     return new PriceValue(order.getCurrency().getIsocode(), 0.0, order.getNet().booleanValue());
   [yjavac]                                               ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 207. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/impl/servicelayer/DefaultSLFindDeliveryCostStrategy.java (at line 138)
   [yjavac]     return new PriceValue(curr.getIsocode(),
   [yjavac]                                ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 208. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/impl/servicelayer/DefaultSLFindDeliveryCostStrategy.java (at line 147)
   [yjavac]     return new PriceValue(curr.getIsocode(), bestMatch.getValue().doubleValue(),
   [yjavac]                                ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 209. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/impl/servicelayer/DefaultSLFindDeliveryCostStrategy.java (at line 157)
   [yjavac]     return new PriceValue(order.getCurrency().getIsocode(), 0.0, order.getNet().booleanValue());
   [yjavac]                                               ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 210. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/impl/servicelayer/DefaultSLFindOrderDiscountValuesStrategy.java (at line 70)
   [yjavac]     currency != null ? currency.getIsocode() : null);
   [yjavac]                                 ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 211. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/impl/servicelayer/DefaultSLFindPaymentCostStrategy.java (at line 54)
   [yjavac]     return new PriceValue(order.getCurrency().getIsocode(), 0.0, order.getNet().booleanValue());
   [yjavac]                                               ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 212. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/impl/servicelayer/DefaultSLFindPaymentCostStrategy.java (at line 90)
   [yjavac]     return new PriceValue(curr.getIsocode(),
   [yjavac]                                ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 213. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/impl/servicelayer/DefaultSLFindPaymentCostStrategy.java (at line 99)
   [yjavac]     return new PriceValue(curr.getIsocode(), value.getValue().doubleValue(),
   [yjavac]                                ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 214. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/impl/servicelayer/DefaultSLFindPaymentCostStrategy.java (at line 105)
   [yjavac]     return new PriceValue(order.getCurrency().getIsocode(), 0.0, order.getNet().booleanValue());
   [yjavac]                                               ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 215. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/pdt/converter/impl/DefaultPriceInfoConverter.java (at line 61)
   [yjavac]     new PriceValue(currency.getIsocode(), basePrice, getBooleanAsPrimitive(row.getNet())));
   [yjavac]                             ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 216. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/pdt/converter/impl/DefaultPriceValueConverter.java (at line 18)
   [yjavac]     return new PriceValue(priceRowModel.getCurrency().getIsocode(), priceRowModel.getPrice(), priceRowModel.getNet());
   [yjavac]                                                       ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 217. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/pdt/converter/impl/DefaultTaxInfoConverter.java (at line 27)
   [yjavac]     taxRow) ? taxRow.getCurrency() : tax.getCurrency()).getIsocode() : null);
   [yjavac]                                                         ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 218. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/pdt/converter/impl/DefaultTaxValueConverter.java (at line 46)
   [yjavac]     isoCode = reqCurr.getIsocode();
   [yjavac]                       ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 219. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/pdt/filter/impl/DefaultPriceRowValueFilter.java (at line 107)
   [yjavac]     UnitModel.UNITTYPE, UnitModel.PK));
   [yjavac]               ^^^^^^^^
   [yjavac] UNITTYPE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 220. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/pdt/impl/CachingFindTaxValueInfoStrategy.java (at line 159)
   [yjavac]     final String isoCode = reqCurr.getIsocode();
   [yjavac]                                    ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 221. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/pdt/impl/CachingFindTaxValueInfoStrategy.java (at line 377)
   [yjavac]     row.getAbsolute() ? row.getCurrency().getIsocode() : null);
   [yjavac]                                           ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 222. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/pdt/impl/CachingFindTaxValueInfoStrategy.java (at line 382)
   [yjavac]     tax.getAbsolute() ? tax.getCurrency().getIsocode() : null);
   [yjavac]                                           ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 223. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/pdt/impl/DefaultFindPriceValueInfoStrategy.java (at line 58)
   [yjavac]     return new PriceValue(criteria.getCurrency().getIsocode(), value, criteria.isNet().booleanValue());
   [yjavac]                                                  ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 224. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/pdt/impl/PDTEnumGroupsHelper.java (at line 61)
   [yjavac]     return getEnumFromContextOrItem(product, ProductModel.EUROPE1PRICEFACTORY_PTG);
   [yjavac]                                                           ^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] EUROPE1PRICEFACTORY_PTG cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 225. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/pdt/impl/PDTEnumGroupsHelper.java (at line 69)
   [yjavac]     return getEnumFromContextOrItem(product, ProductModel.EUROPE1PRICEFACTORY_PPG);
   [yjavac]                                                           ^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] EUROPE1PRICEFACTORY_PPG cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 226. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/pdt/impl/PDTEnumGroupsHelper.java (at line 86)
   [yjavac]     return getEnumFromContextOrItem(product, ProductModel.EUROPE1PRICEFACTORY_PDG);
   [yjavac]                                                           ^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] EUROPE1PRICEFACTORY_PDG cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 227. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/pdt/impl/PDTEnumGroupsHelper.java (at line 111)
   [yjavac]     final UserTaxGroup enumerationValue = getEnumFromContextOrItem(user, UserModel.EUROPE1PRICEFACTORY_UTG);
   [yjavac]                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] EUROPE1PRICEFACTORY_UTG cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 228. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/pdt/impl/PDTEnumGroupsHelper.java (at line 137)
   [yjavac]     final UserDiscountGroup enumerationValue = getEnumFromContextOrItem(user, UserModel.EUROPE1PRICEFACTORY_UDG);
   [yjavac]                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] EUROPE1PRICEFACTORY_UDG cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 229. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/pdt/impl/PDTEnumGroupsHelper.java (at line 138)
   [yjavac]     return enumerationValue != null ? enumerationValue : getEnumFromGroups(user, UserGroupModel.USERDISCOUNTGROUP);
   [yjavac]                                                                                                 ^^^^^^^^^^^^^^^^^
   [yjavac] USERDISCOUNTGROUP cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 230. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/pdt/impl/PDTEnumGroupsHelper.java (at line 164)
   [yjavac]     final UserPriceGroup enumerationValue = getEnumFromContextOrItem(user, UserModel.EUROPE1PRICEFACTORY_UPG);
   [yjavac]                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] EUROPE1PRICEFACTORY_UPG cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 231. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/pdt/impl/PDTEnumGroupsHelper.java (at line 165)
   [yjavac]     return enumerationValue != null ? enumerationValue : getEnumFromGroups(user, UserGroupModel.USERPRICEGROUP);
   [yjavac]                                                                                                 ^^^^^^^^^^^^^^
   [yjavac] USERPRICEGROUP cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 232. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/pdt/query/impl/DefaultPriceQueryProvider.java (at line 38)
   [yjavac]     columns.put(PriceRowModel.STARTTIME, Date.class);
   [yjavac]                               ^^^^^^^^^
   [yjavac] STARTTIME cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 233. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/pdt/query/impl/DefaultPriceQueryProvider.java (at line 39)
   [yjavac]     columns.put(PriceRowModel.ENDTIME, Date.class);
   [yjavac]                               ^^^^^^^
   [yjavac] ENDTIME cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 234. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/order/strategies/calculation/pdt/query/impl/DefaultPriceQueryProvider.java (at line 41)
   [yjavac]     columns.put(PriceRowModel.GIVEAWAYPRICE, Boolean.class);
   [yjavac]                               ^^^^^^^^^^^^^
   [yjavac] GIVEAWAYPRICE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 235. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/daos/impl/DefaultProductDao.java (at line 105)
   [yjavac]     return find(Collections.singletonMap(ProductModel.CATALOGVERSION, catalogVersion));
   [yjavac]                                                       ^^^^^^^^^^^^^^
   [yjavac] CATALOGVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 236. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/daos/impl/DefaultProductDao.java (at line 116)
   [yjavac]     parameters.put(ProductModel.CATALOGVERSION, catalogVersion);
   [yjavac]                                 ^^^^^^^^^^^^^^
   [yjavac] CATALOGVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 237. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/daos/impl/DefaultProductDao.java (at line 128)
   [yjavac]     query.append("JOIN " + ProductModel._CATEGORYPRODUCTRELATION + "* AS c2pRel ");
   [yjavac]                                         ^^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] _CATEGORYPRODUCTRELATION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 238. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/daos/impl/DefaultProductDao.java (at line 176)
   [yjavac]     query.append("JOIN " + ProductModel._CATEGORYPRODUCTRELATION + "* AS c2pRel ");
   [yjavac]                                         ^^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] _CATEGORYPRODUCTRELATION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 239. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/daos/impl/DefaultProductDao.java (at line 208)
   [yjavac]     query.append("SELECT {ccr:" + LinkModel.TARGET + "} FROM { " + ProductModel._CATEGORYPRODUCTRELATION);
   [yjavac]                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] _CATEGORYPRODUCTRELATION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 240. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/daos/impl/DefaultProductDao.java (at line 213)
   [yjavac]     query.append(" AND ( {p:" + ProductModel.ONLINEDATE + "} > ?session.user." + UserModel.CURRENTDATE);
   [yjavac]                                              ^^^^^^^^^^
   [yjavac] ONLINEDATE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 241. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/daos/impl/DefaultProductDao.java (at line 214)
   [yjavac]     query.append("  OR {p:" + ProductModel.OFFLINEDATE + "} <= ?session.user." + UserModel.CURRENTDATE + " ) ");
   [yjavac]                                            ^^^^^^^^^^^
   [yjavac] OFFLINEDATE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 242. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/daos/impl/DefaultProductDao.java (at line 232)
   [yjavac]     query.append("SELECT {ccr:" + LinkModel.TARGET + "} FROM { " + ProductModel._CATEGORYPRODUCTRELATION);
   [yjavac]                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] _CATEGORYPRODUCTRELATION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 243. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/daos/impl/DefaultProductDao.java (at line 236)
   [yjavac]     query.append(" AND  ( {p:" + ProductModel.ONLINEDATE + "} IS NULL OR {p:");
   [yjavac]                                               ^^^^^^^^^^
   [yjavac] ONLINEDATE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 244. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/daos/impl/DefaultProductDao.java (at line 237)
   [yjavac]     query.append(ProductModel.ONLINEDATE + "} <= ?session.user." + UserModel.CURRENTDATE);
   [yjavac]                               ^^^^^^^^^^
   [yjavac] ONLINEDATE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 245. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/daos/impl/DefaultProductDao.java (at line 238)
   [yjavac]     query.append(" ) AND ( {p:" + ProductModel.OFFLINEDATE + "} IS NULL OR {p:");
   [yjavac]                                                ^^^^^^^^^^^
   [yjavac] OFFLINEDATE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 246. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/daos/impl/DefaultProductDao.java (at line 239)
   [yjavac]     query.append(ProductModel.OFFLINEDATE + "} > ?session.user." + UserModel.CURRENTDATE + " ) ");
   [yjavac]                               ^^^^^^^^^^^
   [yjavac] OFFLINEDATE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 247. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/daos/impl/DefaultUnitDao.java (at line 45)
   [yjavac]     "SELECT DISTINCT {" + UnitModel.UNITTYPE + "} " + //
   [yjavac]                                     ^^^^^^^^
   [yjavac] UNITTYPE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 248. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/daos/impl/DefaultUnitDao.java (at line 62)
   [yjavac]     final List<UnitModel> result = find(Collections.singletonMap(UnitModel.UNITTYPE, (Object) unitType));
   [yjavac]                                                                            ^^^^^^^^
   [yjavac] UNITTYPE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 249. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/daos/impl/DefaultVariantTypeDao.java (at line 57)
   [yjavac]     + "WHERE {" + ProductModel.VARIANTTYPE + "} =?variantType");
   [yjavac]                                ^^^^^^^^^^^
   [yjavac] VARIANTTYPE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 250. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/daos/impl/DefaultVariantTypeDao.java (at line 58)
   [yjavac]     query.addQueryParameter(ProductModel.VARIANTTYPE, variantType);
   [yjavac]                                          ^^^^^^^^^^^
   [yjavac] VARIANTTYPE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 251. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/impl/DefaultProductDao.java (at line 100)
   [yjavac]     + "AND {" + ProductModel.CATALOGVERSION + "}=?catalogVersion");
   [yjavac]                              ^^^^^^^^^^^^^^
   [yjavac] CATALOGVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 252. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/impl/DefaultProductDao.java (at line 102)
   [yjavac]     query.addQueryParameter(ProductModel.CATALOGVERSION, catalogVersion);
   [yjavac]                                          ^^^^^^^^^^^^^^
   [yjavac] CATALOGVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 253. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/impl/DefaultProductDao.java (at line 110)
   [yjavac]     .getId() + "." + catalogVersion.getVersion() + "' not found!");
   [yjavac]      ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 254. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/impl/DefaultProductDao.java (at line 115)
   [yjavac]     "Code '" + code + "' and CatalogVersion '" + catalogVersion.getCatalog().getId()
   [yjavac]                                                                              ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 255. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/impl/DefaultProductService.java (at line 190)
   [yjavac]     catalogVersion.getCatalog().getId(),
   [yjavac]                                 ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 256. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/impl/DefaultProductService.java (at line 193)
   [yjavac]     catalogVersion.getCatalog().getId(), catalogVersion.getVersion(),
   [yjavac]                                 ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 257. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/impl/DefaultProductService.java (at line 211)
   [yjavac]     catalogVersion.getCatalog().getId(),
   [yjavac]                                 ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 258. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/impl/DefaultProductService.java (at line 214)
   [yjavac]     catalogVersion.getCatalog().getId(), catalogVersion.getVersion(),
   [yjavac]                                 ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 259. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/impl/PDTRowPrepareInterceptor.java (at line 89)
   [yjavac]     || ctx.isModified(prModel, PDTRowModel.PRODUCTID) || ctx.isModified(prModel, PDTRowModel.PRODUCTMATCHQUALIFIER))
   [yjavac]                                                                                              ^^^^^^^^^^^^^^^^^^^^^
   [yjavac] PRODUCTMATCHQUALIFIER cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 260. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/impl/UniqueCatalogItemInterceptor.java (at line 95)
   [yjavac]     .getId() + "/" + catItem.version
   [yjavac]      ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 261. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/impl/UniqueCatalogItemInterceptor.java (at line 122)
   [yjavac]     + catItem.version.getCatalog().getId() + "/" + catItem.version.getVersion(),
   [yjavac]                                    ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 262. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/src/de/hybris/platform/product/impl/UniqueCatalogItemInterceptor.java (at line 131)
   [yjavac]     + catItem.version.getCatalog().getId() + "/" + catItem.version.getVersion(), e, this);
   [yjavac]                                    ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 263. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/BasePriceWithUnitConversionTest.java (at line 68)
   [yjavac]     testCatalog.setId("testCatalog");
   [yjavac]                 ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 264. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/BasePriceWithUnitConversionTest.java (at line 209)
   [yjavac]     currency.setIsocode(isocode);
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 265. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/AgreementSLDTest.java (at line 53)
   [yjavac]     defaultCatalog.setId(asUUID());
   [yjavac]                    ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 266. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/AgreementSLDTest.java (at line 63)
   [yjavac]     agreement.setId(asUUID());
   [yjavac]               ^^^^^
   [yjavac] The method setId(String) is undefined for the type AgreementModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 267. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogAwareEurope1PriceFactoryTest.java (at line 113)
   [yjavac]     catalog.setId("testCatalog");
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 268. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogDemoTest.java (at line 52)
   [yjavac]     catalogA.setId(CATALOG_A);
   [yjavac]              ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 269. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogDemoTest.java (at line 57)
   [yjavac]     catalogB.setId(CATALOG_B);
   [yjavac]              ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 270. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogJaloTest.java (at line 49)
   [yjavac]     defaultCatalog.setId(asUUID());
   [yjavac]                    ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 271. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogMockDao.java (at line 33)
   [yjavac]     test0.setId("one");
   [yjavac]           ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 272. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogMockDao.java (at line 36)
   [yjavac]     test1.setId("two");
   [yjavac]           ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 273. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogMockDao.java (at line 53)
   [yjavac]     test0.setId(ONECATALOG);
   [yjavac]           ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 274. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogMockDao.java (at line 60)
   [yjavac]     test0.setId(TWOCATALOGS);
   [yjavac]           ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 275. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 62)
   [yjavac]     catalog.setId(asUUID());
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 276. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 88)
   [yjavac]     defaultCatalog.setId(asUUID());
   [yjavac]                    ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 277. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 96)
   [yjavac]     newCatalog.setId(asUUID());
   [yjavac]                ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 278. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 109)
   [yjavac]     defaultCatalog.setId(asUUID());
   [yjavac]                    ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 279. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 150)
   [yjavac]     defaultCatalog.setId(asUUID());
   [yjavac]                    ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 280. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 186)
   [yjavac]     defaultCatalog.setId(asUUID());
   [yjavac]                    ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 281. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 212)
   [yjavac]     defaultCatalog.setId(asUUID());
   [yjavac]                    ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 282. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 233)
   [yjavac]     defaultCatalog.setId(asUUID());
   [yjavac]                    ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 283. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 241)
   [yjavac]     currency.setIsocode(asUUID());
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 284. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 245)
   [yjavac]     agreement.setId(asUUID());
   [yjavac]               ^^^^^
   [yjavac] The method setId(String) is undefined for the type AgreementModel
   [yjavac] ----------
   [yjavac] 285. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 249)
   [yjavac]     language.setIsocode(asUUID());
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 286. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 252)
   [yjavac]     country.setIsocode(asUUID());
   [yjavac]             ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CountryModel
   [yjavac] ----------
   [yjavac] 287. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 257)
   [yjavac]     inactiveCatalogVersion.setInclPacking(Boolean.FALSE);
   [yjavac]                            ^^^^^^^^^^^^^^
   [yjavac] The method setInclPacking(Boolean) is undefined for the type CatalogVersionModel
   [yjavac] ----------
   [yjavac] 288. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 258)
   [yjavac]     inactiveCatalogVersion.setInclFreight(Boolean.FALSE);
   [yjavac]                            ^^^^^^^^^^^^^^
   [yjavac] The method setInclFreight(Boolean) is undefined for the type CatalogVersionModel
   [yjavac] ----------
   [yjavac] 289. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 268)
   [yjavac]     catalogVersion.setInclPacking(Boolean.TRUE);
   [yjavac]                    ^^^^^^^^^^^^^^
   [yjavac] The method setInclPacking(Boolean) is undefined for the type CatalogVersionModel
   [yjavac] ----------
   [yjavac] 290. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 269)
   [yjavac]     catalogVersion.setInclFreight(Boolean.TRUE);
   [yjavac]                    ^^^^^^^^^^^^^^
   [yjavac] The method setInclFreight(Boolean) is undefined for the type CatalogVersionModel
   [yjavac] ----------
   [yjavac] 291. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 274)
   [yjavac]     catalogVersion.setInclAssurance(Boolean.TRUE);
   [yjavac]                    ^^^^^^^^^^^^^^^^
   [yjavac] The method setInclAssurance(Boolean) is undefined for the type CatalogVersionModel
   [yjavac] ----------
   [yjavac] 292. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 275)
   [yjavac]     catalogVersion.setInclDuty(Boolean.TRUE);
   [yjavac]                    ^^^^^^^^^^^
   [yjavac] The method setInclDuty(Boolean) is undefined for the type CatalogVersionModel
   [yjavac] ----------
   [yjavac] 293. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 284)
   [yjavac]     assertThat(defaultCatalog.getInclPacking()).isEqualTo(catalogVersion.getInclPacking());
   [yjavac]                               ^^^^^^^^^^^^^^
   [yjavac] The method getInclPacking() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 294. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 284)
   [yjavac]     assertThat(defaultCatalog.getInclPacking()).isEqualTo(catalogVersion.getInclPacking());
   [yjavac]                                                                          ^^^^^^^^^^^^^^
   [yjavac] The method getInclPacking() is undefined for the type CatalogVersionModel
   [yjavac] ----------
   [yjavac] 295. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 285)
   [yjavac]     assertThat(defaultCatalog.getInclFreight()).isEqualTo(catalogVersion.getInclFreight());
   [yjavac]                               ^^^^^^^^^^^^^^
   [yjavac] The method getInclFreight() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 296. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 285)
   [yjavac]     assertThat(defaultCatalog.getInclFreight()).isEqualTo(catalogVersion.getInclFreight());
   [yjavac]                                                                          ^^^^^^^^^^^^^^
   [yjavac] The method getInclFreight() is undefined for the type CatalogVersionModel
   [yjavac] ----------
   [yjavac] 297. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 289)
   [yjavac]     assertThat(defaultCatalog.getInclAssurance()).isEqualTo(catalogVersion.getInclAssurance());
   [yjavac]                               ^^^^^^^^^^^^^^^^
   [yjavac] The method getInclAssurance() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 298. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 289)
   [yjavac]     assertThat(defaultCatalog.getInclAssurance()).isEqualTo(catalogVersion.getInclAssurance());
   [yjavac]                                                                            ^^^^^^^^^^^^^^^^
   [yjavac] The method getInclAssurance() is undefined for the type CatalogVersionModel
   [yjavac] ----------
   [yjavac] 299. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 290)
   [yjavac]     assertThat(defaultCatalog.getInclDuty()).isEqualTo(catalogVersion.getInclDuty());
   [yjavac]                               ^^^^^^^^^^^
   [yjavac] The method getInclDuty() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 300. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 290)
   [yjavac]     assertThat(defaultCatalog.getInclDuty()).isEqualTo(catalogVersion.getInclDuty());
   [yjavac]                                                                       ^^^^^^^^^^^
   [yjavac] The method getInclDuty() is undefined for the type CatalogVersionModel
   [yjavac] ----------
   [yjavac] 301. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 301)
   [yjavac]     catalog.setId(asUUID());
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 302. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 305)
   [yjavac]     catalog2.setId(asUUID());
   [yjavac]              ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 303. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogSLDTest.java (at line 323)
   [yjavac]     catalog.setId(asUUID());
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 304. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogServiceTest.java (at line 143)
   [yjavac]     assertTrue("Must be catalog 'testCatalog'!", "test_0".equals(catalog.getId()));
   [yjavac]                                                                          ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 305. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogServiceTest.java (at line 436)
   [yjavac]     csmDef.setId("model1Def");
   [yjavac]            ^^^^^
   [yjavac] The method setId(String) is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] 306. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogServiceTest.java (at line 446)
   [yjavac]     csm.setId("model1");
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] 307. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogServiceTest.java (at line 493)
   [yjavac]     csmDef.setId("someClassModel");
   [yjavac]            ^^^^^
   [yjavac] The method setId(String) is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] 308. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogServiceTest.java (at line 504)
   [yjavac]     csm.setId("class model");
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] 309. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogServiceTest.java (at line 651)
   [yjavac]     cat.setId("testCatalog");
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 310. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogServiceTest.java (at line 658)
   [yjavac]     newDefaultCatalog.setId("new_Catalog");
   [yjavac]                       ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 311. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogServiceTest.java (at line 680)
   [yjavac]     cat.setId("test_" + i);
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 312. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogServiceTest.java (at line 690)
   [yjavac]     cat.setId(catalogID);
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 313. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogTypeServiceTest.java (at line 94)
   [yjavac]     Assert.assertEquals("Unexpected catalog ID", TEST_CATALOG_1, test1Spring.getCatalog().getId());
   [yjavac]                                                                                           ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 314. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogTypeServiceTest.java (at line 98)
   [yjavac]     Assert.assertEquals("Unexpected catalog ID", TEST_CATALOG_1, test1Winter.getCatalog().getId());
   [yjavac]                                                                                           ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 315. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogTypeServiceTest.java (at line 102)
   [yjavac]     Assert.assertEquals("Unexpected catalog ID", TEST_CATALOG_2, test2Spring.getCatalog().getId());
   [yjavac]                                                                                           ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 316. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogUnawareEurope1DiscountsTest.java (at line 71)
   [yjavac]     final String query = "select {PK} from {" + DiscountRowModel._TYPECODE + "} where {" + DiscountRowModel.CATALOGVERSION
   [yjavac]                                                                                                             ^^^^^^^^^^^^^^
   [yjavac] CATALOGVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 317. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogUnawareEurope1PricesTest.java (at line 56)
   [yjavac]     final String query = "select {PK} from {" + PriceRowModel._TYPECODE + "} where {" + PriceRowModel.CATALOGVERSION
   [yjavac]                                                                                                       ^^^^^^^^^^^^^^
   [yjavac] CATALOGVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 318. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogUnawareEurope1TaxesTest.java (at line 72)
   [yjavac]     final String query = "select {PK} from {" + TaxRowModel._TYPECODE + "} where {" + TaxRowModel.CATALOGVERSION
   [yjavac]                                                                                                   ^^^^^^^^^^^^^^
   [yjavac] CATALOGVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 319. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogUnawarePDTRowTest.java (at line 50)
   [yjavac]     testCurrency.setIsocode("BTC");
   [yjavac]                  ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 320. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogUnawarePDTRowTest.java (at line 54)
   [yjavac]     testCatalog.setId("TEST_CATALOG");
   [yjavac]                 ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 321. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogVersionMockDao.java (at line 36)
   [yjavac]     catalog.setId(CATALOG_ID);
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 322. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogVersionMockDao.java (at line 49)
   [yjavac]     catalog.setId(CATALOG_ID);
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 323. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogVersionSLDTest.java (at line 78)
   [yjavac]     defaultCatalog.setId(asUUID());
   [yjavac]                    ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 324. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogVersionSLDTest.java (at line 120)
   [yjavac]     defaultCatalog.setId(asUUID());
   [yjavac]                    ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 325. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogVersionSLDTest.java (at line 123)
   [yjavac]     anotherCatalog.setId(asUUID());
   [yjavac]                    ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 326. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogVersionSLDTest.java (at line 152)
   [yjavac]     defaultCatalog.setId(asUUID());
   [yjavac]                    ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 327. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogVersionSLDTest.java (at line 179)
   [yjavac]     defaultCatalog.setId(asUUID());
   [yjavac]                    ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 328. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogVersionSLDTest.java (at line 204)
   [yjavac]     defaultCatalog.setId(asUUID());
   [yjavac]                    ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 329. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogVersionSLDTest.java (at line 211)
   [yjavac]     agreement.setId(asUUID());
   [yjavac]               ^^^^^
   [yjavac] The method setId(String) is undefined for the type AgreementModel
   [yjavac] ----------
   [yjavac] 330. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogVersionSLDTest.java (at line 215)
   [yjavac]     otherAgreement.setId(asUUID());
   [yjavac]                    ^^^^^
   [yjavac] The method setId(String) is undefined for the type AgreementModel
   [yjavac] ----------
   [yjavac] 331. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogVersionSLDTest.java (at line 233)
   [yjavac]     defaultCatalog.setId(asUUID());
   [yjavac]                    ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 332. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogVersionSLDTest.java (at line 292)
   [yjavac]     defaultCatalog.setId(asUUID());
   [yjavac]                    ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 333. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogVersionSLDTest.java (at line 336)
   [yjavac]     defaultCatalog.setId(asUUID());
   [yjavac]                    ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 334. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogVersionSLDTest.java (at line 344)
   [yjavac]     language.setIsocode(asUUID());
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 335. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogVersionSLDTest.java (at line 375)
   [yjavac]     defaultCatalog.setId(asUUID());
   [yjavac]                    ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 336. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogVersionSLDTest.java (at line 401)
   [yjavac]     catalog.setId(asUUID());
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 337. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogVersionServiceTest.java (at line 320)
   [yjavac]     cat.setId("xxx");
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 338. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogVersionServiceTest.java (at line 322)
   [yjavac]     assertNull(catalogVersionService.getSessionCatalogVersionForCatalog(cat.getId()));
   [yjavac]                                                                             ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 339. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogVersionServiceTest.java (at line 640)
   [yjavac]     catalog.setId(UUID.randomUUID().toString());
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 340. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/CatalogVersionSyncScheduleMediaTest.java (at line 61)
   [yjavac]     catalog.setId("cm1" + System.currentTimeMillis());
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 341. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/ClassAttributeAssignmentIntegrationTest.java (at line 7)
   [yjavac]     import static de.hybris.platform.catalog.enums.ClassificationAttributeTypeEnum.STRING;
   [yjavac]                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] The import de.hybris.platform.catalog.enums.ClassificationAttributeTypeEnum.STRING cannot be resolved
   [yjavac] ----------
   [yjavac] 342. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/ClassAttributeAssignmentIntegrationTest.java (at line 97)
   [yjavac]     assignment.setAttributeType(STRING);
   [yjavac]                                 ^^^^^^
   [yjavac] STRING cannot be resolved to a variable
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 343. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/FeatureValueImpexImportIntegrationTest.java (at line 226)
   [yjavac]     classificationSystem.setId("classificationSystem1");
   [yjavac]                          ^^^^^
   [yjavac] The method setId(String) is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] 344. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/FeatureValueImpexImportIntegrationTest.java (at line 256)
   [yjavac]     classAttributeAssignment.setAttributeType(ClassificationAttributeTypeEnum.STRING);
   [yjavac]                                                                               ^^^^^^
   [yjavac] STRING cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 345. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/KeywordDaoTest.java (at line 47)
   [yjavac]     catalog.setId("catalog");
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 346. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/KeywordDaoTest.java (at line 61)
   [yjavac]     language.setIsocode("MyLanguage");
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 347. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/KeywordDaoTest.java (at line 65)
   [yjavac]     language2.setIsocode("MyLanguage2");
   [yjavac]               ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 348. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/KeywordDemoTest.java (at line 49)
   [yjavac]     catalog.setId("catalog");
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 349. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/KeywordDemoTest.java (at line 63)
   [yjavac]     language.setIsocode("MyLanguage");
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 350. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/MultiValuedFeaturesSynchronizationTest.java (at line 57)
   [yjavac]     classificationSystemModel.setId("classificationCatalog");
   [yjavac]                               ^^^^^
   [yjavac] The method setId(String) is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 351. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/MultivaluedProductFeatureOrderTest.java (at line 144)
   [yjavac]     classAttributeAssignment.setAttributeType(ClassificationAttributeTypeEnum.STRING);
   [yjavac]                                                                               ^^^^^^
   [yjavac] STRING cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 352. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/MultivaluedProductFeatureOrderTest.java (at line 152)
   [yjavac]     classificationSystem.setId("classificationSystem1");
   [yjavac]                          ^^^^^
   [yjavac] The method setId(String) is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] 353. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/MultivaluedProductFeatureOrderTest.java (at line 180)
   [yjavac]     cm.setId("catalog1");
   [yjavac]        ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 354. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/PreviewTicketSLDTest.java (at line 55)
   [yjavac]     defaultCatalog.setId(asUUID());
   [yjavac]                    ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 355. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/PreviewTicketSLDTest.java (at line 82)
   [yjavac]     defaultCatalog.setId(asUUID());
   [yjavac]                    ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 356. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/ProductFeatureImpExTest.java (at line 91)
   [yjavac]     cm1.setId("sl_a");
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 357. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/ProductFeatureImpExTest.java (at line 99)
   [yjavac]     classificationSystem.setId("testClassificationSystem");
   [yjavac]                          ^^^^^
   [yjavac] The method setId(String) is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 358. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/ProductFeatureServicelayerTest.java (at line 80)
   [yjavac]     cm1.setId("sl_a");
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 359. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/ProductFeatureServicelayerTest.java (at line 93)
   [yjavac]     csmDef.setId("classFoo_a");
   [yjavac]            ^^^^^
   [yjavac] The method setId(String) is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] 360. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/ProductFeatureServicelayerTest.java (at line 103)
   [yjavac]     csm.setId("modelSystemFoo_a");
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 361. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/ProductFeaturesAndReferencesCascadingRemovalTest.java (at line 96)
   [yjavac]     catalog.setId(id);
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 362. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/ProductFeaturesMultivaluedReferenceIntegrationTest.java (at line 80)
   [yjavac]     classificationSystemModel.setId("classificationCatalog");
   [yjavac]                               ^^^^^
   [yjavac] The method setId(String) is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 363. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/ProductOrderSynchronizationTest.java (at line 126)
   [yjavac]     cm1.setId("catalog1");
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 364. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/ProductReferenceSldTest.java (at line 52)
   [yjavac]     catalog1.setId("catalog1");
   [yjavac]              ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 365. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/RemoveSyncTimestampsIntegrationTest.java (at line 52)
   [yjavac]     catalog.setId("my_catalog");
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 366. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/SyncAttributeDescriptorConfigTest.java (at line 55)
   [yjavac]     cm1.setId("sl_a");
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 367. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/SyncAttributeDescriptorConfigTest.java (at line 66)
   [yjavac]     cm2.setId("sl_b");
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 368. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/SyncAttributeDescriptorConfigTest.java (at line 85)
   [yjavac]     sadcModel.setIncludedInSync(Boolean.FALSE);
   [yjavac]               ^^^^^^^^^^^^^^^^^
   [yjavac] The method setIncludedInSync(Boolean) is undefined for the type SyncAttributeDescriptorConfigModel
   [yjavac] ----------
   [yjavac] 369. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/SyncAttributeDescriptorConfigTest.java (at line 99)
   [yjavac]     cm1.setId("sl_a");
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 370. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/SyncAttributeDescriptorConfigTest.java (at line 110)
   [yjavac]     cm2.setId("sl_b");
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 371. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/SyncAttributeDescriptorConfigTest.java (at line 130)
   [yjavac]     sadcModel.setIncludedInSync(Boolean.FALSE);
   [yjavac]               ^^^^^^^^^^^^^^^^^
   [yjavac] The method setIncludedInSync(Boolean) is undefined for the type SyncAttributeDescriptorConfigModel
   [yjavac] ----------
   [yjavac] 372. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/SyncAttributeDescriptorConfigTest.java (at line 158)
   [yjavac]     cm1.setId("sl_a");
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 373. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/SyncAttributeDescriptorConfigTest.java (at line 169)
   [yjavac]     cm2.setId("sl_b");
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 374. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/SyncAttributeDescriptorConfigTest.java (at line 188)
   [yjavac]     syncAttributeConfigModel1.setIncludedInSync(Boolean.FALSE);
   [yjavac]                               ^^^^^^^^^^^^^^^^^
   [yjavac] The method setIncludedInSync(Boolean) is undefined for the type SyncAttributeDescriptorConfigModel
   [yjavac] ----------
   [yjavac] 375. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/SyncAttributeDescriptorConfigTest.java (at line 199)
   [yjavac]     syncAttributeConfigModel2.setIncludedInSync(Boolean.FALSE);
   [yjavac]                               ^^^^^^^^^^^^^^^^^
   [yjavac] The method setIncludedInSync(Boolean) is undefined for the type SyncAttributeDescriptorConfigModel
   [yjavac] ----------
   [yjavac] 376. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/SyncAttributeDescriptorConfigTest.java (at line 223)
   [yjavac]     cm1.setId("sl_a");
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 377. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/SyncAttributeDescriptorConfigTest.java (at line 230)
   [yjavac]     cm2.setId("sl_b");
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 378. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/TaxRowCachingForMultipleCatalogVersionsTest.java (at line 155)
   [yjavac]     catalog.setId("testCatalog");
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 379. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/impl/AbstractCatalogTest.java (at line 68)
   [yjavac]     Assert.assertEquals("Unexpected catalog ID", TEST_CATALOG_1, test1Spring.getCatalog().getId());
   [yjavac]                                                                                           ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 380. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/impl/AbstractCatalogTest.java (at line 72)
   [yjavac]     Assert.assertEquals("Unexpected catalog ID", TEST_CATALOG_1, test1Winter.getCatalog().getId());
   [yjavac]                                                                                           ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 381. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/impl/AbstractCatalogTest.java (at line 76)
   [yjavac]     Assert.assertEquals("Unexpected catalog ID", TEST_CATALOG_2, test2Spring.getCatalog().getId());
   [yjavac]                                                                                           ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 382. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/impl/AbstractCatalogTest.java (at line 80)
   [yjavac]     Assert.assertEquals("Unexpected catalog ID", TEST_CATALOG_2, test2Winter.getCatalog().getId());
   [yjavac]                                                                                           ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 383. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/impl/CatalogDaoTest.java (at line 39)
   [yjavac]     catalogTemplate.setId(TEST_CATALOG_1);
   [yjavac]                     ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 384. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/impl/CatalogDaoTest.java (at line 41)
   [yjavac]     catalogTemplate.setId(TEST_CATALOG_2);
   [yjavac]                     ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 385. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/impl/CatalogDaoTest.java (at line 52)
   [yjavac]     Assert.assertEquals("Unexpected catalog id", TEST_CATALOG_1, testCatalog1.getId());
   [yjavac]                                                                               ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 386. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/impl/CatalogDaoTest.java (at line 56)
   [yjavac]     Assert.assertEquals("Unexpected catalog id", TEST_CATALOG_2, testCatalog2.getId());
   [yjavac]                                                                               ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 387. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/impl/CatalogDaoTest.java (at line 98)
   [yjavac]     Assert.assertTrue("unexpected default catalogs content", currentDefault.getId().equals(TEST_CATALOG_1));
   [yjavac]                                                                             ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 388. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/impl/CatalogDaoTest.java (at line 101)
   [yjavac]     newDefaultCatalog.setId("new_Catalog");
   [yjavac]                       ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 389. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/impl/CatalogDaoTest.java (at line 110)
   [yjavac]     Assert.assertEquals("Unexpected default catalog", "new_Catalog", iterator.next().getId());
   [yjavac]                                                                                      ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 390. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/impl/CatalogVersionDaoTest.java (at line 79)
   [yjavac]     catalogTemplate.setId(TEST_CATALOG_1);
   [yjavac]                     ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 391. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/impl/CatalogVersionDaoTest.java (at line 81)
   [yjavac]     catalogTemplate.setId(TEST_CATALOG_2);
   [yjavac]                     ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 392. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/impl/CatalogVersionDaoTest.java (at line 130)
   [yjavac]     language.setIsocode("code");
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 393. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/impl/ItemSyncTimestampDaoTest.java (at line 37)
   [yjavac]     catalogTemplate.setId(TEST_CATALOG_1);
   [yjavac]                     ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 394. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/impl/ItemSyncTimestampDaoTest.java (at line 39)
   [yjavac]     catalogTemplate.setId(TEST_CATALOG_2);
   [yjavac]                     ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 395. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/impl/ProductFeaturePrepareInterceptorTest.java (at line 95)
   [yjavac]     testCatalog.setId(TEST_CATALOG_ID);
   [yjavac]                 ^^^^^
   [yjavac] The method setId(String) is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 396. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/interceptors/ClassificationClassRemoveInterceptorIntegrationTest.java (at line 140)
   [yjavac]     system.setId("cs1");
   [yjavac]            ^^^^^
   [yjavac] The method setId(String) is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 397. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/interceptors/DefaultCatalogPrepareInterceptorTest.java (at line 75)
   [yjavac]     when(Boolean.valueOf(mockInterceptorContext.isModified(catalog, CatalogModel.ACTIVECATALOGVERSION))).thenReturn(
   [yjavac]                                                                                  ^^^^^^^^^^^^^^^^^^^^
   [yjavac] ACTIVECATALOGVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 398. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/interceptors/DefaultCatalogPrepareInterceptorTest.java (at line 93)
   [yjavac]     when(Boolean.valueOf(mockInterceptorContext.isModified(catalog, CatalogModel.ACTIVECATALOGVERSION))).thenReturn(
   [yjavac]                                                                                  ^^^^^^^^^^^^^^^^^^^^
   [yjavac] ACTIVECATALOGVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 399. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/interceptors/DefaultCatalogPrepareInterceptorTest.java (at line 121)
   [yjavac]     when(Boolean.valueOf(mockInterceptorContext.isModified(catalog, CatalogModel.ACTIVECATALOGVERSION))).thenReturn(
   [yjavac]                                                                                  ^^^^^^^^^^^^^^^^^^^^
   [yjavac] ACTIVECATALOGVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 400. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/interceptors/DefaultCatalogPrepareInterceptorTest.java (at line 142)
   [yjavac]     when(Boolean.valueOf(mockInterceptorContext.isModified(catalog, CatalogModel.ACTIVECATALOGVERSION))).thenReturn(
   [yjavac]                                                                                  ^^^^^^^^^^^^^^^^^^^^
   [yjavac] ACTIVECATALOGVERSION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 401. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/interceptors/DefaultCatalogSetToDefaultTest.java (at line 31)
   [yjavac]     catalogA.setId("CATALOG_A");
   [yjavac]              ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 402. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/interceptors/DefaultCatalogVersionPrepareInterceptorTest.java (at line 88)
   [yjavac]     when(Boolean.valueOf(mockInterceptorContext.isModified(catalogVersion, CatalogVersionModel.ACTIVE))).thenReturn(
   [yjavac]                                                                                                ^^^^^^
   [yjavac] ACTIVE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 403. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/interceptors/DefaultCatalogVersionPrepareInterceptorTest.java (at line 114)
   [yjavac]     when(Boolean.valueOf(mockInterceptorContext.isModified(catalogVersionActive, CatalogVersionModel.ACTIVE))).thenReturn(
   [yjavac]                                                                                                      ^^^^^^
   [yjavac] ACTIVE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 404. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/interceptors/DefaultCatalogVersionPrepareInterceptorTest.java (at line 139)
   [yjavac]     when(Boolean.valueOf(mockInterceptorContext.isModified(catalogVersionActive, CatalogVersionModel.ACTIVE))).thenReturn(
   [yjavac]                                                                                                      ^^^^^^
   [yjavac] ACTIVE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 405. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/interceptors/SyncTimestampsRemoveInterceptorIntegrationTest.java (at line 64)
   [yjavac]     catalog.setId("my_catalog");
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 406. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/job/AbstractJobIntegrationTest.java (at line 54)
   [yjavac]     mainCatalog.setId(MAIN_CATALOG);
   [yjavac]                 ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 407. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/job/CompareCatalogVersionsJobIntegrationTest.java (at line 545)
   [yjavac]     anyProductDifference.setMode(ProductDifferenceMode.PRODUCT_PRICEDIFFERENCE);
   [yjavac]                                                        ^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] PRODUCT_PRICEDIFFERENCE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 408. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/job/CompareCatalogVersionsJobIntegrationTest.java (at line 607)
   [yjavac]     anyProductDifference.setMode(ProductDifferenceMode.PRODUCT_PRICEDIFFERENCE);
   [yjavac]                                                        ^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] PRODUCT_PRICEDIFFERENCE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 409. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/job/RemoveCatalogVersionJobIntegrationTest.java (at line 98)
   [yjavac]     example.setId(MAIN_CATALOG);
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 410. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/job/RemoveCatalogVersionJobIntegrationTest.java (at line 192)
   [yjavac]     catalogExample.setId(MAIN_CATALOG);
   [yjavac]                    ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 411. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/job/diff/impl/ProductPriceDiffFinderTest.java (at line 100)
   [yjavac]     if (ProductDifferenceMode.PRODUCT_PRICEDIFFERENCE.getCode().equals(args[1]))
   [yjavac]                               ^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] PRODUCT_PRICEDIFFERENCE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 412. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/job/diff/impl/ProductPriceDiffFinderTest.java (at line 102)
   [yjavac]     return ProductDifferenceMode.PRODUCT_PRICEDIFFERENCE;
   [yjavac]                                  ^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] PRODUCT_PRICEDIFFERENCE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 413. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/job/diff/impl/ProductPriceDiffFinderTest.java (at line 137)
   [yjavac]     de.hybris.platform.catalog.enums.ProductDifferenceMode.PRODUCT_PRICEDIFFERENCE.getType());
   [yjavac]                                                            ^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] PRODUCT_PRICEDIFFERENCE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 414. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/job/diff/impl/ProductPriceDiffFinderTest.java (at line 139)
   [yjavac]     de.hybris.platform.catalog.enums.ProductDifferenceMode.PRODUCT_PRICEDIFFERENCE.getCode());
   [yjavac]                                                            ^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] PRODUCT_PRICEDIFFERENCE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 415. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/job/diff/impl/ProductPriceDiffFinderTest.java (at line 412)
   [yjavac]     if (!ProductDifferenceMode.PRODUCT_PRICEDIFFERENCE.equals(difference.getMode()))
   [yjavac]                                ^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] PRODUCT_PRICEDIFFERENCE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 416. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/job/diff/impl/ProductPriceDiffFinderTest.java (at line 520)
   [yjavac]     if (!ProductDifferenceMode.PRODUCT_PRICEDIFFERENCE.equals(difference.getMode()))
   [yjavac]                                ^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] PRODUCT_PRICEDIFFERENCE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 417. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/job/diff/impl/ProductPriceDiffFinderTest.java (at line 632)
   [yjavac]     if (!ProductDifferenceMode.PRODUCT_PRICEDIFFERENCE.equals(difference.getMode()))
   [yjavac]                                ^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] PRODUCT_PRICEDIFFERENCE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 418. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/job/strategy/impl/RemoveCatalogStrategyTest.java (at line 100)
   [yjavac]     catalog.setId("bunny");
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 419. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/job/strategy/impl/RemoveCatalogStrategyTest.java (at line 113)
   [yjavac]     catalog.setId("bunny");
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 420. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/job/strategy/impl/RemoveCatalogStrategyTest.java (at line 155)
   [yjavac]     catalog.setId("bunny");
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 421. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/model/CatalogUnawareMediaModelTest.java (at line 43)
   [yjavac]     cat.setId("testDefaultCat");
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 422. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/productreferences/dao/ProductReferencesDaoTest.java (at line 59)
   [yjavac]     catalog.setId("testCatalog");
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 423. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/synchronization/BaseSynchronizationStatusServiceTest.java (at line 117)
   [yjavac]     catalog.setId(id);
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 424. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/synchronization/CatalogSynchronizationMultipleOptimisticLockingTest.java (at line 140)
   [yjavac]     catalog.setId(id);
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 425. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/synchronization/CatalogSynchronizationWithRestrictionsTest.java (at line 114)
   [yjavac]     catalog.setId(CATALOG);
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 426. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/synchronization/CatalogSynchronizationWithRestrictionsTest.java (at line 140)
   [yjavac]     example.setId(CATALOG);
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 427. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/synchronization/DefaultSynchronizationStatusServiceTest.java (at line 217)
   [yjavac]     localCatalog.setId(String.format("%s%s", "localCatalog", RandomStringUtils.randomAlphanumeric(3)));
   [yjavac]                  ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 428. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/synchronization/DefaultSynchronizationStatusServiceTest.java (at line 253)
   [yjavac]     localCatalog.setId(String.format("%s%s", "localCatalog", RandomStringUtils.randomAlphanumeric(3)));
   [yjavac]                  ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 429. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/synchronization/StaleTSSyncTest.java (at line 253)
   [yjavac]     catalog.setId("Catalog");
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 430. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/synchronization/StaleTSSyncTest.java (at line 267)
   [yjavac]     cs.setId("ClassificationSystem");
   [yjavac]        ^^^^^
   [yjavac] The method setId(String) is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] 431. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/synchronization/StaleTSSyncTest.java (at line 287)
   [yjavac]     clAttribute.setAttributeType(ClassificationAttributeTypeEnum.STRING);
   [yjavac]                                                                  ^^^^^^
   [yjavac] STRING cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 432. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/catalog/systemsetup/CatalogSystemSetupTest.java (at line 79)
   [yjavac]     catalog.setId("catalog");
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 433. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/category/Category2PrincipalTest.java (at line 53)
   [yjavac]     testCatalog.setId("testCatalog");
   [yjavac]                 ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 434. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/category/CategorySldTest.java (at line 59)
   [yjavac]     testCatalog.setId("testCatalog");
   [yjavac]                 ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 435. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/category/impl/DefaultCategoryServiceDemoTest.java (at line 376)
   [yjavac]     catalog.setId("foo");
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 436. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/category/impl/DefaultCategoryServiceDemoTest.java (at line 385)
   [yjavac]     clSystem.setId("clSystem");
   [yjavac]              ^^^^^
   [yjavac] The method setId(String) is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 437. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/classification/ClassificationClassesResolverIntegrationTest.java (at line 117)
   [yjavac]     catalog.setId(id);
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 438. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/classification/ClassificationClassesResolverIntegrationTest.java (at line 126)
   [yjavac]     sys.setId(id);
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 439. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/classification/features/UnlocalizedFeatureTest.java (at line 86)
   [yjavac]     given(system.getId()).willReturn("myID");
   [yjavac]                  ^^^^^
   [yjavac] The method getId() is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] 440. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/classification/features/UnlocalizedFeatureTest.java (at line 101)
   [yjavac]     verify(system, times(1)).getId();
   [yjavac]                              ^^^^^
   [yjavac] The method getId() is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 441. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/classification/impl/DefaultClassificationServiceIntegrationTest.java (at line 377)
   [yjavac]     classification2.setId("SampleClassification_two");
   [yjavac]                     ^^^^^
   [yjavac] The method setId(String) is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] 442. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/classification/impl/DefaultClassificationServiceIntegrationTest.java (at line 379)
   [yjavac]     assertNotNull("no catalog '" + classification2.getId() + "' found",
   [yjavac]                                                    ^^^^^
   [yjavac] The method getId() is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] 443. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/classification/impl/DefaultClassificationServiceIntegrationTest.java (at line 380)
   [yjavac]     catalogService.getCatalogForId(classification2.getId()));
   [yjavac]                                                    ^^^^^
   [yjavac] The method getId() is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] 444. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/classification/impl/DefaultClassificationServiceIntegrationTest.java (at line 389)
   [yjavac]     catalogVersionService.getCatalogVersion(classification2.getId(), classification2version.getVersion()));
   [yjavac]                                                             ^^^^^
   [yjavac] The method getId() is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] 445. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/classification/impl/DefaultClassificationServiceIntegrationTest.java (at line 509)
   [yjavac]     catalogModel.setId(catalogId);
   [yjavac]                  ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 446. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/classification/impl/DefaultClassificationSystemServiceIntegrationTest.java (at line 46)
   [yjavac]     sys.setId("TestClassificationSystem");
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 447. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/classification/impl/DefaultClassificationSystemServiceTest.java (at line 659)
   [yjavac]     sys.setId(classificationSystemCode);
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] 448. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/classification/impl/DefaultClassificationSystemServiceTest.java (at line 665)
   [yjavac]     sys2.setId(classificationSystemCode);
   [yjavac]          ^^^^^
   [yjavac] The method setId(String) is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] 449. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/classification/impl/DefaultClassificationSystemServiceTest.java (at line 746)
   [yjavac]     sysVer.setId(classificationSystemCode);
   [yjavac]            ^^^^^
   [yjavac] The method setId(String) is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] 450. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/classification/impl/DefaultClassificationSystemServiceTest.java (at line 749)
   [yjavac]     sysVer2.setId(classificationSystemCode);
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 451. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/classification/interceptors/ClassificationAttributeValueRemoveInterceptorTest.java (at line 45)
   [yjavac]     system.setId("CS");
   [yjavac]            ^^^^^
   [yjavac] The method setId(String) is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 452. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/classification/strategy/impl/DefaultLoadStoreFeaturesStrategyTest.java (at line 127)
   [yjavac]     given(system.getId()).willReturn("myID");
   [yjavac]                  ^^^^^
   [yjavac] The method getId() is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] 453. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/classification/strategy/impl/DefaultLoadStoreFeaturesStrategyTest.java (at line 135)
   [yjavac]     given(system.getId()).willReturn("myID");
   [yjavac]                  ^^^^^
   [yjavac] The method getId() is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] 454. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/classification/strategy/impl/DefaultLoadStoreFeaturesStrategyTest.java (at line 214)
   [yjavac]     given(system.getId()).willReturn("myID");
   [yjavac]                  ^^^^^
   [yjavac] The method getId() is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] 455. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/classification/strategy/impl/DefaultLoadStoreFeaturesStrategyTest.java (at line 222)
   [yjavac]     given(system.getId()).willReturn("myID");
   [yjavac]                  ^^^^^
   [yjavac] The method getId() is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 456. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/commons/renderer/impl/DefaultRendererServiceIntegrationTest.java (at line 200)
   [yjavac]     template.setRendererType(RendererTypeEnum.VELOCITY);
   [yjavac]                                               ^^^^^^^^
   [yjavac] VELOCITY cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 457. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/commons/renderer/impl/DefaultRendererServiceTest.java (at line 63)
   [yjavac]     when(template.getRendererType()).thenReturn(RendererTypeEnum.VELOCITY);
   [yjavac]                                                                  ^^^^^^^^
   [yjavac] VELOCITY cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 458. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/commons/renderer/impl/DefaultRendererServiceTest.java (at line 67)
   [yjavac]     mapping.put(RendererTypeEnum.VELOCITY, renderer);
   [yjavac]                                  ^^^^^^^^
   [yjavac] VELOCITY cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 459. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/commons/renderer/impl/DefaultRendererServiceTest.java (at line 84)
   [yjavac]     when(template.getRendererType()).thenReturn(RendererTypeEnum.VELOCITY);
   [yjavac]                                                                  ^^^^^^^^
   [yjavac] VELOCITY cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 460. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/flexiblesearch/MSSQLInLimitationTest.java (at line 163)
   [yjavac]     curr.setIsocode("PLN");
   [yjavac]          ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 461. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/flexiblesearch/OracleInLimitationTest.java (at line 392)
   [yjavac]     curr.setIsocode("PLN");
   [yjavac]          ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 462. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/flexiblesearch/OracleInLimitationTest.java (at line 447)
   [yjavac]     catalog.setId(classSystem);
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 463. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jalo/link/LinkManagerTest.java (at line 106)
   [yjavac]     catalog.setId(id);
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 464. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/CleanUpProcessTaskLogPerformableIntegrationTest.java (at line 45)
   [yjavac]     private final String QUERY = "SELECT {" + ProcessTaskLogModel.PK + "} FROM {" + ProcessTaskLogModel._TYPECODE + "} WHERE {" + ProcessTaskLogModel.ACTIONID + "} = '" + PREFIX + "'";
   [yjavac]                                                                                                                                                       ^^^^^^^^
   [yjavac] ACTIONID cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 465. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableIntegrationTest.java (at line 71)
   [yjavac]     catalog.setId("FunnyToonzCatalog");
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 466. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableIntegrationTest.java (at line 118)
   [yjavac]     cronJob.setItemPKs(media);
   [yjavac]             ^^^^^^^^^^
   [yjavac] The method setItemPKs(MediaModel) is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 467. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableIntegrationTest.java (at line 145)
   [yjavac]     Assert.assertNotNull(cronJob.getItemsDeleted());
   [yjavac]                                  ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsDeleted() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 468. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableIntegrationTest.java (at line 146)
   [yjavac]     Assert.assertEquals("Should not  be able to delete all items ", 0, cronJob.getItemsDeleted().intValue());
   [yjavac]                                                                                ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsDeleted() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 469. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableIntegrationTest.java (at line 147)
   [yjavac]     Assert.assertNotNull(cronJob.getItemsRefused());
   [yjavac]                                  ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsRefused() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 470. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableIntegrationTest.java (at line 149)
   [yjavac]     cronJob.getItemsRefused().intValue());
   [yjavac]             ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsRefused() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 471. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableIntegrationTest.java (at line 167)
   [yjavac]     Assert.assertNotNull(cronJob.getItemsDeleted());
   [yjavac]                                  ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsDeleted() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 472. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableIntegrationTest.java (at line 168)
   [yjavac]     Assert.assertEquals("Should be able to delete all items ", allModelsList.size(), cronJob.getItemsDeleted().intValue());
   [yjavac]                                                                                              ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsDeleted() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 473. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableIntegrationTest.java (at line 169)
   [yjavac]     Assert.assertNotNull(cronJob.getItemsRefused());
   [yjavac]                                  ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsRefused() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 474. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableIntegrationTest.java (at line 170)
   [yjavac]     Assert.assertEquals("Should not be there any refused disposals ", 0, cronJob.getItemsRefused().intValue());
   [yjavac]                                                                                  ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsRefused() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 475. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableIntegrationTest.java (at line 191)
   [yjavac]     Assert.assertNotNull(cronJob.getItemsDeleted());
   [yjavac]                                  ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsDeleted() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 476. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableIntegrationTest.java (at line 192)
   [yjavac]     Assert.assertEquals("Should be able to delete all items ", 4, cronJob.getItemsDeleted().intValue());
   [yjavac]                                                                           ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsDeleted() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 477. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableIntegrationTest.java (at line 193)
   [yjavac]     Assert.assertNotNull(cronJob.getItemsRefused());
   [yjavac]                                  ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsRefused() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 478. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableIntegrationTest.java (at line 194)
   [yjavac]     Assert.assertEquals("Should not be there any refused disposals ", 2, cronJob.getItemsRefused().intValue());
   [yjavac]                                                                                  ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsRefused() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 479. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 88)
   [yjavac]     cronJob.setItemPKs(null); //null item pk media
   [yjavac]             ^^^^^^^^^^
   [yjavac] The method setItemPKs(null) is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 480. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 102)
   [yjavac]     Assert.assertEquals(0, cronJob.getItemsRefused().intValue());
   [yjavac]                                    ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsRefused() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 481. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 103)
   [yjavac]     Assert.assertEquals(0, cronJob.getItemsDeleted().intValue());
   [yjavac]                                    ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsDeleted() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 482. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 122)
   [yjavac]     cronJob.setItemPKs(mediaPk); //null item pk media
   [yjavac]             ^^^^^^^^^^
   [yjavac] The method setItemPKs(MediaModel) is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 483. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 137)
   [yjavac]     Assert.assertEquals(0, cronJob.getItemsRefused().intValue());
   [yjavac]                                    ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsRefused() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 484. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 138)
   [yjavac]     Assert.assertEquals(0, cronJob.getItemsDeleted().intValue());
   [yjavac]                                    ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsDeleted() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 485. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 155)
   [yjavac]     cronJob.setItemPKs(mediaPk); //null item pk media
   [yjavac]             ^^^^^^^^^^
   [yjavac] The method setItemPKs(MediaModel) is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 486. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 169)
   [yjavac]     Assert.assertEquals(0, cronJob.getItemsRefused().intValue());
   [yjavac]                                    ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsRefused() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 487. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 170)
   [yjavac]     Assert.assertEquals(0, cronJob.getItemsDeleted().intValue());
   [yjavac]                                    ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsDeleted() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 488. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 189)
   [yjavac]     cronJob.setItemPKs(mediaPk); //null item pk media
   [yjavac]             ^^^^^^^^^^
   [yjavac] The method setItemPKs(MediaModel) is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 489. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 202)
   [yjavac]     Assert.assertEquals("should not process not a PK formatted entries ", 0, cronJob.getItemsRefused().intValue());
   [yjavac]                                                                                      ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsRefused() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 490. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 203)
   [yjavac]     Assert.assertEquals("should not process not a PK formatted entries ", 0, cronJob.getItemsDeleted().intValue());
   [yjavac]                                                                                      ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsDeleted() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 491. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 222)
   [yjavac]     cronJob.setItemPKs(mediaPk);
   [yjavac]             ^^^^^^^^^^
   [yjavac] The method setItemPKs(MediaModel) is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 492. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 235)
   [yjavac]     Assert.assertEquals("should not process not a PK formatted entries ", 0, cronJob.getItemsRefused().intValue());
   [yjavac]                                                                                      ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsRefused() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 493. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 236)
   [yjavac]     Assert.assertEquals("should not process not a PK formatted entries ", 0, cronJob.getItemsDeleted().intValue());
   [yjavac]                                                                                      ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsDeleted() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 494. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 287)
   [yjavac]     cronJob.setItemPKs(mediaPk); //null item pk media
   [yjavac]             ^^^^^^^^^^
   [yjavac] The method setItemPKs(MediaModel) is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 495. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 300)
   [yjavac]     Assert.assertEquals(2, cronJob.getItemsRefused().intValue());
   [yjavac]                                    ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsRefused() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 496. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 301)
   [yjavac]     Assert.assertEquals(1, cronJob.getItemsDeleted().intValue());
   [yjavac]                                    ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsDeleted() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 497. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 317)
   [yjavac]     cronJob.setItemPKs(mediaPk);
   [yjavac]             ^^^^^^^^^^
   [yjavac] The method setItemPKs(MediaModel) is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 498. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 319)
   [yjavac]     Mockito.when(cronJob.getItemsDeleted()).thenReturn(Integer.valueOf(2)); //previously deleted 2 items
   [yjavac]                          ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsDeleted() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 499. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 372)
   [yjavac]     cronJob.getItemsRefused().intValue());
   [yjavac]             ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsRefused() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 500. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 388)
   [yjavac]     cronJob.setItemPKs(mediaPk);
   [yjavac]             ^^^^^^^^^^
   [yjavac] The method setItemPKs(MediaModel) is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 501. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 390)
   [yjavac]     Mockito.when(cronJob.getItemsDeleted()).thenReturn(Integer.valueOf(3)); //previously deleted 3 items
   [yjavac]                          ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsDeleted() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 502. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 430)
   [yjavac]     cronJob.getItemsRefused().intValue());
   [yjavac]             ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsRefused() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 503. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 482)
   [yjavac]     cronJob.setItemPKs(mediaPk); //null item pk media
   [yjavac]             ^^^^^^^^^^
   [yjavac] The method setItemPKs(MediaModel) is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 504. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 486)
   [yjavac]     Assert.assertEquals(2, cronJob.getItemsRefused().intValue());
   [yjavac]                                    ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsRefused() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 505. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemoveItemsJobPerformableTest.java (at line 487)
   [yjavac]     Assert.assertEquals(1, cronJob.getItemsDeleted().intValue());
   [yjavac]                                    ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsDeleted() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 506. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemovedItemPKProcessorTest.java (at line 61)
   [yjavac]     Mockito.when(model.getItemPKs()).thenReturn(mediaPk);
   [yjavac]                        ^^^^^^^^^^
   [yjavac] The method getItemPKs() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 507. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemovedItemPKProcessorTest.java (at line 63)
   [yjavac]     Mockito.when(model.getItemsDeleted()).thenReturn(Integer.valueOf(10));
   [yjavac]                        ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsDeleted() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 508. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemovedItemPKProcessorTest.java (at line 80)
   [yjavac]     Mockito.when(model.getItemPKs()).thenReturn(mediaPk);
   [yjavac]                        ^^^^^^^^^^
   [yjavac] The method getItemPKs() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 509. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemovedItemPKProcessorTest.java (at line 82)
   [yjavac]     Mockito.when(model.getItemsRefused()).thenReturn(Integer.valueOf(10));
   [yjavac]                        ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsRefused() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 510. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemovedItemPKProcessorTest.java (at line 100)
   [yjavac]     Mockito.when(model.getItemPKs()).thenReturn(mediaPk);
   [yjavac]                        ^^^^^^^^^^
   [yjavac] The method getItemPKs() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 511. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemovedItemPKProcessorTest.java (at line 102)
   [yjavac]     Mockito.when(model.getItemsRefused()).thenReturn(Integer.valueOf(2));
   [yjavac]                        ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsRefused() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 512. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemovedItemPKProcessorTest.java (at line 103)
   [yjavac]     Mockito.when(model.getItemsDeleted()).thenReturn(Integer.valueOf(2));
   [yjavac]                        ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsDeleted() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 513. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemovedItemPKProcessorTest.java (at line 120)
   [yjavac]     Mockito.when(model.getItemPKs()).thenReturn(mediaPk);
   [yjavac]                        ^^^^^^^^^^
   [yjavac] The method getItemPKs() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 514. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemovedItemPKProcessorTest.java (at line 144)
   [yjavac]     Mockito.when(model.getItemPKs()).thenReturn(mediaPk);
   [yjavac]                        ^^^^^^^^^^
   [yjavac] The method getItemPKs() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 515. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemovedItemPKProcessorTest.java (at line 146)
   [yjavac]     Mockito.when(model.getItemsRefused()).thenReturn(Integer.valueOf(1));
   [yjavac]                        ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsRefused() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] 516. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/jobs/RemovedItemPKProcessorTest.java (at line 147)
   [yjavac]     Mockito.when(model.getItemsDeleted()).thenReturn(Integer.valueOf(1));
   [yjavac]                        ^^^^^^^^^^^^^^^
   [yjavac] The method getItemsDeleted() is undefined for the type RemoveItemsCronJobModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 517. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/maintenance/CleanupSavedValuesIntegrationTest.java (at line 95)
   [yjavac]     catalog.setId("test");
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 518. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/AbstractOrderEntryTypeServiceTest.java (at line 60)
   [yjavac]     curr.setIsocode("PLN");
   [yjavac]          ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 519. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/CalculationServiceMixedTaxTest.java (at line 69)
   [yjavac]     curr.setIsocode("PLN");
   [yjavac]          ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 520. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/CartServiceTest.java (at line 392)
   [yjavac]     if (!currentCurrency.getIsocode().equals(currencyModel.getIsocode()))
   [yjavac]                          ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 521. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/CartServiceTest.java (at line 392)
   [yjavac]     if (!currentCurrency.getIsocode().equals(currencyModel.getIsocode()))
   [yjavac]                                                            ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 522. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/CartServiceTest.java (at line 413)
   [yjavac]     assertEquals(newCurrency.getIsocode(), wholeCartCurrency.getIsocode());
   [yjavac]                              ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 523. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/CartServiceTest.java (at line 413)
   [yjavac]     assertEquals(newCurrency.getIsocode(), wholeCartCurrency.getIsocode());
   [yjavac]                                                              ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 524. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/CartServiceTest.java (at line 414)
   [yjavac]     assertEquals(newCurrency.getIsocode(), firstEntryCurrency.getIsocode());
   [yjavac]                              ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 525. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/CartServiceTest.java (at line 414)
   [yjavac]     assertEquals(newCurrency.getIsocode(), firstEntryCurrency.getIsocode());
   [yjavac]                                                               ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 526. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/CartServiceTest.java (at line 440)
   [yjavac]     if (!currentCurrency.getIsocode().equals(currencyModel.getIsocode()))
   [yjavac]                          ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 527. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/CartServiceTest.java (at line 440)
   [yjavac]     if (!currentCurrency.getIsocode().equals(currencyModel.getIsocode()))
   [yjavac]                                                            ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 528. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/CartServiceTest.java (at line 464)
   [yjavac]     assertEquals(newCurrency.getIsocode(), wholeCartCurrency.getIsocode());
   [yjavac]                              ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 529. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/CartServiceTest.java (at line 464)
   [yjavac]     assertEquals(newCurrency.getIsocode(), wholeCartCurrency.getIsocode());
   [yjavac]                                                              ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 530. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/CartServiceTest.java (at line 465)
   [yjavac]     assertEquals(newCurrency.getIsocode(), firstEntryCurrency.getIsocode());
   [yjavac]                              ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 531. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/CartServiceTest.java (at line 465)
   [yjavac]     assertEquals(newCurrency.getIsocode(), firstEntryCurrency.getIsocode());
   [yjavac]                                                               ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 532. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/CartSessionCurrencyChangeTest.java (at line 46)
   [yjavac]     currencyDef.setIsocode("EUR");
   [yjavac]                 ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 533. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/CartSessionCurrencyChangeTest.java (at line 51)
   [yjavac]     currencyNew.setIsocode("USD");
   [yjavac]                 ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 534. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/Europe1TargetPriceDiscountsTest.java (at line 60)
   [yjavac]     cat.setId("cat");
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 535. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/Europe1TargetPriceDiscountsTest.java (at line 71)
   [yjavac]     currency.setIsocode("XYZ");
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 536. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/OrderBasicLifecycleDemoTest.java (at line 144)
   [yjavac]     final DiscountValue discountValue0 = new DiscountValue("testDiscount0", 10d, true, eur.getIsocode());
   [yjavac]                                                                                            ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 537. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/OrderBasicLifecycleDemoTest.java (at line 180)
   [yjavac]     final DiscountValue discountValue1 = new DiscountValue("testDiscount1", 5d, true, eur.getIsocode());
   [yjavac]                                                                                           ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 538. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/OrderBasicLifecycleDemoTest.java (at line 182)
   [yjavac]     final TaxValue taxValue1 = new TaxValue("testTax1", 10d, true, eur.getIsocode());
   [yjavac]                                                                        ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 539. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/OrderEntryServiceTest.java (at line 62)
   [yjavac]     curr.setIsocode("PLN");
   [yjavac]          ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 540. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/OrderServiceTest.java (at line 553)
   [yjavac]     final DiscountValue testDiscount = new DiscountValue("testDiscount", 5, true, testOrder.getCurrency().getIsocode());
   [yjavac]                                                                                                           ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 541. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/OrderServiceTest.java (at line 597)
   [yjavac]     final TaxValue testTax = new TaxValue("testTax", 5, true, testOrder.getCurrency().getIsocode());
   [yjavac]                                                                                       ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 542. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/OrderServiceTest.java (at line 653)
   [yjavac]     final DiscountValue testDiscount = new DiscountValue("testDiscount", 5, true, testOrder.getCurrency().getIsocode());
   [yjavac]                                                                                                           ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 543. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/OrderServiceTest.java (at line 665)
   [yjavac]     final DiscountValue testDiscount1 = new DiscountValue("testDiscount1", 5, true, testOrder.getCurrency().getIsocode());
   [yjavac]                                                                                                             ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 544. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/OrderServiceTest.java (at line 688)
   [yjavac]     final TaxValue testTax = new TaxValue("testTax", 5, true, testOrder.getCurrency().getIsocode());
   [yjavac]                                                                                       ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 545. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/OrderServiceTest.java (at line 701)
   [yjavac]     final TaxValue testTax1 = new TaxValue("testTax1", 5, true, testOrder.getCurrency().getIsocode());
   [yjavac]                                                                                         ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 546. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/OrderServiceTest.java (at line 864)
   [yjavac]     ignoredAttributes.add(new IgnoredAttribute(OrderModel._TYPECODE, OrderModel.CREATIONTIME));
   [yjavac]                                                                                 ^^^^^^^^^^^^
   [yjavac] CREATIONTIME cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 547. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/OrderServiceTest.java (at line 865)
   [yjavac]     ignoredAttributes.add(new IgnoredAttribute(OrderModel._TYPECODE, OrderModel.MODIFIEDTIME));
   [yjavac]                                                                                 ^^^^^^^^^^^^
   [yjavac] MODIFIEDTIME cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 548. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/RemoveUserWithOrderTest.java (at line 44)
   [yjavac]     curr.setIsocode("EUR");
   [yjavac]          ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 549. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/RemoveUserWithOrderTest.java (at line 80)
   [yjavac]     curr.setIsocode("EUR");
   [yjavac]          ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 550. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/RemoveUserWithOrderTest.java (at line 104)
   [yjavac]     curr.setIsocode("EUR");
   [yjavac]          ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 551. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/RemoveUserWithOrderTest.java (at line 164)
   [yjavac]     curr.setIsocode("EUR");
   [yjavac]          ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 552. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/RemoveUserWithOrderTest.java (at line 189)
   [yjavac]     curr.setIsocode("EUR");
   [yjavac]          ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 553. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/RemoveUserWithOrderTest.java (at line 224)
   [yjavac]     curr.setIsocode("EUR");
   [yjavac]          ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 554. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/SyncDiscountRowsTest.java (at line 88)
   [yjavac]     catalogModel.setId(UUID.randomUUID().toString());
   [yjavac]                  ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 555. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/SyncDiscountRowsTest.java (at line 116)
   [yjavac]     currencyModel.setIsocode("eur");
   [yjavac]                   ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 556. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/UntaxedEntriesCalculationTest.java (at line 262)
   [yjavac]     assertEquals("DE", cart.getDeliveryAddress().getCountry().getIsocode());
   [yjavac]                                                               ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CountryModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 557. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 249)
   [yjavac]     orderEntryService.addTaxValue(oe1, new TaxValue("VAT FULL", 16.0, false, curr.getIsocode()));
   [yjavac]                                                                                   ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 558. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 254)
   [yjavac]     orderEntryService.addTaxValue(oe2, new TaxValue("VAT HALF", 7.0, false, curr.getIsocode()));
   [yjavac]                                                                                  ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 559. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 255)
   [yjavac]     orderEntryService.addAllDiscountValues(oe2, Arrays.asList(new DiscountValue("DISC A", 0.333, true, curr.getIsocode()),
   [yjavac]                                                        ^^^^^^
   [yjavac] The method asList(T...) in the type Arrays is not applicable for the arguments (DiscountValue, DiscountValue)
   [yjavac] ----------
   [yjavac] 560. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 255)
   [yjavac]     orderEntryService.addAllDiscountValues(oe2, Arrays.asList(new DiscountValue("DISC A", 0.333, true, curr.getIsocode()),
   [yjavac]                                                                                                             ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 561. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 271)
   [yjavac]     Arrays.asList(new TaxValue("VAT FULL", 16.0, false, 1.702, curr.getIsocode())), // tax values
   [yjavac]            ^^^^^^
   [yjavac] The method asList(T...) in the type Arrays is not applicable for the arguments (TaxValue)
   [yjavac] ----------
   [yjavac] 562. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 271)
   [yjavac]     Arrays.asList(new TaxValue("VAT FULL", 16.0, false, 1.702, curr.getIsocode())), // tax values
   [yjavac]                                                                     ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 563. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 276)
   [yjavac]     Arrays.asList(new TaxValue("VAT HALF", 7.0, false, 0.530, curr.getIsocode())), // tax values
   [yjavac]            ^^^^^^
   [yjavac] The method asList(T...) in the type Arrays is not applicable for the arguments (TaxValue)
   [yjavac] ----------
   [yjavac] 564. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 276)
   [yjavac]     Arrays.asList(new TaxValue("VAT HALF", 7.0, false, 0.530, curr.getIsocode())), // tax values
   [yjavac]                                                                    ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 565. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 277)
   [yjavac]     Arrays.asList(new DiscountValue("DISC A", 0.333, true, 0.999, curr.getIsocode()),
   [yjavac]            ^^^^^^
   [yjavac] The method asList(T...) in the type Arrays is not applicable for the arguments (DiscountValue, DiscountValue)
   [yjavac] ----------
   [yjavac] 566. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 277)
   [yjavac]     Arrays.asList(new DiscountValue("DISC A", 0.333, true, 0.999, curr.getIsocode()),
   [yjavac]                                                                        ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 567. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 286)
   [yjavac]     Arrays.asList(new TaxValue("VAT FULL", 16, false, 1.702, curr.getIsocode()),
   [yjavac]            ^^^^^^
   [yjavac] The method asList(T...) in the type Arrays is not applicable for the arguments (TaxValue, TaxValue)
   [yjavac] ----------
   [yjavac] 568. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 286)
   [yjavac]     Arrays.asList(new TaxValue("VAT FULL", 16, false, 1.702, curr.getIsocode()),
   [yjavac]                                                                   ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 569. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 287)
   [yjavac]     new TaxValue("VAT HALF", 7, false, 0.530, curr.getIsocode())), // tax values
   [yjavac]                                                    ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 570. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 296)
   [yjavac]     orderService.addGlobalDiscountValue(orderModel, new DiscountValue("3off", 3, true, curr.getIsocode())); // -3
   [yjavac]                                                                                             ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 571. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 307)
   [yjavac]     Arrays.asList(new TaxValue("VAT FULL", 16, false, 1.218, curr.getIsocode()),
   [yjavac]            ^^^^^^
   [yjavac] The method asList(T...) in the type Arrays is not applicable for the arguments (TaxValue, TaxValue)
   [yjavac] ----------
   [yjavac] 572. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 307)
   [yjavac]     Arrays.asList(new TaxValue("VAT FULL", 16, false, 1.218, curr.getIsocode()),
   [yjavac]                                                                   ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 573. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 308)
   [yjavac]     new TaxValue("VAT HALF", 7, false, 0.379, curr.getIsocode())), // tax values
   [yjavac]                                                    ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 574. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 309)
   [yjavac]     Arrays.asList(new DiscountValue("10%off", 10, false, 2.044, null),
   [yjavac]            ^^^^^^
   [yjavac] The method asList(T...) in the type Arrays is not applicable for the arguments (DiscountValue, DiscountValue, DiscountValue)
   [yjavac] ----------
   [yjavac] 575. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 310)
   [yjavac]     new DiscountValue("3off", 3, true, 3.0, curr.getIsocode()),
   [yjavac]                                                  ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 576. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 331)
   [yjavac]     Arrays.asList(new TaxValue("VAT FULL", 16, false, 1.773, curr.getIsocode()),
   [yjavac]            ^^^^^^
   [yjavac] The method asList(T...) in the type Arrays is not applicable for the arguments (TaxValue, TaxValue)
   [yjavac] ----------
   [yjavac] 577. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 331)
   [yjavac]     Arrays.asList(new TaxValue("VAT FULL", 16, false, 1.773, curr.getIsocode()),
   [yjavac]                                                                   ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 578. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 332)
   [yjavac]     new TaxValue("VAT HALF", 7, false, 0.552, curr.getIsocode())), // tax values
   [yjavac]                                                    ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 579. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 333)
   [yjavac]     Arrays.asList(new DiscountValue("10%off", 10, false, 2.044, null),
   [yjavac]            ^^^^^^
   [yjavac] The method asList(T...) in the type Arrays is not applicable for the arguments (DiscountValue, DiscountValue, DiscountValue)
   [yjavac] ----------
   [yjavac] 580. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 334)
   [yjavac]     new DiscountValue("3off", 3, true, 3.0, curr.getIsocode()),
   [yjavac]                                                  ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 581. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 348)
   [yjavac]     Arrays.asList(new TaxValue("VAT HALF", 7, false, 0.689, curr.getIsocode()),
   [yjavac]            ^^^^^^
   [yjavac] The method asList(T...) in the type Arrays is not applicable for the arguments (TaxValue, TaxValue)
   [yjavac] ----------
   [yjavac] 582. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 348)
   [yjavac]     Arrays.asList(new TaxValue("VAT HALF", 7, false, 0.689, curr.getIsocode()),
   [yjavac]                                                                  ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 583. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 349)
   [yjavac]     new TaxValue("VAT FULL", 16, false, 2.214, curr.getIsocode())), // tax values
   [yjavac]                                                     ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 584. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 375)
   [yjavac]     orderEntryService.addTaxValue(oe1, new TaxValue("VAT FULL", 16.0, false, curr.getIsocode()));
   [yjavac]                                                                                   ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 585. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 470)
   [yjavac]     orderEntryService.addTaxValue(oe1, new TaxValue("VAT FULL", 16.0, false, curr.getIsocode()));
   [yjavac]                                                                                   ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 586. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 475)
   [yjavac]     orderEntryService.addTaxValue(oe2, new TaxValue("VAT HALF", 7.0, false, curr.getIsocode()));
   [yjavac]                                                                                  ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 587. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 476)
   [yjavac]     orderEntryService.addAllDiscountValues(oe2, Arrays.asList(new DiscountValue("DISC A", 0.333, true, curr.getIsocode()),
   [yjavac]                                                        ^^^^^^
   [yjavac] The method asList(T...) in the type Arrays is not applicable for the arguments (DiscountValue, DiscountValue)
   [yjavac] ----------
   [yjavac] 588. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 476)
   [yjavac]     orderEntryService.addAllDiscountValues(oe2, Arrays.asList(new DiscountValue("DISC A", 0.333, true, curr.getIsocode()),
   [yjavac]                                                                                                             ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 589. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 491)
   [yjavac]     Arrays.asList(new TaxValue("VAT FULL", 16.0, false, 1.702, curr.getIsocode())), // tax values
   [yjavac]            ^^^^^^
   [yjavac] The method asList(T...) in the type Arrays is not applicable for the arguments (TaxValue)
   [yjavac] ----------
   [yjavac] 590. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 491)
   [yjavac]     Arrays.asList(new TaxValue("VAT FULL", 16.0, false, 1.702, curr.getIsocode())), // tax values
   [yjavac]                                                                     ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 591. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 502)
   [yjavac]     Arrays.asList(new TaxValue("VAT HALF", 7.0, false, 0.530, curr.getIsocode())), // tax values
   [yjavac]            ^^^^^^
   [yjavac] The method asList(T...) in the type Arrays is not applicable for the arguments (TaxValue)
   [yjavac] ----------
   [yjavac] 592. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 502)
   [yjavac]     Arrays.asList(new TaxValue("VAT HALF", 7.0, false, 0.530, curr.getIsocode())), // tax values
   [yjavac]                                                                    ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 593. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 503)
   [yjavac]     Arrays.asList(new DiscountValue("DISC A", 0.333, true, 0.999, curr.getIsocode()),
   [yjavac]            ^^^^^^
   [yjavac] The method asList(T...) in the type Arrays is not applicable for the arguments (DiscountValue, DiscountValue)
   [yjavac] ----------
   [yjavac] 594. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 503)
   [yjavac]     Arrays.asList(new DiscountValue("DISC A", 0.333, true, 0.999, curr.getIsocode()),
   [yjavac]                                                                        ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 595. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 526)
   [yjavac]     orderModel.getCurrency().getIsocode());
   [yjavac]                              ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 596. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 575)
   [yjavac]     final TaxValue tax_25Percent = new TaxValue("TAX + 25%", 25, false, curr.getIsocode());
   [yjavac]                                                                              ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 597. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 576)
   [yjavac]     final TaxValue tax_2Absolute = new TaxValue("TAX + 2", 2, true, curr.getIsocode());
   [yjavac]                                                                          ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 598. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 602)
   [yjavac]     orderModel.getCurrency().getIsocode());
   [yjavac]                              ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 599. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 624)
   [yjavac]     final DiscountValue _10Percent = new DiscountValue("10% off", 10, false, curr.getIsocode());
   [yjavac]                                                                                   ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 600. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 625)
   [yjavac]     final DiscountValue _2Absolute = new DiscountValue("-2", 2, true, curr.getIsocode());
   [yjavac]                                                                            ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 601. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 665)
   [yjavac]     final TaxValue tax_25Percent = new TaxValue("TAX + 25%", 25, false, curr.getIsocode());
   [yjavac]                                                                              ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 602. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 666)
   [yjavac]     final TaxValue tax_2Absolute = new TaxValue("TAX + 2", 2, true, curr.getIsocode());
   [yjavac]                                                                          ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 603. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 668)
   [yjavac]     final PriceValue basePriceNet = new PriceValue(curr.getIsocode(), 20.75, true);
   [yjavac]                                                         ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 604. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 692)
   [yjavac]     final TaxValue tax_25Percent = new TaxValue("TAX + 25%", 25, false, curr.getIsocode());
   [yjavac]                                                                              ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 605. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 693)
   [yjavac]     final TaxValue tax_2Absolute = new TaxValue("TAX + 2", 2, true, curr.getIsocode());
   [yjavac]                                                                          ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 606. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 695)
   [yjavac]     final PriceValue basePriceNet = new PriceValue(commonI18NService.getCurrency("EUR").getIsocode(), 20.75, true);
   [yjavac]                                                                                         ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 607. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/calculation/AbstractCalculationServiceTest.java (at line 954)
   [yjavac]     orderEntryService.addTaxValue(entry, new TaxValue("VAT FULL", 16.0, false, curr.getIsocode()));
   [yjavac]                                                                                     ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 608. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/daos/OrderDaoTest.java (at line 497)
   [yjavac]     myCurrency.setIsocode("MCURR");
   [yjavac]                ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 609. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/daos/PaymentModeDaoTest.java (at line 88)
   [yjavac]     currency.setIsocode("MuCurr");
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 610. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/daos/ZoneDeliveryModeValueDaoTest.java (at line 51)
   [yjavac]     pln.setIsocode("PLN");
   [yjavac]         ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 611. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/daos/ZoneDeliveryModeValueDaoTest.java (at line 58)
   [yjavac]     poland.setIsocode("PL");
   [yjavac]            ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CountryModel
   [yjavac] ----------
   [yjavac] 612. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/daos/ZoneDeliveryModeValueDaoTest.java (at line 78)
   [yjavac]     gbpTemplate.setIsocode("GBP");
   [yjavac]                 ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 613. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/daos/ZoneDeliveryModeValueDaoTest.java (at line 86)
   [yjavac]     usdTemplate.setIsocode("USD");
   [yjavac]                 ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 614. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderEntryPreparerIntegrationTest.java (at line 79)
   [yjavac]     curr.setIsocode("XYZ");
   [yjavac]          ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 615. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderEntryPreparerIntegrationTest.java (at line 87)
   [yjavac]     cat.setId("catalog");
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 616. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderEntryPreparerTest.java (at line 83)
   [yjavac]     catalog.setId("testCatalog");
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 617. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderEntryPreparerTest.java (at line 114)
   [yjavac]     assertEquals("Incorrect info filed for null product", "n/a", entry.getInfo());
   [yjavac]                                                                        ^^^^^^^
   [yjavac] The method getInfo() is undefined for the type AbstractOrderEntryModel
   [yjavac] ----------
   [yjavac] 618. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderEntryPreparerTest.java (at line 132)
   [yjavac]     when(mockModelService.getAttributeValue(catalog, "id")).thenReturn(catalog.getId());
   [yjavac]                                                                                ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 619. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderEntryPreparerTest.java (at line 139)
   [yjavac]     "product \"test_product\" with name \"Test Product\" from cv: \"testCatalog\"", entry.getInfo());
   [yjavac]                                                                                           ^^^^^^^
   [yjavac] The method getInfo() is undefined for the type AbstractOrderEntryModel
   [yjavac] ----------
   [yjavac] 620. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderEntryPreparerTest.java (at line 147)
   [yjavac]     recordMockInterceptorContext(entry, AbstractOrderEntryModel.QUANTITY);
   [yjavac]                                                                 ^^^^^^^^
   [yjavac] QUANTITY cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 621. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderEntryPreparerTest.java (at line 156)
   [yjavac]     recordMockInterceptorContext(entry, AbstractOrderEntryModel.UNIT);
   [yjavac]                                                                 ^^^^
   [yjavac] UNIT cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 622. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderEntryPreparerTest.java (at line 165)
   [yjavac]     recordMockInterceptorContext(entry, AbstractOrderEntryModel.BASEPRICE);
   [yjavac]                                                                 ^^^^^^^^^
   [yjavac] BASEPRICE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 623. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderEntryPreparerTest.java (at line 183)
   [yjavac]     recordMockInterceptorContext(entry, AbstractOrderEntryModel.DISCOUNTVALUES);
   [yjavac]                                                                 ^^^^^^^^^^^^^^
   [yjavac] DISCOUNTVALUES cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 624. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderEntryPreparerTest.java (at line 192)
   [yjavac]     recordMockInterceptorContext(entry, AbstractOrderEntryModel.GIVEAWAY);
   [yjavac]                                                                 ^^^^^^^^
   [yjavac] GIVEAWAY cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 625. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderEntryPreparerTest.java (at line 239)
   [yjavac]     final Collection<String> parameters = Arrays.asList(AbstractOrderEntryModel.PRODUCT, AbstractOrderEntryModel.QUANTITY,
   [yjavac]                                                                                                                  ^^^^^^^^
   [yjavac] QUANTITY cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 626. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderEntryPreparerTest.java (at line 240)
   [yjavac]     AbstractOrderEntryModel.UNIT, AbstractOrderEntryModel.BASEPRICE,
   [yjavac]                             ^^^^
   [yjavac] UNIT cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 627. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderEntryPreparerTest.java (at line 240)
   [yjavac]     AbstractOrderEntryModel.UNIT, AbstractOrderEntryModel.BASEPRICE,
   [yjavac]                                                           ^^^^^^^^^
   [yjavac] BASEPRICE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 628. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderEntryPreparerTest.java (at line 242)
   [yjavac]     AbstractOrderEntryModel.DISCOUNTVALUES,
   [yjavac]                             ^^^^^^^^^^^^^^
   [yjavac] DISCOUNTVALUES cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 629. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderEntryPreparerTest.java (at line 243)
   [yjavac]     AbstractOrderEntryModel.GIVEAWAY, AbstractOrderEntryModel.REJECTED);
   [yjavac]                             ^^^^^^^^
   [yjavac] GIVEAWAY cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 630. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderPrepareInterceptorTest.java (at line 135)
   [yjavac]     recordMockInterceptorContext(order, AbstractOrderModel.DELIVERYMODE);
   [yjavac]                                                            ^^^^^^^^^^^^
   [yjavac] DELIVERYMODE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 631. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderPrepareInterceptorTest.java (at line 143)
   [yjavac]     recordMockInterceptorContext(order, AbstractOrderModel.DELIVERYCOST);
   [yjavac]                                                            ^^^^^^^^^^^^
   [yjavac] DELIVERYCOST cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 632. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderPrepareInterceptorTest.java (at line 167)
   [yjavac]     recordMockInterceptorContext(order, AbstractOrderModel.DISCOUNTS);
   [yjavac]                                                            ^^^^^^^^^
   [yjavac] DISCOUNTS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 633. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderPrepareInterceptorTest.java (at line 175)
   [yjavac]     recordMockInterceptorContext(order, AbstractOrderModel.DISCOUNTSINCLUDEDELIVERYCOST);
   [yjavac]                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] DISCOUNTSINCLUDEDELIVERYCOST cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 634. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderPrepareInterceptorTest.java (at line 183)
   [yjavac]     recordMockInterceptorContext(order, AbstractOrderModel.DISCOUNTSINCLUDEPAYMENTCOST);
   [yjavac]                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] DISCOUNTSINCLUDEPAYMENTCOST cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 635. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderPrepareInterceptorTest.java (at line 199)
   [yjavac]     recordMockInterceptorContext(order, AbstractOrderModel.DELIVERYADDRESS);
   [yjavac]                                                            ^^^^^^^^^^^^^^^
   [yjavac] DELIVERYADDRESS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 636. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderPrepareInterceptorTest.java (at line 217)
   [yjavac]     AbstractOrderModel.DELIVERYMODE, AbstractOrderModel.DELIVERYCOST, AbstractOrderModel.PAYMENTMODE,
   [yjavac]                        ^^^^^^^^^^^^
   [yjavac] DELIVERYMODE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 637. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderPrepareInterceptorTest.java (at line 217)
   [yjavac]     AbstractOrderModel.DELIVERYMODE, AbstractOrderModel.DELIVERYCOST, AbstractOrderModel.PAYMENTMODE,
   [yjavac]                                                         ^^^^^^^^^^^^
   [yjavac] DELIVERYCOST cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 638. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderPrepareInterceptorTest.java (at line 218)
   [yjavac]     AbstractOrderModel.PAYMENTCOST, AbstractOrderModel.TOTALTAXVALUES, AbstractOrderModel.DISCOUNTS,
   [yjavac]                                                                                           ^^^^^^^^^
   [yjavac] DISCOUNTS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 639. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderPrepareInterceptorTest.java (at line 219)
   [yjavac]     AbstractOrderModel.DISCOUNTSINCLUDEDELIVERYCOST, AbstractOrderModel.DISCOUNTSINCLUDEPAYMENTCOST,
   [yjavac]                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] DISCOUNTSINCLUDEDELIVERYCOST cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 640. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderPrepareInterceptorTest.java (at line 219)
   [yjavac]     AbstractOrderModel.DISCOUNTSINCLUDEDELIVERYCOST, AbstractOrderModel.DISCOUNTSINCLUDEPAYMENTCOST,
   [yjavac]                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] DISCOUNTSINCLUDEPAYMENTCOST cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 641. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/AbstractOrderPrepareInterceptorTest.java (at line 220)
   [yjavac]     AbstractOrderModel.DELIVERYADDRESS, AbstractOrderModel.PAYMENTADDRESS);
   [yjavac]                        ^^^^^^^^^^^^^^^
   [yjavac] DELIVERYADDRESS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 642. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/CreditCardPaymentInfoValidatorTest.java (at line 52)
   [yjavac]     creditCardPaymentInfo.setType(CreditCardType.VISA);
   [yjavac]                                                  ^^^^
   [yjavac] VISA cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 643. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/CreditCardPaymentInfoValidatorTest.java (at line 74)
   [yjavac]     creditCardPaymentInfo.setType(CreditCardType.VISA);
   [yjavac]                                                  ^^^^
   [yjavac] VISA cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 644. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/OrderPrepareInterceptorIntegrationTest.java (at line 53)
   [yjavac]     curr.setIsocode("PLN");
   [yjavac]          ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 645. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/interceptors/OrderPrepareInterceptorTest.java (at line 190)
   [yjavac]     when(Boolean.valueOf(mockInterceptorContext.isModified(order, AbstractOrderModel.DELIVERYADDRESS))).thenReturn(
   [yjavac]                                                                                      ^^^^^^^^^^^^^^^
   [yjavac] DELIVERYADDRESS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 646. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/FindDeliveryValuesStrategySLOnlyTest.java (at line 97)
   [yjavac]     cu1Model.setIsocode("cu1");
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 647. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/FindDeliveryValuesStrategySLOnlyTest.java (at line 103)
   [yjavac]     cu2Model.setIsocode("cu2");
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 648. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/FindDeliveryValuesStrategySLOnlyTest.java (at line 115)
   [yjavac]     co1Model.setIsocode("co1");
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CountryModel
   [yjavac] ----------
   [yjavac] 649. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/FindDeliveryValuesStrategySLOnlyTest.java (at line 118)
   [yjavac]     co2Model.setIsocode("co2");
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CountryModel
   [yjavac] ----------
   [yjavac] 650. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/FindDeliveryValuesStrategySLOnlyTest.java (at line 121)
   [yjavac]     co3Model.setIsocode("co3");
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CountryModel
   [yjavac] ----------
   [yjavac] 651. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/FindDeliveryValuesStrategySLOnlyTest.java (at line 127)
   [yjavac]     zoneDeliveryModeModel.setPropertyName(ProductModel.NUMBERCONTENTUNITS);
   [yjavac]                                                        ^^^^^^^^^^^^^^^^^^
   [yjavac] NUMBERCONTENTUNITS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 652. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/FindDeliveryValuesStrategySLOnlyTest.java (at line 186)
   [yjavac]     unitModel.setUnitType(ProductModel.NUMBERCONTENTUNITS);
   [yjavac]                                        ^^^^^^^^^^^^^^^^^^
   [yjavac] NUMBERCONTENTUNITS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 653. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/FindDeliveryValuesStrategySLOnlyTest.java (at line 191)
   [yjavac]     testCatalog.setId("testCatalog2");
   [yjavac]                 ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 654. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/FindDeliveryValuesStrategySLOnlyTest.java (at line 201)
   [yjavac]     ((AbstractItemModel) productModel).setProperty(ProductModel.NUMBERCONTENTUNITS, new Double(1.0));
   [yjavac]                                                                 ^^^^^^^^^^^^^^^^^^
   [yjavac] NUMBERCONTENTUNITS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 655. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/FindDeliveryValuesStrategySLOnlyTest.java (at line 231)
   [yjavac]     "property name was not '" + ProductModel.NUMBERCONTENTUNITS + "' but " + zoneDeliveryModeModel.getPropertyName(),
   [yjavac]                                              ^^^^^^^^^^^^^^^^^^
   [yjavac] NUMBERCONTENTUNITS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 656. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/FindDeliveryValuesStrategySLOnlyTest.java (at line 232)
   [yjavac]     zoneDeliveryModeModel.getPropertyName().equals(ProductModel.NUMBERCONTENTUNITS));
   [yjavac]                                                                 ^^^^^^^^^^^^^^^^^^
   [yjavac] NUMBERCONTENTUNITS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 657. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/FindDiscountValuesStrategySLOnlyTest.java (at line 73)
   [yjavac]     catalog.setId(UUID.randomUUID().toString());
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 658. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/FindDiscountValuesStrategySLOnlyTest.java (at line 117)
   [yjavac]     catalog.setId(UUID.randomUUID().toString());
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 659. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/FindOrderDiscountValuesStrategySLOnlyTest.java (at line 93)
   [yjavac]     currency.setIsocode("foo");
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 660. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/FindOrderDiscountValuesStrategySLOnlyTest.java (at line 109)
   [yjavac]     testCatalog.setId("testCatalog");
   [yjavac]                 ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 661. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/FindPaymentCostStrategySLOnlyTest.java (at line 53)
   [yjavac]     currencyModel.setIsocode("foo");
   [yjavac]                   ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 662. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/FindPaymentCostStrategySLOnlyTest.java (at line 107)
   [yjavac]     currencyModelUSD.setIsocode("USD");
   [yjavac]                      ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 663. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/FindPriceValuesStrategySLOnlyTest.java (at line 86)
   [yjavac]     currency.setIsocode("foo");
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 664. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/FindPriceValuesStrategySLOnlyTest.java (at line 99)
   [yjavac]     testCatalog.setId("testCatalog");
   [yjavac]                 ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 665. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/FindPricingWithCurrentPriceFactoryStrategyTest.java (at line 67)
   [yjavac]     catalog.setId(UUID.randomUUID().toString());
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 666. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/servicelayer/DefaultDeliveryModeCostValueServiceTest.java (at line 90)
   [yjavac]     cu1Model.setIsocode("cu1");
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 667. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/servicelayer/DefaultDeliveryModeCostValueServiceTest.java (at line 96)
   [yjavac]     cu2Model.setIsocode("cu2");
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 668. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/servicelayer/DefaultDeliveryModeCostValueServiceTest.java (at line 108)
   [yjavac]     co1Model.setIsocode("co1");
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CountryModel
   [yjavac] ----------
   [yjavac] 669. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/servicelayer/DefaultDeliveryModeCostValueServiceTest.java (at line 111)
   [yjavac]     co2Model.setIsocode("co2");
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CountryModel
   [yjavac] ----------
   [yjavac] 670. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/servicelayer/DefaultDeliveryModeCostValueServiceTest.java (at line 114)
   [yjavac]     co3Model.setIsocode("co3");
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CountryModel
   [yjavac] ----------
   [yjavac] 671. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/servicelayer/DefaultDeliveryModeCostValueServiceTest.java (at line 120)
   [yjavac]     deliveryModeModel.setPropertyName(ProductModel.NUMBERCONTENTUNITS);
   [yjavac]                                                    ^^^^^^^^^^^^^^^^^^
   [yjavac] NUMBERCONTENTUNITS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 672. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/servicelayer/DefaultDeliveryModeCostValueServiceTest.java (at line 225)
   [yjavac]     unitModel.setUnitType(ProductModel.NUMBERCONTENTUNITS);
   [yjavac]                                        ^^^^^^^^^^^^^^^^^^
   [yjavac] NUMBERCONTENTUNITS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 673. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/servicelayer/DefaultDeliveryModeCostValueServiceTest.java (at line 230)
   [yjavac]     testCatalog.setId("testCatalog2");
   [yjavac]                 ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 674. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/servicelayer/DefaultDeliveryModeCostValueServiceTest.java (at line 240)
   [yjavac]     ((AbstractItemModel) productModel).setProperty(ProductModel.NUMBERCONTENTUNITS, new Double(1.0));
   [yjavac]                                                                 ^^^^^^^^^^^^^^^^^^
   [yjavac] NUMBERCONTENTUNITS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 675. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/servicelayer/DefaultDeliveryModeCostValueServiceTest.java (at line 269)
   [yjavac]     assertTrue("property name was not '" + ProductModel.NUMBERCONTENTUNITS + "' but " + deliveryModeModel.getPropertyName(),
   [yjavac]                                                         ^^^^^^^^^^^^^^^^^^
   [yjavac] NUMBERCONTENTUNITS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 676. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/impl/servicelayer/DefaultDeliveryModeCostValueServiceTest.java (at line 270)
   [yjavac]     deliveryModeModel.getPropertyName().equals(ProductModel.NUMBERCONTENTUNITS));
   [yjavac]                                                             ^^^^^^^^^^^^^^^^^^
   [yjavac] NUMBERCONTENTUNITS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 677. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/pdt/AbstractFindTaxValuesStrategyTest.java (at line 59)
   [yjavac]     catalog.setId(UUID.randomUUID().toString());
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 678. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/pdt/DefaultFindPriceValuesServiceIntegrationTest.java (at line 101)
   [yjavac]     currencyModel.setIsocode("EUR");
   [yjavac]                   ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 679. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/pdt/DefaultFindPriceValuesServiceIntegrationTest.java (at line 322)
   [yjavac]     testCatalog.setId("testCatalog2");
   [yjavac]                 ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 680. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/pdt/GenericFindDiscountValuesStrategyTest.java (at line 45)
   [yjavac]     currency.setIsocode("PLN");
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 681. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/pdt/filter/PriceRowFilterTest.java (at line 85)
   [yjavac]     setChannel(PriceRowChannel.MOBILE);
   [yjavac]                                ^^^^^^
   [yjavac] MOBILE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 682. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/pdt/filter/PriceRowFilterTest.java (at line 121)
   [yjavac]     setChannel(PriceRowChannel.MOBILE);
   [yjavac]                                ^^^^^^
   [yjavac] MOBILE cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 683. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/pdt/impl/DefaultFindTaxValuesServiceTest.java (at line 77)
   [yjavac]     testCatalog.setId("testCatalog");
   [yjavac]                 ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 684. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/pdt/impl/DefaultFindTaxValuesServiceTest.java (at line 113)
   [yjavac]     currency.setIsocode("foo");
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 685. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/pdt/impl/FindTaxValuesStrategySLOnlyWithCacheTest.java (at line 82)
   [yjavac]     testCatalog.setId("testCatalog2");
   [yjavac]                 ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 686. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/pdt/impl/PDTEnumGroupsHelperTest.java (at line 97)
   [yjavac]     userDiscountGroup.setProperty(UserGroupModel.USERDISCOUNTGROUP, UserDiscountGroup.valueOf(VALUEOFDISCOUNTGROUP));
   [yjavac]                                                  ^^^^^^^^^^^^^^^^^
   [yjavac] USERDISCOUNTGROUP cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 687. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/pdt/impl/PDTEnumGroupsHelperTest.java (at line 128)
   [yjavac]     sessionService.removeAttribute(ProductModel.EUROPE1PRICEFACTORY_PTG);
   [yjavac]                                                 ^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] EUROPE1PRICEFACTORY_PTG cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 688. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/pdt/impl/PDTEnumGroupsHelperTest.java (at line 129)
   [yjavac]     sessionService.removeAttribute(UserModel.EUROPE1PRICEFACTORY_UTG);
   [yjavac]                                              ^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] EUROPE1PRICEFACTORY_UTG cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 689. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/pdt/impl/PDTEnumGroupsHelperTest.java (at line 130)
   [yjavac]     sessionService.removeAttribute(UserModel.EUROPE1PRICEFACTORY_UDG);
   [yjavac]                                              ^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] EUROPE1PRICEFACTORY_UDG cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 690. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/pdt/impl/PDTEnumGroupsHelperTest.java (at line 164)
   [yjavac]     ctx.setAttribute(ProductModel.EUROPE1PRICEFACTORY_PTG, enumerationValue);
   [yjavac]                                   ^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] EUROPE1PRICEFACTORY_PTG cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 691. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/pdt/impl/PDTEnumGroupsHelperTest.java (at line 169)
   [yjavac]     sessionService.setAttribute(ProductModel.EUROPE1PRICEFACTORY_PTG, testProductTaxGroup2);
   [yjavac]                                              ^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] EUROPE1PRICEFACTORY_PTG cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 692. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/pdt/impl/PDTEnumGroupsHelperTest.java (at line 185)
   [yjavac]     ctx.setAttribute(UserModel.EUROPE1PRICEFACTORY_UTG, enumerationValue);
   [yjavac]                                ^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] EUROPE1PRICEFACTORY_UTG cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 693. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/pdt/impl/PDTEnumGroupsHelperTest.java (at line 190)
   [yjavac]     sessionService.setAttribute(UserModel.EUROPE1PRICEFACTORY_UTG, testUserTaxGroup2);
   [yjavac]                                           ^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] EUROPE1PRICEFACTORY_UTG cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 694. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/pdt/impl/PDTEnumGroupsHelperTest.java (at line 206)
   [yjavac]     ctx.setAttribute(UserModel.EUROPE1PRICEFACTORY_UDG, enumerationValue);
   [yjavac]                                ^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] EUROPE1PRICEFACTORY_UDG cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 695. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/pdt/impl/PDTEnumGroupsHelperTest.java (at line 211)
   [yjavac]     sessionService.setAttribute(UserModel.EUROPE1PRICEFACTORY_UDG, testUserDiscountGroup2);
   [yjavac]                                           ^^^^^^^^^^^^^^^^^^^^^^^
   [yjavac] EUROPE1PRICEFACTORY_UDG cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 696. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/calculation/pdt/repository/DiscountRowRepositoryTest.java (at line 95)
   [yjavac]     testCatalog.setId("testCatalog2");
   [yjavac]                 ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 697. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/deliveryzone/impl/DefaultZDMVConsistencyStrategyTest.java (at line 89)
   [yjavac]     country.setIsocode(isoCode);
   [yjavac]             ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CountryModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 698. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/paymentinfo/impl/DefaultCreditCardNumberHelperTest.java (at line 58)
   [yjavac]     final boolean valid = helper.isValidCardNumber(cardNumber, CreditCardType.VISA);
   [yjavac]                                                                               ^^^^
   [yjavac] VISA cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 699. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/paymentinfo/impl/DefaultCreditCardNumberHelperTest.java (at line 72)
   [yjavac]     final boolean valid = helper.isValidCardNumber(invalidVisaCardButValidLuhnGenerated, CreditCardType.VISA);
   [yjavac]                                                                                                         ^^^^
   [yjavac] VISA cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 700. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/paymentinfo/impl/DefaultCreditCardNumberHelperTest.java (at line 86)
   [yjavac]     final boolean valid = helper.isValidCardNumber(cardNumber, CreditCardType.VISA);
   [yjavac]                                                                               ^^^^
   [yjavac] VISA cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 701. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/paymentinfo/impl/DefaultCreditCardNumberHelperTest.java (at line 100)
   [yjavac]     final boolean valid = helper.isValidCardNumber(cardNumber, CreditCardType.VISA);
   [yjavac]                                                                               ^^^^
   [yjavac] VISA cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 702. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/paymentinfo/impl/DefaultCreditCardNumberHelperTest.java (at line 114)
   [yjavac]     final boolean valid = helper.isValidCardNumber(cardNumber, CreditCardType.VISA);
   [yjavac]                                                                               ^^^^
   [yjavac] VISA cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 703. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/paymentinfo/impl/DefaultCreditCardNumberHelperTest.java (at line 128)
   [yjavac]     final boolean valid = helper.isValidCardNumber(cardNumber, CreditCardType.VISA);
   [yjavac]                                                                               ^^^^
   [yjavac] VISA cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 704. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/paymentinfo/impl/DefaultCreditCardNumberHelperTest.java (at line 142)
   [yjavac]     final boolean valid = helper.isValidCardNumber(cardNumber, CreditCardType.VISA);
   [yjavac]                                                                               ^^^^
   [yjavac] VISA cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 705. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/paymentinfo/impl/DefaultCreditCardNumberHelperTest.java (at line 156)
   [yjavac]     final boolean valid = helper.isValidCardNumber(cardNumber, CreditCardType.VISA);
   [yjavac]                                                                               ^^^^
   [yjavac] VISA cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 706. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/paymentinfo/impl/DefaultCreditCardNumberHelperTest.java (at line 170)
   [yjavac]     final boolean valid = helper.isValidCardNumber(cardNumber, CreditCardType.VISA);
   [yjavac]                                                                               ^^^^
   [yjavac] VISA cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 707. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/paymentinfo/impl/DefaultCreditCardNumberHelperTest.java (at line 186)
   [yjavac]     final boolean valid1 = helper.isValidCardNumber(cardNumbe1, CreditCardType.DINERS);
   [yjavac]                                                                                ^^^^^^
   [yjavac] DINERS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 708. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/paymentinfo/impl/DefaultCreditCardNumberHelperTest.java (at line 187)
   [yjavac]     final boolean valid2 = helper.isValidCardNumber(cardNumbe2, CreditCardType.DINERS);
   [yjavac]                                                                                ^^^^^^
   [yjavac] DINERS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 709. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/paymentinfo/impl/DefaultCreditCardNumberHelperTest.java (at line 188)
   [yjavac]     final boolean valid3 = helper.isValidCardNumber(cardNumbe3, CreditCardType.DINERS);
   [yjavac]                                                                                ^^^^^^
   [yjavac] DINERS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 710. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/paymentinfo/impl/DefaultCreditCardNumberHelperTest.java (at line 204)
   [yjavac]     final boolean valid = helper.isValidCardNumber(cardNumber, CreditCardType.DINERS);
   [yjavac]                                                                               ^^^^^^
   [yjavac] DINERS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 711. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/paymentinfo/impl/DefaultCreditCardNumberHelperTest.java (at line 218)
   [yjavac]     final boolean valid = helper.isValidCardNumber(cardNumber, CreditCardType.DINERS);
   [yjavac]                                                                               ^^^^^^
   [yjavac] DINERS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 712. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/order/strategies/paymentinfo/impl/DefaultCreditCardNumberHelperTest.java (at line 232)
   [yjavac]     final boolean valid = helper.isValidCardNumber(cardNumber, CreditCardType.DINERS);
   [yjavac]                                                                               ^^^^^^
   [yjavac] DINERS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 713. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/product/PDTRowPrepareInterceptorTest.java (at line 74)
   [yjavac]     curr.setIsocode("CHF");
   [yjavac]          ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 714. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/product/PriceRowPrepareInterceptorTest.java (at line 41)
   [yjavac]     catalogModel.setId("sl_" + System.currentTimeMillis());
   [yjavac]                  ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 715. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/product/PriceRowPrepareInterceptorTest.java (at line 60)
   [yjavac]     currencyModel.setIsocode("isoCode");
   [yjavac]                   ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 716. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/product/PriceServiceTest.java (at line 182)
   [yjavac]     assertEquals(curr.getIsocode(), infos.get(0).getPriceValue().getCurrencyIso());
   [yjavac]                       ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 717. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/product/PriceServiceTest.java (at line 212)
   [yjavac]     curr.setIsocode(iso);
   [yjavac]          ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 718. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/product/PriceServiceTest.java (at line 237)
   [yjavac]     cat.setId("PriceTestCat");
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 719. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/product/ProductSaveTest.java (at line 68)
   [yjavac]     defaultcatalog.setId("default");
   [yjavac]                    ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 720. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/product/ProductServiceTest.java (at line 262)
   [yjavac]     Mockito.when(mockCatalog.getId()).thenReturn(null);
   [yjavac]                              ^^^^^
   [yjavac] The method getId() is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 721. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/product/ProductSldTest.java (at line 71)
   [yjavac]     catalog1.setId("catalog1");
   [yjavac]              ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 722. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/product/ProductSldTest.java (at line 84)
   [yjavac]     csm.setId("modelSystemFoo_a");
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type ClassificationSystemModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 723. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/product/UniqueCatalogItemInterceptorTest.java (at line 47)
   [yjavac]     currency.setIsocode(UUID.randomUUID().toString());
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 724. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/product/UniqueCatalogItemInterceptorTest.java (at line 50)
   [yjavac]     catalog.setId(UUID.randomUUID().toString());
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 725. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/product/VariantsServiceDemoTest.java (at line 86)
   [yjavac]     testCatalog.setId("id");
   [yjavac]                 ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 726. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/product/interceptors/VariantProductPrepareInterceptorTest.java (at line 218)
   [yjavac]     catalog.setId(id);
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 727. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/product/interceptors/VariantProductValidateInterceptorTest.java (at line 61)
   [yjavac]     cat.setId("id");
   [yjavac]         ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 728. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultCountryDaoTest.java (at line 42)
   [yjavac]     model0.setIsocode("tinyRed");
   [yjavac]            ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CountryModel
   [yjavac] ----------
   [yjavac] 729. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultCountryDaoTest.java (at line 45)
   [yjavac]     model1.setIsocode("bigGrey");
   [yjavac]            ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CountryModel
   [yjavac] ----------
   [yjavac] 730. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultCountryDaoTest.java (at line 48)
   [yjavac]     model2.setIsocode("smallWhite");
   [yjavac]            ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CountryModel
   [yjavac] ----------
   [yjavac] 731. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultCountryDaoTest.java (at line 51)
   [yjavac]     model3.setIsocode("hugePink");
   [yjavac]            ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CountryModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 732. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultCurrencyDaoTest.java (at line 44)
   [yjavac]     cModel1.setIsocode("EUR");
   [yjavac]             ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 733. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultCurrencyDaoTest.java (at line 47)
   [yjavac]     cModel2.setIsocode("PLN");
   [yjavac]             ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 734. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultCurrencyDaoTest.java (at line 50)
   [yjavac]     cModel3.setIsocode("CHF");
   [yjavac]             ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 735. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultCurrencyDaoTest.java (at line 85)
   [yjavac]     wellnessCurrency.setIsocode("GBP");
   [yjavac]                      ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 736. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultCurrencyDaoTest.java (at line 95)
   [yjavac]     japsCurrency.setIsocode("JPN");
   [yjavac]                  ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 737. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultLanguageDaoTest.java (at line 57)
   [yjavac]     lModel0.setIsocode("tinyRed");
   [yjavac]             ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 738. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultLanguageDaoTest.java (at line 60)
   [yjavac]     lModel1.setIsocode("bigGrey");
   [yjavac]             ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 739. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultLanguageDaoTest.java (at line 63)
   [yjavac]     lModel2.setIsocode("smallWhite");
   [yjavac]             ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 740. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultLanguageDaoTest.java (at line 66)
   [yjavac]     lModel3.setIsocode("hugePink");
   [yjavac]             ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 741. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultLanguageDaoTest.java (at line 118)
   [yjavac]     oldHebrewLanguage.setIsocode(OLD_HEBREW_ISO);
   [yjavac]                       ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 742. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultLanguageDaoTest.java (at line 120)
   [yjavac]     newHebrewLanguage.setIsocode(NEW_HEBREW_ISO);
   [yjavac]                       ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 743. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultLanguageDaoTest.java (at line 138)
   [yjavac]     oldYiddishLanguage.setIsocode(OLD_YIDDISH_ISO);
   [yjavac]                        ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 744. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultLanguageDaoTest.java (at line 157)
   [yjavac]     newIndonesianLanguage.setIsocode(NEW_INDONESIAN_ISO);
   [yjavac]                           ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 745. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultLanguageDaoTest.java (at line 176)
   [yjavac]     newIndonesianDeLanguage.setIsocode(NEW_INDONESIAN_ISO_DE);
   [yjavac]                             ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 746. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultLanguageDaoTest.java (at line 179)
   [yjavac]     newYiddishDeLanguage.setIsocode(NEW_YIDDISH_ISO_DE);
   [yjavac]                          ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 747. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultLanguageDaoTest.java (at line 182)
   [yjavac]     newHebrewDeLanguage.setIsocode(NEW_HEBREW_ISO_DE);
   [yjavac]                         ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 748. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultRegionDaoTest.java (at line 48)
   [yjavac]     countryWithRegions.setIsocode("woobyland");
   [yjavac]                        ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CountryModel
   [yjavac] ----------
   [yjavac] 749. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultRegionDaoTest.java (at line 52)
   [yjavac]     model0.setIsocode("tinyRed");
   [yjavac]            ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type RegionModel
   [yjavac] ----------
   [yjavac] 750. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultRegionDaoTest.java (at line 56)
   [yjavac]     model1.setIsocode("bigGrey");
   [yjavac]            ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type RegionModel
   [yjavac] ----------
   [yjavac] 751. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultRegionDaoTest.java (at line 60)
   [yjavac]     otherCountry.setIsocode("neverland");
   [yjavac]                  ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CountryModel
   [yjavac] ----------
   [yjavac] 752. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultRegionDaoTest.java (at line 63)
   [yjavac]     model2.setIsocode("smallWhite");
   [yjavac]            ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type RegionModel
   [yjavac] ----------
   [yjavac] 753. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultRegionDaoTest.java (at line 67)
   [yjavac]     model3.setIsocode("hugePink");
   [yjavac]            ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type RegionModel
   [yjavac] ----------
   [yjavac] 754. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/daos/impl/DefaultRegionDaoTest.java (at line 71)
   [yjavac]     countryWithoutRegions.setIsocode("glossolalia");
   [yjavac]                           ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CountryModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 755. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 86)
   [yjavac]     languageModel.setIsocode(isocodes);
   [yjavac]                   ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 756. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 106)
   [yjavac]     languageModel.setIsocode(isocodes);
   [yjavac]                   ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 757. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 135)
   [yjavac]     language.setIsocode(isocodes);
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 758. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 137)
   [yjavac]     final Locale convertedLocale = new Locale(language.getIsocode());
   [yjavac]                                                        ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 759. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 168)
   [yjavac]     language.setIsocode(params[0]);
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 760. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 172)
   [yjavac]     country.setIsocode(params[1]);
   [yjavac]             ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CountryModel
   [yjavac] ----------
   [yjavac] 761. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 175)
   [yjavac]     final Locale convertedLocale = new Locale(language.getIsocode(), country.getIsocode(), params[2]);
   [yjavac]                                                        ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 762. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 175)
   [yjavac]     final Locale convertedLocale = new Locale(language.getIsocode(), country.getIsocode(), params[2]);
   [yjavac]                                                                              ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CountryModel
   [yjavac] ----------
   [yjavac] 763. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 184)
   [yjavac]     languageModel.setIsocode("de,DE,");
   [yjavac]                   ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 764. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 186)
   [yjavac]     languageModel.setIsocode("de-DE-");
   [yjavac]                   ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 765. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 190)
   [yjavac]     languageModel.setIsocode("de_DE");
   [yjavac]                   ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 766. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 194)
   [yjavac]     languageModel.setIsocode("de.DE");
   [yjavac]                   ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 767. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 198)
   [yjavac]     languageModel.setIsocode("de,DE.");
   [yjavac]                   ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 768. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 203)
   [yjavac]     languageModel.setIsocode("_");
   [yjavac]                   ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 769. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 225)
   [yjavac]     one.setIsocode("one");
   [yjavac]         ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 770. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 227)
   [yjavac]     two.setIsocode("two");
   [yjavac]         ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 771. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 245)
   [yjavac]     one.setIsocode("one");
   [yjavac]         ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 772. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 247)
   [yjavac]     two.setIsocode("two");
   [yjavac]         ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 773. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 295)
   [yjavac]     one.setIsocode("one");
   [yjavac]         ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CountryModel
   [yjavac] ----------
   [yjavac] 774. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 297)
   [yjavac]     two.setIsocode("two");
   [yjavac]         ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CountryModel
   [yjavac] ----------
   [yjavac] 775. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 314)
   [yjavac]     one.setIsocode("one");
   [yjavac]         ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CountryModel
   [yjavac] ----------
   [yjavac] 776. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 316)
   [yjavac]     two.setIsocode("two");
   [yjavac]         ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CountryModel
   [yjavac] ----------
   [yjavac] 777. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 365)
   [yjavac]     one.setIsocode("one");
   [yjavac]         ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type RegionModel
   [yjavac] ----------
   [yjavac] 778. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 367)
   [yjavac]     two.setIsocode("two");
   [yjavac]         ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type RegionModel
   [yjavac] ----------
   [yjavac] 779. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 385)
   [yjavac]     modelToFind.setIsocode("woobyland");
   [yjavac]                 ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CountryModel
   [yjavac] ----------
   [yjavac] 780. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 388)
   [yjavac]     one.setIsocode("one");
   [yjavac]         ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type RegionModel
   [yjavac] ----------
   [yjavac] 781. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 390)
   [yjavac]     two.setIsocode("two");
   [yjavac]         ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type RegionModel
   [yjavac] ----------
   [yjavac] 782. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 436)
   [yjavac]     currencyOne.setIsocode("currencyOne");
   [yjavac]                 ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 783. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 438)
   [yjavac]     currencyTwo.setIsocode("currencyTwo");
   [yjavac]                 ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 784. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 457)
   [yjavac]     one.setIsocode("one");
   [yjavac]         ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 785. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 459)
   [yjavac]     two.setIsocode("two");
   [yjavac]         ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 786. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultCommonI18NServiceTest.java (at line 504)
   [yjavac]     oneCurrency.setIsocode("oneCurrency");
   [yjavac]                 ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 787. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultFormatFactoryIntegrationTest.java (at line 64)
   [yjavac]     korean.setIsocode(Locale.KOREA.toString());
   [yjavac]            ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 788. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultFormatFactoryIntegrationTest.java (at line 69)
   [yjavac]     currencyModel.setIsocode(CURRENCY_SYMBOL);
   [yjavac]                   ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 789. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultFormatFactoryTest.java (at line 148)
   [yjavac]     Mockito.when(currencyModel.getIsocode()).thenReturn("&iso&");
   [yjavac]                                ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 790. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultFormatFactoryTest.java (at line 189)
   [yjavac]     Mockito.when(currencyModel.getIsocode()).thenReturn("&iso&");
   [yjavac]                                ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 791. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/impl/DefaultFormatFactoryTest.java (at line 212)
   [yjavac]     Mockito.verify(currencyModel, Mockito.times(1)).getIsocode();
   [yjavac]                                                     ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 792. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/interceptors/PrepareCurrencyInterceptorTest.java (at line 55)
   [yjavac]     currency.setIsocode("PLN");
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 793. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/interceptors/PrepareCurrencyInterceptorTest.java (at line 66)
   [yjavac]     currency.setIsocode("myTestCode");
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 794. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/interceptors/PrepareCurrencyInterceptorTest.java (at line 83)
   [yjavac]     catalog.setId("unique");
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 795. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/interceptors/PrepareCurrencyInterceptorTest.java (at line 90)
   [yjavac]     firstLanguage.setIsocode("first");
   [yjavac]                   ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 796. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/interceptors/PrepareCurrencyInterceptorTest.java (at line 93)
   [yjavac]     secondLanguage.setIsocode("second");
   [yjavac]                    ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 797. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/interceptors/PrepareCurrencyInterceptorTest.java (at line 102)
   [yjavac]     product.setDescription("some value in first ", new Locale(firstLanguage.getIsocode()));
   [yjavac]                                                                             ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 798. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/interceptors/PrepareCurrencyInterceptorTest.java (at line 107)
   [yjavac]     i18nService.setCurrentLocale(new Locale(firstLanguage.getIsocode()));
   [yjavac]                                                           ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 799. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/interceptors/PrepareCurrencyInterceptorTest.java (at line 113)
   [yjavac]     i18nService.setCurrentLocale(new Locale(secondLanguage.getIsocode()));
   [yjavac]                                                            ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 800. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/interceptors/PrepareDefaultSymbolInterceptorTest.java (at line 56)
   [yjavac]     curr.setIsocode(someCurrency.getCurrencyCode());
   [yjavac]          ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 801. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/interceptors/PrepareDefaultSymbolInterceptorTest.java (at line 58)
   [yjavac]     when(i18NService.getBestMatchingJavaCurrency(curr.getIsocode())).thenReturn(someCurrency);
   [yjavac]                                                       ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 802. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/interceptors/PrepareDefaultSymbolInterceptorTest.java (at line 63)
   [yjavac]     verify(i18NService, Mockito.times(1)).getBestMatchingJavaCurrency(curr.getIsocode());
   [yjavac]                                                                            ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 803. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/interceptors/PrepareDefaultSymbolInterceptorTest.java (at line 70)
   [yjavac]     curr.setIsocode("unknownCurrency");
   [yjavac]          ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 804. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/interceptors/RemoveCurrencyInterceptorTest.java (at line 34)
   [yjavac]     currency.setIsocode("eurogabka");
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 805. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/interceptors/RemoveLanguageIntercetorTest.java (at line 48)
   [yjavac]     lModel0.setIsocode("tinyRed");
   [yjavac]             ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 806. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/interceptors/ValidateCurrencyDataInterceptorTest.java (at line 39)
   [yjavac]     curr.setIsocode("frog");
   [yjavac]          ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 807. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/interceptors/ValidateCurrencyDataInterceptorTest.java (at line 57)
   [yjavac]     curr.setIsocode("frog");
   [yjavac]          ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 808. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/interceptors/ValidateCurrencyDataInterceptorTest.java (at line 75)
   [yjavac]     curr.setIsocode("frog");
   [yjavac]          ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 809. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/interceptors/ValidateCurrencyInterceptorTest.java (at line 34)
   [yjavac]     curr.setIsocode("eurogabka");
   [yjavac]          ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 810. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/interceptors/ValidateCurrencyInterceptorTest.java (at line 58)
   [yjavac]     curr.setIsocode("eurogabka");
   [yjavac]          ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] 811. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/i18n/interceptors/ValidateCurrencyInterceptorTest.java (at line 78)
   [yjavac]     curr.setIsocode("eurogabka");
   [yjavac]          ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type CurrencyModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 812. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/ItemModelTest.java (at line 628)
   [yjavac]     defaultLang.setIsocode("def");
   [yjavac]                 ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 813. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/ItemModelTest.java (at line 639)
   [yjavac]     testModel.setIsocode("test");
   [yjavac]               ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 814. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/ItemModelTest.java (at line 646)
   [yjavac]     testModel2.setIsocode("test2");
   [yjavac]                ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 815. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/ItemModelTest.java (at line 1427)
   [yjavac]     catalogModel.setId("test_Catalog");
   [yjavac]                  ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 816. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/ItemModelTest.java (at line 1444)
   [yjavac]     buyerIds.put(IDType.UNSPECIFIED, "unspecified");
   [yjavac]                         ^^^^^^^^^^^
   [yjavac] UNSPECIFIED cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 817. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/ItemModelTest.java (at line 1763)
   [yjavac]     catalog.setId("thalersch");
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 818. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/ItemModelTest.java (at line 1783)
   [yjavac]     catalog.setId("thalersch");
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 819. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/LocalizedModelAttributeTest.java (at line 88)
   [yjavac]     Assert.assertFalse(productModel.getItemModelContext().isDirty(ProductModel.DESCRIPTION, OTHER_LEAF_LOCALE));
   [yjavac]                                                                                ^^^^^^^^^^^
   [yjavac] DESCRIPTION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 820. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/LocalizedModelAttributeTest.java (at line 89)
   [yjavac]     Assert.assertFalse(productModel.getItemModelContext().isDirty(ProductModel.DESCRIPTION, LEAF_LOCALE));
   [yjavac]                                                                                ^^^^^^^^^^^
   [yjavac] DESCRIPTION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 821. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/LocalizedModelAttributeTest.java (at line 90)
   [yjavac]     Assert.assertFalse(productModel.getItemModelContext().isDirty(ProductModel.DESCRIPTION, MID_LOCALE));
   [yjavac]                                                                                ^^^^^^^^^^^
   [yjavac] DESCRIPTION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 822. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/LocalizedModelAttributeTest.java (at line 91)
   [yjavac]     Assert.assertFalse(productModel.getItemModelContext().isDirty(ProductModel.DESCRIPTION, ROOT_LOCALE));
   [yjavac]                                                                                ^^^^^^^^^^^
   [yjavac] DESCRIPTION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 823. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/LocalizedModelAttributeTest.java (at line 111)
   [yjavac]     Assert.assertFalse(productModel.getItemModelContext().isDirty(ProductModel.DESCRIPTION, OTHER_LEAF_LOCALE));
   [yjavac]                                                                                ^^^^^^^^^^^
   [yjavac] DESCRIPTION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 824. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/LocalizedModelAttributeTest.java (at line 112)
   [yjavac]     Assert.assertFalse(productModel.getItemModelContext().isDirty(ProductModel.DESCRIPTION, LEAF_LOCALE));
   [yjavac]                                                                                ^^^^^^^^^^^
   [yjavac] DESCRIPTION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 825. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/LocalizedModelAttributeTest.java (at line 113)
   [yjavac]     Assert.assertFalse(productModel.getItemModelContext().isDirty(ProductModel.DESCRIPTION, MID_LOCALE));
   [yjavac]                                                                                ^^^^^^^^^^^
   [yjavac] DESCRIPTION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 826. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/LocalizedModelAttributeTest.java (at line 114)
   [yjavac]     Assert.assertFalse(productModel.getItemModelContext().isDirty(ProductModel.DESCRIPTION, ROOT_LOCALE));
   [yjavac]                                                                                ^^^^^^^^^^^
   [yjavac] DESCRIPTION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 827. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/LocalizedModelAttributeTest.java (at line 154)
   [yjavac]     Assert.assertFalse(productModel.getItemModelContext().isDirty(ProductModel.DESCRIPTION, OTHER_LEAF_LOCALE));
   [yjavac]                                                                                ^^^^^^^^^^^
   [yjavac] DESCRIPTION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 828. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/LocalizedModelAttributeTest.java (at line 155)
   [yjavac]     Assert.assertFalse(productModel.getItemModelContext().isDirty(ProductModel.DESCRIPTION, LEAF_LOCALE));
   [yjavac]                                                                                ^^^^^^^^^^^
   [yjavac] DESCRIPTION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 829. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/LocalizedModelAttributeTest.java (at line 156)
   [yjavac]     Assert.assertFalse(productModel.getItemModelContext().isDirty(ProductModel.DESCRIPTION, MID_LOCALE));
   [yjavac]                                                                                ^^^^^^^^^^^
   [yjavac] DESCRIPTION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 830. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/LocalizedModelAttributeTest.java (at line 158)
   [yjavac]     Assert.assertFalse(productModel.getItemModelContext().isDirty(ProductModel.DESCRIPTION, ROOT_LOCALE));
   [yjavac]                                                                                ^^^^^^^^^^^
   [yjavac] DESCRIPTION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 831. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/LocalizedModelAttributeTest.java (at line 178)
   [yjavac]     Assert.assertFalse(productModel.getItemModelContext().isDirty(ProductModel.DESCRIPTION, OTHER_LEAF_LOCALE));
   [yjavac]                                                                                ^^^^^^^^^^^
   [yjavac] DESCRIPTION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 832. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/LocalizedModelAttributeTest.java (at line 179)
   [yjavac]     Assert.assertFalse(productModel.getItemModelContext().isDirty(ProductModel.DESCRIPTION, LEAF_LOCALE));
   [yjavac]                                                                                ^^^^^^^^^^^
   [yjavac] DESCRIPTION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 833. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/LocalizedModelAttributeTest.java (at line 180)
   [yjavac]     Assert.assertFalse(productModel.getItemModelContext().isDirty(ProductModel.DESCRIPTION, MID_LOCALE));
   [yjavac]                                                                                ^^^^^^^^^^^
   [yjavac] DESCRIPTION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 834. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/LocalizedModelAttributeTest.java (at line 181)
   [yjavac]     Assert.assertFalse(productModel.getItemModelContext().isDirty(ProductModel.DESCRIPTION, ROOT_LOCALE));
   [yjavac]                                                                                ^^^^^^^^^^^
   [yjavac] DESCRIPTION cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 835. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/LocalizedModelAttributeTest.java (at line 255)
   [yjavac]     catModel.setId(" test catalog - " + this.getClass().getSimpleName());
   [yjavac]              ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 836. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/ModelServiceMapTest.java (at line 61)
   [yjavac]     catalog.setId("testCatalog");
   [yjavac]             ^^^^^
   [yjavac] The method setId(String) is undefined for the type CatalogModel
   [yjavac] ----------
   [yjavac] 837. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/ModelServiceMapTest.java (at line 77)
   [yjavac]     testMap.put(ArticleStatus.BARGAIN, "that's a bargain no doubt!");
   [yjavac]                               ^^^^^^^
   [yjavac] BARGAIN cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 838. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/ModelServiceMapTest.java (at line 89)
   [yjavac]     assertTrue("map does not contain expected key", returnMap.containsKey(ArticleStatus.BARGAIN));
   [yjavac]                                                                                         ^^^^^^^
   [yjavac] BARGAIN cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 839. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/ModelServiceMapTest.java (at line 90)
   [yjavac]     assertEquals("map does not contain expected value", "that's a bargain no doubt!", returnMap.get(ArticleStatus.BARGAIN));
   [yjavac]                                                                                                                   ^^^^^^^
   [yjavac] BARGAIN cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 840. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/ModelServiceMapTest.java (at line 96)
   [yjavac]     modelService.setAttributeValue(product, ProductModel.ARTICLESTATUS, new SingletonMap(commonI18NService.getLanguage("en"),
   [yjavac]                                                          ^^^^^^^^^^^^^
   [yjavac] ARTICLESTATUS cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 841. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/ModelServiceMapTest.java (at line 102)
   [yjavac]     assertTrue("map does not contain expected key", returnMap.containsKey(ArticleStatus.BARGAIN));
   [yjavac]                                                                                         ^^^^^^^
   [yjavac] BARGAIN cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] 842. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/ModelServiceMapTest.java (at line 103)
   [yjavac]     assertEquals("map does not contain expected value", "that's a bargain no doubt!", returnMap.get(ArticleStatus.BARGAIN));
   [yjavac]                                                                                                                   ^^^^^^^
   [yjavac] BARGAIN cannot be resolved or is not a field
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 843. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/model/UniqueOptionalAttributeTest.java (at line 54)
   [yjavac]     language.setIsocode("PL");
   [yjavac]              ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 844. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/search/FlexibleSearchServiceTest.java (at line 880)
   [yjavac]     assertThat(result.get(0).getIsocode()).isEqualTo("en");
   [yjavac]                              ^^^^^^^^^^
   [yjavac] The method getIsocode() is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] ----------
   [yjavac] 845. ERROR in /Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/ext/platformservices/testsrc/de/hybris/platform/servicelayer/search/restriction/impl/DefaultSearchRestrictionServiceDemoTest.java (at line 100)
   [yjavac]     newLang.setIsocode("NewLang");
   [yjavac]             ^^^^^^^^^^
   [yjavac] The method setIsocode(String) is undefined for the type LanguageModel
   [yjavac] ----------
   [yjavac] 845 problems (845 errors)

BUILD FAILED
/Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/build.xml:13: The following error occurred while executing this line:
/Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/resources/ant/compiling.xml:75: The following error occurred while executing this line:
/Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/resources/ant/compiling.xml:116: The following error occurred while executing this line:
/Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/resources/ant/util.xml:42: The following error occurred while executing this line:
/Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/resources/ant/util.xml:44: The following error occurred while executing this line:
/Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/resources/ant/compiling.xml:123: The following error occurred while executing this line:
/Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/resources/ant/compiling.xml:313: The following error occurred while executing this line:
/Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/resources/ant/compiling.xml:518: The following error occurred while executing this line:
/Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/resources/ant/compiling.xml:569: The following error occurred while executing this line:
/Users/ardaaltinors/Desktop/carrefoursa/local/hybris/bin/platform/resources/ant/util.xml:84: Compile failed; see the compiler error output for details.

Total time: 14 seconds
(base) ardaaltinors@Arda-MacBook-Pro platform % 

Leave a Comment