Diomidis Spinellis
ff13af7ea6
Merge pull request #32 from DevFactory/release/remove-dead-stores-fix-1
...
[squid:S1854] Dead stores should be removed
2016-06-07 17:22:20 +03:00
Diomidis Spinellis
c4713960af
Merge pull request #31 from DevFactory/release/replace-synchronized-classes-fix-1
...
[squid:S1149] Synchronized classes Vector, Hashtable, Stack and StringBuffer should not be used
2016-06-07 17:21:55 +03:00
Diomidis Spinellis
a0ed8a2672
Merge pull request #30 from DevFactory/release/add-missing-override-annotation-fix-1
...
[squid:S1161] "@Override" annotation should be used on any method overriding (since Java 5) or implementing (since Java 6) another one
2016-06-07 17:21:36 +03:00
Diomidis Spinellis
c4f32a5a74
Update test reference files
2016-06-07 17:20:48 +03:00
Diomidis Spinellis
4425596017
Merge branch 'master' of github.com:dspinellis/UMLGraph
2016-06-07 16:10:47 +03:00
ayman abdelghany
1ec3be2f98
[squid:S1149] Synchronized classes Vector, Hashtable, Stack and StringBuffer should not be used
2016-06-07 14:12:05 +02:00
ayman abdelghany
105db10e1a
[squid:S1854] Dead stores should be removed
2016-06-07 14:07:16 +02:00
ayman abdelghany
9f25167880
[squid:S1161] "@Override" annotation should be used on any method overriding (since Java 5) or implementing (since Java 6) another one
2016-06-07 14:04:11 +02:00
Diomidis Spinellis
23e7da7ca5
Merge pull request #15 from frankgrimes97/svg-uml-output
...
Output as SVG instead of PNG and minor cosmetic fixes.
2015-11-01 13:09:52 +02:00
Diomidis Spinellis
93e69a4e24
Make umlgraph shell script work under Cygwin
2015-10-05 14:23:19 +03:00
Diomidis Spinellis
17ab5f89f2
Update version
2014-10-29 00:19:04 +02:00
Diomidis Spinellis
691cf7fe69
Add Version.java
...
Although it's auto-generated Maven wants it under SCM.
2014-10-29 00:03:19 +02:00
Diomidis Spinellis
f687058ca3
Bring back comma that got lost in 52d95c3c
2014-10-28 19:54:57 +02:00
Diomidis Spinellis
fe9ac58af1
Disable importedClasses deprecation warning
...
In our case an attempt to get the imported classes is justified.
Although they are an implementation detail, we document the
implementation.
2014-10-28 17:23:47 +02:00
Diomidis Spinellis
a8b1f1ff46
Remove auto-generated file
2014-10-28 17:07:14 +02:00
Diomidis Spinellis
fa40aaf731
Get rid of Java generics warning
...
Casts are still needed, because Properties extends
Hashtable<Object, Object> instead of Hashtable<String, String>.
2014-10-28 17:04:59 +02:00
Diomidis Spinellis
d46829bb01
Add methods required by Java 1.8
2014-10-28 16:38:14 +02:00
Diomidis Spinellis
ac69e12d7a
Remove obsolete RCS/CVS $Id$
...
Command used:
sed -i '/^# \$Id\$$/d;/^ \* \$Id\$$/d;/^<!-- \$Id\$ -->$/d;/\/\/ \$Id\$/d' $(fgrep -l \$Id $(git ls-files))
2014-10-28 16:29:43 +02:00
Daniel TISCHER
52d95c3cc3
workaround empty label problem
2014-02-10 13:43:08 +01:00
Daniel TISCHER
8d77597da5
workaround for http://www.graphviz.org/mantisbt/view.php?id=2421
2014-02-09 11:50:05 +01:00
Daniel TISCHER
a463b627fb
check if source and dest are not already linked
2014-02-09 11:18:57 +01:00
Emanuel Pordes
44a146c03d
Added width and height to svg object tag
2013-10-15 15:28:17 -04:00
Emanuel Pordes
41d93e14f6
Fix variable naming
2013-10-11 15:50:54 -04:00
Emanuel Pordes
e58589e4c0
Output as SVG instead of PNG and minor cosmetic fixes.
2013-10-11 14:26:56 -04:00
real-prometheus
0435986b92
Added support for options tags in ContextView and PackageView using the UmlGraphDoc docklet for javadoc generation with integrated Uml.
2013-08-23 02:27:53 +02:00
Diomidis Spinellis
bd246d364f
Maven-related changes
2013-08-11 15:28:13 +03:00
Diomidis Spinellis
ef20511703
Merge branch 'master' of github.com:dspinellis/UMLGraph
...
Conflicts:
src/main/java/org/umlgraph/doclet/Version.java
2013-05-23 19:53:17 +03:00
Diomidis Spinellis
a54b9bfc40
For Maven to work Version.java must exist
...
New Version.java can be created with "ant version"
2013-05-23 19:44:52 +03:00
Diomidis Spinellis
faedc3f0ff
Correct handling of Version.java
...
It is generated automatically from the version and the git hash.
2013-05-23 19:05:57 +03:00
Diomidis Spinellis
f6e263028a
Merge branch 'master' of https://github.com/Stummi/UMLGraph into Stummi-master
2013-05-23 18:52:27 +03:00
Michael Stummvoll
22bee0462c
Merge git://github.com/gousiosg/UMLGraph - base for a fixed maven build
2012-12-17 09:21:32 +01:00
Georgios Gousios
ce821892f2
Don't ignore Version.java. Ignore Intellij project files.
2012-06-27 18:39:54 +02:00
Georgios Gousios
f309d89222
Do not autogenerate Version class on every compile.
...
Instead, use a properties template file and Maven filtering
to set the correct version while building the output jar.
At runtime, load the properties file from the classpath and
statically initialize the version parameter.
2012-06-27 18:35:02 +02:00
Georgios Gousios
381301b1e3
Move test sources to Maven standard test dir
2012-06-27 18:31:33 +02:00
Georgios Gousios
b8a974e20f
Make UMLGraph maven compatible
2012-06-27 17:46:47 +02:00