what are the advantages and disadvantages of each version of Eclipse (Juno and Kepler) ? which one is the more stable version ? how to choose the right version of eclipse?
相关问题
- Eclipse and Mylyn : how to disable grey files in t
- Installing Pydev for Eclipse throws error
- Error in Scala Compiler: java.lang.AssertionError:
- How to remove unused imports using Eclipse and not
- Assume/switch role in aws toolkit for eclipse 2.0
相关文章
- selenium+eclipse 打开网页时报错
- Eclipse failing to open
- Eclipse how can I indent C++ preprocessor macros
- Why is FindBugs ignoring my check for null?
- Eclipse cleanup - what are the “.index” files - ca
- Eclipse plugin to find out unused methods in a cla
- Spring NamespaceHandler issue when launching Maven
- Google USB Package isn't showing in SDK Manang
Each eclipse release has some bug fixes, new features updated APIs etc.
You can check News and Noteworthy section of each release to know how the current release is different from its preceded version. Kepler News and Noteworthy section is here.
Compare the each feature/involving projects version of both Juno and Kepler from here and here.
Note that Kepler feature versions are higher(or newer) which indicate the bug fixes or new feature in new eclipse version.
For detailed difference check all the bugs or issues assigned to newer versions of each features in eclipse bugzilla
Edited on Thu Oct 9 12:14:17 IST 2014
Good News. Now its easy to see issues addressed in a given eclipse release. Here you can find the all eclipse released versions till now here: https://projects.eclipse.org/projects/eclipse/governance.
To view issues addressed in a given eclipse release. Use this link
http://projects.eclipse.org/projects/eclipse/releases/<EclipseReleaseNumber>/bugs
Replace <EclipseReleaseNumber> with the required eclipse version.