-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheclipse.info
More file actions
80 lines (69 loc) · 2.69 KB
/
eclipse.info
File metadata and controls
80 lines (69 loc) · 2.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Download: http://eclipse.org/ (Eclipse IDE for Java EE Developers) Eclipse Juno SR1 v4.2
Import Java cody style, formatter rules (eclipse-oe-java-formatter.epf): File | Import... | General - Preferences
Window | Preferences | Java - Editor - Save Actions | Turn on
Perform the selected actions on save (checked)
Format source code (checked)
Format all lines (checked)
Organize imports (checked)
Additional actions (checked)
Configure
Code Organizing
Remove trailing whitespace (checked)
All lines (checked)
Correct indentation (checked)
Code Style
Use blocks in if/while/for/do statements (checked)
Allways (checked)
Use modifier 'final' where possible (checked)
Private fields (checked)
Member Accesses
Use 'this' qualifier for field acesses (checked)
Always (checked)
Use 'this' qualifer for method accesses (checked)
Always (checked)
Use declaring class as qualifier (checked)
Qualify field accesses (checked)
Qualify method accesses (checked)
Change all accesses through subtypes (checked)
Change all accesses through instances (checked)
Missing Code
Add missing Annotations (checked)
@Override (checked)
Implementations of interface methods (checked)
@Deprecated (checked)
Unnecessary Code
Remove unused imports (checked)
Remove unnecessary casts (checked)
Install plugins: Help | Install New Software...
- TestNG update site: http://beust.com/eclipse
- ObjectAid UML Explorer: http://www.objectaid.com/update (only class diagram)
Preferences | Java | Buils Path | Variables | New...
Name: OE_THIRDPARTY
Path (Folder): C:/work/workspacejava/oejava/thirdparty
or : j:/source/oejava/thirdparty
Preferences | Java | Installed JREs | Add
Standard VM
JRE home: j:\java\jre6\
JRE name: JRE
Default (checkbox)
Preferences | Data Management | Connectivity | Driver Definitions
Add | Vendor filter: MySQL | Select: MySQL JDBC Driver 5.1
JAR List tab | Add JAR/Zip | j:\source\oejava\thirdparty\mysql-connector-java-5.1.22-bin.jar
(original: Remove JAR/zip)
Window | Preferences | Server | Runtime Environment | Add
Apache Tomcat v7.0
Name: Apache Tomcat
Tomcat installation directory: j:\apache-tomcat-7.0.34
Finish | OK
Window | Show view | Servers
Servers view: right click | New | Server...
Tomcat v7.0 Server
Server host name: localhost
Server name: Apache Tomcat Server
Server runtime environment: Apache Tomcat (prev. steps)
Window | Show view | Markers
View menu | Configure Contents.. |
New | Rename: OEConfiguration | Scope: On selected element and its children
------------
Hibernate tools (JBoss tools)
Update site: http://download.jboss.org/jbosstools/updates/stable/juno/