Recent Releases of https://github.com/feenkcom/jdt2famix

https://github.com/feenkcom/jdt2famix - Release 1.0.12

Fixes some npe-s for invocations.

- Java
Published by georgeganea almost 8 years ago

https://github.com/feenkcom/jdt2famix - Release 1.0.11

Fixes some npes when computing the cyclo metric

- Java
Published by georgeganea almost 8 years ago

https://github.com/feenkcom/jdt2famix - Release 1.0.10

Fixed: super invocations were missing the astStopPosition

- Java
Published by georgeganea almost 8 years ago

https://github.com/feenkcom/jdt2famix - Release 1.0.9

bash file has a default -Xmx of 6g

- Java
Published by georgeganea almost 8 years ago

https://github.com/feenkcom/jdt2famix - Release 1.0.8

Removed unnecessary cyclomatic complexity from annotation instance

- Java
Published by georgeganea almost 8 years ago

https://github.com/feenkcom/jdt2famix - Release 1.0.7

Removed source anchors from calls / accesses / inheritance / annotation instances, but added astStartPosition and astStopPosition as properties.

- Java
Published by georgeganea about 8 years ago

https://github.com/feenkcom/jdt2famix - Release 1.0.6

Fixed a few null pointer exceptions.

- Java
Published by georgeganea about 8 years ago

https://github.com/feenkcom/jdt2famix - Release 1.0.5

Adds support for annotation instances source anchors and inheritance source anchors.

- Java
Published by georgeganea about 8 years ago

https://github.com/feenkcom/jdt2famix - Release 1.0.4

Calls and accesses now have source anchors with start and stop characters.

- Java
Published by georgeganea about 8 years ago

https://github.com/feenkcom/jdt2famix - Release 1.0.3

Addresses issues: - #9 - #12 - #15

- Java
Published by girba over 9 years ago

https://github.com/feenkcom/jdt2famix - More robust error handling for edge cases

Addressed issues: - #5 - #6 - #7

- Java
Published by girba almost 10 years ago

https://github.com/feenkcom/jdt2famix - First release

This is the first robust release. It can import the following main entities: - classes, parameterizable classes, parameterized types, enums, anonymous classes, inner classes - annotation types, annotation type attributes - annotation instances, annotation instance attributes - methods, constructors, class initializers - parameters, local variables - attributes, enum values - accesses - invocations, constructor invocations, class instantiations - thrown exceptions, caught exceptions, declared exceptions - comments associated with named entities - source anchors for named entities

- Java
Published by girba almost 10 years ago