Quantcast
Viewing latest article 11
Browse Latest Browse All 106942

RSRP-476581: Extract Class: fix is suggested for not public/private properties even if nothing will be extracted.

Reporter Image may be NSFW.
Clik here to view.
Lilia Shamsutdinova (Lilia.Shamsutdinova)
Lilia Shamsutdinova (Lilia.Shamsutdinova)
Created Oct 9, 2019, 7:11:57 PM
Updated Oct 9, 2019, 7:45:59 PM
Subsystem Refactorings
Assignee Alisa Afonina (alisa.afonina)
Priority Critical
State Fixed In Branch
Type Bug
Fix version 2019.3
Affected versions 2019.3
Fixed In EAP Undefined
VsVersion All Versions
Branch 193-alisa.refactorings.3

Branch net193-alisa.refactorings.3.
JetBrains.ReSharperUltimate.2019.3.EAP2D.Checked.(193.0.20191009.124946-eap02d).

using System;
using System.Collections.Generic;

namespace RefactoringsTest2017.Extract
{
    public class ExtractClassSimple2
    {
        internal string[] InternalProperty { get; set; }
        protected internal List<Action> ProtectedInternalProperty { get; set; }
    }
}
  1. Invoke Extract Class on ExtractClassSimple2.

Actual result:
Image may be NSFW.
Clik here to view.

Expected result:
Image may be NSFW.
Clik here to view.


Viewing latest article 11
Browse Latest Browse All 106942

Trending Articles