Klaus Luedenscheidt

- Total activity 906
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 335
-
-
Created Question on behavior of "Find Usages"
I'm working on a VB Windows Forms solution. I have defined a protected constant in a base class like thisPublic Class MyBaseClass Protected Const MY_CONST As String = "MyConst" '... more code ...... -
-
Created Annoying deinstallation of Productivity Power Tools
I know that there are problems in VS 2010 between the Productivity Power Tools and R#. I just activate features of the power tools which do not conflict with R# and therefore i personally don't hav... -
Created What does "heap allocation: reference type instantiation" mean?
in the latest EAP builds i notice that each "new" operator is underlined red and a tooltip "heap allocation: reference type instantiation" is shown. I can't find anything about such an inspection i... -
Created Please reopen RSRP-390935
With EAP build 8.1.10 the above issue is marked as fixed, but after installing the build i got the same exceptions again.If i can help to find the cause of the issue please let me know.RegardsKlaus... -
Created R# EAP code analysis broken!!!
i'm working priary on VB solutions with Visual Studio 2010 SP1. Since EAP build 8.1.2 R# throws permanently exceptions with the text "myLanguage != null" while analyzing code. The resuilt is, that... -
Created No list of fixes on EAP download page
Since the last three EAP release i can't see the list of fixes-. All i get is this:I'm logged in at YouTrack with my account.RegardsKlaus -
Created [8.1.1.133] All private functions and local variables marked as "Never used"
Code analysis seems to be broken in the current EAP build. In my soolutions (not matter if C# or VB) all local variables and private functions are marked as "Never Used" regardless if they are used... -
Created Irritating Code inspection
In a VB solution i have a method with the following code snippet:"v1" and "v2" are defined of type object. As "d1" and "d2" are declared as date the explicit conversion is perfectly legal for me ev...