Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 2.23 KB

GlobalContextMethodCollision8312.md

File metadata and controls

35 lines (27 loc) · 2.23 KB

Global context method names collision (GlobalContextMethodCollision8312)

Description

The platform version 8.3.12 implements new methods of the global context, which may coincide with the configuration functions of the application solution.

Russian variant English variant
ПроверитьБит CheckBit
ПроверитьПоБитовойМаске CheckByBitMask
УстановитьБит SetBit
ПобитовоеИ BitwiseAnd
ПобитовоеИли BitwiseOr
ПобитовоеНе BitwiseNot
ПобитовоеИНе BitwiseAndNot
ПобитовоеИсключительноеИли BitwiseXor
ПобитовыйСдвигВлево BitwiseShiftLeft
ПобитовыйСдвигВправо BitwiseShiftRight

The configuration functions must either be renamed or deleted, replacing the call to them with the methods of the global context.

Examples

Sources