Author |
Topic |
|
ekt
New Member
6 Posts |
Posted - Mar 01 2013 : 07:10:07 AM
|
case=2335
entire world will be better, with less code and less bugs really |
|
feline
Whole Tomato Software
United Kingdom
19014 Posts |
Posted - Mar 01 2013 : 11:16:09 AM
|
case=2335 is the feature request to find unused variables and functions, which we are still considering. This would certainly help some of the time. For now if you suspect you have an unused variable or function you can simply run Find References on it and see what VA finds. |
zen is the art of being at one with the two'ness |
|
|
gmit
Whole Tomato Software
Croatia
90 Posts |
Posted - Mar 01 2013 : 6:25:12 PM
|
Unused variables can be easily found in compiler warnings. Eliminated functions could probably be found in some linker log using verbose log level. |
|
|
ekt
New Member
6 Posts |
Posted - Mar 02 2013 : 03:24:37 AM
|
The purpose of tools like VA is to automate actions, make them quick and less error prone. I know i can do it myself using warnings or logs. But its like renaming. If it costs too much in time, or if it is error prone, you won't always do it. But if its fast and safe you'll do it. Who have used Resharper knows what I mean.
In maintenance mode, the most important code is the one you delete. At the moment VA has all the tools to detect dead code.
@feline: you are considering it since 2006 :) |
|
|
accord
Whole Tomato Software
United Kingdom
3287 Posts |
Posted - Mar 04 2013 : 5:25:01 PM
|
We have a lots of outstanding feature requests, and somehow we need to prioritize them. This feature may not be the easiest one to implement, though. Just running the existing Find References on every single symbol in the source to analyze the results, well, maybe it would be too slow. But I'm just thinking out loud. |
Edited by - accord on Mar 04 2013 5:27:03 PM |
|
|
legalize
Tomato Guru
USA
119 Posts |
Posted - Mar 25 2013 : 11:30:19 AM
|
quote: Originally posted by accord
We have a lots of outstanding feature requests, and somehow we need to prioritize them.
Some open source projects allow users to vote on features and bug requests to push the important ones to the top.
If you had this in your bug tracking system, I would participate. |
http://legalizeadulthood.wordpress.com |
|
|
ekt
New Member
6 Posts |
Posted - Mar 25 2013 : 11:49:54 AM
|
agree non open source projects does this too (see all JetBrains products)
|
Edited by - ekt on Mar 25 2013 11:50:15 AM |
|
|
feline
Whole Tomato Software
United Kingdom
19014 Posts |
Posted - Mar 25 2013 : 2:50:51 PM
|
While we don't have a voting system for bugs, we do pay close attention to the most common bug reports and feature requests on the forum and via email, and do look to discuss and understand new feature requests. This helps us work out what to do next, and how to prioritise things. |
zen is the art of being at one with the two'ness |
|
|
|
Topic |
|