437781b7d61fe8c72120d64f23516ec98efb989d
Files Diff
- Added: 14
- Removed: 8
- Renamed: 0
- Modified: 6
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Added | |
com.xeiam.xchart:xchart:2.5.0 | |
org.eclipse.jetty:jetty-server:9.2.10.v20150310 | |
org.eclipse.jetty:jetty-webapp:9.2.10.v20150310 | |
org.glassfish.jersey.containers:jersey-container-servlet-core:2.15 | |
org.graphstream:gs-algo:1.2 | |
org.infinispan:infinispan-embedded:7.1.1.Final | |
org.glassfish:javax.json:1.0.4 | |
com.sun:tools:1.8.0 | |
org.yaml:snakeyaml:1.15 | |
org.eclipse.persistence:eclipselink:2.6.0 | |
org.eclipse.jetty:jetty-util:9.2.10.v20150310 | |
redis.clients:jedis:2.7.0 | |
com.google.guava:guava:18.0 | |
org.springframework:spring-context-support:4.1.6.RELEASE | |
org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.10.v20150310 | |
mysql:mysql-connector-java:5.1.35 | |
org.slf4j:slf4j-api:1.7.7 | |
net.jodah:expiringmap:0.4.1 | |
org.ow2.asm:asm-debug-all:5.0.3 | |
org.mongodb:mongo-java-driver:2.12.4 | |
javax.inject:javax.inject:1 | |
org.apache.commons:commons-lang3:3.0 | |
org.mongojack:mongojack:2.1.0 | |
org.graphstream:gs-ui:1.2 | |
org.graphstream:gs-core:1.2 | |
commons-codec:commons-codec:1.10 | |
org.postgresql:postgresql:9.4-1201-jdbc41 | |
Removed | |
com.fasterxml.jackson.core:jackson-annotations:2.5.2 | |
Updated | |
From org.javassist:javassist 3.19.0-GA To 3.18.2-GA | |
From ch.qos.logback:logback-classic 1.1.3 To 1.1.2 | |
From org.slf4j:slf4j-api 1.7.12 To 1.7.10 | |
From junit:junit 4.12 To 4.11 | |
From org.apache.commons:commons-lang3 3.4 To 3.1 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public locateActor(actorReference IAddressable) : Task<INodeAddress> renamed to public locateAndActivateActor(actorReference IAddressable) : Task<INodeAddress> in class com.ea.orbit.actors.runtime.Hosting | From | To | |
Rename Method public test() : void renamed to public memoizeTest() : void in class com.ea.orbit.samples.customannotation.AnnotationTest | From | To | |
Rename Variable | 1 | ||
Rename Variable stage1 : OrbitStage to stage : OrbitStage in method public memoizeTest() : void in class com.ea.orbit.samples.customannotation.AnnotationTest | From | To | |
Move And Rename Class | 3 | ||
Move And Rename Class com.ea.orbit.samples.memoize.ExampleActor moved and renamed to com.ea.orbit.samples.annotation.examples.MemoizeExampleActor | From | To | |
Move And Rename Class com.ea.orbit.samples.helloworld.MemoizeTest moved and renamed to com.ea.orbit.samples.customannotation.AnnotationTest | From | To | |
Move And Rename Class com.ea.orbit.samples.memoize.IExample moved and renamed to com.ea.orbit.samples.annotation.examples.IMemoizeExample | From | To | |
Change Variable Type | 1 | ||
Change Variable Type memoize : IExample to memoize : IMemoizeExample in method public memoizeTest() : void in class com.ea.orbit.samples.customannotation.AnnotationTest | From | To | |
Extract Variable | 1 | ||
Extract Variable custom : AnnotationHookProvider in method public initStage() : OrbitStage from class com.ea.orbit.samples.customannotation.AnnotationTest | From | To |