+Arx/src/animation/Animation.cpp:839:5: warning: the 'empty' method should be used to check for emptiness instead of 'size' [readability-container-size-empty] +Arx/src/game/NPC.cpp:1710:7: warning: the 'empty' method should be used to check for emptiness instead of 'size' [readability-container-size-empty] +Arx/src/game/NPC.cpp:1837:8: warning: the 'empty' method should be used to check for emptiness instead of 'size' [readability-container-size-empty] +Arx/src/graphics/data/Mesh.cpp:302:6: warning: the 'empty' method should be used to check for emptiness instead of 'length' [readability-container-size-empty] +Arx/src/gui/MenuWidgets.cpp:4227:5: warning: the 'empty' method should be used to check for emptiness instead of 'size' [readability-container-size-empty] +Arx/src/gui/MenuWidgets.cpp:4281:6: warning: the 'empty' method should be used to check for emptiness instead of 'size' [readability-container-size-empty] +Arx/src/physics/Clothes.cpp:138:6: warning: the 'empty' method should be used to check for emptiness instead of 'size' [readability-container-size-empty] +Arx/src/physics/Clothes.cpp:152:6: warning: the 'empty' method should be used to check for emptiness instead of 'size' [readability-container-size-empty] +Arx/src/scene/Scene.cpp:2272:40: warning: the 'empty' method should be used to check for emptiness instead of 'size' [readability-container-size-empty] +Arx/src/script/ScriptEvent.cpp:483:12: warning: the 'empty' method should be used to check for emptiness instead of comparing to an empty object [readability-container-size-empty] +Arx/src/script/ScriptUtils.h:52:5: warning: the 'empty' method should be used to check for emptiness instead of 'length' [readability-container-size-empty]