This is a migrated thread and some comments may be shown as answers.

JustCode does not see, that partial class inherits another class

1 Answer 37 Views
Code Analysis
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Eugeniy
Top achievements
Rank 2
Eugeniy asked on 22 Jan 2014, 12:01 PM

File1:
public class BaseClass
{
public void Test(){}
}
 
public partial class MyClass : BaseClass
{
}
File2:

public partial class MyClass
{
public void TestTheTest()
{
Test(); //just code does not see it
}
}




p.s. so buying resharper for one more year



1 Answer, 1 is accepted

Sort by
0
Zdravko
Telerik team
answered on 24 Jan 2014, 11:42 AM
Hello Eugeniy,

Thanks for contacting us.
Using your code and the latest JustCode version I was unable to reproduce the reported issue.
Can you provide us a sample project if you still experiencing it?
Thank you.

Regards,
Zdravko
Telerik
Share what you think about JustCode with us, so we can help you even better! You can use the built-in feedback tool inside JustCode, our forum, or our JustCode feedback portal.
Tags
Code Analysis
Asked by
Eugeniy
Top achievements
Rank 2
Answers by
Zdravko
Telerik team
Share this question
or