Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
9answers
1k views

Misusing the term “Code Freeze”

I'm just curious if the community considers it acceptable to use the term "Code Freeze" for situations where we stop development except for testing and fixing bugs. Development Situation We're just ...
5
votes
7answers
567 views

Code Freeze when you aren't going to be finished

I am working on a project that has been running for a long period of time and we're coming up on a final release of the product. Current testing efforts have discovered there are about thirty defects ...
4
votes
5answers
714 views

Are code freezes still relevant when using a continuous integration build setup?

I've used a Continuous Integration server in the past with great success, and hadn't had the need to ever perform a code freeze on the source control system. However, lately it seems that everywhere ...
0
votes
2answers
43 views

How can I increase width of Selection Margin or prevent block highlighting in Visual Studio 2010 text editor?

When I moved from Visual Studio 2008 to Visual Studio 2010, there seems to only be a small section of pointing space (for the mouse) to click and drag and click again, to grab a few lines of code. ...
0
votes
2answers
1k views

java.lang.Thread.State: BLOCKED

i have my application that sometimes will freeze, without any error in console. I did a jstack, but i can't understand what appening and how to solve this bad situation :( Can you please help me? ...
0
votes
3answers
251 views

TCP Freezing with VB .Net

I made a game in VB .Net that uses tcp and sends messages back and forth. What is happening is, every so often, the message cannot be sent quickly enough, so then the TCPObj.connect() method goes ...
0
votes
7answers
3k views

Implementing a Code Freeze with Subversion

Say I'm working on a project and I know that I've completed a specific class and that it should not be edited again, ever. How can I lock this class so no more commits on it can happen? I've tried ...