teamcity-rest-client-impl/src/main/kotlin/org/jetbrains/teamcity/rest/syncBridge.kt [1296:1302]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override val comment: String by lazy { delegate.comment } override val resolveMethod: InvestigationResolveMethod by lazy { delegate.resolveMethod } override val resolutionTime: ZonedDateTime? by lazy { delegate.resolutionTime } override val targetType: InvestigationTargetType by lazy { delegate.targetType } override val testIds: List? by lazy { delegate.testIds } override val problemIds: List? by lazy { delegate.problemIds } override val scope: InvestigationScope by lazyBlocking { bridgeInvestigationScope(delegate.scope, (delegate as IssueEx).tcInstance) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - teamcity-rest-client-impl/src/main/kotlin/org/jetbrains/teamcity/rest/syncBridge.kt [1319:1325]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override val comment: String by lazy { delegate.comment } override val resolveMethod: InvestigationResolveMethod by lazy { delegate.resolveMethod } override val resolutionTime: ZonedDateTime? by lazy { delegate.resolutionTime } override val targetType: InvestigationTargetType by lazy { delegate.targetType } override val testIds: List? by lazy { delegate.testIds } override val problemIds: List? by lazy { delegate.problemIds } override val scope: InvestigationScope by lazyBlocking { bridgeInvestigationScope(delegate.scope, (delegate as IssueEx).tcInstance) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -