You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 5You're lucky. Juding from the questions that still regularly pop up on Stack Overflow, some people are still stuck with Java 1.4 (a platform that's 11 years old!).Joachim Sauer– Joachim Sauer2013-07-16 05:14:58 +00:00Commented Jul 16, 2013 at 5:14
- 3Why are you doing the upgrade now if you don't already know of some features in 7 that you need? Maybe you are wasting your time and should think about bit more about whether you should justify it rather than how you should justify it.Bryan Oakley– Bryan Oakley2013-07-16 10:51:51 +00:00Commented Jul 16, 2013 at 10:51
- 1Is it just me or is the title backwards ?Radu Murzea– Radu Murzea2013-07-16 15:08:56 +00:00Commented Jul 16, 2013 at 15:08
- 1The bigger question is: Why are you having such a hard time upgrading? I was able to upgrade a million loc project in a week to Java 7. I think the answer to your problems is analyzing why you are having such a hard doing the upgrade.Andrew T Finnell– Andrew T Finnell2013-07-16 15:09:26 +00:00Commented Jul 16, 2013 at 15:09
- 2@ Andrew Finnell : Sorry. I did not think it was that relevant. The actual porting was completed in less than a week. Mainly due to sun proprietary api's we used. It was a function specific compatibility affected code than actual number of lines of code( 4million approx). The delay caused was due to various factors like tools support- For example code coverage using cobertura 2.0. is just stabilizing. Another tool was Rational Functional Tester which required an upgrade (we chose not to do). May be I will write a note on overall factors affected the effort..Jayan– Jayan2013-07-16 15:16:14 +00:00Commented Jul 16, 2013 at 15:16
| Show 4 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. design-patterns), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you
lang-java