Thursday, 20 August 2015

Converting org.eclipse.emf.common.util.URI to Java.io.File

Code snippet: URI resolvedFile = CommonPlugin.resolve(uri); String fileString = resolvedFile.toFileString(); File file = new File(fileString); Thats it. You have got the File now. org.eclipse.emf.common.CommonPlugin... More

Thursday, 16 April 2015

Eclipse RCP: Reading text file resource to a string

Code Snippets which is used to convert a text file inside a Eclipse RCP to a String. Create a PluginResourceToString object and make a call to convertToString method with the filePath as the argument. If... More

Monday, 13 April 2015

Eclipse 4 (E4) : Creating Eclipse RCP Headless (Command line) Application

Simple way to create RCP Headless application is to define Trimmed window in the application model and making it as non visible / non to be rendered. If made non visible, there will be no window... More

Tuesday, 3 March 2015

Dependency Injection: Common Plugins, Annotations & Usage in Eclipse E4

The plugins that provide common annotations for DI (Dependency Annotations) in Eclipse E4 are javax.inject javax.annotation org.eclipse.e4.core.di org.eclipse.e4.ui.services The common annotations... More

Wednesday, 25 February 2015

Doing peer code review in Git and Eclipse (Java/C++)

Peer code reviews will help a lot during coding stage to ensure the correctness of the code. We know that doing smaller commits will minimize the bugs. Combining the above two will really... More

Tuesday, 24 February 2015

Git - Difference (Compare) between two commits (sha)

Given two different SHAs (Commit Ids), you might want to view the difference between them and compare. You can do this by git difftool The above will launch the difftool for each file in sha1... More

Git - Create and Track Remote Branch

You many want to create a new local branch and track the remote branch. You can do this by git branch --track   Where is the complete path of remote branch including remotes/origin/...... More

Gallery

Object Oritented, Git

Most Commented

OOAD

Contact Form

Name

Email *

Message *

2014 © Planer - Responsive Blogger Magazine Theme
Planer theme by Way2themes