albert's blog
Showing posts with label
Eclipse
.
Show all posts
Showing posts with label
Eclipse
.
Show all posts
2020/06/09
[Eclipse] [Maven] missing artifact xxxxxx
›
Problem I copy libraries (under .m2/repository) from other's machine. As I tried to update maven in my eclipse project, I got missing ...
2019/03/06
[Eclipse] Get the power to write better code with sonarlint
›
You can install sonarlint plugin to get the power to write better code. For example, if you forgot to close IO resource properly, you will...
2017/11/04
[Eclipse] How to know current worksapce ?
›
Problem How do I know which eclipse workspace I am working currently? How-To File->Switch Workspace->Other... and it will show the...
2017/07/10
How to Clear Code Coverage Highlight in Eclipse
›
Problem I am using EclEmma, a free Java code coverage tool for Eclipse, to generate code coverage analysis report. The report looks like: ...
5 comments:
2017/06/09
[Eclipse] project configuration is not up to date with pom.xml
›
Problem I have Maven Project in Eclipse Mars. One day I have an error in my project, but it does not have any negative effect to my imple...
2017/06/08
[Eclipse] EclEmma - Java Code Coverage for Eclipse
›
In computer science, code coverage is a measure used to describe the degree to which the source code of a program is executed when a particu...
2017/06/06
[Eclipse Plugin] EasyShell
›
While working in eclipse you may want to open selected file from project explorer to Windows File Explorer. One way is by selecting file, ...
2017/01/02
[Eclipse] "Annotation processor 'lombok.core.AnnotationProcessor' not found"
›
Problem I fail to startup my Spring boot application, and get this error : "Annotation processor 'lombok.core.AnnotationProcessor...
2016/11/03
[Eclipse] Source not found Problem
›
Problem I am working in a Maven Project in Eclipse. As I tried to check the Apache POI's source code, but it show Source not found err...
2016/02/27
How to import a git non-Java project into Eclipse
›
Assume I import a non-Java project from GitHub into Eclipse 1. Import non-Java project from GitHub: File => Import 2. Choose Git =...
2015/05/04
[Maven] Error instantiating builder ‘org.eclipse.m2e.core.maven2Builder’.
›
Problem My eclipse had shut down unexpectedly. As I restart eclipse, and try to do maven clean. The console show this error message ...
2015/03/26
[Eclipse] Open Call hierarchy
›
I am tracing Java code in Eclipse Assume it is my tracing Java code hierarchy structure, I may trace from top to down. But sometimes, it...
2015/02/02
Generating entities from tables in Eclipse
›
Using this following procedure to generate Java persistent entities from database tables. 1. File => New => JPA Project => ...
2014/12/15
How to revert changes in EGit
›
Assume I have a form bean in gov.nta.dbm.web.dto The form bean is as following: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1...
›
Home
View web version