Refactoring is a disciplined technique for restructuring an existing body of code, altering its internal structure without changing its external behavior.
1
vote
3answers
109 views
refactoring modular structures in D
Here's how I usually develop an application:
I start with having all the code in a single source file.
When it grows enough to be modularised, I break the code into several modules.
When the modules ...
2
votes
2answers
118 views
Eclipse renaming function on projects with dependencies
I have two eclipse project. The second one depends on the first one. When I try to rename a java class of the first project (using the rename function on the java file on the project explorer) it ...
0
votes
1answer
28 views
revert back refactoring step in Eclipse Java project
I was refactored class name in a large java source code in Eclipse. But in a situation where the refactoring produces any undesirable result, I would like to revered back to the previous class name or ...
0
votes
3answers
74 views
Understanding the project with many class and many objects [closed]
If a project (C#, Windows Form, .NET 2.0) is very huge and there are many classes and lot of objects which, in turn, contain many values inside themselves. When I go about debugging line-by-line, ...
3
votes
4answers
109 views
Replace cast by function call in C++
Any recommendations of a tool or method to refactor/replace casts such as:
(type*) data
into:
convert_to_type(data)
Things become trickier when data has higher priority operators, parenthesis or ...
0
votes
1answer
60 views
Clean up SAX Handler
I've made a SAX parser for parsing XML files with a number of different tags. For performance reasons, I chose SAX over DOM. And I'm glad I did because it works fast and good. The only issue I ...
1
vote
1answer
181 views
MS_POSITIONING Is Not a Valid Attribute of Elements BODY and DIv
We have a lot of legacy ASPX pages in our solution. Now we want to fix the code styling (bring it to the HTML5 standard) and generally clean the code on these ASPX pages. One of the issued I ran into ...
0
votes
0answers
80 views
Javascript Tool for detect Nested If statements
<script type="text/javascript">
function validateInput() {
<% foreach (var m in Model.Services.OrderBy(s => s.Service.DisplayIndex)){%>
if ($("#<%: m.Service.Key ...
0
votes
0answers
73 views
Any way to replace cursor in query? [closed]
I have a statement that uses a cursor to calculate time, but is there any possible substitute for the cursor using another method? The cursor is so slow...
SET NOCOUNT ON
Create table #Final_res
...
1
vote
2answers
106 views
Set Properties within base function and call function in child function inheritance
I am trying to refactor some old code and wanted to create more logical inheritance.
We have struct Custom Class which we have separated into (3) levels:
AccountView > Details > Full with ...
0
votes
1answer
152 views
How can I make this JavaScript/CSS random animation code simpler? [closed]
The JavaScript code below generates CSS to set up an animation using random values. The code is complicated and repetitive. How can this code be written more elegantly?
axis=["X","Y","Z"];
...
2
votes
2answers
107 views
How can I add a new route on my existing asp.net-mvc site without a large rewrite?
I have an asp.net-MVC website with a SQL server backend. There are a 100 different tables and this site works for an organization of 300 people.
We now want to use it for another organization and ...
0
votes
1answer
40 views
Resetting IntelliJ refactoring defaults
I have set some defaults on IntelliJ's method renaming functionality [specifically 'rename string usages'] and its causing me pain.
How do I remove these defaults? I can't find it in the project ...
0
votes
0answers
62 views
Howto refactor JSF project in Eclipse [closed]
Refactoring is an ongoing task and I wonder what is the best way to refactor a JSF project in Eclipse. As things like EL expressions are not statically checked and both the compiler and IDEs are not ...
3
votes
5answers
133 views
How to refactor large class that uses “Strategies”?
Problem
I have a large class (about 1500 LOC) and it uses different "strategies" to transform data from one object to another.
I have here a representation of that class:
public class FooService ...
0
votes
1answer
48 views
How can i extract a variable with eclipse and convert it into a class?
I have the problem that I defined a HashMap as a variable, where I should have used a class for better extendability.
I would like eclipse to refactor the
HashMap<String, Integer> result
...
0
votes
0answers
22 views
How can i use Eclipse to refactor a variable to a class?
I would like to make use of eclipse's refactoring utilities. I would like to extract a variable into a class, while preserving the functionality of the program. My Variable is a Hashmap:
...
2
votes
2answers
97 views
Refactoring java code using scripts
Is there an eclipse based solution to refactor Java code using scripts?
I've read about the Eclipse Language toolkit, but it seems that it implies the creation of a plugin, which sounds like overkill ...
1
vote
2answers
61 views
Refactoring options for a Java visitor
I have a class that defines a transformation from an AST (Abstract Syntax Tree) to an Intermediate Representation (IR) based on the visitor pattern. Both models are EMF models, so the visitor extends ...
1
vote
1answer
396 views
Partial views and Conditional rendering Mvc4
I have started to refactor some project , and I've faced with some code that seems to be written wrong because of code duplication , but the problem that i dont know how to refactor this in best ...
0
votes
1answer
32 views
Refactoring: Dual Keys and generic methods
I Have a few generic methods for constructing a Hibernate Search Model.
Basically it requires 2 keys and a few inputs. key1 !=key2
Example
public SearchModel getSearchModelA(String key1, String ...
-1
votes
1answer
58 views
Refactoring a Table of Contents Array
How can I refactor the following code?
ch1 = ['Chapter 1:', 'Numbers', 'page 1']
ch2 = ['Chapter 2:', 'Letters', 'page 72']
ch3 = ['Chapter 3:', 'Variable', 'page 118']
lineWidth = 10
linePadCh = ...
0
votes
1answer
50 views
Refactoring - See if record exists then get record
I am trying to avoid two calls to the database.
I need to check if a record exists, if so then fill my view with the data.
I have the following code:
if (Presenters.PayeePresenter.GetByID(id) ...
2
votes
1answer
101 views
Refactoring duplicated and highly coupled code
I have three concrete classes-
public class ClassA{
public C1 processA(C1 c1){
//lots of ugly code that copies
//one field to another
//return c1
}
public ...
1
vote
1answer
34 views
refactor legacy code, extracting small interface from a giant one with a small implementation
I have a large piece of code (legacy) which knows to connect to an external service lets say connects to skype and bring its availability, the way its doing this (this is how it works its for the sake ...
-1
votes
2answers
76 views
Refactoring output from System.out to PrintStream
How able to change System.out which I use to check the result.
I need test this method. Better do this when output will be with PrintStream.
How able to solve this?
Code:
private void scan(File ...
0
votes
0answers
46 views
IntelliJ idea Error Refactoring can not be performed , Class file is read-only
Just tried intelij idea 12 and when i created a package , but when i tried to move my AccountFile.class to the package i had created , i got error :
Refactoring can not be performed , file ...
2
votes
1answer
40 views
Is it common to replace hard-coded classes with something more dynamic?
I was reading in "Refactoring" of Fowler, chapter 1.
On page 51 you see a movie with a price class attached.
The first approach was: use inheritance to create multiple movies each with their unique ...
0
votes
1answer
174 views
Is it possible to refactor Objective-C++ code in Xcode
I am a game developer. I have developed a game using box2d which is in Final Phase. To structure the code when i attempt to make code refactoring i am receiving this error alert ...
1
vote
1answer
50 views
Refactoring Windows, UNIX, URI path mixture
What alternatives are there for refactoring code which stores various types of paths as String objects to use only URI objects?
The code currently has paths stored as String objects where the values ...
6
votes
2answers
356 views
Refactoring auto-detect file's encoding
I need to check encoding files. This code work but it's a little bit long. How able to make any refactoring this logic.
Maybe can to use some another variant for this target?
Code:
class ...
1
vote
2answers
85 views
Can this Python loop be expressed more succinctly?
I've come across some Python v2.7 code that I have refactored to become this:
for ssid in (ssid for ssid in overlaps
if ssid != subseq_id and ssid not in merged):
But it feels to me ...
0
votes
3answers
48 views
How do I shovel multiple objects from an array into an object?
I have a Team class:
class Team
attr_accessor :teamplayers
def initialize
@team_players = []
end
def <<(player)
@team_players << player
end
def to_s
puts "THIS ...
1
vote
1answer
72 views
Avoiding magic numbers in Python Flask and probably most other languages
I am defining models for my app and I need to a column named 'status' for various verification procedures. Here is a simplified user model.
class User
id(int)
name(str)
status(int) # 0- ...
0
votes
3answers
44 views
How would you refactor this
'def show
@dept = Dept.find(params[:id])
@members = @dept.members_list.collect{|a|a.name}
dif = @dept.users.collect{|a|[a.name,a.id]}
@admin_list = @dept.admin_users.collect{|a|a.user}
...
1
vote
2answers
67 views
How to refactor this nested try-catch
I am new to try-catch and have been refactoring lots of code recently to keep up with the principle of DRY. However, I still have a few scenarios that I can't quite work out. For example, in the ...
1
vote
2answers
89 views
Refactoring method according Single Responsibility Principle
I need to test contract obligations program.
I don't see any straightforward way to test this method as written. It's violating the Single Responsibility Principle, and simply doing too many things.
I ...
1
vote
3answers
57 views
how can I validate two ASP.NET pages have the same output HTML?
I am working on legacy code for an ASP.NET website, and I want to refactor.
I've come to the conclusion that the easiest way to test for breaks is to compare the final HTML with the old page, ...
2
votes
1answer
42 views
How would I refactor this piece of jQuery
How could this code be better written? I mean I'm targeting a parent of a child of a parent. I don't know how to do it but it seems like there might be a more elegant way to do it.
$('.flex-overlay')
...
0
votes
1answer
59 views
Best way to include javascript in Rails via content_for
I have some pages in my Rails application that need one off bits of javascript to be included, ideally just before the </body> tag. There is no real need to have this javascript included on ...
0
votes
0answers
43 views
Java - Is this refactorable? [closed]
Is there anyway to refactor this bloated pig?
int studyNum;
int formVer;
int partNum;
// We're getting the integer value of a string. If it throws an exception, set it equal to 0;
try {
studyNum ...
6
votes
2answers
72 views
Testing PHP code that calls a static method
I want to test this code block which has to call a static class.
class SomeModule {
public function processFoo()
{
$foo = FooFactory::getFoo();
// ... Do something to $foo
...
3
votes
6answers
170 views
Is this double instantation harmful, or simply unnecessary?
While perusing the legacy source, I found this:
DataSet myUPC = new DataSet();
myUPC = dbconn.getDataSet(dynSQL);
Resharper rightly "grays out" the "new Dataset()" part of it, and recommends, ...
0
votes
1answer
86 views
Is my Refactor not correct and clear?
Here is the original source, which contains a very common code pattern which I consider an anti-pattern or at best unnecessarily verbose:
private bool SymbolDevice;
. . .
...
1
vote
2answers
111 views
How to refactor “stringly-typed” code?
I'm currently working on a codebase where there are a few classes of variable, like database paths, which are simply represented as Strings. Most of the operations on these (non-)types are defined in ...
2
votes
6answers
131 views
Refactoring else-if operators with different extensions? [duplicate]
I want to know how we better way refctoring this part of code with else-if operators. When is performed eguals check with different extentions?
Code:
private void findFiles(String path) {
...
0
votes
2answers
33 views
Suggestion for Application to Refactor [closed]
I've been given an assignment to refactor an application, but I can't seem to find a good app. I've searched on sourceforge.net, but no luck. Can anyone please make a good suggestion?
Thanks in ...
1
vote
2answers
115 views
Using Moq, do I always need to mock all dependencies?
I had the following line in over 100 of my tests:
var registry = new Mock<ObjectRegistry>(new List<Assembly>()).Object;
A little refactoring changed my ObjectRegistry constructor to:
...
0
votes
4answers
57 views
How to refactor this PHP code?
Here is my code:
$aClass = '';
$bClass = '';
$cClass = '';
if ($_GET['data'] == 'a')
{
$aClass = ' active';
}
else if ($_GET['data'] == 'b')
{
$bClass = ' active';
}
else if ($_GET['data'] ...
1
vote
2answers
124 views
Renaming variables in JavaScript
I've been stuck with the unpleasant task of "unminifying" a minified JavaScript code file. Using JSBeautifier, the resulting file is about 6000 lines long.
Ordinarily, the variable and parameter ...


