===============================================
gt
https://github.com/apache/activemq/commit/540dd5c987855fc6b0981ece021358645ae07827
activemq-openwire-generator/src/main/java/org/apache/activemq/openwire/tool/CSourcesGenerator.java


--------------------------------------
Update: VariableDeclarationStatement (Src:131 => Dst:130)
Move from this stmt to dst stmt at 129: [JProperty]
Intra-Stmt Move from right to left: [JProperty]



===============================================
gt
https://github.com/apache/activemq/commit/540dd5c987855fc6b0981ece021358645ae07827
activemq-openwire-generator/src/main/java/org/apache/activemq/openwire/tool/CSourcesGenerator.java


--------------------------------------
Update: VariableDeclarationStatement (Src:185 => Dst:183)
Move from this stmt to dst stmt at 182: [JProperty]
Intra-Stmt Move from right to left: [JProperty]



===============================================
gt
https://github.com/apache/activemq/commit/540dd5c987855fc6b0981ece021358645ae07827
activemq-openwire-generator/src/main/java/org/apache/activemq/openwire/tool/CSourcesGenerator.java


--------------------------------------
Update: VariableDeclarationStatement (Src:247 => Dst:245)
Move from this stmt to dst stmt at 244: [JProperty]
Intra-Stmt Move from right to left: [JProperty]



===============================================
gt
https://github.com/apache/activemq/commit/42d9fd118daea5cc10f7eb56c263063adb322f25
activemq-tooling/activemq-perf-maven-plugin/src/main/java/org/apache/activemq/tool/reports/XmlFilePerfReportWriter.java


--------------------------------------
Insert: TryStatement (Src:-1 => Dst:198)
Add: try
Add: FileInputStream
Move from src stmt at 198 to this stmt: [reader, =]
Update: reader -> fileInputStream
Move from src stmt at 198 to this stmt: [new, FileInputStream, tempLogFile]
Move from src stmt at 198 to this stmt: [InputStreamReader]
Add: inputStreamReader
Add: =
Add: new
Add: InputStreamReader
Add: fileInputStream
Move from src stmt at 198 to this stmt: [BufferedReader]
Add: reader
Add: =
Add: new
Move from src stmt at 198 to this stmt: [BufferedReader]
Add: inputStreamReader



===============================================
gt
https://github.com/apache/activemq/commit/170b86a86181a38d7afecb867221aa6b8996e205
activemq-core/src/main/java/org/apache/activemq/store/jdbc/DataSourceSupport.java


--------------------------------------
Update: ExpressionStatement (Src:82 => Dst:83)
Delete: "derby.system.home"
Move from this stmt to dst stmt at 68: [getDataDirectoryFile, getCanonicalPath]
Add: "derby.system.home"
Add: homeDir



===============================================
gt
https://github.com/apache/activemq/commit/ecb10e9519c82b13bb61685ecdb0251f56a8a24d
activemq-core/src/test/java/org/apache/activemq/network/SimpleNetworkTest.java


--------------------------------------
Delete: VariableDeclarationStatement (Src:136)
Delete: DemandSubscription
Delete: demandSubscription
Delete: =
Move from this stmt to dst stmt at 127: [DemandSubscription]
Move from this stmt to dst stmt at 127: [forwardingBridges, values]
Delete: toArray
Delete: 0



===============================================
gt
https://github.com/apache/activemq/commit/ecb10e9519c82b13bb61685ecdb0251f56a8a24d
activemq-core/src/test/java/org/apache/activemq/network/SimpleNetworkTest.java


--------------------------------------
Insert: EnhancedForStatement (Src:-1 => Dst:127)
Add: for
Move from src stmt at 136 to this stmt: [DemandSubscription]
Add: demandSubscription
Move from src stmt at 136 to this stmt: [forwardingBridges, values]



===============================================
gt
https://github.com/apache/activemq/commit/f392884e31d9325fd90643b6d8e01668a58b70de
activemq-core/src/main/java/org/apache/activemq/broker/TransportConnection.java


--------------------------------------
Update: IfStatement (Src:682 => Dst:687)
Delete: &&
Delete: broker
Delete: isFaultTolerantConfiguration



===============================================
gt
https://github.com/apache/activemq/commit/f392884e31d9325fd90643b6d8e01668a58b70de
activemq-core/src/main/java/org/apache/activemq/broker/TransportConnection.java


--------------------------------------
Update: VariableDeclarationStatement (Src:684 => Dst:689)
Move from this stmt to dst stmt at 1238: [ConnectionControl]
Intra-Stmt Move from right to left: [ConnectionControl]
Delete: new
Add: this
Add: connector
Add: getConnectionControl



===============================================
gt
https://github.com/apache/activemq/commit/d88c4e46ecffdba0040299df6efbcdc4171d1c3d
activemq-amqp/src/main/java/org/apache/activemq/transport/amqp/message/AmqpMessageSupport.java


--------------------------------------
Update: VariableDeclarationStatement (Src:316 => Dst:318)
Delete: HashMap
Delete: String
Delete: Object
Intra-Stmt Move from right to left: [HashMap, String, Object]
Add: LinkedHashMap
Add: String
Add: Object



===============================================
gt
https://github.com/apache/activemq/commit/7fa85185aae02414ff023727efc46680f5ead66a
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7067Test.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:100)
Add: System
Add: out
Add: println
Add: "****** create new txid = "
Add: +
Add: txid



===============================================
gt
https://github.com/apache/activemq/commit/7fa85185aae02414ff023727efc46680f5ead66a
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7067Test.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:130)
Add: System
Add: out
Add: println
Add: "****** recovered = "
Add: +
Add: xids



===============================================
gt
https://github.com/apache/activemq/commit/7fa85185aae02414ff023727efc46680f5ead66a
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7067Test.java


--------------------------------------
Update: VariableDeclarationStatement (Src:183 => Dst:231)
Move from this stmt to dst stmt at 352: [Session]
Move from src stmt at 222 to this stmt: [Session]
Move from this stmt to dst stmt at 352: [connection]
Move from src stmt at 222 to this stmt: [connection]
Update: CLIENT_ACKNOWLEDGE -> SESSION_TRANSACTED



===============================================
gt
https://github.com/apache/activemq/commit/7fa85185aae02414ff023727efc46680f5ead66a
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7067Test.java


--------------------------------------
Insert: ReturnStatement (Src:-1 => Dst:246)
Add: return
Move from src stmt at 195 to this stmt: [10000]
Update: 10000 -> 0
Add: ==
Add: getQueueSize
Add: queue
Add: getQueueName



===============================================
gt
https://github.com/apache/activemq/commit/7fa85185aae02414ff023727efc46680f5ead66a
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7067Test.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:258)
Add: broker
Move from src stmt at 203 to this stmt: [println]
Update: println -> waitUntilStopped



===============================================
gt
https://github.com/apache/activemq/commit/7fa85185aae02414ff023727efc46680f5ead66a
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7067Test.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:259)
Move from src stmt at 203 to this stmt: [String]
Update: String -> createBroker



===============================================
gt
https://github.com/apache/activemq/commit/7fa85185aae02414ff023727efc46680f5ead66a
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7067Test.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:260)
Move from src stmt at 203 to this stmt: [holdKahaDb, getQueueName]
Update: holdKahaDb -> broker
Update: getQueueName -> waitUntilStarted



===============================================
gt
https://github.com/apache/activemq/commit/7fa85185aae02414ff023727efc46680f5ead66a
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7067Test.java


--------------------------------------
Delete: WhileStatement (Src:200)
Delete: while
Delete: true



===============================================
gt
https://github.com/apache/activemq/commit/7fa85185aae02414ff023727efc46680f5ead66a
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7067Test.java


--------------------------------------
Delete: TryStatement (Src:201)
Delete: try



===============================================
gt
https://github.com/apache/activemq/commit/7fa85185aae02414ff023727efc46680f5ead66a
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7067Test.java


--------------------------------------
Delete: ExpressionStatement (Src:203)
Delete: System
Delete: out
Move from this stmt to dst stmt at 258: [println]
Move from this stmt to dst stmt at 259: [String]
Delete: format
Delete: "QueueSize %s: %d"
Move from this stmt to dst stmt at 260: [holdKahaDb, getQueueName]
Delete: getQueueSize
Delete: holdKahaDb
Move from this stmt to dst stmt at 264: [getQueueName]



===============================================
mtdiff
https://github.com/apache/activemq/commit/004be56127e7e949c8ffff8c36435ea0f27d32d4
activemq-unit-tests/src/test/java/org/apache/activemq/store/jdbc/XACompletionTest.java


--------------------------------------
Update: VariableDeclarationStatement (Src:922 => Dst:924)
Move from this stmt to dst stmt at 941: [=]
Update: factory -> activeMQConnectionFactory
Add: =



===============================================
mtdiff
https://github.com/apache/activemq/commit/004568234b3964441fa122b04bdb509e754585f4
activemq-amqp/src/main/java/org/apache/activemq/transport/amqp/AmqpProtocolConverter.java


--------------------------------------
Move & Update: ExpressionStatement (Src:1257 => Dst:1260)
Move from this stmt to dst stmt at 1257: [source, =, new, org, apache, qpid, proton, amqp, messaging, Source]
Move from src stmt at 1260 to this stmt: [sender, setSource, source]



===============================================
mtdiff
https://github.com/apache/activemq/commit/004568234b3964441fa122b04bdb509e754585f4
activemq-amqp/src/main/java/org/apache/activemq/transport/amqp/AmqpProtocolConverter.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:1257)
Move from src stmt at 1257 to this stmt: [source, =, new, org, apache, qpid, proton, amqp, messaging, Source]



===============================================
mtdiff
https://github.com/apache/activemq/commit/004568234b3964441fa122b04bdb509e754585f4
activemq-amqp/src/main/java/org/apache/activemq/transport/amqp/AmqpProtocolConverter.java


--------------------------------------
Move & Update: ExpressionStatement (Src:1260 => Dst:1284)
Move from this stmt to dst stmt at 1260: [sender, setSource, source]
Move from src stmt at 1282 to this stmt: [pumpProtonToSocket]



===============================================
mtdiff
https://github.com/apache/activemq/commit/004568234b3964441fa122b04bdb509e754585f4
activemq-amqp/src/main/java/org/apache/activemq/transport/amqp/AmqpProtocolConverter.java


--------------------------------------
Move & Update: ExpressionStatement (Src:1273 => Dst:1282)
Move from this stmt to dst stmt at 1273: [sender, setSource, null]
Move from src stmt at 1281 to this stmt: [sender, open]



===============================================
mtdiff
https://github.com/apache/activemq/commit/004568234b3964441fa122b04bdb509e754585f4
activemq-amqp/src/main/java/org/apache/activemq/transport/amqp/AmqpProtocolConverter.java


--------------------------------------
Move & Update: ExpressionStatement (Src:1282 => Dst:1280)
Move from this stmt to dst stmt at 1284: [pumpProtonToSocket]
Add: sender
Add: close



===============================================
mtdiff
https://github.com/apache/activemq/commit/ecb10e9519c82b13bb61685ecdb0251f56a8a24d
activemq-core/src/test/java/org/apache/activemq/network/SimpleNetworkTest.java


--------------------------------------
Insert: IfStatement (Src:-1 => Dst:128)
Add: if
Add: demandSubscription
Move from src stmt at 136 to this stmt: [toArray]
Update: toArray -> getLocalInfo
Add: getDestination
Add: equals
Add: destination



===============================================
mtdiff
https://github.com/apache/activemq/commit/f392884e31d9325fd90643b6d8e01668a58b70de
activemq-core/src/main/java/org/apache/activemq/broker/TransportConnection.java


--------------------------------------
Move & Update: ExpressionStatement (Src:674 => Dst:876)
Move from this stmt to dst stmt at 678: [state, setConnection, this]
Add: info
Add: setPeerBrokerInfos
Add: this
Move from src stmt at 682 to this stmt: [broker, isFaultTolerantConfiguration]
Update: isFaultTolerantConfiguration -> getPeerBrokerInfos



===============================================
mtdiff
https://github.com/apache/activemq/commit/f392884e31d9325fd90643b6d8e01668a58b70de
activemq-core/src/main/java/org/apache/activemq/broker/TransportConnection.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:678)
Move from src stmt at 674 to this stmt: [state, setConnection, this]



===============================================
mtdiff
https://github.com/apache/activemq/commit/d88c4e46ecffdba0040299df6efbcdc4171d1c3d
activemq-amqp/src/main/java/org/apache/activemq/transport/amqp/message/AmqpMessageSupport.java


--------------------------------------
Move & Update: ExpressionStatement (Src:320 => Dst:327)
Update: putAll -> value
Add: put
Add: entry
Add: getKey
Move from this stmt to dst stmt at 322: [contentMap]



===============================================
mtdiff
https://github.com/apache/activemq/commit/d88c4e46ecffdba0040299df6efbcdc4171d1c3d
activemq-amqp/src/main/java/org/apache/activemq/transport/amqp/message/AmqpMessageSupport.java


--------------------------------------
Insert: EnhancedForStatement (Src:-1 => Dst:322)
Add: for
Add: Entry
Add: String
Move from src stmt at 316 to this stmt: [HashMap]
Update: HashMap -> Object
Add: entry
Move from src stmt at 320 to this stmt: [contentMap]
Add: entrySet



===============================================
mtdiff
https://github.com/apache/activemq/commit/7fa85185aae02414ff023727efc46680f5ead66a
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7067Test.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:103)
Add: TextMessage
Add: helloMessage
Add: =
Add: xaSession
Add: createTextMessage
Add: StringUtils
Move from src stmt at 135 to this stmt: [toString]
Update: toString -> repeat
Add: "a"
Move from src stmt at 234 to this stmt: [10000]
Update: 10000 -> 10



===============================================
mtdiff
https://github.com/apache/activemq/commit/7fa85185aae02414ff023727efc46680f5ead66a
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7067Test.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:109)
Add: produce
Add: xaRes
Add: xaSession
Add: queue
Move from src stmt at 202 to this stmt: [10000]
Update: 10000 -> 100
Add: 512
Add: *
Add: 1024



===============================================
mtdiff
https://github.com/apache/activemq/commit/7fa85185aae02414ff023727efc46680f5ead66a
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7067Test.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:113)
Add: produce
Add: xaRes
Add: xaSession
Add: queue
Move from src stmt at 195 to this stmt: [10000]
Update: 10000 -> 100
Add: 512
Add: *
Add: 1024



===============================================
mtdiff
https://github.com/apache/activemq/commit/7fa85185aae02414ff023727efc46680f5ead66a
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7067Test.java


--------------------------------------
Move & Update: VariableDeclarationStatement (Src:92 => Dst:117)
Move from this stmt to dst stmt at 141: [Queue, holdKahaDb]
Add: Xid
Add: xids
Move from this stmt to dst stmt at 141: [xaSession, createQueue, "holdKahaDb"]
Add: xaRes
Add: recover
Add: TMSTARTRSCAN



===============================================
mtdiff
https://github.com/apache/activemq/commit/7fa85185aae02414ff023727efc46680f5ead66a
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7067Test.java


--------------------------------------
Update: ExpressionStatement (Src:90 => Dst:161)
Move from this stmt to dst stmt at 173: [setupXAConnection]
Move from src stmt at 112 to this stmt: [org, apache, activemq, broker, region, Queue, broker, getRegionBroker, getDestinationMap, get, queue, purge]



===============================================
mtdiff
https://github.com/apache/activemq/commit/7fa85185aae02414ff023727efc46680f5ead66a
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7067Test.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:139)
Move from src stmt at 124 to this stmt: [setupXAConnection]



===============================================
mtdiff
https://github.com/apache/activemq/commit/7fa85185aae02414ff023727efc46680f5ead66a
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7067Test.java


--------------------------------------
Move & Update: VariableDeclarationStatement (Src:95 => Dst:141)
Move from this stmt to dst stmt at 144: [MessageProducer, holdKahaDbProducer]
Move from src stmt at 92 to this stmt: [Queue, holdKahaDb]
Move from this stmt to dst stmt at 144: [xaSession, createProducer, holdKahaDb]
Move from src stmt at 92 to this stmt: [xaSession, createQueue, "holdKahaDb"]



===============================================
mtdiff
https://github.com/apache/activemq/commit/7fa85185aae02414ff023727efc46680f5ead66a
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7067Test.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:142)
Move from src stmt at 93 to this stmt: [createDanglingTransaction, xaRes, xaSession, holdKahaDb]



===============================================
mtdiff
https://github.com/apache/activemq/commit/7fa85185aae02414ff023727efc46680f5ead66a
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7067Test.java


--------------------------------------
Move & Update: VariableDeclarationStatement (Src:97 => Dst:144)
Move from this stmt to dst stmt at 146: [XATransactionId, txid]
Move from src stmt at 95 to this stmt: [MessageProducer, holdKahaDbProducer]
Move from this stmt to dst stmt at 146: [createXATransaction]
Move from src stmt at 95 to this stmt: [xaSession, createProducer, holdKahaDb]



===============================================
ijm
https://github.com/apache/activemq/commit/540dd5c987855fc6b0981ece021358645ae07827
activemq-openwire-generator/src/main/java/org/apache/activemq/openwire/tool/CSourcesGenerator.java


--------------------------------------
Update: VariableDeclarationStatement (Src:69 => Dst:68)
Delete: ArrayList
Add: ArrayList
Add: JProperty
Delete: ArrayList
Add: ArrayList
Add: JProperty



===============================================
ijm
https://github.com/apache/activemq/commit/540dd5c987855fc6b0981ece021358645ae07827
activemq-openwire-generator/src/main/java/org/apache/activemq/openwire/tool/CSourcesGenerator.java


--------------------------------------
Update: ForStatement (Src:130 => Dst:129)
Delete: Iterator
Add: Iterator
Add: JProperty



===============================================
ijm
https://github.com/apache/activemq/commit/540dd5c987855fc6b0981ece021358645ae07827
activemq-openwire-generator/src/main/java/org/apache/activemq/openwire/tool/CSourcesGenerator.java


--------------------------------------
Update: ForStatement (Src:184 => Dst:182)
Delete: Iterator
Add: Iterator
Add: JProperty



===============================================
ijm
https://github.com/apache/activemq/commit/540dd5c987855fc6b0981ece021358645ae07827
activemq-openwire-generator/src/main/java/org/apache/activemq/openwire/tool/CSourcesGenerator.java


--------------------------------------
Update: ForStatement (Src:246 => Dst:244)
Delete: Iterator
Add: Iterator
Add: JProperty



===============================================
ijm
https://github.com/apache/activemq/commit/42d9fd118daea5cc10f7eb56c263063adb322f25
activemq-tooling/activemq-perf-maven-plugin/src/main/java/org/apache/activemq/tool/reports/XmlFilePerfReportWriter.java


--------------------------------------
Insert: TryStatement (Src:-1 => Dst:198)
Add: try
Add: FileInputStream
Move from src stmt at 198 to this stmt: [reader, =]
Update: reader -> fileInputStream
Move from src stmt at 198 to this stmt: [new, FileInputStream, tempLogFile]
Add: InputStreamReader
Add: inputStreamReader
Add: =
Add: new
Add: InputStreamReader
Add: fileInputStream
Add: BufferedReader
Add: reader
Add: =
Add: new
Add: BufferedReader
Add: inputStreamReader



===============================================
ijm
https://github.com/apache/activemq/commit/84eb9f8b6975ccdf1fe7aa7c666fcc59ceb91ac7
activemq-core/src/main/java/org/apache/activemq/broker/util/UDPTraceBrokerPlugin.java


--------------------------------------
Update: MethodDeclaration (Src:130 => Dst:132)
Update: ConnectionContext -> ProducerBrokerExchange
Delete: context
Add: producerExchange



===============================================
ijm
https://github.com/apache/activemq/commit/84eb9f8b6975ccdf1fe7aa7c666fcc59ceb91ac7
activemq-core/src/main/java/org/apache/activemq/broker/util/UDPTraceBrokerPlugin.java


--------------------------------------
Update: ExpressionStatement (Src:132 => Dst:134)
Delete: context
Add: producerExchange



===============================================
ijm
https://github.com/apache/activemq/commit/004be56127e7e949c8ffff8c36435ea0f27d32d4
activemq-unit-tests/src/test/java/org/apache/activemq/store/jdbc/XACompletionTest.java


--------------------------------------
Update: VariableDeclarationStatement (Src:922 => Dst:924)
Delete: factory
Add: activeMQConnectionFactory



===============================================
ijm
https://github.com/apache/activemq/commit/004be56127e7e949c8ffff8c36435ea0f27d32d4
activemq-unit-tests/src/test/java/org/apache/activemq/store/jdbc/XACompletionTest.java


--------------------------------------
Update: ExpressionStatement (Src:939 => Dst:943)
Delete: factory
Add: activeMQConnectionFactory



===============================================
ijm
https://github.com/apache/activemq/commit/ecb10e9519c82b13bb61685ecdb0251f56a8a24d
activemq-core/src/test/java/org/apache/activemq/network/SimpleNetworkTest.java


--------------------------------------
Update: ExpressionStatement (Src:131 => Dst:122)
Delete: bridges
Add: Arrays
Add: toString
Add: bridges



===============================================
ijm
https://github.com/apache/activemq/commit/ecb10e9519c82b13bb61685ecdb0251f56a8a24d
activemq-core/src/test/java/org/apache/activemq/network/SimpleNetworkTest.java


--------------------------------------
Delete: VariableDeclarationStatement (Src:136)
Delete: DemandSubscription
Delete: demandSubscription
Delete: =
Delete: DemandSubscription
Move from this stmt to dst stmt at 127: [forwardingBridges, values]
Delete: toArray
Delete: 0



===============================================
ijm
https://github.com/apache/activemq/commit/ecb10e9519c82b13bb61685ecdb0251f56a8a24d
activemq-core/src/test/java/org/apache/activemq/network/SimpleNetworkTest.java


--------------------------------------
Insert: EnhancedForStatement (Src:-1 => Dst:127)
Add: for
Add: DemandSubscription
Add: demandSubscription
Move from src stmt at 136 to this stmt: [forwardingBridges, values]



===============================================
ijm
https://github.com/apache/activemq/commit/8498136f5e96764ca598dfcacc554b17145af782
activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/bugs/AMQ4914Test.java


--------------------------------------
Update: VariableDeclarationStatement (Src:94 => Dst:87)
Update: QueueImpl -> Queue
Delete: new
Delete: QueueImpl
Delete: QUEUE_NAME
Add: session
Add: createQueue
Add: testName
Add: getMethodName



===============================================
ijm
https://github.com/apache/activemq/commit/f392884e31d9325fd90643b6d8e01668a58b70de
activemq-core/src/main/java/org/apache/activemq/broker/TransportConnection.java


--------------------------------------
Update: IfStatement (Src:682 => Dst:687)
Delete: &&
Delete: broker
Delete: isFaultTolerantConfiguration



===============================================
ijm
https://github.com/apache/activemq/commit/7fa85185aae02414ff023727efc46680f5ead66a
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7067Test.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:100)
Add: System
Add: out
Add: println
Add: "****** create new txid = "
Add: +
Add: txid



===============================================
ijm
https://github.com/apache/activemq/commit/7fa85185aae02414ff023727efc46680f5ead66a
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7067Test.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:130)
Add: System
Add: out
Add: println
Add: "****** recovered = "
Add: +
Add: xids



===============================================
ijm
https://github.com/apache/activemq/commit/7fa85185aae02414ff023727efc46680f5ead66a
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7067Test.java


--------------------------------------
Delete: VariableDeclarationStatement (Src:89)
Delete: PersistenceAdapterViewMBean
Delete: kahadbView
Delete: =
Delete: getProxyToPersistenceAdapter
Delete: broker
Delete: getPersistenceAdapter
Delete: toString



===============================================
ijm
https://github.com/apache/activemq/commit/7fa85185aae02414ff023727efc46680f5ead66a
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7067Test.java


--------------------------------------
Move: ExpressionStatement (Src:109 => Dst:158)



===============================================
ijm
https://github.com/apache/activemq/commit/7fa85185aae02414ff023727efc46680f5ead66a
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7067Test.java


--------------------------------------
Move: ExpressionStatement (Src:110 => Dst:202)



===============================================
ijm
https://github.com/apache/activemq/commit/7fa85185aae02414ff023727efc46680f5ead66a
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7067Test.java


--------------------------------------
Delete: VariableDeclarationStatement (Src:135)
Delete: PersistenceAdapterViewMBean
Delete: kahadbView
Delete: =
Delete: getProxyToPersistenceAdapter
Delete: broker
Delete: getPersistenceAdapter
Delete: toString



===============================================
gt
https://github.com/junit-team/junit4/commit/a8ec4efa178afdbc7844e94d08ab38b811c7409a
junit/textui/TestRunner.java


--------------------------------------
Update: ExpressionStatement (Src:179 => Dst:176)
Delete: writer
Move from src stmt at 178 to this stmt: [writer]
Update: "Run: " -> "Tests run: "
Update: " Failures: " -> ",  Failures: "
Update: " Errors: " -> ",  Errors: "



===============================================
gt
https://github.com/junit-team/junit4/commit/3dd6b9fca5ccbd02a4d1cb5c5b3c921e369662a0
src/test/java/org/junit/tests/validation/BadlyFormedClassesTest.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:34)
Add: Test
Add: public
Add: void
Add: someTest



===============================================
gt
https://github.com/junit-team/junit4/commit/3dd6b9fca5ccbd02a4d1cb5c5b3c921e369662a0
src/test/java/org/junit/tests/validation/BadlyFormedClassesTest.java


--------------------------------------
Delete: VariableDeclarationStatement (Src:27)
Delete: JUnitCore
Delete: core
Delete: =
Delete: new
Delete: JUnitCore



===============================================
gt
https://github.com/junit-team/junit4/commit/3dd6b9fca5ccbd02a4d1cb5c5b3c921e369662a0
src/test/java/org/junit/tests/validation/BadlyFormedClassesTest.java


--------------------------------------
Update: VariableDeclarationStatement (Src:28 => Dst:62)
Delete: Result
Move from src stmt at 35 to this stmt: [Result]
Delete: core
Move from src stmt at 35 to this stmt: [core]
Delete: new
Delete: Class
Move from this stmt to dst stmt at 45: [FaultyConstructor, class]
Add: testClass



===============================================
gt
https://github.com/junit-team/junit4/commit/3dd6b9fca5ccbd02a4d1cb5c5b3c921e369662a0
src/test/java/org/junit/tests/validation/BadlyFormedClassesTest.java


--------------------------------------
Delete: VariableDeclarationStatement (Src:29)
Delete: Failure
Delete: failure
Delete: =
Delete: result
Delete: getFailures
Delete: get
Delete: 0



===============================================
gt
https://github.com/junit-team/junit4/commit/3dd6b9fca5ccbd02a4d1cb5c5b3c921e369662a0
src/test/java/org/junit/tests/validation/BadlyFormedClassesTest.java


--------------------------------------
Delete: ExpressionStatement (Src:30)
Move from this stmt to dst stmt at 64: [assertEquals]
Delete: "Thrown during construction"
Delete: failure
Delete: getException
Delete: getMessage



===============================================
gt
https://github.com/junit-team/junit4/commit/3dd6b9fca5ccbd02a4d1cb5c5b3c921e369662a0
src/test/java/org/junit/tests/validation/BadlyFormedClassesTest.java


--------------------------------------
Update: MethodDeclaration (Src:33 => Dst:43)
Move from this stmt to dst stmt at 49: [Test]
Move from src stmt at 26 to this stmt: [Test]
Update: noRunnableMethods -> constructorException



===============================================
gt
https://github.com/junit-team/junit4/commit/3dd6b9fca5ccbd02a4d1cb5c5b3c921e369662a0
src/test/java/org/junit/tests/validation/BadlyFormedClassesTest.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:49)
Move from src stmt at 33 to this stmt: [Test]
Add: public
Add: void
Add: noRunnableMethods



===============================================
gt
https://github.com/junit-team/junit4/commit/3dd6b9fca5ccbd02a4d1cb5c5b3c921e369662a0
src/test/java/org/junit/tests/validation/BadlyFormedClassesTest.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:64)
Move from src stmt at 30 to this stmt: [assertEquals]
Update: assertEquals -> String
Add: message
Add: =
Move from src stmt at 37 to this stmt: [failure, getException, getMessage]



===============================================
gt
https://github.com/junit-team/junit4/commit/5d957024be0d1b181879d48b7915b3b8aad8f5d5
src/main/java/org/junit/runners/BlockJUnit4ClassRunner.java


--------------------------------------
Update: MethodDeclaration (Src:116 => Dst:137)
Move from this stmt to dst stmt at 146: [Object]
Update: createTest -> validateTestMethods
Add: void
Delete: throws
Move from this stmt to dst stmt at 146: [Exception]
Add: List
Add: Throwable
Add: errors



===============================================
gt
https://github.com/junit-team/junit4/commit/5d957024be0d1b181879d48b7915b3b8aad8f5d5
src/main/java/org/junit/runners/BlockJUnit4ClassRunner.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:146)
Add: protected
Move from src stmt at 116 to this stmt: [Object]
Add: createTest
Add: throws
Move from src stmt at 116 to this stmt: [Exception]



===============================================
gt
https://github.com/junit-team/junit4/commit/7a2b0460c7abd7573faa9d7845a5b1169dcdcb7f
src/main/java/org/junit/runners/ParentRunner.java


--------------------------------------
Update: EnhancedForStatement (Src:228 => Dst:234)
Delete: T
Delete: child
Update: getFilteredChildren -> getCachedChildren
Move from src stmt at 292 to this stmt: [T, child]



===============================================
gt
https://github.com/junit-team/junit4/commit/7a2b0460c7abd7573faa9d7845a5b1169dcdcb7f
src/main/java/org/junit/runners/ParentRunner.java


--------------------------------------
Insert: ForStatement (Src:-1 => Dst:260)
Add: for
Move from src stmt at 278 to this stmt: [ArrayList, T]
Update: ArrayList -> Iterator
Move from src stmt at 254 to this stmt: [filter]
Update: filter -> iter
Add: =
Move from src stmt at 277 to this stmt: [getFilteredChildren]
Update: getFilteredChildren -> getCachedChildren
Move from src stmt at 278 to this stmt: [filtered]
Update: filtered -> iterator
Move from src stmt at 280 to this stmt: [shouldRun, each]
Update: shouldRun -> iter
Update: each -> hasNext



===============================================
gt
https://github.com/junit-team/junit4/commit/7a2b0460c7abd7573faa9d7845a5b1169dcdcb7f
src/main/java/org/junit/runners/ParentRunner.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:261)
Move from src stmt at 278 to this stmt: [T]
Move from src stmt at 282 to this stmt: [each]
Add: =
Move from src stmt at 283 to this stmt: [sortChild, each]
Update: sortChild -> iter
Update: each -> next



===============================================
gt
https://github.com/junit-team/junit4/commit/7a2b0460c7abd7573faa9d7845a5b1169dcdcb7f
src/main/java/org/junit/runners/ParentRunner.java


--------------------------------------
Insert: IfStatement (Src:-1 => Dst:272)
Add: if
Move from src stmt at 288 to this stmt: [sort, filtered]
Update: sort -> getCachedChildren
Update: filtered -> isEmpty



===============================================
gt
https://github.com/junit-team/junit4/commit/5f25ca318bc2b35ecf8526c08a1e3b3e17d375da
src/main/java/org/junit/runners/BlockJUnit4ClassRunner.java


--------------------------------------
Update: ReturnStatement (Src:202 => Dst:203)
Delete: org
Delete: junit
Delete: rules
Delete: MethodRule
Add: MethodRule



===============================================
gt
https://github.com/junit-team/junit4/commit/7f6173aa593b07856c1ca73ffaf87ff10ea15d4c
src/main/java/org/junit/rules/TestRule.java


--------------------------------------
Update: MethodDeclaration (Src:51 => Dst:54)
Delete: protected
Delete: abstract
Delete: Statement
Move from src stmt at 65 to this stmt: [Statement]



===============================================
gt
https://github.com/junit-team/junit4/commit/ed6813d3bbe2da4d67892f73e641fa80ab4d126e
src/main/java/org/junit/runners/model/FrameworkMember.java


--------------------------------------
Update: MethodDeclaration (Src:21 => Dst:21)
Update: abstract -> final
Move from this stmt to dst stmt at 25: [handlePossibleBridgeMethod]
Add: handlePossibleShadowedMember



===============================================
gt
https://github.com/junit-team/junit4/commit/ed6813d3bbe2da4d67892f73e641fa80ab4d126e
src/main/java/org/junit/runners/model/FrameworkMember.java


--------------------------------------
Insert: IfStatement (Src:-1 => Dst:25)
Add: if
Add: otherMember
Move from src stmt at 21 to this stmt: [handlePossibleBridgeMethod]
Update: handlePossibleBridgeMethod -> isBridgeMethod



===============================================
gt
https://github.com/junit-team/junit4/commit/59b1e2926cdebfd257c6c091ee2bd478d8aa04d2
src/org/junit/tests/experimental/theories/extendingwithstubs/GuesserQueue.java


--------------------------------------
Update: MethodDeclaration (Src:23 => Dst:23)
Delete: Object
Intra-Stmt Move from right to left: [Object]
Delete: test



===============================================
mtdiff
https://github.com/junit-team/junit4/commit/de7f4fb2d4fedf3cfaba877b54d60ac3f3e5944a
src/test/java/org/junit/tests/experimental/categories/CategoryTest.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:158)
Move from src stmt at 125 to this stmt: [assertEquals, 2, result, getRunCount]



===============================================
mtdiff
https://github.com/junit-team/junit4/commit/de7f4fb2d4fedf3cfaba877b54d60ac3f3e5944a
src/test/java/org/junit/tests/experimental/categories/CategoryTest.java


--------------------------------------
Move & Update: ExpressionStatement (Src:126 => Dst:429)
Move from this stmt to dst stmt at 159: [assertTrue, result, wasSuccessful]
Add: fail



===============================================
mtdiff
https://github.com/junit-team/junit4/commit/de7f4fb2d4fedf3cfaba877b54d60ac3f3e5944a
src/test/java/org/junit/tests/experimental/categories/CategoryTest.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:159)
Move from src stmt at 126 to this stmt: [assertTrue, result, wasSuccessful]



===============================================
mtdiff
https://github.com/junit-team/junit4/commit/de7f4fb2d4fedf3cfaba877b54d60ac3f3e5944a
src/test/java/org/junit/tests/experimental/categories/CategoryTest.java


--------------------------------------
Move & Update: ExpressionStatement (Src:207 => Dst:453)
Move from this stmt to dst stmt at 240: [assertEquals, 1, result, getRunCount]
Add: fail



===============================================
mtdiff
https://github.com/junit-team/junit4/commit/de7f4fb2d4fedf3cfaba877b54d60ac3f3e5944a
src/test/java/org/junit/tests/experimental/categories/CategoryTest.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:240)
Move from src stmt at 207 to this stmt: [assertEquals, 1, result, getRunCount]



===============================================
mtdiff
https://github.com/junit-team/junit4/commit/a8ec4efa178afdbc7844e94d08ab38b811c7409a
junit/textui/TestRunner.java


--------------------------------------
Delete: ExpressionStatement (Src:176)
Move from this stmt to dst stmt at 174: [writer, println]



===============================================
mtdiff
https://github.com/junit-team/junit4/commit/3dd6b9fca5ccbd02a4d1cb5c5b3c921e369662a0
src/test/java/org/junit/tests/validation/BadlyFormedClassesTest.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:34)
Add: Test
Add: public
Add: void
Add: someTest



===============================================
mtdiff
https://github.com/junit-team/junit4/commit/3dd6b9fca5ccbd02a4d1cb5c5b3c921e369662a0
src/test/java/org/junit/tests/validation/BadlyFormedClassesTest.java


--------------------------------------
Delete: VariableDeclarationStatement (Src:27)
Move from this stmt to dst stmt at 61: [JUnitCore, core]
Delete: =
Delete: new
Move from this stmt to dst stmt at 61: [JUnitCore]



===============================================
mtdiff
https://github.com/junit-team/junit4/commit/3dd6b9fca5ccbd02a4d1cb5c5b3c921e369662a0
src/test/java/org/junit/tests/validation/BadlyFormedClassesTest.java


--------------------------------------
Move & Update: VariableDeclarationStatement (Src:29 => Dst:61)
Move from this stmt to dst stmt at 63: [Failure, failure]
Move from src stmt at 27 to this stmt: [JUnitCore, core]
Move from this stmt to dst stmt at 63: [result, getFailures, get]
Delete: 0
Move from src stmt at 34 to this stmt: [new]
Move from src stmt at 27 to this stmt: [JUnitCore]



===============================================
mtdiff
https://github.com/junit-team/junit4/commit/5d957024be0d1b181879d48b7915b3b8aad8f5d5
src/main/java/org/junit/runners/BlockJUnit4ClassRunner.java


--------------------------------------
Move & Update: ReturnStatement (Src:103 => Dst:106)
Move from this stmt to dst stmt at 119: [getTestClass]
Delete: getTestMethods
Move from src stmt at 108 to this stmt: [getTestClass]
Add: getAnnotatedMethods
Add: Test
Add: class



===============================================
mtdiff
https://github.com/junit-team/junit4/commit/5d957024be0d1b181879d48b7915b3b8aad8f5d5
src/main/java/org/junit/runners/BlockJUnit4ClassRunner.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:119)
Add: Constructor
Add: constructors
Add: =
Move from src stmt at 103 to this stmt: [getTestClass]
Add: getJavaClass
Move from src stmt at 117 to this stmt: [getConstructor]
Update: getConstructor -> getConstructors



===============================================
mtdiff
https://github.com/junit-team/junit4/commit/5d957024be0d1b181879d48b7915b3b8aad8f5d5
src/main/java/org/junit/runners/BlockJUnit4ClassRunner.java


--------------------------------------
Update: ReturnStatement (Src:117 => Dst:147)
Move from this stmt to dst stmt at 119: [getConstructor]
Add: getOnlyConstructor



===============================================
mtdiff
https://github.com/junit-team/junit4/commit/7a2b0460c7abd7573faa9d7845a5b1169dcdcb7f
src/main/java/org/junit/runners/ParentRunner.java


--------------------------------------
Insert: ForStatement (Src:-1 => Dst:260)
Add: for
Move from src stmt at 254 to this stmt: [fFilter]
Update: fFilter -> Iterator
Move from src stmt at 278 to this stmt: [T]
Move from src stmt at 256 to this stmt: [T]
Update: T -> iter
Move from src stmt at 49 to this stmt: [=]
Move from src stmt at 257 to this stmt: [shouldRun, each]
Update: shouldRun -> getCachedChildren
Update: each -> iterator
Move from src stmt at 263 to this stmt: [fSorter]
Update: fSorter -> iter
Move from src stmt at 277 to this stmt: [getFilteredChildren]
Update: getFilteredChildren -> hasNext



===============================================
mtdiff
https://github.com/junit-team/junit4/commit/7a2b0460c7abd7573faa9d7845a5b1169dcdcb7f
src/main/java/org/junit/runners/ParentRunner.java


--------------------------------------
Delete: EnhancedForStatement (Src:256)
Delete: for
Move from this stmt to dst stmt at 260: [T]
Move from this stmt to dst stmt at 261: [each]
Move from this stmt to dst stmt at 297: [getChildren]



===============================================
mtdiff
https://github.com/junit-team/junit4/commit/7a2b0460c7abd7573faa9d7845a5b1169dcdcb7f
src/main/java/org/junit/runners/ParentRunner.java


--------------------------------------
Move & Update: ExpressionStatement (Src:298 => Dst:279)
Move from this stmt to dst stmt at 272: [fFilter]
Move from src stmt at 293 to this stmt: [fSorter]
Update: fSorter -> sorter
Delete: child
Move from src stmt at 283 to this stmt: [each]



===============================================
mtdiff
https://github.com/junit-team/junit4/commit/7a2b0460c7abd7573faa9d7845a5b1169dcdcb7f
src/main/java/org/junit/runners/ParentRunner.java


--------------------------------------
Delete: MethodDeclaration (Src:292)
Delete: private
Delete: void
Delete: sortChild
Delete: T
Delete: child



===============================================
mtdiff
https://github.com/junit-team/junit4/commit/5f25ca318bc2b35ecf8526c08a1e3b3e17d375da
src/main/java/org/junit/runners/BlockJUnit4ClassRunner.java


--------------------------------------
Update: ReturnStatement (Src:202 => Dst:203)
Delete: org
Delete: junit
Delete: rules
Delete: MethodRule
Add: MethodRule



===============================================
mtdiff
https://github.com/junit-team/junit4/commit/ed6813d3bbe2da4d67892f73e641fa80ab4d126e
src/main/java/org/junit/runners/model/FrameworkMember.java


--------------------------------------
Update: MethodDeclaration (Src:21 => Dst:21)
Update: abstract -> final
Move from this stmt to dst stmt at 42: [T]
Update: handlePossibleBridgeMethod -> handlePossibleShadowedMember
Add: T



===============================================
mtdiff
https://github.com/junit-team/junit4/commit/30f2b16525dabb477373be9ed3e76bb98b200806
src/main/java/org/junit/internal/runners/statements/RunAfters.java


--------------------------------------
Move: ExpressionStatement (Src:32 => Dst:29)



===============================================
mtdiff
https://github.com/junit-team/junit4/commit/07cf3c7fa446da330776502fb7cdc7329bfa2265
src/main/java/org/junit/internal/runners/statements/FailOnTimeout.java


--------------------------------------
Move: ReturnStatement (Src:197 => Dst:199)



===============================================
ijm
https://github.com/junit-team/junit4/commit/d6c79c0f626afd12506b6a5a672cdec84683c3ca
src/test/java/org/junit/tests/experimental/parallel/ParallelMethodTest.java


--------------------------------------
Update: ExpressionStatement (Src:28 => Dst:29)
Delete: greaterThanOrEquals
Add: betweenInclusive
Add: 1500



===============================================
ijm
https://github.com/junit-team/junit4/commit/d6c79c0f626afd12506b6a5a672cdec84683c3ca
src/test/java/org/junit/tests/experimental/parallel/ParallelMethodTest.java


--------------------------------------
Move: ReturnStatement (Src:32 => Dst:33)



===============================================
ijm
https://github.com/junit-team/junit4/commit/d6c79c0f626afd12506b6a5a672cdec84683c3ca
src/test/java/org/junit/tests/experimental/parallel/ParallelMethodTest.java


--------------------------------------
Move: MethodDeclaration (Src:33 => Dst:34)



===============================================
ijm
https://github.com/junit-team/junit4/commit/d6c79c0f626afd12506b6a5a672cdec84683c3ca
src/test/java/org/junit/tests/experimental/parallel/ParallelMethodTest.java


--------------------------------------
Move & Update: ReturnStatement (Src:35 => Dst:36)
Delete: >=
Delete: l
Add: >=
Add: min
Add: &&
Add: item
Add: <=
Add: max



===============================================
ijm
https://github.com/junit-team/junit4/commit/d6c79c0f626afd12506b6a5a672cdec84683c3ca
src/test/java/org/junit/tests/experimental/parallel/ParallelMethodTest.java


--------------------------------------
Move: MethodDeclaration (Src:38 => Dst:39)



===============================================
ijm
https://github.com/junit-team/junit4/commit/d6c79c0f626afd12506b6a5a672cdec84683c3ca
src/test/java/org/junit/tests/experimental/parallel/ParallelMethodTest.java


--------------------------------------
Move & Update: ExpressionStatement (Src:39 => Dst:40)
Update: "greater than or equal" -> " and "
Add: "between "
Intra-Stmt Move from right to left: [+]
Add: min
Add: +
Delete: l
Add: +
Add: max



===============================================
ijm
https://github.com/junit-team/junit4/commit/3dd6b9fca5ccbd02a4d1cb5c5b3c921e369662a0
src/test/java/org/junit/tests/validation/BadlyFormedClassesTest.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:43)
Add: Test
Add: public
Add: void
Add: constructorException



===============================================
ijm
https://github.com/junit-team/junit4/commit/3dd6b9fca5ccbd02a4d1cb5c5b3c921e369662a0
src/test/java/org/junit/tests/validation/BadlyFormedClassesTest.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:46)
Add: assertEquals
Add: "Thrown during construction"
Add: message



===============================================
ijm
https://github.com/junit-team/junit4/commit/3dd6b9fca5ccbd02a4d1cb5c5b3c921e369662a0
src/test/java/org/junit/tests/validation/BadlyFormedClassesTest.java


--------------------------------------
Delete: MethodDeclaration (Src:33)
Move from this stmt to dst stmt at 34: [Test, public, void]
Delete: noRunnableMethods



===============================================
ijm
https://github.com/junit-team/junit4/commit/3dd6b9fca5ccbd02a4d1cb5c5b3c921e369662a0
src/test/java/org/junit/tests/validation/BadlyFormedClassesTest.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:49)
Add: Test
Add: public
Add: void
Add: noRunnableMethods



===============================================
ijm
https://github.com/junit-team/junit4/commit/1fcd990f60518c941a44bae2596392021614a20b
src/main/java/org/junit/runners/Suite.java


--------------------------------------
Update: MethodDeclaration (Src:117 => Dst:118)
Delete: each
Add: runner



===============================================
ijm
https://github.com/junit-team/junit4/commit/1fcd990f60518c941a44bae2596392021614a20b
src/main/java/org/junit/runners/Suite.java


--------------------------------------
Update: ExpressionStatement (Src:119 => Dst:120)
Delete: each
Add: runner



===============================================
ijm
https://github.com/junit-team/junit4/commit/7a2b0460c7abd7573faa9d7845a5b1169dcdcb7f
src/main/java/org/junit/runners/ParentRunner.java


--------------------------------------
Update: VariableDeclarationStatement (Src:158 => Dst:162)
Delete: fTestClass
Add: getTestClass



===============================================
ijm
https://github.com/junit-team/junit4/commit/7a2b0460c7abd7573faa9d7845a5b1169dcdcb7f
src/main/java/org/junit/runners/ParentRunner.java


--------------------------------------
Update: VariableDeclarationStatement (Src:172 => Dst:176)
Delete: fTestClass
Add: getTestClass



===============================================
ijm
https://github.com/junit-team/junit4/commit/7a2b0460c7abd7573faa9d7845a5b1169dcdcb7f
src/main/java/org/junit/runners/ParentRunner.java


--------------------------------------
Move: ReturnStatement (Src:184 => Dst:189)



===============================================
ijm
https://github.com/junit-team/junit4/commit/7a2b0460c7abd7573faa9d7845a5b1169dcdcb7f
src/main/java/org/junit/runners/ParentRunner.java


--------------------------------------
Move: MethodDeclaration (Src:185 => Dst:190)



===============================================
ijm
https://github.com/junit-team/junit4/commit/7a2b0460c7abd7573faa9d7845a5b1169dcdcb7f
src/main/java/org/junit/runners/ParentRunner.java


--------------------------------------
Move: ExpressionStatement (Src:187 => Dst:192)



===============================================
ijm
https://github.com/junit-team/junit4/commit/7a2b0460c7abd7573faa9d7845a5b1169dcdcb7f
src/main/java/org/junit/runners/ParentRunner.java


--------------------------------------
Move: ExpressionStatement (Src:194 => Dst:200)



===============================================
ijm
https://github.com/junit-team/junit4/commit/7a2b0460c7abd7573faa9d7845a5b1169dcdcb7f
src/main/java/org/junit/runners/ParentRunner.java


--------------------------------------
Move: MethodDeclaration (Src:195 => Dst:201)



===============================================
ijm
https://github.com/junit-team/junit4/commit/7a2b0460c7abd7573faa9d7845a5b1169dcdcb7f
src/main/java/org/junit/runners/ParentRunner.java


--------------------------------------
Move: ExpressionStatement (Src:196 => Dst:202)



===============================================
gt
https://github.com/apache/commons-io/commit/ba7b754546b22471e5d0df732afbe9d19ef62ce7
src/test/org/apache/commons/io/monitor/CollectionFilesystemListener.java


--------------------------------------
Update: MethodDeclaration (Src:42 => Dst:61)
Update: onStart -> clear
Move from this stmt to dst stmt at 52: [final, FilesystemObserver, observer]



===============================================
gt
https://github.com/apache/commons-io/commit/ba7b754546b22471e5d0df732afbe9d19ef62ce7
src/test/org/apache/commons/io/monitor/CollectionFilesystemListener.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:52)
Add: public
Add: void
Add: onStart
Move from src stmt at 42 to this stmt: [final, FilesystemObserver, observer]



===============================================
gt
https://github.com/apache/commons-io/commit/f42abad400cebaa3f8b0e2a3b323d733f55a6340
src/test/java/org/apache/commons/io/input/compatibility/XmlStreamReader.java


--------------------------------------
Update: MethodDeclaration (Src:177 => Dst:177)
Delete: final
Delete: boolean
Delete: lenient
Move from src stmt at 416 to this stmt: [final, boolean, lenient]



===============================================
gt
https://github.com/apache/commons-io/commit/0ac9cccd34c88c2421550cfd30ec7cc2af62e3c3
src/main/java/org/apache/commons/io/input/XmlStreamReader.java


--------------------------------------
Update: MethodDeclaration (Src:485 => Dst:485)
Delete: IOException
Move from src stmt at 517 to this stmt: [IOException]



===============================================
gt
https://github.com/apache/commons-io/commit/0ac9cccd34c88c2421550cfd30ec7cc2af62e3c3
src/main/java/org/apache/commons/io/input/XmlStreamReader.java


--------------------------------------
Update: ThrowStatement (Src:517 => Dst:517)
Move from this stmt to dst stmt at 485: [IOException]
Add: XmlStreamReaderException
Add: bomEnc
Add: xmlGuessEnc
Add: xmlEnc



===============================================
gt
https://github.com/apache/commons-io/commit/62dd09687a08f660efbab7adc9f82ae501fd840f
src/main/java/org/apache/commons/io/IOUtils.java


--------------------------------------
Update: MethodDeclaration (Src:1450 => Dst:1471)
Move from this stmt to dst stmt at 1450: [InputStream, input, OutputStream, output]
Add: InputStream
Add: input
Add: OutputStream
Add: output
Move from src stmt at 1452 to this stmt: [byte]
Add: buffer
Move from this stmt to dst stmt at 1450: [IOException]
Add: IOException



===============================================
gt
https://github.com/apache/commons-io/commit/62dd09687a08f660efbab7adc9f82ae501fd840f
src/main/java/org/apache/commons/io/IOUtils.java


--------------------------------------
Delete: VariableDeclarationStatement (Src:1452)
Move from this stmt to dst stmt at 1471: [byte]
Delete: buffer
Delete: =
Move from this stmt to dst stmt at 1452: [new, byte, DEFAULT_BUFFER_SIZE]



===============================================
gt
https://github.com/apache/commons-io/commit/62dd09687a08f660efbab7adc9f82ae501fd840f
src/main/java/org/apache/commons/io/IOUtils.java


--------------------------------------
Update: MethodDeclaration (Src:1481 => Dst:1526)
Move from src stmt at 1489 to this stmt: [byte]
Add: buffer



===============================================
gt
https://github.com/apache/commons-io/commit/62dd09687a08f660efbab7adc9f82ae501fd840f
src/main/java/org/apache/commons/io/IOUtils.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:1501)
Add: public
Add: static
Add: long
Add: copyLarge
Add: InputStream
Add: input
Add: OutputStream
Add: output
Add: long
Add: inputOffset
Add: long
Add: length
Add: throws
Add: IOException



===============================================
gt
https://github.com/apache/commons-io/commit/62dd09687a08f660efbab7adc9f82ae501fd840f
src/main/java/org/apache/commons/io/IOUtils.java


--------------------------------------
Delete: VariableDeclarationStatement (Src:1489)
Delete: final
Move from this stmt to dst stmt at 1526: [byte]
Delete: buffer
Delete: =
Move from this stmt to dst stmt at 1503: [new, byte, DEFAULT_BUFFER_SIZE]



===============================================
gt
https://github.com/apache/commons-io/commit/62dd09687a08f660efbab7adc9f82ae501fd840f
src/main/java/org/apache/commons/io/IOUtils.java


--------------------------------------
Update: MethodDeclaration (Src:1601 => Dst:1664)
Move from this stmt to dst stmt at 1645: [Reader, input, Writer, output]
Add: Reader
Add: input
Add: Writer
Add: output
Move from src stmt at 1639 to this stmt: [char]
Add: buffer
Move from this stmt to dst stmt at 1645: [IOException]
Add: IOException



===============================================
gt
https://github.com/apache/commons-io/commit/62dd09687a08f660efbab7adc9f82ae501fd840f
src/main/java/org/apache/commons/io/IOUtils.java


--------------------------------------
Update: MethodDeclaration (Src:1631 => Dst:1717)
Move from src stmt at 1602 to this stmt: [char]
Add: buffer



===============================================
gt
https://github.com/apache/commons-io/commit/2533e48bad897c52e0431fa63b9610d596611eea
src/test/java/org/apache/commons/io/input/ReaderInputStreamTest.java


--------------------------------------
Insert: EnhancedForStatement (Src:-1 => Dst:47)
Add: for
Move from src stmt at 47 to this stmt: [int, i]
Update: int -> byte
Update: i -> b
Move from src stmt at 47 to this stmt: [i]
Update: i -> bytes



===============================================
gt
https://github.com/apache/commons-io/commit/6aa00766b9103d75c763160280429af8e1f0549e
src/test/java/org/apache/commons/io/IOUtilsCopyTestCase.java


--------------------------------------
Update: VariableDeclarationStatement (Src:253 => Dst:253)
Move from this stmt to dst stmt at 306: [OutputStream]
Add: final
Move from src stmt at 269 to this stmt: [OutputStream]



===============================================
gt
https://github.com/apache/commons-io/commit/6aa00766b9103d75c763160280429af8e1f0549e
src/test/java/org/apache/commons/io/IOUtilsCopyTestCase.java


--------------------------------------
Update: VariableDeclarationStatement (Src:269 => Dst:269)
Move from this stmt to dst stmt at 253: [OutputStream]
Add: final
Move from src stmt at 293 to this stmt: [OutputStream]



===============================================
gt
https://github.com/apache/commons-io/commit/6aa00766b9103d75c763160280429af8e1f0549e
src/test/java/org/apache/commons/io/IOUtilsCopyTestCase.java


--------------------------------------
Update: VariableDeclarationStatement (Src:293 => Dst:293)
Move from this stmt to dst stmt at 269: [OutputStream]
Add: final
Move from src stmt at 306 to this stmt: [OutputStream]



===============================================
gt
https://github.com/apache/commons-io/commit/6aa00766b9103d75c763160280429af8e1f0549e
src/test/java/org/apache/commons/io/IOUtilsCopyTestCase.java


--------------------------------------
Update: VariableDeclarationStatement (Src:306 => Dst:306)
Move from this stmt to dst stmt at 293: [OutputStream]
Add: final
Move from src stmt at 253 to this stmt: [OutputStream]



===============================================
gt
https://github.com/apache/commons-io/commit/6aa00766b9103d75c763160280429af8e1f0549e
src/test/java/org/apache/commons/io/IOUtilsCopyTestCase.java


--------------------------------------
Update: VariableDeclarationStatement (Src:347 => Dst:347)
Move from this stmt to dst stmt at 360: [Writer]
Add: final
Move from src stmt at 360 to this stmt: [Writer]



===============================================
gt
https://github.com/apache/commons-io/commit/6aa00766b9103d75c763160280429af8e1f0549e
src/test/java/org/apache/commons/io/IOUtilsCopyTestCase.java


--------------------------------------
Update: VariableDeclarationStatement (Src:360 => Dst:360)
Move from this stmt to dst stmt at 347: [Writer]
Add: final
Move from src stmt at 347 to this stmt: [Writer]



===============================================
gt
https://github.com/apache/commons-io/commit/14b52eb4f630f32c66122977331bd894b9474978
src/test/java/org/apache/commons/io/IOUtilsTestCase.java


--------------------------------------
Update: VariableDeclarationStatement (Src:1462 => Dst:1462)
Intra-Stmt Move from left to right: [Reader]
Intra-Stmt Move from right to left: [Reader]



===============================================
mtdiff
https://github.com/apache/commons-io/commit/ba7b754546b22471e5d0df732afbe9d19ef62ce7
src/test/org/apache/commons/io/monitor/CollectionFilesystemListener.java


--------------------------------------
Update: MethodDeclaration (Src:42 => Dst:61)
Move from this stmt to dst stmt at 52: [onStart, final, FilesystemObserver, observer]
Add: clear



===============================================
mtdiff
https://github.com/apache/commons-io/commit/ba7b754546b22471e5d0df732afbe9d19ef62ce7
src/test/org/apache/commons/io/monitor/CollectionFilesystemListener.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:52)
Add: public
Add: void
Move from src stmt at 42 to this stmt: [onStart, final, FilesystemObserver, observer]



===============================================
mtdiff
https://github.com/apache/commons-io/commit/f42abad400cebaa3f8b0e2a3b323d733f55a6340
src/test/java/org/apache/commons/io/input/compatibility/XmlStreamReader.java


--------------------------------------
Update: MethodDeclaration (Src:416 => Dst:416)
Delete: final
Delete: boolean
Delete: lenient



===============================================
mtdiff
https://github.com/apache/commons-io/commit/a9aa579061aeda71e18217fc80acee6ce9fe0467
src/java/org/apache/commons/io/input/CountingInputStream.java


--------------------------------------
Update: ExpressionStatement (Src:59 => Dst:60)
Move from this stmt to dst stmt at 70: [found]
Add: found
Add: >=
Add: 0
Add: found
Add: 0



===============================================
mtdiff
https://github.com/apache/commons-io/commit/4d49a1953e287fffbd10ba2707ed1b3806eef21b
src/test/java/org/apache/commons/io/input/CountingInputStreamTest.java


--------------------------------------
Update: MethodDeclaration (Src:39 => Dst:37)
Move from src stmt at 33 to this stmt: [TestCase]
Update: TestCase -> Test



===============================================
mtdiff
https://github.com/apache/commons-io/commit/62dd09687a08f660efbab7adc9f82ae501fd840f
src/main/java/org/apache/commons/io/IOUtils.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:1450)
Move from src stmt at 1450 to this stmt: [public, static, long]
Add: copyLarge
Add: InputStream
Add: input
Add: OutputStream
Add: output
Add: throws
Add: IOException



===============================================
mtdiff
https://github.com/apache/commons-io/commit/62dd09687a08f660efbab7adc9f82ae501fd840f
src/main/java/org/apache/commons/io/IOUtils.java


--------------------------------------
Delete: VariableDeclarationStatement (Src:1453)
Move from this stmt to dst stmt at 1473: [long, count]
Delete: =
Move from this stmt to dst stmt at 1473: [0]



===============================================
mtdiff
https://github.com/apache/commons-io/commit/62dd09687a08f660efbab7adc9f82ae501fd840f
src/main/java/org/apache/commons/io/IOUtils.java


--------------------------------------
Move & Update: VariableDeclarationStatement (Src:1495 => Dst:1473)
Move from this stmt to dst stmt at 1539: [int, read]
Move from src stmt at 1453 to this stmt: [long, count]
Add: =
Move from src stmt at 1453 to this stmt: [0]



===============================================
mtdiff
https://github.com/apache/commons-io/commit/62dd09687a08f660efbab7adc9f82ae501fd840f
src/main/java/org/apache/commons/io/IOUtils.java


--------------------------------------
Delete: VariableDeclarationStatement (Src:1454)
Move from this stmt to dst stmt at 1474: [int, n]
Delete: =
Move from this stmt to dst stmt at 1474: [0]



===============================================
mtdiff
https://github.com/apache/commons-io/commit/62dd09687a08f660efbab7adc9f82ae501fd840f
src/main/java/org/apache/commons/io/IOUtils.java


--------------------------------------
Move & Update: VariableDeclarationStatement (Src:1496 => Dst:1474)
Move from this stmt to dst stmt at 1540: [long, totalRead]
Move from src stmt at 1454 to this stmt: [int, n]
Move from this stmt to dst stmt at 1540: [0]
Move from src stmt at 1454 to this stmt: [0]



===============================================
mtdiff
https://github.com/apache/commons-io/commit/62dd09687a08f660efbab7adc9f82ae501fd840f
src/main/java/org/apache/commons/io/IOUtils.java


--------------------------------------
Move: WhileStatement (Src:1455 => Dst:1475)



===============================================
mtdiff
https://github.com/apache/commons-io/commit/62dd09687a08f660efbab7adc9f82ae501fd840f
src/main/java/org/apache/commons/io/IOUtils.java


--------------------------------------
Move: ExpressionStatement (Src:1456 => Dst:1476)



===============================================
mtdiff
https://github.com/apache/commons-io/commit/62dd09687a08f660efbab7adc9f82ae501fd840f
src/main/java/org/apache/commons/io/IOUtils.java


--------------------------------------
Move: ExpressionStatement (Src:1457 => Dst:1477)



===============================================
mtdiff
https://github.com/apache/commons-io/commit/62dd09687a08f660efbab7adc9f82ae501fd840f
src/main/java/org/apache/commons/io/IOUtils.java


--------------------------------------
Move & Update: ReturnStatement (Src:1459 => Dst:1646)
Move from this stmt to dst stmt at 1479: [count]
Add: copyLarge
Add: input
Add: output
Move from src stmt at 1602 to this stmt: [new, char, DEFAULT_BUFFER_SIZE]



===============================================
mtdiff
https://github.com/apache/commons-io/commit/62dd09687a08f660efbab7adc9f82ae501fd840f
src/main/java/org/apache/commons/io/IOUtils.java


--------------------------------------
Insert: ReturnStatement (Src:-1 => Dst:1479)
Add: return
Move from src stmt at 1459 to this stmt: [count]



===============================================
mtdiff
https://github.com/apache/commons-io/commit/62dd09687a08f660efbab7adc9f82ae501fd840f
src/main/java/org/apache/commons/io/IOUtils.java


--------------------------------------
Move & Update: VariableDeclarationStatement (Src:1603 => Dst:1540)
Move from this stmt to dst stmt at 1665: [long, count]
Move from src stmt at 1496 to this stmt: [long, totalRead]
Move from this stmt to dst stmt at 1665: [0]
Move from src stmt at 1496 to this stmt: [0]



===============================================
mtdiff
https://github.com/apache/commons-io/commit/62dd09687a08f660efbab7adc9f82ae501fd840f
src/main/java/org/apache/commons/io/IOUtils.java


--------------------------------------
Move & Update: ReturnStatement (Src:1505 => Dst:1671)
Move from this stmt to dst stmt at 1549: [totalRead]
Move from src stmt at 1609 to this stmt: [count]



===============================================
mtdiff
https://github.com/apache/commons-io/commit/62dd09687a08f660efbab7adc9f82ae501fd840f
src/main/java/org/apache/commons/io/IOUtils.java


--------------------------------------
Insert: ReturnStatement (Src:-1 => Dst:1549)
Add: return
Move from src stmt at 1505 to this stmt: [totalRead]



===============================================
mtdiff
https://github.com/apache/commons-io/commit/62dd09687a08f660efbab7adc9f82ae501fd840f
src/main/java/org/apache/commons/io/IOUtils.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:1645)
Add: public
Add: static
Move from src stmt at 1601 to this stmt: [long]
Add: copyLarge
Add: Reader
Add: input
Add: Writer
Add: output
Add: throws
Add: IOException



===============================================
mtdiff
https://github.com/apache/commons-io/commit/62dd09687a08f660efbab7adc9f82ae501fd840f
src/main/java/org/apache/commons/io/IOUtils.java


--------------------------------------
Move & Update: VariableDeclarationStatement (Src:1604 => Dst:1665)
Move from this stmt to dst stmt at 1666: [int, n]
Move from src stmt at 1603 to this stmt: [long, count]
Move from this stmt to dst stmt at 1666: [0]
Move from src stmt at 1603 to this stmt: [0]



===============================================
ijm
https://github.com/apache/commons-io/commit/ba7b754546b22471e5d0df732afbe9d19ef62ce7
src/test/org/apache/commons/io/monitor/CollectionFilesystemListener.java


--------------------------------------
Move: ExpressionStatement (Src:43 => Dst:62)



===============================================
ijm
https://github.com/apache/commons-io/commit/ba7b754546b22471e5d0df732afbe9d19ef62ce7
src/test/org/apache/commons/io/monitor/CollectionFilesystemListener.java


--------------------------------------
Move: ExpressionStatement (Src:44 => Dst:63)



===============================================
ijm
https://github.com/apache/commons-io/commit/ba7b754546b22471e5d0df732afbe9d19ef62ce7
src/test/org/apache/commons/io/monitor/CollectionFilesystemListener.java


--------------------------------------
Move: ExpressionStatement (Src:45 => Dst:64)



===============================================
ijm
https://github.com/apache/commons-io/commit/ba7b754546b22471e5d0df732afbe9d19ef62ce7
src/test/org/apache/commons/io/monitor/CollectionFilesystemListener.java


--------------------------------------
Move: ExpressionStatement (Src:46 => Dst:65)



===============================================
ijm
https://github.com/apache/commons-io/commit/ba7b754546b22471e5d0df732afbe9d19ef62ce7
src/test/org/apache/commons/io/monitor/CollectionFilesystemListener.java


--------------------------------------
Move: ExpressionStatement (Src:47 => Dst:66)



===============================================
ijm
https://github.com/apache/commons-io/commit/ba7b754546b22471e5d0df732afbe9d19ef62ce7
src/test/org/apache/commons/io/monitor/CollectionFilesystemListener.java


--------------------------------------
Move: ExpressionStatement (Src:48 => Dst:67)



===============================================
ijm
https://github.com/apache/commons-io/commit/f42abad400cebaa3f8b0e2a3b323d733f55a6340
src/test/java/org/apache/commons/io/input/compatibility/XmlStreamReader.java


--------------------------------------
Delete: MethodDeclaration (Src:177)
Move from this stmt to dst stmt at 416: [public]
Delete: XmlStreamReader
Move from this stmt to dst stmt at 416: [final, InputStream, is]
Delete: final
Delete: boolean
Delete: lenient
Delete: throws
Move from this stmt to dst stmt at 416: [IOException]
Delete: XmlStreamReaderException



===============================================
ijm
https://github.com/apache/commons-io/commit/f42abad400cebaa3f8b0e2a3b323d733f55a6340
src/test/java/org/apache/commons/io/input/compatibility/XmlStreamReader.java


--------------------------------------
Delete: ExpressionStatement (Src:179)
Delete: defaultEncoding
Delete: =
Delete: staticDefaultEncoding



===============================================
ijm
https://github.com/apache/commons-io/commit/f42abad400cebaa3f8b0e2a3b323d733f55a6340
src/test/java/org/apache/commons/io/input/compatibility/XmlStreamReader.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:179)
Add: defaultEncoding
Add: =
Add: staticDefaultEncoding



===============================================
ijm
https://github.com/apache/commons-io/commit/f42abad400cebaa3f8b0e2a3b323d733f55a6340
src/test/java/org/apache/commons/io/input/compatibility/XmlStreamReader.java


--------------------------------------
Delete: TryStatement (Src:180)
Delete: try



===============================================
ijm
https://github.com/apache/commons-io/commit/f42abad400cebaa3f8b0e2a3b323d733f55a6340
src/test/java/org/apache/commons/io/input/compatibility/XmlStreamReader.java


--------------------------------------
Insert: TryStatement (Src:-1 => Dst:180)
Add: try



===============================================
ijm
https://github.com/apache/commons-io/commit/f42abad400cebaa3f8b0e2a3b323d733f55a6340
src/test/java/org/apache/commons/io/input/compatibility/XmlStreamReader.java


--------------------------------------
Move: CatchClause (Src:182 => Dst:182)



===============================================
ijm
https://github.com/apache/commons-io/commit/f42abad400cebaa3f8b0e2a3b323d733f55a6340
src/test/java/org/apache/commons/io/input/compatibility/XmlStreamReader.java


--------------------------------------
Move: IfStatement (Src:183 => Dst:183)



===============================================
ijm
https://github.com/apache/commons-io/commit/f42abad400cebaa3f8b0e2a3b323d733f55a6340
src/test/java/org/apache/commons/io/input/compatibility/XmlStreamReader.java


--------------------------------------
Move: ThrowStatement (Src:184 => Dst:184)



===============================================
ijm
https://github.com/apache/commons-io/commit/f42abad400cebaa3f8b0e2a3b323d733f55a6340
src/test/java/org/apache/commons/io/input/compatibility/XmlStreamReader.java


--------------------------------------
Move: ExpressionStatement (Src:186 => Dst:186)



===============================================
ijm
https://github.com/apache/commons-io/commit/f42abad400cebaa3f8b0e2a3b323d733f55a6340
src/test/java/org/apache/commons/io/input/compatibility/XmlStreamReader.java


--------------------------------------
Move: VariableDeclarationStatement (Src:418 => Dst:418)



===============================================
ijm
https://github.com/apache/commons-io/commit/f42abad400cebaa3f8b0e2a3b323d733f55a6340
src/test/java/org/apache/commons/io/input/compatibility/XmlStreamReader.java


--------------------------------------
Move: VariableDeclarationStatement (Src:419 => Dst:419)



===============================================
ijm
https://github.com/apache/commons-io/commit/f42abad400cebaa3f8b0e2a3b323d733f55a6340
src/test/java/org/apache/commons/io/input/compatibility/XmlStreamReader.java


--------------------------------------
Move: VariableDeclarationStatement (Src:420 => Dst:420)



===============================================
ijm
https://github.com/apache/commons-io/commit/f42abad400cebaa3f8b0e2a3b323d733f55a6340
src/test/java/org/apache/commons/io/input/compatibility/XmlStreamReader.java


--------------------------------------
Move: VariableDeclarationStatement (Src:421 => Dst:421)



===============================================
ijm
https://github.com/apache/commons-io/commit/f42abad400cebaa3f8b0e2a3b323d733f55a6340
src/test/java/org/apache/commons/io/input/compatibility/XmlStreamReader.java


--------------------------------------
Move: VariableDeclarationStatement (Src:422 => Dst:422)



===============================================
gt
https://github.com/apache/commons-lang/commit/ca1dc33048a3b2a8da0e6ecf08fb2881cbd64387
src/test/java/org/apache/commons/lang3/CharRangeTest.java


--------------------------------------
Move: ExpressionStatement (Src:175 => Dst:175)



===============================================
gt
https://github.com/apache/commons-lang/commit/ca1dc33048a3b2a8da0e6ecf08fb2881cbd64387
src/test/java/org/apache/commons/lang3/CharRangeTest.java


--------------------------------------
Move: ExpressionStatement (Src:181 => Dst:181)



===============================================
gt
https://github.com/apache/commons-lang/commit/ca1dc33048a3b2a8da0e6ecf08fb2881cbd64387
src/test/java/org/apache/commons/lang3/CharRangeTest.java


--------------------------------------
Move: ExpressionStatement (Src:187 => Dst:187)



===============================================
gt
https://github.com/apache/commons-lang/commit/3c1f752b2ab6354fcb4ef7e53b6f3630b4e24a65
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Update: MethodDeclaration (Src:1944 => Dst:1729)
Move from this stmt to dst stmt at 1772: [char, valid]
Add: char
Add: validChars



===============================================
gt
https://github.com/apache/commons-lang/commit/3c1f752b2ab6354fcb4ef7e53b6f3630b4e24a65
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Update: IfStatement (Src:1945 => Dst:1730)
Move from this stmt to dst stmt at 1773: [str, ==, null]
Add: str
Add: ==
Add: null
Update: valid -> validChars



===============================================
gt
https://github.com/apache/commons-lang/commit/3c1f752b2ab6354fcb4ef7e53b6f3630b4e24a65
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Insert: ReturnStatement (Src:-1 => Dst:1731)
Add: return
Add: false



===============================================
gt
https://github.com/apache/commons-lang/commit/3c1f752b2ab6354fcb4ef7e53b6f3630b4e24a65
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:1736)
Add: char
Add: ch
Add: =
Add: str
Add: charAt
Add: i



===============================================
gt
https://github.com/apache/commons-lang/commit/3c1f752b2ab6354fcb4ef7e53b6f3630b4e24a65
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Move: ReturnStatement (Src:1946 => Dst:1782)



===============================================
gt
https://github.com/apache/commons-lang/commit/8ce98776ee559d73494a449ff94a6eda1f77b4a4
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Move: ReturnStatement (Src:1164 => Dst:1140)



===============================================
gt
https://github.com/apache/commons-lang/commit/8ce98776ee559d73494a449ff94a6eda1f77b4a4
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Update: MethodDeclaration (Src:1136 => Dst:1174)
Update: indexOfAnyBut -> indexOfAny
Move from this stmt to dst stmt at 1138: [String, str, char, searchChars]
Add: String
Add: str
Add: String
Add: searchChars



===============================================
gt
https://github.com/apache/commons-lang/commit/8ce98776ee559d73494a449ff94a6eda1f77b4a4
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Insert: ReturnStatement (Src:-1 => Dst:1206)
Add: return
Add: -
Add: 1



===============================================
gt
https://github.com/apache/commons-lang/commit/8ce98776ee559d73494a449ff94a6eda1f77b4a4
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Insert: ReturnStatement (Src:-1 => Dst:1217)
Add: return
Add: -
Add: 1



===============================================
gt
https://github.com/apache/commons-lang/commit/fab64bbdc726cf06c5993b7b8f50557882086002
src/test/java/org/apache/commons/lang3/reflect/MethodUtilsTest.java


--------------------------------------
Insert: EnhancedForStatement (Src:-1 => Dst:257)
Add: for
Move from src stmt at 257 to this stmt: [i]
Update: i -> Class
Move from src stmt at 257 to this stmt: [i]
Update: i -> element
Move from src stmt at 257 to this stmt: [i]
Update: i -> p



===============================================
gt
https://github.com/apache/commons-lang/commit/fab64bbdc726cf06c5993b7b8f50557882086002
src/test/java/org/apache/commons/lang3/reflect/MethodUtilsTest.java


--------------------------------------
Insert: EnhancedForStatement (Src:-1 => Dst:275)
Add: for
Move from src stmt at 275 to this stmt: [i]
Update: i -> Class
Move from src stmt at 275 to this stmt: [i]
Update: i -> element
Move from src stmt at 275 to this stmt: [i]
Update: i -> p



===============================================
gt
https://github.com/apache/commons-lang/commit/83dd0ea7b81de0dfdce37c9235979c2e81fcbc8b
src/test/org/apache/commons/lang/StringUtilsTrimEmptyTest.java


--------------------------------------
Update: ExpressionStatement (Src:136 => Dst:144)
Move from this stmt to dst stmt at 136: [StringUtils]
Move from src stmt at 143 to this stmt: [StringUtils]
Delete: FOO
Add: "foo"



===============================================
gt
https://github.com/apache/commons-lang/commit/43db58d70ff8b66472d1ee8cc2e03bfa28e5fd28
src/java/org/apache/commons/lang/mutable/MutableShort.java


--------------------------------------
Move: ReturnStatement (Src:192 => Dst:224)



===============================================
gt
https://github.com/apache/commons-lang/commit/43db58d70ff8b66472d1ee8cc2e03bfa28e5fd28
src/java/org/apache/commons/lang/mutable/MutableShort.java


--------------------------------------
Move: ReturnStatement (Src:201 => Dst:194)



===============================================
gt
https://github.com/apache/commons-lang/commit/43db58d70ff8b66472d1ee8cc2e03bfa28e5fd28
src/java/org/apache/commons/lang/mutable/MutableShort.java


--------------------------------------
Move: ReturnStatement (Src:210 => Dst:204)



===============================================
gt
https://github.com/apache/commons-lang/commit/43db58d70ff8b66472d1ee8cc2e03bfa28e5fd28
src/java/org/apache/commons/lang/mutable/MutableShort.java


--------------------------------------
Move: ReturnStatement (Src:219 => Dst:214)



===============================================
gt
https://github.com/apache/commons-lang/commit/bc52782cd84f4356d2984e1aa01806f81754eb08
src/test/java/org/apache/commons/lang3/StringUtilsEqualsIndexOfTest.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:323)
Add: assertEquals
Add: -
Add: 1
Add: CharU20000
Add: indexOf
Add: CharU20001



===============================================
mtdiff
https://github.com/apache/commons-lang/commit/77f8c186f20ee5f84776ba86a535dd4da365b14f
src/java/org/apache/commons/lang/Entities.java


--------------------------------------
Update: IfStatement (Src:642 => Dst:642)
Delete: int
Move from this stmt to dst stmt at 643: [ch]
Move from src stmt at 643 to this stmt: [ch]



===============================================
mtdiff
https://github.com/apache/commons-lang/commit/77f8c186f20ee5f84776ba86a535dd4da365b14f
src/java/org/apache/commons/lang/Entities.java


--------------------------------------
Update: VariableDeclarationStatement (Src:643 => Dst:643)
Delete: int
Move from this stmt to dst stmt at 642: [ch]
Move from src stmt at 642 to this stmt: [ch]



===============================================
mtdiff
https://github.com/apache/commons-lang/commit/3c1f752b2ab6354fcb4ef7e53b6f3630b4e24a65
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Update: MethodDeclaration (Src:1944 => Dst:1729)
Move from this stmt to dst stmt at 1772: [valid]
Add: validChars



===============================================
mtdiff
https://github.com/apache/commons-lang/commit/3c1f752b2ab6354fcb4ef7e53b6f3630b4e24a65
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Insert: ReturnStatement (Src:-1 => Dst:1731)
Add: return
Add: false



===============================================
mtdiff
https://github.com/apache/commons-lang/commit/3c1f752b2ab6354fcb4ef7e53b6f3630b4e24a65
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:1733)
Move from src stmt at 1949 to this stmt: [int, strSize]
Add: =
Move from src stmt at 1949 to this stmt: [str, length]



===============================================
mtdiff
https://github.com/apache/commons-lang/commit/3c1f752b2ab6354fcb4ef7e53b6f3630b4e24a65
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Update: ForStatement (Src:1952 => Dst:1735)
Move from this stmt to dst stmt at 1738: [=]
Add: =



===============================================
mtdiff
https://github.com/apache/commons-lang/commit/3c1f752b2ab6354fcb4ef7e53b6f3630b4e24a65
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Move & Update: VariableDeclarationStatement (Src:1949 => Dst:1736)
Move from this stmt to dst stmt at 1733: [int, strSize]
Add: char
Add: ch
Move from this stmt to dst stmt at 1733: [str, length]
Move from src stmt at 1955 to this stmt: [str, charAt, i]



===============================================
mtdiff
https://github.com/apache/commons-lang/commit/3c1f752b2ab6354fcb4ef7e53b6f3630b4e24a65
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Update: ForStatement (Src:1954 => Dst:1738)
Move from this stmt to dst stmt at 1780: [=]
Move from src stmt at 1952 to this stmt: [=]



===============================================
mtdiff
https://github.com/apache/commons-lang/commit/3c1f752b2ab6354fcb4ef7e53b6f3630b4e24a65
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Update: IfStatement (Src:1955 => Dst:1739)
Move from this stmt to dst stmt at 1781: [valid]
Add: validChars
Move from this stmt to dst stmt at 1736: [str, charAt, i]
Add: ch



===============================================
mtdiff
https://github.com/apache/commons-lang/commit/3c1f752b2ab6354fcb4ef7e53b6f3630b4e24a65
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Move & Update: ReturnStatement (Src:1946 => Dst:1745)
Move from this stmt to dst stmt at 1717: [false]
Move from src stmt at 1961 to this stmt: [false]



===============================================
mtdiff
https://github.com/apache/commons-lang/commit/3c1f752b2ab6354fcb4ef7e53b6f3630b4e24a65
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Insert: ReturnStatement (Src:-1 => Dst:1748)
Add: return
Move from src stmt at 1965 to this stmt: [true]



===============================================
mtdiff
https://github.com/apache/commons-lang/commit/3c1f752b2ab6354fcb4ef7e53b6f3630b4e24a65
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:1772)
Add: public
Add: static
Add: boolean
Add: containsNone
Add: String
Add: str
Add: char
Move from src stmt at 1944 to this stmt: [valid]
Update: valid -> invalidChars



===============================================
mtdiff
https://github.com/apache/commons-lang/commit/3c1f752b2ab6354fcb4ef7e53b6f3630b4e24a65
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Insert: IfStatement (Src:-1 => Dst:1773)
Add: if
Add: str
Add: ==
Add: null
Add: ||
Add: invalidChars
Add: ==
Add: null



===============================================
mtdiff
https://github.com/apache/commons-lang/commit/3c1f752b2ab6354fcb4ef7e53b6f3630b4e24a65
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Move & Update: ReturnStatement (Src:1965 => Dst:1774)
Move from this stmt to dst stmt at 1748: [true]
Add: true



===============================================
mtdiff
https://github.com/apache/commons-lang/commit/3c1f752b2ab6354fcb4ef7e53b6f3630b4e24a65
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Insert: ForStatement (Src:-1 => Dst:1780)
Add: for
Add: int
Add: j
Move from src stmt at 1954 to this stmt: [=]
Add: 0
Add: j
Add: <
Move from src stmt at 1945 to this stmt: [valid]
Update: valid -> validSize
Add: j
Add: ++



===============================================
mtdiff
https://github.com/apache/commons-lang/commit/3c1f752b2ab6354fcb4ef7e53b6f3630b4e24a65
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Move & Update: ReturnStatement (Src:1961 => Dst:1782)
Move from this stmt to dst stmt at 1745: [false]
Add: false



===============================================
mtdiff
https://github.com/apache/commons-lang/commit/8ce98776ee559d73494a449ff94a6eda1f77b4a4
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:1138)
Add: public
Add: static
Add: int
Add: indexOfAny
Move from src stmt at 1140 to this stmt: [String]
Add: str
Move from src stmt at 1136 to this stmt: [char, searchChars]



===============================================
mtdiff
https://github.com/apache/commons-lang/commit/8ce98776ee559d73494a449ff94a6eda1f77b4a4
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Move & Update: ReturnStatement (Src:1173 => Dst:1146)
Move from this stmt to dst stmt at 1250: [-, 1]
Add: i



===============================================
mtdiff
https://github.com/apache/commons-lang/commit/8ce98776ee559d73494a449ff94a6eda1f77b4a4
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Insert: ReturnStatement (Src:-1 => Dst:1176)
Add: return
Add: -
Add: 1



===============================================
mtdiff
https://github.com/apache/commons-lang/commit/8ce98776ee559d73494a449ff94a6eda1f77b4a4
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Move & Update: ReturnStatement (Src:1138 => Dst:1206)
Move from this stmt to dst stmt at 1140: [-, 1]
Move from src stmt at 1164 to this stmt: [-, 1]



===============================================
ijm
https://github.com/apache/commons-lang/commit/77f8c186f20ee5f84776ba86a535dd4da365b14f
src/java/org/apache/commons/lang/Entities.java


--------------------------------------
Update: IfStatement (Src:642 => Dst:642)
Delete: int
Delete: ch
Add: ch



===============================================
ijm
https://github.com/apache/commons-lang/commit/77f8c186f20ee5f84776ba86a535dd4da365b14f
src/java/org/apache/commons/lang/Entities.java


--------------------------------------
Update: VariableDeclarationStatement (Src:643 => Dst:643)
Delete: int
Delete: ch
Add: ch



===============================================
ijm
https://github.com/apache/commons-lang/commit/3c1f752b2ab6354fcb4ef7e53b6f3630b4e24a65
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Update: IfStatement (Src:1960 => Dst:1744)
Delete: !
Delete: contains
Add: contains
Add: ==
Add: false



===============================================
ijm
https://github.com/apache/commons-lang/commit/3c1f752b2ab6354fcb4ef7e53b6f3630b4e24a65
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Insert: IfStatement (Src:-1 => Dst:1773)
Add: if
Add: str
Add: ==
Add: null
Add: ||
Add: invalidChars
Add: ==
Add: null



===============================================
ijm
https://github.com/apache/commons-lang/commit/3c1f752b2ab6354fcb4ef7e53b6f3630b4e24a65
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:1779)
Add: char
Add: ch
Add: =
Add: str
Add: charAt
Add: i



===============================================
ijm
https://github.com/apache/commons-lang/commit/8ce98776ee559d73494a449ff94a6eda1f77b4a4
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:1138)
Add: public
Add: static
Add: int
Add: indexOfAny
Add: String
Add: str
Add: char
Add: searchChars



===============================================
ijm
https://github.com/apache/commons-lang/commit/8ce98776ee559d73494a449ff94a6eda1f77b4a4
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Insert: IfStatement (Src:-1 => Dst:1139)
Add: if
Add: str
Add: ==
Add: null
Add: ||
Add: str
Add: length
Add: ==
Add: 0
Add: ||
Add: searchChars
Add: ==
Add: null
Add: ||
Add: searchChars
Add: length
Add: ==
Add: 0



===============================================
ijm
https://github.com/apache/commons-lang/commit/8ce98776ee559d73494a449ff94a6eda1f77b4a4
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Insert: ReturnStatement (Src:-1 => Dst:1140)
Add: return
Add: -
Add: 1



===============================================
ijm
https://github.com/apache/commons-lang/commit/8ce98776ee559d73494a449ff94a6eda1f77b4a4
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Update: ReturnStatement (Src:1140 => Dst:1178)
Update: indexOfAnyBut -> indexOfAny
Delete: new
Delete: String
Delete: searchChars
Add: searchChars
Add: toCharArray



===============================================
ijm
https://github.com/apache/commons-lang/commit/8ce98776ee559d73494a449ff94a6eda1f77b4a4
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Update: MethodDeclaration (Src:1162 => Dst:1204)
Delete: String
Add: char



===============================================
ijm
https://github.com/apache/commons-lang/commit/8ce98776ee559d73494a449ff94a6eda1f77b4a4
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:1241)
Add: public
Add: static
Add: int
Add: indexOfAnyBut
Add: String
Add: str
Add: String
Add: searchChars



===============================================
ijm
https://github.com/apache/commons-lang/commit/8ce98776ee559d73494a449ff94a6eda1f77b4a4
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Move: ForStatement (Src:1167 => Dst:1245)



===============================================
ijm
https://github.com/apache/commons-lang/commit/8ce98776ee559d73494a449ff94a6eda1f77b4a4
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Move: IfStatement (Src:1168 => Dst:1246)



===============================================
ijm
https://github.com/apache/commons-lang/commit/8ce98776ee559d73494a449ff94a6eda1f77b4a4
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Move: ReturnStatement (Src:1169 => Dst:1247)



===============================================
ijm
https://github.com/apache/commons-lang/commit/8ce98776ee559d73494a449ff94a6eda1f77b4a4
src/java/org/apache/commons/lang/StringUtils.java


--------------------------------------
Insert: ReturnStatement (Src:-1 => Dst:1250)
Add: return
Add: -
Add: 1



===============================================
ijm
https://github.com/apache/commons-lang/commit/fab64bbdc726cf06c5993b7b8f50557882086002
src/test/java/org/apache/commons/lang3/reflect/MethodUtilsTest.java


--------------------------------------
Move & Update: VariableDeclarationStatement (Src:258 => Dst:258)
Delete: p
Delete: i
Add: element



===============================================
ijm
https://github.com/apache/commons-lang/commit/fab64bbdc726cf06c5993b7b8f50557882086002
src/test/java/org/apache/commons/lang3/reflect/MethodUtilsTest.java


--------------------------------------
Move & Update: VariableDeclarationStatement (Src:276 => Dst:276)
Delete: p
Delete: i
Add: element



===============================================
ijm
https://github.com/apache/commons-lang/commit/83dd0ea7b81de0dfdce37c9235979c2e81fcbc8b
src/test/org/apache/commons/lang/StringUtilsTrimEmptyTest.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:135)
Add: public
Add: void
Add: testIsEmpty



===============================================
ijm
https://github.com/apache/commons-lang/commit/83dd0ea7b81de0dfdce37c9235979c2e81fcbc8b
src/test/org/apache/commons/lang/StringUtilsTrimEmptyTest.java


--------------------------------------
Move: ExpressionStatement (Src:145 => Dst:139)



===============================================
ijm
https://github.com/apache/commons-lang/commit/83dd0ea7b81de0dfdce37c9235979c2e81fcbc8b
src/test/org/apache/commons/lang/StringUtilsTrimEmptyTest.java


--------------------------------------
Move: ExpressionStatement (Src:146 => Dst:140)



===============================================
gt
https://github.com/apache/commons-math/commit/e2ffb905724787ed87bbc64ce56673391a00279e
src/mantissa/src/org/spaceroots/mantissa/ode/DormandPrince853StepInterpolator.java


--------------------------------------
Delete: VariableDeclarationStatement (Src:273)
Move from this stmt to dst stmt at 273: [IOException]
Delete: ioe
Delete: =
Delete: new
Delete: IOException



===============================================
gt
https://github.com/apache/commons-math/commit/e2ffb905724787ed87bbc64ce56673391a00279e
src/mantissa/src/org/spaceroots/mantissa/ode/DormandPrince853StepInterpolator.java


--------------------------------------
Insert: ThrowStatement (Src:-1 => Dst:273)
Add: throw
Add: new
Move from src stmt at 273 to this stmt: [IOException]
Move from src stmt at 274 to this stmt: [ioe]
Update: ioe -> e
Move from src stmt at 274 to this stmt: [e]
Update: e -> getMessage



===============================================
gt
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Update: TypeDeclaration (Src:43 => Dst:43)
Delete: public
Delete: class
Delete: PolygonsSetTest
Add: public
Add: class
Add: PolygonsSetTest



===============================================
gt
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Delete: MethodDeclaration (Src:45)
Move from this stmt to dst stmt at 45: [Test]
Delete: public
Delete: void
Delete: testSimplyConnected



===============================================
gt
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:45)
Move from src stmt at 45 to this stmt: [Test]
Add: public
Add: void
Add: testSimplyConnected



===============================================
gt
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Move: VariableDeclarationStatement (Src:61 => Dst:61)



===============================================
gt
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Move: ExpressionStatement (Src:83 => Dst:83)



===============================================
gt
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Delete: MethodDeclaration (Src:234)
Move from this stmt to dst stmt at 234: [Test]
Delete: public
Delete: void
Delete: testDisjointPolygons



===============================================
gt
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:234)
Move from src stmt at 234 to this stmt: [Test]
Add: public
Add: void
Add: testDisjointPolygons



===============================================
gt
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Move: VariableDeclarationStatement (Src:247 => Dst:247)



===============================================
gt
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Move: ExpressionStatement (Src:264 => Dst:264)



===============================================
gt
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Delete: MethodDeclaration (Src:267)
Move from this stmt to dst stmt at 267: [Test]
Delete: public
Delete: void
Delete: testOppositeHyperplanes



===============================================
gt
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:267)
Move from src stmt at 267 to this stmt: [Test]
Add: public
Add: void
Add: testOppositeHyperplanes



===============================================
gt
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Move: VariableDeclarationStatement (Src:279 => Dst:279)



===============================================
gt
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Move: ExpressionStatement (Src:280 => Dst:280)



===============================================
gt
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Delete: MethodDeclaration (Src:283)
Move from this stmt to dst stmt at 283: [Test]
Delete: public
Delete: void
Delete: testSingularPoint



===============================================
gt
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:283)
Move from src stmt at 283 to this stmt: [Test]
Add: public
Add: void
Add: testSingularPoint



===============================================
gt
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Move: VariableDeclarationStatement (Src:297 => Dst:297)



===============================================
gt
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Move: ExpressionStatement (Src:298 => Dst:298)



===============================================
gt
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Delete: MethodDeclaration (Src:350)
Move from this stmt to dst stmt at 350: [Test]
Delete: public
Delete: void
Delete: testUnlimitedSubHyperplane



===============================================
mtdiff
https://github.com/apache/commons-math/commit/49747dc1d34a48e966ceb424f40f0b7994d1cea7
src/main/java/org/apache/commons/math4/ode/FieldODEStateAndDerivative.java


--------------------------------------
Update: ReturnStatement (Src:78 => Dst:79)
Intra-Stmt Move from right to left: [index]
Add: ==
Add: 0
Add: derivative
Add: clone
Add: index
Add: -
Add: 1



===============================================
mtdiff
https://github.com/apache/commons-math/commit/759fed8a76744f1d64a63c44b53eaae62c87b853
src/main/java/org/apache/commons/math3/geometry/euclidean/twod/Line.java


--------------------------------------
Insert: ReturnStatement (Src:-1 => Dst:457)
Add: return
Add: new
Move from src stmt at 484 to this stmt: [AffineTransform]
Update: AffineTransform -> LineTransform
Move from src stmt at 488 to this stmt: [m, 0]
Move from src stmt at 491 to this stmt: [m, 1]
Move from src stmt at 489 to this stmt: [m, 2]
Move from src stmt at 492 to this stmt: [m, 3]
Move from src stmt at 490 to this stmt: [m, 4]
Move from src stmt at 493 to this stmt: [m, 5]



===============================================
mtdiff
https://github.com/apache/commons-math/commit/759fed8a76744f1d64a63c44b53eaae62c87b853
src/main/java/org/apache/commons/math3/geometry/euclidean/twod/Line.java


--------------------------------------
Update: MethodDeclaration (Src:484 => Dst:517)
Move from this stmt to dst stmt at 475: [final]
Move from this stmt to dst stmt at 457: [AffineTransform]
Update: transform -> cY1
Add: final
Add: double
Add: cXX
Add: final
Add: double
Add: cYX
Add: final
Add: double
Add: cXY
Add: final
Add: double
Add: cYY
Add: final
Add: double
Add: cX1
Add: final
Add: double



===============================================
mtdiff
https://github.com/apache/commons-math/commit/759fed8a76744f1d64a63c44b53eaae62c87b853
src/main/java/org/apache/commons/math3/geometry/euclidean/twod/Line.java


--------------------------------------
Update: ExpressionStatement (Src:488 => Dst:521)
Add: this
Add: cXX
Intra-Stmt Move from right to left: [=]
Move from this stmt to dst stmt at 457: [m, 0]



===============================================
mtdiff
https://github.com/apache/commons-math/commit/759fed8a76744f1d64a63c44b53eaae62c87b853
src/main/java/org/apache/commons/math3/geometry/euclidean/twod/Line.java


--------------------------------------
Update: ExpressionStatement (Src:489 => Dst:522)
Move from this stmt to dst stmt at 523: [cXY]
Add: this
Add: cYX
Move from this stmt to dst stmt at 457: [m, 2]
Move from src stmt at 491 to this stmt: [cYX]



===============================================
mtdiff
https://github.com/apache/commons-math/commit/759fed8a76744f1d64a63c44b53eaae62c87b853
src/main/java/org/apache/commons/math3/geometry/euclidean/twod/Line.java


--------------------------------------
Update: ExpressionStatement (Src:490 => Dst:523)
Move from this stmt to dst stmt at 525: [cX1]
Add: this
Add: cXY
Move from this stmt to dst stmt at 457: [m, 4]
Move from src stmt at 489 to this stmt: [cXY]



===============================================
mtdiff
https://github.com/apache/commons-math/commit/759fed8a76744f1d64a63c44b53eaae62c87b853
src/main/java/org/apache/commons/math3/geometry/euclidean/twod/Line.java


--------------------------------------
Update: ExpressionStatement (Src:491 => Dst:524)
Move from this stmt to dst stmt at 522: [cYX]
Add: this
Add: cYY
Move from this stmt to dst stmt at 457: [m, 1]
Move from src stmt at 492 to this stmt: [cYY]



===============================================
mtdiff
https://github.com/apache/commons-math/commit/759fed8a76744f1d64a63c44b53eaae62c87b853
src/main/java/org/apache/commons/math3/geometry/euclidean/twod/Line.java


--------------------------------------
Update: ExpressionStatement (Src:492 => Dst:525)
Move from this stmt to dst stmt at 524: [cYY]
Add: this
Add: cX1
Move from this stmt to dst stmt at 457: [m, 3]
Move from src stmt at 490 to this stmt: [cX1]



===============================================
mtdiff
https://github.com/apache/commons-math/commit/759fed8a76744f1d64a63c44b53eaae62c87b853
src/main/java/org/apache/commons/math3/geometry/euclidean/twod/Line.java


--------------------------------------
Update: ExpressionStatement (Src:493 => Dst:526)
Add: this
Add: cY1
Intra-Stmt Move from right to left: [=]
Move from this stmt to dst stmt at 457: [m, 5]



===============================================
mtdiff
https://github.com/apache/commons-math/commit/5fbeb731b9d26a6f340fd3772e86cd23ba61c65a
src/test/java/org/apache/commons/math/analysis/interpolation/LoessInterpolatorTest.java


--------------------------------------
Delete: ExpressionStatement (Src:70)
Move from this stmt to dst stmt at 68: [generateSineData, xval, yval, xnoise, ynoise]



===============================================
mtdiff
https://github.com/apache/commons-math/commit/5fbeb731b9d26a6f340fd3772e86cd23ba61c65a
src/test/java/org/apache/commons/math/analysis/interpolation/LoessInterpolatorTest.java


--------------------------------------
Delete: ExpressionStatement (Src:102)
Move from this stmt to dst stmt at 100: [generateSineData, xval, yval, xnoise, ynoise]



===============================================
mtdiff
https://github.com/apache/commons-math/commit/5fbeb731b9d26a6f340fd3772e86cd23ba61c65a
src/test/java/org/apache/commons/math/analysis/interpolation/LoessInterpolatorTest.java


--------------------------------------
Delete: ExpressionStatement (Src:133)
Move from this stmt to dst stmt at 131: [generateSineData, xval, yval, xnoise, ynoise]



===============================================
mtdiff
https://github.com/apache/commons-math/commit/5fbeb731b9d26a6f340fd3772e86cd23ba61c65a
src/test/java/org/apache/commons/math/analysis/interpolation/LoessInterpolatorTest.java


--------------------------------------
Update: MethodDeclaration (Src:234 => Dst:206)
Move from this stmt to dst stmt at 176: [Test]
Add: Test
Add: expected
Add: =
Add: MathException
Add: class
Add: throws
Add: MathException



===============================================
mtdiff
https://github.com/apache/commons-math/commit/a6f743b5f205f1fce14738a954734e83ce7dc4de
src/main/java/org/apache/commons/math3/distribution/GammaDistribution.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:217)
Add: final
Add: double
Add: aux3
Add: =
Move from src stmt at 117 to this stmt: [-]
Add: y
Add: *
Add: Gamma
Add: LANCZOS_G
Move from src stmt at 117 to this stmt: [/]
Update: / -> +
Add: 0.5
Add: /
Add: shiftedShape
Add: +
Add: Gamma
Add: LANCZOS_G
Add: +
Add: aux2



===============================================
mtdiff
https://github.com/apache/commons-math/commit/a6f743b5f205f1fce14738a954734e83ce7dc4de
src/main/java/org/apache/commons/math3/distribution/GammaDistribution.java


--------------------------------------
Insert: ReturnStatement (Src:-1 => Dst:219)
Add: return
Add: densityPrefactor2
Add: /
Move from src stmt at 117 to this stmt: [x]
Add: *
Add: FastMath
Add: exp
Add: aux3



===============================================
mtdiff
https://github.com/apache/commons-math/commit/be5a9fb2194643cc2cf426e70202ec62d99e22a5
src/java/org/apache/commons/math/UnivariateImpl.java


--------------------------------------
Insert: ReturnStatement (Src:-1 => Dst:184)
Add: return
Add: 2
Add: *
Add: Math
Add: pow
Move from src stmt at 195 to this stmt: [sum]
Add: 3
Add: -
Add: 3
Move from src stmt at 216 to this stmt: [*]
Move from src stmt at 215 to this stmt: [sum]
Add: *
Move from src stmt at 196 to this stmt: [sumsq]
Add: +
Add: double
Add: n
Add: *
Add: double
Add: n
Add: *
Add: sumCube
Add: /
Add: double
Add: n
Add: *
Add: double
Move from src stmt at 227 to this stmt: [v]
Update: v -> n
Add: -
Add: 1
Add: *
Add: double
Add: n
Add: -
Add: 2



===============================================
mtdiff
https://github.com/apache/commons-math/commit/be5a9fb2194643cc2cf426e70202ec62d99e22a5
src/java/org/apache/commons/math/UnivariateImpl.java


--------------------------------------
Insert: ReturnStatement (Src:-1 => Dst:205)
Add: return
Add: x1
Add: +
Add: x2
Add: +
Add: x3
Add: +
Add: x4
Add: +
Add: x5
Add: /
Add: double
Add: n
Add: *
Add: double
Move from src stmt at 216 to this stmt: [v]
Update: v -> n
Add: -
Add: 1
Add: *
Add: double
Add: n
Move from src stmt at 196 to this stmt: [*]
Update: * -> -
Add: 2
Add: *
Add: double
Add: n
Add: -
Add: 3



===============================================
mtdiff
https://github.com/apache/commons-math/commit/be5a9fb2194643cc2cf426e70202ec62d99e22a5
src/java/org/apache/commons/math/UnivariateImpl.java


--------------------------------------
Move & Update: ExpressionStatement (Src:212 => Dst:229)
Move from this stmt to dst stmt at 254: [n, +=, 1.0]
Add: sumCube
Move from src stmt at 195 to this stmt: [+=]
Update: += -> -=
Add: Math
Add: pow
Add: discarded
Add: 3



===============================================
mtdiff
https://github.com/apache/commons-math/commit/be5a9fb2194643cc2cf426e70202ec62d99e22a5
src/java/org/apache/commons/math/UnivariateImpl.java


--------------------------------------
Move & Update: ExpressionStatement (Src:223 => Dst:271)
Move from this stmt to dst stmt at 263: [n, +=, 1.0]
Add: sumCube
Move from src stmt at 216 to this stmt: [+=]
Add: Math
Add: pow
Move from src stmt at 227 to this stmt: [v]
Add: 3



===============================================
mtdiff
https://github.com/apache/commons-math/commit/be5a9fb2194643cc2cf426e70202ec62d99e22a5
src/java/org/apache/commons/math/UnivariateImpl.java


--------------------------------------
Move & Update: ExpressionStatement (Src:224 => Dst:346)
Move from this stmt to dst stmt at 264: [min, =, v]
Add: outBuffer
Add: append
Add: "skewness: "
Add: +
Add: getSkewness
Add: +
Add: "\n"



===============================================
ijm
https://github.com/apache/commons-math/commit/e2ffb905724787ed87bbc64ce56673391a00279e
src/mantissa/src/org/spaceroots/mantissa/ode/DormandPrince853StepInterpolator.java


--------------------------------------
Delete: VariableDeclarationStatement (Src:273)
Delete: IOException
Delete: ioe
Delete: =
Delete: new
Delete: IOException



===============================================
ijm
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Delete: TypeDeclaration (Src:43)
Delete: public
Delete: class
Delete: PolygonsSetTest



===============================================
ijm
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Insert: TypeDeclaration (Src:-1 => Dst:43)
Add: public
Add: class
Add: PolygonsSetTest



===============================================
ijm
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Delete: MethodDeclaration (Src:45)
Delete: Test
Delete: public
Delete: void
Delete: testSimplyConnected



===============================================
ijm
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:45)
Add: Test
Add: public
Add: void
Add: testSimplyConnected



===============================================
ijm
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Delete: VariableDeclarationStatement (Src:61)
Delete: PolygonsSet
Delete: set
Delete: =
Delete: buildSet
Delete: vertices



===============================================
ijm
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:61)
Add: PolygonsSet
Add: set
Add: =
Add: buildSet
Add: vertices



===============================================
ijm
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Delete: ExpressionStatement (Src:83)
Delete: checkVertices
Delete: set
Delete: getVertices
Delete: vertices



===============================================
ijm
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:83)
Add: checkVertices
Add: set
Add: getVertices
Add: vertices



===============================================
ijm
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Move: MethodDeclaration (Src:86 => Dst:86)



===============================================
ijm
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Move: VariableDeclarationStatement (Src:88 => Dst:88)



===============================================
ijm
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Move: ExpressionStatement (Src:89 => Dst:89)



===============================================
ijm
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Move: ExpressionStatement (Src:90 => Dst:90)



===============================================
ijm
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Move: MethodDeclaration (Src:93 => Dst:93)



===============================================
ijm
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Move: VariableDeclarationStatement (Src:95 => Dst:95)



===============================================
ijm
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Move: ExpressionStatement (Src:96 => Dst:96)



===============================================
ijm
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Move: MethodDeclaration (Src:99 => Dst:99)



===============================================
ijm
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Move: VariableDeclarationStatement (Src:117 => Dst:117)



===============================================
ijm
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Move: ExpressionStatement (Src:118 => Dst:118)



===============================================
ijm
https://github.com/apache/commons-math/commit/b815d2af5a15901dcfd90cd76f0b6f431b0f0048
src/test/java/org/apache/commons/math4/geometry/euclidean/twod/PolygonsSetTest.java


--------------------------------------
Move: ExpressionStatement (Src:120 => Dst:120)



===============================================
gt
https://github.com/hibernate/hibernate-orm/commit/9e063ffa2577f06d98a9e912bb16d20424df8d6d
hibernate-core/src/test/java/org/hibernate/test/instrument/cases/AbstractExecutable.java


--------------------------------------
Insert: IfStatement (Src:-1 => Dst:29)
Add: if
Move from src stmt at 27 to this stmt: [resources]
Update: resources -> classLoader
Add: ==
Add: null



===============================================
gt
https://github.com/hibernate/hibernate-orm/commit/9e063ffa2577f06d98a9e912bb16d20424df8d6d
hibernate-core/src/test/java/org/hibernate/test/instrument/cases/AbstractExecutable.java


--------------------------------------
Move: ExpressionStatement (Src:40 => Dst:55)



===============================================
gt
https://github.com/hibernate/hibernate-orm/commit/37a8f83d2e475426027e044a33ff51168c958f04
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java


--------------------------------------
Move: VariableDeclarationStatement (Src:65 => Dst:85)



===============================================
gt
https://github.com/hibernate/hibernate-orm/commit/37a8f83d2e475426027e044a33ff51168c958f04
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:115)
Move from src stmt at 68 to this stmt: [descriptor]
Update: descriptor -> HibernateTypeDescriptor
Move from src stmt at 77 to this stmt: [descriptor]
Add: =
Move from src stmt at 137 to this stmt: [assertEquals]
Update: assertEquals -> getTypeDescriptor
Move from src stmt at 137 to this stmt: [size]
Update: size -> attributeName



===============================================
gt
https://github.com/hibernate/hibernate-orm/commit/37a8f83d2e475426027e044a33ff51168c958f04
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java


--------------------------------------
Update: ExpressionStatement (Src:71 => Dst:118)
Update: assertNotNull -> assertEquals
Delete: descriptor
Delete: getResolvedTypeMapping
Add: expectedValue
Add: isResolvedTypeMappingNull
Move from src stmt at 134 to this stmt: [descriptor, getResolvedTypeMapping]
Add: ==
Add: null



===============================================
gt
https://github.com/hibernate/hibernate-orm/commit/37a8f83d2e475426027e044a33ff51168c958f04
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java


--------------------------------------
Update: ExpressionStatement (Src:72 => Dst:119)
Move from this stmt to dst stmt at 127: [ClobType, class]
Delete: descriptor
Delete: getResolvedTypeMapping
Delete: getClass
Add: expectedValue
Add: resolvedTypeMappingClass
Move from src stmt at 135 to this stmt: [descriptor, getResolvedTypeMapping, getClass]



===============================================
gt
https://github.com/hibernate/hibernate-orm/commit/37a8f83d2e475426027e044a33ff51168c958f04
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java


--------------------------------------
Update: ExpressionStatement (Src:73 => Dst:120)
Update: assertNotNull -> assertEquals
Delete: descriptor
Delete: getTypeParameters
Add: expectedValue
Add: isTypeParametersNull
Move from src stmt at 138 to this stmt: [descriptor, getTypeParameters]
Add: ==
Add: null



===============================================
gt
https://github.com/hibernate/hibernate-orm/commit/37a8f83d2e475426027e044a33ff51168c958f04
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java


--------------------------------------
Delete: ExpressionStatement (Src:81)
Delete: assertEquals
Move from this stmt to dst stmt at 141: [BlobType, class]
Delete: descriptor
Delete: getResolvedTypeMapping
Delete: getClass



===============================================
gt
https://github.com/hibernate/hibernate-orm/commit/37a8f83d2e475426027e044a33ff51168c958f04
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java


--------------------------------------
Delete: ExpressionStatement (Src:83)
Delete: assertTrue
Delete: descriptor
Delete: getTypeParameters
Delete: isEmpty



===============================================
gt
https://github.com/hibernate/hibernate-orm/commit/37a8f83d2e475426027e044a33ff51168c958f04
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java


--------------------------------------
Delete: ExpressionStatement (Src:96)
Delete: assertEquals
Move from this stmt to dst stmt at 169: [CharacterArrayClobType, class, getName]
Delete: descriptor
Delete: getExplicitTypeName



===============================================
gt
https://github.com/hibernate/hibernate-orm/commit/37a8f83d2e475426027e044a33ff51168c958f04
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java


--------------------------------------
Delete: ExpressionStatement (Src:97)
Delete: assertEquals
Move from this stmt to dst stmt at 169: [Character, class, getName]
Delete: descriptor
Delete: getJavaTypeName



===============================================
gt
https://github.com/hibernate/hibernate-orm/commit/3b196fb2e1cea0e4d76e646175ee71e5f9e466a3
hibernate-core/src/main/java/org/hibernate/type/descriptor/java/ZonedDateTimeJavaDescriptor.java


--------------------------------------
Update: MethodDeclaration (Src:41 => Dst:41)
Delete: ZonedDateTime
Move from src stmt at 43 to this stmt: [ZonedDateTime]



===============================================
gt
https://github.com/hibernate/hibernate-orm/commit/3b196fb2e1cea0e4d76e646175ee71e5f9e466a3
hibernate-core/src/main/java/org/hibernate/type/descriptor/java/ZonedDateTimeJavaDescriptor.java


--------------------------------------
Update: ReturnStatement (Src:43 => Dst:43)
Move from this stmt to dst stmt at 41: [ZonedDateTime]
Add: ZonedDateTime
Add: from



===============================================
gt
https://github.com/hibernate/hibernate-orm/commit/bf222cab44f161041bdfd40d18b81c8b7b67bd8f
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityClass.java


--------------------------------------
Insert: IfStatement (Src:-1 => Dst:193)
Add: if
Add: getParent
Add: !=
Add: null
Add: &&
Add: inheritanceType
Add: ==
Add: InheritanceType
Add: JOINED
Add: else



===============================================
gt
https://github.com/hibernate/hibernate-orm/commit/bf222cab44f161041bdfd40d18b81c8b7b67bd8f
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityClass.java


--------------------------------------
Update: MethodDeclaration (Src:222 => Dst:269)
Move from this stmt to dst stmt at 339: [List, PrimaryKeyJoinColumnSource]
Move from src stmt at 279 to this stmt: [List, PrimaryKeyJoinColumnSource]
Update: PrimaryKeyJoinColumnSource -> PrimaryKeyJoinColumn



===============================================
gt
https://github.com/hibernate/hibernate-orm/commit/bf222cab44f161041bdfd40d18b81c8b7b67bd8f
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityClass.java


--------------------------------------
Update: VariableDeclarationStatement (Src:279 => Dst:339)
Move from this stmt to dst stmt at 269: [List, PrimaryKeyJoinColumnSource]
Move from src stmt at 222 to this stmt: [List, PrimaryKeyJoinColumnSource]
Update: PrimaryKeyJoinColumnSource -> PrimaryKeyJoinColumn



===============================================
gt
https://github.com/hibernate/hibernate-orm/commit/bf222cab44f161041bdfd40d18b81c8b7b67bd8f
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityClass.java


--------------------------------------
Update: ExpressionStatement (Src:284 => Dst:344)
Move from this stmt to dst stmt at 349: [results]
Move from src stmt at 289 to this stmt: [results]
Update: PrimaryKeyJoinColumnSourceImpl -> PrimaryKeyJoinColumn



===============================================
gt
https://github.com/hibernate/hibernate-orm/commit/bf222cab44f161041bdfd40d18b81c8b7b67bd8f
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityClass.java


--------------------------------------
Update: ExpressionStatement (Src:289 => Dst:349)
Move from this stmt to dst stmt at 344: [results]
Move from src stmt at 284 to this stmt: [results]
Update: PrimaryKeyJoinColumnSourceImpl -> PrimaryKeyJoinColumn



===============================================
gt
https://github.com/hibernate/hibernate-orm/commit/7f9dc27de9e0965f404218e6d8e71263c32adc0a
hibernate-core/src/main/java/org/hibernate/service/internal/AbstractServiceRegistryImpl.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:136)
Add: final
Move from src stmt at 137 to this stmt: [roleXref, containsKey]
Update: roleXref -> Class
Update: containsKey -> alternative
Add: =
Move from src stmt at 138 to this stmt: [roleXref, get, serviceRole]



===============================================
gt
https://github.com/hibernate/hibernate-orm/commit/8f6e4d56753576f30ba8cec5fae1693e316267f2
hibernate-core/src/test/java/org/hibernate/test/annotations/filter/subclass/MappedSuperclass/FilterInheritanceTest.java


--------------------------------------
Delete: MethodDeclaration (Src:34)
Move from this stmt to dst stmt at 34: [Override]
Delete: protected
Delete: void
Delete: prepareTest
Delete: throws
Move from this stmt to dst stmt at 34: [Exception]



===============================================
mtdiff
https://github.com/hibernate/hibernate-orm/commit/9e063ffa2577f06d98a9e912bb16d20424df8d6d
hibernate-core/src/test/java/org/hibernate/test/instrument/cases/AbstractExecutable.java


--------------------------------------
Insert: ThrowStatement (Src:-1 => Dst:33)
Add: throw
Add: new
Move from src stmt at 25 to this stmt: [Configuration]
Update: Configuration -> RuntimeException
Add: "Isolated ClassLoader not yet set as TCCL"



===============================================
mtdiff
https://github.com/hibernate/hibernate-orm/commit/9e063ffa2577f06d98a9e912bb16d20424df8d6d
hibernate-core/src/test/java/org/hibernate/test/instrument/cases/AbstractExecutable.java


--------------------------------------
Move & Update: ExpressionStatement (Src:43 => Dst:56)
Move from this stmt to dst stmt at 37: [ServiceRegistryBuilder]
Add: StandardServiceRegistryBuilder



===============================================
mtdiff
https://github.com/hibernate/hibernate-orm/commit/1cd8db2ac3f86c64010dd312076c8d3038267209
hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java


--------------------------------------
Update: MethodDeclaration (Src:4739 => Dst:4738)
Move from this stmt to dst stmt at 1894: [public]
Intra-Stmt Move from left to right: [FilterAliasGenerator]
Update: FilterAliasGenerator -> String
Add: public
Add: static
Add: int
Update: getFilterAliasGenerator -> getTableId
Add: tableName
Delete: final
Update: rootAlias -> tables



===============================================
mtdiff
https://github.com/hibernate/hibernate-orm/commit/37a8f83d2e475426027e044a33ff51168c958f04
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java


--------------------------------------
Delete: ExpressionStatement (Src:96)
Move from this stmt to dst stmt at 118: [assertEquals]
Move from this stmt to dst stmt at 169: [CharacterArrayClobType, class, getName]
Delete: descriptor
Delete: getExplicitTypeName



===============================================
mtdiff
https://github.com/hibernate/hibernate-orm/commit/37a8f83d2e475426027e044a33ff51168c958f04
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java


--------------------------------------
Delete: ExpressionStatement (Src:97)
Delete: assertEquals
Move from this stmt to dst stmt at 169: [Character, class, getName]
Delete: descriptor
Delete: getJavaTypeName



===============================================
mtdiff
https://github.com/hibernate/hibernate-orm/commit/37a8f83d2e475426027e044a33ff51168c958f04
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:222)
Move from src stmt at 62 to this stmt: [Test, Resources, annotatedClasses]
Add: =
Move from src stmt at 62 to this stmt: [Item]
Add: class
Move from src stmt at 62 to this stmt: [public]
Add: void
Add: testSerializableWithLobAnnotation



===============================================
mtdiff
https://github.com/hibernate/hibernate-orm/commit/6eb4caf053cfc65a99fd863e2b4d3a4b15b2cd0e
cache-jbosscache2/src/test/java/org/hibernate/test/cache/jbc2/functional/MVCCConcurrentWriteTest.java


--------------------------------------
Insert: ReturnStatement (Src:-1 => Dst:592)
Add: return
Move from src stmt at 578 to this stmt: [ExceptionUtils]
Update: ExceptionUtils -> sw
Add: getBuffer
Add: toString



===============================================
mtdiff
https://github.com/hibernate/hibernate-orm/commit/bf222cab44f161041bdfd40d18b81c8b7b67bd8f
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityClass.java


--------------------------------------
Update: FieldDeclaration (Src:109 => Dst:115)
Move from this stmt to dst stmt at 339: [PrimaryKeyJoinColumnSource]
Add: PrimaryKeyJoinColumn



===============================================
mtdiff
https://github.com/hibernate/hibernate-orm/commit/bf222cab44f161041bdfd40d18b81c8b7b67bd8f
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityClass.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:159)
Add: AnnotationInstance
Add: foreignKey
Add: =
Add: JandexHelper
Add: getSingleAnnotation
Add: classInfo
Add: HibernateDotNames
Add: FOREIGN_KEY
Move from src stmt at 222 to this stmt: [PrimaryKeyJoinColumnSource]
Update: PrimaryKeyJoinColumnSource -> ClassInfo
Add: class



===============================================
mtdiff
https://github.com/hibernate/hibernate-orm/commit/bf222cab44f161041bdfd40d18b81c8b7b67bd8f
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityClass.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:168)
Add: String
Add: temp
Add: =
Add: JandexHelper
Add: getValue
Add: foreignKey
Add: "inverseName"
Move from src stmt at 282 to this stmt: [PrimaryKeyJoinColumnSource]
Update: PrimaryKeyJoinColumnSource -> String
Add: class



===============================================
mtdiff
https://github.com/hibernate/hibernate-orm/commit/bf222cab44f161041bdfd40d18b81c8b7b67bd8f
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityClass.java


--------------------------------------
Insert: ReturnStatement (Src:-1 => Dst:187)
Add: return
Add: JandexHelper
Add: getEnumValue
Add: onDeleteAnnotation
Add: "action"
Move from src stmt at 265 to this stmt: [PrimaryKeyJoinColumnSource]
Update: PrimaryKeyJoinColumnSource -> OnDeleteAction
Add: class



===============================================
mtdiff
https://github.com/hibernate/hibernate-orm/commit/bf222cab44f161041bdfd40d18b81c8b7b67bd8f
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityClass.java


--------------------------------------
Update: MethodDeclaration (Src:222 => Dst:269)
Move from this stmt to dst stmt at 159: [PrimaryKeyJoinColumnSource]
Add: PrimaryKeyJoinColumn



===============================================
mtdiff
https://github.com/hibernate/hibernate-orm/commit/bf222cab44f161041bdfd40d18b81c8b7b67bd8f
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityClass.java


--------------------------------------
Update: MethodDeclaration (Src:265 => Dst:323)
Move from this stmt to dst stmt at 187: [PrimaryKeyJoinColumnSource]
Add: PrimaryKeyJoinColumn



===============================================
mtdiff
https://github.com/hibernate/hibernate-orm/commit/bf222cab44f161041bdfd40d18b81c8b7b67bd8f
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityClass.java


--------------------------------------
Update: VariableDeclarationStatement (Src:279 => Dst:339)
Move from this stmt to dst stmt at 342: [PrimaryKeyJoinColumnSource]
Move from src stmt at 109 to this stmt: [PrimaryKeyJoinColumnSource]
Update: PrimaryKeyJoinColumnSource -> PrimaryKeyJoinColumn



===============================================
mtdiff
https://github.com/hibernate/hibernate-orm/commit/bf222cab44f161041bdfd40d18b81c8b7b67bd8f
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityClass.java


--------------------------------------
Update: ExpressionStatement (Src:282 => Dst:342)
Move from this stmt to dst stmt at 168: [PrimaryKeyJoinColumnSource]
Move from src stmt at 279 to this stmt: [PrimaryKeyJoinColumnSource]
Update: PrimaryKeyJoinColumnSource -> PrimaryKeyJoinColumn



===============================================
mtdiff
https://github.com/hibernate/hibernate-orm/commit/056024a8b66257edc4e1696c2c14776ac0379b92
hibernate-core/src/main/java/org/hibernate/xml/internal/jaxb/UnifiedMappingBinder.java


--------------------------------------
Delete: ExpressionStatement (Src:71)
Delete: hbmReader
Delete: =
Move from this stmt to dst stmt at 66: [new]
Delete: NamespaceAddingEventReader
Move from this stmt to dst stmt at 66: [staxEventReader]
Move from this stmt to dst stmt at 67: [LocalSchema, LEGACY_HBM]
Delete: getNamespaceUri



===============================================
mtdiff
https://github.com/hibernate/hibernate-orm/commit/056024a8b66257edc4e1696c2c14776ac0379b92
hibernate-core/src/main/java/org/hibernate/xml/internal/jaxb/UnifiedMappingBinder.java


--------------------------------------
Update: VariableDeclarationStatement (Src:74 => Dst:67)
Delete: LocalSchema
Delete: LEGACY_HBM
Move from src stmt at 71 to this stmt: [LocalSchema, LEGACY_HBM]
Update: LEGACY_HBM -> HBM



===============================================
mtdiff
https://github.com/hibernate/hibernate-orm/commit/39d2d53968fcf9725dc55b1558d0c0dd67b01f26
hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/AbstractEntityRegionAccessStrategyTestCase.java


--------------------------------------
Update: FieldDeclaration (Src:642 => Dst:644)
Delete: ServiceRegistryHolder
Update: serviceRegistryHolder -> serviceRegistry
Add: ServiceRegistry



===============================================
mtdiff
https://github.com/hibernate/hibernate-orm/commit/7f9dc27de9e0965f404218e6d8e71263c32adc0a
hibernate-core/src/main/java/org/hibernate/service/internal/AbstractServiceRegistryImpl.java


--------------------------------------
Update: FieldDeclaration (Src:67 => Dst:66)
Delete: ConcurrentHashMap
Add: ConcurrentServiceBinding



===============================================
mtdiff
https://github.com/hibernate/hibernate-orm/commit/53d6d2b9a6523c706980b37045bf2a5e8afe6be6
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/SingularIdentifierAttributeSourceImpl.java


--------------------------------------
Update: FieldDeclaration (Src:48 => Dst:48)
Move from this stmt to dst stmt at 123: [ExplicitHibernateTypeSource]
Add: HibernateTypeSource



===============================================
ijm
https://github.com/hibernate/hibernate-orm/commit/9e063ffa2577f06d98a9e912bb16d20424df8d6d
hibernate-core/src/test/java/org/hibernate/test/instrument/cases/AbstractExecutable.java


--------------------------------------
Update: VariableDeclarationStatement (Src:25 => Dst:26)
Update: Configuration -> BootstrapServiceRegistryBuilder
Update: cfg -> bsrb
Delete: new
Update: Configuration -> BootstrapServiceRegistryBuilder
Add: new
Delete: setProperty
Delete: Environment
Delete: HBM2DDL_AUTO
Delete: "create-drop"



===============================================
ijm
https://github.com/hibernate/hibernate-orm/commit/9e063ffa2577f06d98a9e912bb16d20424df8d6d
hibernate-core/src/test/java/org/hibernate/test/instrument/cases/AbstractExecutable.java


--------------------------------------
Update: VariableDeclarationStatement (Src:26 => Dst:28)
Delete: String
Update: resources -> classLoader
Add: ClassLoader
Delete: getResources
Add: Thread
Add: currentThread
Add: getContextClassLoader



===============================================
ijm
https://github.com/hibernate/hibernate-orm/commit/9e063ffa2577f06d98a9e912bb16d20424df8d6d
hibernate-core/src/test/java/org/hibernate/test/instrument/cases/AbstractExecutable.java


--------------------------------------
Move & Update: ExpressionStatement (Src:28 => Dst:35)
Delete: cfg
Delete: addResource
Delete: resource
Add: bsrb
Add: applyClassLoader
Add: classLoader



===============================================
ijm
https://github.com/hibernate/hibernate-orm/commit/9e063ffa2577f06d98a9e912bb16d20424df8d6d
hibernate-core/src/test/java/org/hibernate/test/instrument/cases/AbstractExecutable.java


--------------------------------------
Update: ExpressionStatement (Src:30 => Dst:37)
Delete: ServiceRegistryBuilder
Delete: buildServiceRegistry
Delete: cfg
Delete: getProperties
Add: new
Add: StandardServiceRegistryBuilder
Add: bsrb
Add: build
Add: applySetting
Add: Environment
Add: HBM2DDL_AUTO
Add: "create-drop"
Add: build



===============================================
ijm
https://github.com/hibernate/hibernate-orm/commit/9e063ffa2577f06d98a9e912bb16d20424df8d6d
hibernate-core/src/test/java/org/hibernate/test/instrument/cases/AbstractExecutable.java


--------------------------------------
Update: ExpressionStatement (Src:31 => Dst:46)
Delete: cfg
Add: metadataSources
Add: buildMetadata
Delete: serviceRegistry



===============================================
ijm
https://github.com/hibernate/hibernate-orm/commit/9e063ffa2577f06d98a9e912bb16d20424df8d6d
hibernate-core/src/test/java/org/hibernate/test/instrument/cases/AbstractExecutable.java


--------------------------------------
Move: ExpressionStatement (Src:40 => Dst:55)



===============================================
ijm
https://github.com/hibernate/hibernate-orm/commit/1cd8db2ac3f86c64010dd312076c8d3038267209
hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java


--------------------------------------
Delete: ReturnStatement (Src:4740)
Delete: return
Delete: new
Move from this stmt to dst stmt at 4744: [StaticFilterAliasGenerator]
Delete: rootAlias



===============================================
ijm
https://github.com/hibernate/hibernate-orm/commit/37a8f83d2e475426027e044a33ff51168c958f04
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java


--------------------------------------
Move: VariableDeclarationStatement (Src:65 => Dst:85)



===============================================
ijm
https://github.com/hibernate/hibernate-orm/commit/37a8f83d2e475426027e044a33ff51168c958f04
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java


--------------------------------------
Insert: ReturnStatement (Src:-1 => Dst:87)
Add: return
Add: attributeBinding
Add: getHibernateTypeDescriptor



===============================================
ijm
https://github.com/hibernate/hibernate-orm/commit/37a8f83d2e475426027e044a33ff51168c958f04
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java


--------------------------------------
Update: MethodDeclaration (Src:62 => Dst:114)
Delete: Test
Delete: Resources
Delete: annotatedClasses
Delete: =
Delete: Item
Delete: class
Update: public -> private
Update: testLobTypeAttribute -> checkHibernateTypeDescriptor
Add: ExpectedValue
Add: expectedValue
Add: String
Add: attributeName



===============================================
ijm
https://github.com/hibernate/hibernate-orm/commit/37a8f83d2e475426027e044a33ff51168c958f04
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java


--------------------------------------
Delete: ExpressionStatement (Src:81)
Delete: assertEquals
Move from this stmt to dst stmt at 141: [BlobType, class]
Delete: descriptor
Delete: getResolvedTypeMapping
Delete: getClass



===============================================
ijm
https://github.com/hibernate/hibernate-orm/commit/37a8f83d2e475426027e044a33ff51168c958f04
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java


--------------------------------------
Delete: ExpressionStatement (Src:83)
Delete: assertTrue
Delete: descriptor
Delete: getTypeParameters
Delete: isEmpty



===============================================
ijm
https://github.com/hibernate/hibernate-orm/commit/37a8f83d2e475426027e044a33ff51168c958f04
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:169)
Add: ExpectedValue
Add: expectedValue
Add: =
Add: new
Add: ExpectedValue
Move from src stmt at 96 to this stmt: [CharacterArrayClobType, class, getName]
Move from src stmt at 97 to this stmt: [Character, class, getName]
Add: false
Add: CharacterArrayClobType
Add: class
Add: false
Add: true



===============================================
ijm
https://github.com/hibernate/hibernate-orm/commit/37a8f83d2e475426027e044a33ff51168c958f04
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java


--------------------------------------
Delete: ExpressionStatement (Src:99)
Delete: assertEquals
Delete: CharacterArrayClobType
Delete: class
Delete: descriptor
Delete: getResolvedTypeMapping
Delete: getClass



===============================================
ijm
https://github.com/hibernate/hibernate-orm/commit/37a8f83d2e475426027e044a33ff51168c958f04
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:183)
Add: ExpectedValue
Add: expectedValue
Add: =
Add: new
Add: ExpectedValue
Move from src stmt at 105 to this stmt: [PrimitiveCharacterArrayClobType, class, getName]
Move from src stmt at 106 to this stmt: [char, class, getName]
Add: false
Add: PrimitiveCharacterArrayClobType
Add: class
Add: false
Add: true



===============================================
ijm
https://github.com/hibernate/hibernate-orm/commit/37a8f83d2e475426027e044a33ff51168c958f04
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java


--------------------------------------
Delete: ExpressionStatement (Src:108)
Delete: assertEquals
Delete: PrimitiveCharacterArrayClobType
Delete: class
Delete: descriptor
Delete: getResolvedTypeMapping
Delete: getClass



===============================================
ijm
https://github.com/hibernate/hibernate-orm/commit/37a8f83d2e475426027e044a33ff51168c958f04
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:197)
Add: ExpectedValue
Add: expectedValue
Add: =
Add: new
Add: ExpectedValue
Move from src stmt at 114 to this stmt: [WrappedMaterializedBlobType, class, getName]
Move from src stmt at 115 to this stmt: [Byte, class, getName]
Add: false
Add: WrappedMaterializedBlobType
Add: class
Add: false
Add: true



===============================================
ijm
https://github.com/hibernate/hibernate-orm/commit/37a8f83d2e475426027e044a33ff51168c958f04
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java


--------------------------------------
Delete: ExpressionStatement (Src:117)
Delete: assertEquals
Delete: WrappedMaterializedBlobType
Delete: class
Delete: descriptor
Delete: getResolvedTypeMapping
Delete: getClass



===============================================
ijm
https://github.com/hibernate/hibernate-orm/commit/37a8f83d2e475426027e044a33ff51168c958f04
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:222)
Add: Test
Add: Resources
Add: annotatedClasses
Add: =
Add: Item
Add: class
Add: public
Add: void
Add: testSerializableWithLobAnnotation



===============================================
ijm
https://github.com/hibernate/hibernate-orm/commit/37a8f83d2e475426027e044a33ff51168c958f04
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:225)
Add: ExpectedValue
Add: expectedValue
Add: =
Add: new
Add: ExpectedValue
Move from src stmt at 132 to this stmt: [SerializableToBlobType, class, getName]
Add: Thing
Add: class
Add: getName
Add: false
Add: SerializableToBlobType
Add: class
Add: false
Add: false



===============================================
gt
https://github.com/hibernate/hibernate-search/commit/3f22db9fd947d552234e30f2c478d8ebeb858605
jsr352/core/src/test/java/org/hibernate/search/jsr352/massindexing/RestartChunkIT.java


--------------------------------------
Update: VariableDeclarationStatement (Src:112 => Dst:113)
Delete: long
Update: execId1 -> parameters
Add: Properties
Move from this stmt to dst stmt at 119: [jobOperator]
Delete: start
Delete: MassIndexingJob
Delete: NAME



===============================================
gt
https://github.com/hibernate/hibernate-search/commit/3f22db9fd947d552234e30f2c478d8ebeb858605
jsr352/core/src/test/java/org/hibernate/search/jsr352/massindexing/RestartChunkIT.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:119)
Add: long
Add: execId1
Add: =
Move from src stmt at 112 to this stmt: [jobOperator]
Add: start
Add: MassIndexingJob
Add: NAME
Add: parameters



===============================================
gt
https://github.com/hibernate/hibernate-search/commit/7d1aa952f18cac573d8db490cf2c34a72d48b965
elasticsearch/src/main/java/org/hibernate/search/elasticsearch/logging/impl/ElasticsearchResponseFormatter.java


--------------------------------------
Update: MethodDeclaration (Src:32 => Dst:29)
Delete: String
Move from src stmt at 52 to this stmt: [String]



===============================================
gt
https://github.com/hibernate/hibernate-search/commit/7d1aa952f18cac573d8db490cf2c34a72d48b965
elasticsearch/src/main/java/org/hibernate/search/elasticsearch/logging/impl/ElasticsearchResponseFormatter.java


--------------------------------------
Update: ExpressionStatement (Src:43 => Dst:40)
Delete: sb
Move from src stmt at 59 to this stmt: [sb]
Delete: "Status: "
Delete: append
Update: " " -> " '"
Add: append
Add: "' with body "
Add: append
Move from src stmt at 59 to this stmt: [helper]
Add: toString
Add: response
Add: getBody



===============================================
gt
https://github.com/hibernate/hibernate-search/commit/7d1aa952f18cac573d8db490cf2c34a72d48b965
elasticsearch/src/main/java/org/hibernate/search/elasticsearch/logging/impl/ElasticsearchResponseFormatter.java


--------------------------------------
Delete: ExpressionStatement (Src:44)
Delete: sb
Delete: append
Delete: "\nError message: "
Delete: append
Delete: helper
Delete: propertyAsString
Delete: body
Delete: "error"



===============================================
gt
https://github.com/hibernate/hibernate-search/commit/7d1aa952f18cac573d8db490cf2c34a72d48b965
elasticsearch/src/main/java/org/hibernate/search/elasticsearch/logging/impl/ElasticsearchResponseFormatter.java


--------------------------------------
Delete: ExpressionStatement (Src:59)
Move from this stmt to dst stmt at 40: [sb]
Delete: append
Delete: "\n  Error: "
Delete: append
Move from this stmt to dst stmt at 40: [helper]
Delete: propertyAsString
Delete: value
Delete: "error"



===============================================
gt
https://github.com/hibernate/hibernate-search/commit/1444e4be5ca8a83f70e24a157f4b399aaca9a532
mapper/pojo/src/main/java/org/hibernate/search/mapper/pojo/processing/impl/PojoPropertyNodeProcessorBuilder.java


--------------------------------------
Update: SuperConstructorInvocation (Src:45 => Dst:44)
Add: propertyType
Delete: propertyType



===============================================
gt
https://github.com/hibernate/hibernate-search/commit/1444e4be5ca8a83f70e24a157f4b399aaca9a532
mapper/pojo/src/main/java/org/hibernate/search/mapper/pojo/processing/impl/PojoPropertyNodeProcessorBuilder.java


--------------------------------------
Update: VariableDeclarationStatement (Src:91 => Dst:90)
Update: nestedProcessor -> nestedProcessorBuilder
Add: javaType
Delete: javaType



===============================================
gt
https://github.com/hibernate/hibernate-search/commit/9097321d8a346f5d2871f2a85892a235d3175a7b
engine/src/test/java/org/hibernate/search/test/backend/lucene/ScheduledCommitPolicyTest.java


--------------------------------------
Update: FieldDeclaration (Src:49 => Dst:47)
Delete: SearchFactoryHolder
Add: final
Move from src stmt at 117 to this stmt: [SearchFactoryHolder]



===============================================
gt
https://github.com/hibernate/hibernate-search/commit/9097321d8a346f5d2871f2a85892a235d3175a7b
engine/src/test/java/org/hibernate/search/test/backend/lucene/ScheduledCommitPolicyTest.java


--------------------------------------
Insert: FieldDeclaration (Src:-1 => Dst:54)
Add: private
Add: final
Add: SearchITHelper
Add: helper
Add: =
Add: new
Add: SearchITHelper
Add: sfAsyncExclusiveIndex



===============================================
gt
https://github.com/hibernate/hibernate-search/commit/1fdb95dc000723592fac86b7eed53e2f4cdd8790
hibernate-search/src/main/java/org/hibernate/search/engine/DocumentBuilderContainedEntity.java


--------------------------------------
Update: TypeDeclaration (Src:86 => Dst:46)
Delete: T
Move from src stmt at 733 to this stmt: [T]
Add: extends
Move from src stmt at 653 to this stmt: [Collection]
Update: Collection -> AbstractDocumentBuilder
Move from src stmt at 694 to this stmt: [T]



===============================================
gt
https://github.com/hibernate/hibernate-search/commit/1fdb95dc000723592fac86b7eed53e2f4cdd8790
hibernate-search/src/main/java/org/hibernate/search/engine/DocumentBuilderContainedEntity.java


--------------------------------------
Insert: SuperConstructorInvocation (Src:-1 => Dst:55)
Add: super
Move from src stmt at 112 to this stmt: [xClass]
Move from src stmt at 113 to this stmt: [AssertionFailure]
Update: AssertionFailure -> context
Move from src stmt at 118 to this stmt: [reflectionManager]



===============================================
gt
https://github.com/hibernate/hibernate-search/commit/1fdb95dc000723592fac86b7eed53e2f4cdd8790
hibernate-search/src/main/java/org/hibernate/search/engine/DocumentBuilderContainedEntity.java


--------------------------------------
Update: MethodDeclaration (Src:127 => Dst:58)
Delete: init
Move from src stmt at 134 to this stmt: [initializeClass]
Update: initializeClass -> initSubClass



===============================================
gt
https://github.com/hibernate/hibernate-search/commit/1fdb95dc000723592fac86b7eed53e2f4cdd8790
hibernate-search/src/main/java/org/hibernate/search/engine/DocumentBuilderContainedEntity.java


--------------------------------------
Delete: MethodDeclaration (Src:236)
Delete: protected
Delete: Analyzer
Delete: getAnalyzer
Delete: XAnnotatedElement
Delete: annotatedElement
Delete: ConfigContext
Delete: context



===============================================
gt
https://github.com/hibernate/hibernate-search/commit/92ead01e3bcd88ffe96966369520fb05615939a0
backend/lucene/src/main/java/org/hibernate/search/backend/lucene/search/projection/impl/FieldSearchProjectionImpl.java


--------------------------------------
Update: TypeDeclaration (Src:17 => Dst:17)
Intra-Stmt Move from right to left: [U]
Update: U -> F
Delete: U
Move from src stmt at 25 to this stmt: [T]



===============================================
gt
https://github.com/hibernate/hibernate-search/commit/92ead01e3bcd88ffe96966369520fb05615939a0
backend/lucene/src/main/java/org/hibernate/search/backend/lucene/search/projection/impl/FieldSearchProjectionImpl.java


--------------------------------------
Update: FieldDeclaration (Src:21 => Dst:21)
Delete: T
Add: F



===============================================
gt
https://github.com/hibernate/hibernate-search/commit/92ead01e3bcd88ffe96966369520fb05615939a0
backend/lucene/src/main/java/org/hibernate/search/backend/lucene/search/projection/impl/FieldSearchProjectionImpl.java


--------------------------------------
Update: FieldDeclaration (Src:23 => Dst:23)
Delete: T
Add: F



===============================================
gt
https://github.com/hibernate/hibernate-search/commit/92ead01e3bcd88ffe96966369520fb05615939a0
backend/lucene/src/main/java/org/hibernate/search/backend/lucene/search/projection/impl/FieldSearchProjectionImpl.java


--------------------------------------
Update: MethodDeclaration (Src:25 => Dst:25)
Delete: T
Add: F
Move from this stmt to dst stmt at 17: [T]
Add: F



===============================================
gt
https://github.com/hibernate/hibernate-search/commit/92ead01e3bcd88ffe96966369520fb05615939a0
backend/lucene/src/main/java/org/hibernate/search/backend/lucene/search/projection/impl/FieldSearchProjectionImpl.java


--------------------------------------
Update: VariableDeclarationStatement (Src:49 => Dst:49)
Delete: T
Add: F



===============================================
gt
https://github.com/hibernate/hibernate-search/commit/d5eec119e3ab96f770796bcc31a5bd022557ff40
integrationtest/mapper/pojo/src/test/java/org/hibernate/search/integrationtest/mapper/pojo/mapping/definition/DocumentIdDefaultBridgeIT.java


--------------------------------------
Move: TypeDeclarationStatement (Src:53 => Dst:55)



===============================================
mtdiff
https://github.com/hibernate/hibernate-search/commit/7d1aa952f18cac573d8db490cf2c34a72d48b965
elasticsearch/src/main/java/org/hibernate/search/elasticsearch/logging/impl/ElasticsearchResponseFormatter.java


--------------------------------------
Update: ExpressionStatement (Src:43 => Dst:40)
Delete: "Status: "
Intra-Stmt Move from left to right: [append]
Intra-Stmt Move from right to left: [" "]
Update: " " -> " '"
Intra-Stmt Move from left to right: [append]
Move from src stmt at 44 to this stmt: ["\nError message: ", append, helper, propertyAsString]
Update: "\nError message: " -> "' with body "
Update: propertyAsString -> toString
Move from src stmt at 59 to this stmt: [sb, append]
Update: sb -> response
Update: append -> getBody



===============================================
mtdiff
https://github.com/hibernate/hibernate-search/commit/1444e4be5ca8a83f70e24a157f4b399aaca9a532
mapper/pojo/src/main/java/org/hibernate/search/mapper/pojo/processing/impl/PojoPropertyNodeProcessorBuilder.java


--------------------------------------
Update: ExpressionStatement (Src:95 => Dst:94)
Update: contribute -> forEach
Update: nestedProcessor -> nestedProcessorBuilder
Add: c
Add: -
Move from src stmt at 96 to this stmt: [nestedProcessor]
Update: nestedProcessor -> c
Add: contributeMapping



===============================================
mtdiff
https://github.com/hibernate/hibernate-search/commit/1444e4be5ca8a83f70e24a157f4b399aaca9a532
mapper/pojo/src/main/java/org/hibernate/search/mapper/pojo/processing/impl/PojoPropertyNodeProcessorBuilder.java


--------------------------------------
Update: ExpressionStatement (Src:96 => Dst:95)
Move from this stmt to dst stmt at 94: [nestedProcessor]
Add: nestedProcessorBuilder



===============================================
mtdiff
https://github.com/hibernate/hibernate-search/commit/c15606e6ddbb6671e6326abe259e3e519f3bda39
elasticsearch/src/main/java/org/hibernate/search/elasticsearch/bridge/builtin/time/impl/ElasticsearchOffsetTimeBridge.java


--------------------------------------
Insert: FieldDeclaration (Src:-1 => Dst:29)
Add: private
Add: static
Add: final
Add: Log
Add: LOG
Add: =
Add: LoggerFactory
Add: make
Move from src stmt at 38 to this stmt: [DateTimeParseException]
Update: DateTimeParseException -> Log
Add: class



===============================================
mtdiff
https://github.com/hibernate/hibernate-search/commit/c15606e6ddbb6671e6326abe259e3e519f3bda39
elasticsearch/src/main/java/org/hibernate/search/elasticsearch/bridge/builtin/time/impl/ElasticsearchOffsetTimeBridge.java


--------------------------------------
Update: MethodDeclaration (Src:38 => Dst:43)
Move from this stmt to dst stmt at 29: [DateTimeParseException]
Add: DateTimeException



===============================================
mtdiff
https://github.com/hibernate/hibernate-search/commit/9097321d8a346f5d2871f2a85892a235d3175a7b
engine/src/test/java/org/hibernate/search/test/backend/lucene/ScheduledCommitPolicyTest.java


--------------------------------------
Delete: VariableDeclarationStatement (Src:77)
Move from this stmt to dst stmt at 77: [final, CountingErrorHandler, errorHandler]
Delete: =
Move from this stmt to dst stmt at 77: [CountingErrorHandler, sfAsyncExclusiveIndex, getSearchFactory, getErrorHandler]



===============================================
mtdiff
https://github.com/hibernate/hibernate-search/commit/9097321d8a346f5d2871f2a85892a235d3175a7b
engine/src/test/java/org/hibernate/search/test/backend/lucene/ScheduledCommitPolicyTest.java


--------------------------------------
Delete: VariableDeclarationStatement (Src:88)
Move from this stmt to dst stmt at 88: [final, CountingErrorHandler, errorHandler, =, CountingErrorHandler, sfAsyncExclusiveIndex, getSearchFactory, getErrorHandler]



===============================================
mtdiff
https://github.com/hibernate/hibernate-search/commit/1fdb95dc000723592fac86b7eed53e2f4cdd8790
hibernate-search/src/main/java/org/hibernate/search/engine/DocumentBuilderContainedEntity.java


--------------------------------------
Update: TypeDeclaration (Src:86 => Dst:46)
Delete: class
Move from src stmt at 790 to this stmt: [class]
Add: extends
Move from src stmt at 653 to this stmt: [Collection]
Update: Collection -> AbstractDocumentBuilder
Move from src stmt at 646 to this stmt: [T]



===============================================
mtdiff
https://github.com/hibernate/hibernate-search/commit/1fdb95dc000723592fac86b7eed53e2f4cdd8790
hibernate-search/src/main/java/org/hibernate/search/engine/DocumentBuilderContainedEntity.java


--------------------------------------
Update: MethodDeclaration (Src:110 => Dst:54)
Delete: public
Move from src stmt at 781 to this stmt: [public]



===============================================
mtdiff
https://github.com/hibernate/hibernate-search/commit/6a6d4f79da854a93a9ac501188802d5bfd7b6758
mapper/orm/src/main/java/org/hibernate/search/mapper/orm/mapping/HibernateOrmMappingContributor.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:74)
Add: ConfigurationProperty
Add: Optional
Add: HibernateOrmSearchMappingContributor
Add: userMappingContributorProperty
Add: =
Add: ConfigurationProperty
Add: forKey
Add: SearchOrmSettings
Add: Radicals
Add: MAPPING_CONTRIBUTOR
Add: as
Add: HibernateOrmSearchMappingContributor
Add: class
Add: reference
Add: -
Move from src stmt at 56 to this stmt: [mappingRepositoryBuilder]
Update: mappingRepositoryBuilder -> beanProvider
Add: getBean
Add: reference
Add: HibernateOrmSearchMappingContributor
Add: class
Add: build



===============================================
mtdiff
https://github.com/hibernate/hibernate-search/commit/92ead01e3bcd88ffe96966369520fb05615939a0
backend/lucene/src/main/java/org/hibernate/search/backend/lucene/search/projection/impl/FieldSearchProjectionImpl.java


--------------------------------------
Update: TypeDeclaration (Src:17 => Dst:17)
Intra-Stmt Move from right to left: [U]
Update: U -> F
Delete: U
Move from src stmt at 21 to this stmt: [T]



===============================================
mtdiff
https://github.com/hibernate/hibernate-search/commit/92ead01e3bcd88ffe96966369520fb05615939a0
backend/lucene/src/main/java/org/hibernate/search/backend/lucene/search/projection/impl/FieldSearchProjectionImpl.java


--------------------------------------
Update: FieldDeclaration (Src:21 => Dst:21)
Move from this stmt to dst stmt at 17: [T]
Add: F



===============================================
mtdiff
https://github.com/hibernate/hibernate-search/commit/d5eec119e3ab96f770796bcc31a5bd022557ff40
integrationtest/mapper/pojo/src/test/java/org/hibernate/search/integrationtest/mapper/pojo/mapping/definition/DocumentIdDefaultBridgeIT.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:53)
Move from src stmt at 51 to this stmt: [Test, public, void, boxedInteger]



===============================================
mtdiff
https://github.com/hibernate/hibernate-search/commit/d5eec119e3ab96f770796bcc31a5bd022557ff40
integrationtest/mapper/pojo/src/test/java/org/hibernate/search/integrationtest/mapper/pojo/mapping/definition/DocumentIdDefaultBridgeIT.java


--------------------------------------
Move: TypeDeclarationStatement (Src:53 => Dst:125)



===============================================
mtdiff
https://github.com/hibernate/hibernate-search/commit/d5eec119e3ab96f770796bcc31a5bd022557ff40
integrationtest/mapper/pojo/src/test/java/org/hibernate/search/integrationtest/mapper/pojo/mapping/definition/DocumentIdDefaultBridgeIT.java


--------------------------------------
Insert: TypeDeclarationStatement (Src:-1 => Dst:55)



===============================================
mtdiff
https://github.com/hibernate/hibernate-search/commit/d5eec119e3ab96f770796bcc31a5bd022557ff40
integrationtest/mapper/pojo/src/test/java/org/hibernate/search/integrationtest/mapper/pojo/mapping/definition/DocumentIdDefaultBridgeIT.java


--------------------------------------
Insert: FieldDeclaration (Src:-1 => Dst:57)
Move from src stmt at 55 to this stmt: [Integer, id]



===============================================
mtdiff
https://github.com/hibernate/hibernate-search/commit/d5eec119e3ab96f770796bcc31a5bd022557ff40
integrationtest/mapper/pojo/src/test/java/org/hibernate/search/integrationtest/mapper/pojo/mapping/definition/DocumentIdDefaultBridgeIT.java


--------------------------------------
Insert: ReturnStatement (Src:-1 => Dst:60)
Add: return
Move from src stmt at 58 to this stmt: [id]



===============================================
mtdiff
https://github.com/hibernate/hibernate-search/commit/d5eec119e3ab96f770796bcc31a5bd022557ff40
integrationtest/mapper/pojo/src/test/java/org/hibernate/search/integrationtest/mapper/pojo/mapping/definition/DocumentIdDefaultBridgeIT.java


--------------------------------------
Move & Update: FieldDeclaration (Src:55 => Dst:127)
Move from this stmt to dst stmt at 57: [Integer, id]
Add: Long
Add: id



===============================================
mtdiff
https://github.com/hibernate/hibernate-search/commit/d5eec119e3ab96f770796bcc31a5bd022557ff40
integrationtest/mapper/pojo/src/test/java/org/hibernate/search/integrationtest/mapper/pojo/mapping/definition/DocumentIdDefaultBridgeIT.java


--------------------------------------
Insert: FieldDeclaration (Src:-1 => Dst:65)
Add: Integer
Move from src stmt at 169 to this stmt: [schemaCapture]
Update: schemaCapture -> id



===============================================
mtdiff
https://github.com/hibernate/hibernate-search/commit/d5eec119e3ab96f770796bcc31a5bd022557ff40
integrationtest/mapper/pojo/src/test/java/org/hibernate/search/integrationtest/mapper/pojo/mapping/definition/DocumentIdDefaultBridgeIT.java


--------------------------------------
Move & Update: MethodDeclaration (Src:73 => Dst:66)
Move from this stmt to dst stmt at 84: [Test]
Add: DocumentId
Move from this stmt to dst stmt at 84: [void, primitiveInteger]
Add: Integer
Add: getId



===============================================
ijm
https://github.com/hibernate/hibernate-search/commit/3f22db9fd947d552234e30f2c478d8ebeb858605
jsr352/core/src/test/java/org/hibernate/search/jsr352/massindexing/RestartChunkIT.java


--------------------------------------
Update: VariableDeclarationStatement (Src:112 => Dst:113)
Delete: long
Update: execId1 -> parameters
Add: Properties
Delete: jobOperator
Delete: start
Delete: MassIndexingJob
Delete: NAME



===============================================
ijm
https://github.com/hibernate/hibernate-search/commit/3f22db9fd947d552234e30f2c478d8ebeb858605
jsr352/core/src/test/java/org/hibernate/search/jsr352/massindexing/RestartChunkIT.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:119)
Add: long
Add: execId1
Add: =
Add: jobOperator
Add: start
Add: MassIndexingJob
Add: NAME
Add: parameters



===============================================
ijm
https://github.com/hibernate/hibernate-search/commit/7d1aa952f18cac573d8db490cf2c34a72d48b965
elasticsearch/src/main/java/org/hibernate/search/elasticsearch/logging/impl/ElasticsearchResponseFormatter.java


--------------------------------------
Move: IfStatement (Src:33 => Dst:30)



===============================================
ijm
https://github.com/hibernate/hibernate-search/commit/7d1aa952f18cac573d8db490cf2c34a72d48b965
elasticsearch/src/main/java/org/hibernate/search/elasticsearch/logging/impl/ElasticsearchResponseFormatter.java


--------------------------------------
Move: ReturnStatement (Src:34 => Dst:31)



===============================================
ijm
https://github.com/hibernate/hibernate-search/commit/7d1aa952f18cac573d8db490cf2c34a72d48b965
elasticsearch/src/main/java/org/hibernate/search/elasticsearch/logging/impl/ElasticsearchResponseFormatter.java


--------------------------------------
Move: VariableDeclarationStatement (Src:37 => Dst:34)



===============================================
ijm
https://github.com/hibernate/hibernate-search/commit/7d1aa952f18cac573d8db490cf2c34a72d48b965
elasticsearch/src/main/java/org/hibernate/search/elasticsearch/logging/impl/ElasticsearchResponseFormatter.java


--------------------------------------
Move: VariableDeclarationStatement (Src:39 => Dst:36)



===============================================
ijm
https://github.com/hibernate/hibernate-search/commit/7d1aa952f18cac573d8db490cf2c34a72d48b965
elasticsearch/src/main/java/org/hibernate/search/elasticsearch/logging/impl/ElasticsearchResponseFormatter.java


--------------------------------------
Move: VariableDeclarationStatement (Src:42 => Dst:39)



===============================================
ijm
https://github.com/hibernate/hibernate-search/commit/7d1aa952f18cac573d8db490cf2c34a72d48b965
elasticsearch/src/main/java/org/hibernate/search/elasticsearch/logging/impl/ElasticsearchResponseFormatter.java


--------------------------------------
Delete: ExpressionStatement (Src:44)
Delete: sb
Delete: append
Delete: "\nError message: "
Delete: append
Delete: helper
Delete: propertyAsString
Delete: body
Delete: "error"



===============================================
ijm
https://github.com/hibernate/hibernate-search/commit/7d1aa952f18cac573d8db490cf2c34a72d48b965
elasticsearch/src/main/java/org/hibernate/search/elasticsearch/logging/impl/ElasticsearchResponseFormatter.java


--------------------------------------
Delete: ExpressionStatement (Src:59)
Delete: sb
Delete: append
Delete: "\n  Error: "
Delete: append
Delete: helper
Delete: propertyAsString
Delete: value
Delete: "error"



===============================================
ijm
https://github.com/hibernate/hibernate-search/commit/7d1aa952f18cac573d8db490cf2c34a72d48b965
elasticsearch/src/main/java/org/hibernate/search/elasticsearch/logging/impl/ElasticsearchResponseFormatter.java


--------------------------------------
Move: ReturnStatement (Src:65 => Dst:46)



===============================================
ijm
https://github.com/hibernate/hibernate-search/commit/1444e4be5ca8a83f70e24a157f4b399aaca9a532
mapper/pojo/src/main/java/org/hibernate/search/mapper/pojo/processing/impl/PojoPropertyNodeProcessorBuilder.java


--------------------------------------
Update: SuperConstructorInvocation (Src:45 => Dst:44)
Add: propertyType
Delete: propertyType



===============================================
ijm
https://github.com/hibernate/hibernate-search/commit/1444e4be5ca8a83f70e24a157f4b399aaca9a532
mapper/pojo/src/main/java/org/hibernate/search/mapper/pojo/processing/impl/PojoPropertyNodeProcessorBuilder.java


--------------------------------------
Update: VariableDeclarationStatement (Src:91 => Dst:90)
Update: nestedProcessor -> nestedProcessorBuilder
Add: javaType
Delete: javaType



===============================================
ijm
https://github.com/hibernate/hibernate-search/commit/9097321d8a346f5d2871f2a85892a235d3175a7b
engine/src/test/java/org/hibernate/search/test/backend/lucene/ScheduledCommitPolicyTest.java


--------------------------------------
Insert: FieldDeclaration (Src:-1 => Dst:54)
Add: private
Add: final
Add: SearchITHelper
Add: helper
Add: =
Add: new
Add: SearchITHelper
Add: sfAsyncExclusiveIndex



===============================================
ijm
https://github.com/hibernate/hibernate-search/commit/9097321d8a346f5d2871f2a85892a235d3175a7b
engine/src/test/java/org/hibernate/search/test/backend/lucene/ScheduledCommitPolicyTest.java


--------------------------------------
Update: ExpressionStatement (Src:123 => Dst:121)
Update: sfHolder -> helper
Delete: getSearchFactory
Delete: getWorker
Delete: performWork
Delete: work
Delete: tc
Add: add
Add: quote



===============================================
ijm
https://github.com/hibernate/hibernate-search/commit/abbca2effbc5adf096062d1fb080e1aa21df8acc
src/test/java/org/hibernate/search/test/engine/LazyCollectionsUpdatingTest.java


--------------------------------------
Update: MethodDeclaration (Src:135 => Dst:135)
Delete: Class
Add: Class



===============================================
ijm
https://github.com/hibernate/hibernate-search/commit/7501a864924ae2a77e1f3eb0993e8616797464b4
backend/lucene/src/main/java/org/hibernate/search/backend/lucene/analysis/model/dsl/impl/SimpleLuceneAnalysisDefinitionRegistry.java


--------------------------------------
Update: MethodDeclaration (Src:38 => Dst:37)
Delete: Map
Delete: String
Delete: AnalyzerDef
Delete: analyzerDefinitions
Delete: Map
Delete: String
Delete: NormalizerDef
Delete: normalizerDefinitions
Add: LuceneAnalysisDefinitionContributor
Add: contributor



===============================================
ijm
https://github.com/hibernate/hibernate-search/commit/1fdb95dc000723592fac86b7eed53e2f4cdd8790
hibernate-search/src/main/java/org/hibernate/search/engine/DocumentBuilderContainedEntity.java


--------------------------------------
Delete: MethodDeclaration (Src:236)
Delete: protected
Delete: Analyzer
Delete: getAnalyzer
Delete: XAnnotatedElement
Delete: annotatedElement
Delete: ConfigContext
Delete: context



===============================================
ijm
https://github.com/hibernate/hibernate-search/commit/d5eec119e3ab96f770796bcc31a5bd022557ff40
integrationtest/mapper/pojo/src/test/java/org/hibernate/search/integrationtest/mapper/pojo/mapping/definition/DocumentIdDefaultBridgeIT.java


--------------------------------------
Update: ExpressionStatement (Src:188 => Dst:237)
Update: INDEX_NAME -> INDEX1_NAME
Move from this stmt to dst stmt at 229: [b]
Move from this stmt to dst stmt at 229: [-]
Add: b
Add: -
Update: INDEX_NAME -> INDEX1_NAME



===============================================
ijm
https://github.com/hibernate/hibernate-search/commit/6b9eb41ca478ae1b25d9a902cc11cd4e0be90b63
engine/src/main/java/org/hibernate/search/spatial/impl/DistanceCollector.java


--------------------------------------
Update: TypeDeclaration (Src:65 => Dst:65)
Add: abstract
Delete: abstract



===============================================
ijm
https://github.com/hibernate/hibernate-search/commit/8af464511dbb44939f51028b52a5f321aafdcbac
elasticsearch/src/main/java/org/hibernate/search/backend/elasticsearch/client/impl/BackendRequestProcessor.java


--------------------------------------
Delete: MethodDeclaration (Src:106)
Delete: private
Move from this stmt to dst stmt at 111: [List, ExecutableRequest]
Delete: createRequestGroups
Move from this stmt to dst stmt at 111: [Iterable, BackendRequest, requests]



===============================================
gt
https://github.com/spring-projects/spring-framework/commit/f2e77c292da481496c0384d91e86236d0c176e9c
spring-context/src/main/java/org/springframework/cache/interceptor/CacheOperationExpressionEvaluator.java


--------------------------------------
Update: MethodDeclaration (Src:95 => Dst:82)
Delete: EvaluationContext
Move from src stmt at 78 to this stmt: [EvaluationContext]
Delete: Collection
Delete: extends
Delete: Cache
Delete: caches
Delete: Method
Delete: method
Delete: Object
Delete: args
Delete: Object
Delete: target
Delete: Class
Delete: targetClass
Move from src stmt at 78 to this stmt: [Collection, extends, Cache, caches, Method, method, Object, args, Object, target, Class, targetClass]
Move from src stmt at 71 to this stmt: [Method]
Add: targetMethod



===============================================
gt
https://github.com/spring-projects/spring-framework/commit/d21ad2998285ffbd0414c3b928cd6f864780486a
spring-test/src/main/java/org/springframework/test/web/servlet/htmlunit/MockMvcWebConnection.java


--------------------------------------
Update: IfStatement (Src:143 => Dst:144)
Move from this stmt to dst stmt at 147: [contextPath, endsWith, "/"]
Move from src stmt at 146 to this stmt: [!, contextPath, startsWith, "/"]



===============================================
gt
https://github.com/spring-projects/spring-framework/commit/ab4952a959174c496a194967eb873cf119dfeab9
spring-web/src/main/java/org/springframework/web/client/DefaultResponseErrorHandler.java


--------------------------------------
Update: MethodDeclaration (Src:47 => Dst:47)
Move from this stmt to dst stmt at 51: [ClientHttpResponse, response]
Add: ClientHttpResponse
Add: response
Move from this stmt to dst stmt at 51: [IOException]
Add: IOException



===============================================
gt
https://github.com/spring-projects/spring-framework/commit/ab4952a959174c496a194967eb873cf119dfeab9
spring-web/src/main/java/org/springframework/web/client/DefaultResponseErrorHandler.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:54)
Move from src stmt at 48 to this stmt: [hasError]
Update: hasError -> statusCode
Add: =
Move from src stmt at 48 to this stmt: [response, getStatusCode]



===============================================
gt
https://github.com/spring-projects/spring-framework/commit/ab4952a959174c496a194967eb873cf119dfeab9
spring-web/src/main/java/org/springframework/web/client/DefaultResponseErrorHandler.java


--------------------------------------
Update: VariableDeclarationStatement (Src:72 => Dst:83)
Move from this stmt to dst stmt at 51: [HttpStatus]
Add: HttpStatus
Delete: response
Delete: getStatusCode
Add: getStatusCode
Add: response



===============================================
gt
https://github.com/spring-projects/spring-framework/commit/5025c615b14e50c1a831ed7c0485497a3462f5b4
spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/JsonViewResponseBodyAdvice.java


--------------------------------------
Update: ReturnStatement (Src:50 => Dst:50)
Delete: &&
Intra-Stmt Move from right to left: [!=]
Update: != -> &&
Update: getMethodAnnotation -> hasMethodAnnotation
Delete: null



===============================================
gt
https://github.com/spring-projects/spring-framework/commit/26378cd60401ccfd772dba81b99cadd67723bec1
spring-jms/src/main/java/org/springframework/jms/config/JmsListenerEndpointRegistry.java


--------------------------------------
Insert: ThrowStatement (Src:-1 => Dst:139)
Add: throw
Add: new
Move from src stmt at 132 to this stmt: [state]
Update: state -> IllegalStateException
Move from src stmt at 132 to this stmt: ["Another endpoint is already registered with id '", +, id, +, "'"]



===============================================
gt
https://github.com/spring-projects/spring-framework/commit/91a0107e4abba457f72ed1b6bd541611039832fe
spring-core/src/main/java/org/springframework/core/ResolvableType.java


--------------------------------------
Update: MethodDeclaration (Src:1134 => Dst:1134)
Add: final
Move from this stmt to dst stmt at 1142: [ResolvableType]
Add: final
Add: ResolvableType



===============================================
gt
https://github.com/spring-projects/spring-framework/commit/91a0107e4abba457f72ed1b6bd541611039832fe
spring-core/src/main/java/org/springframework/core/ResolvableType.java


--------------------------------------
Move: ExpressionStatement (Src:1135 => Dst:1135)



===============================================
gt
https://github.com/spring-projects/spring-framework/commit/91a0107e4abba457f72ed1b6bd541611039832fe
spring-core/src/main/java/org/springframework/core/ResolvableType.java


--------------------------------------
Move: ExpressionStatement (Src:1136 => Dst:1136)



===============================================
gt
https://github.com/spring-projects/spring-framework/commit/91a0107e4abba457f72ed1b6bd541611039832fe
spring-core/src/main/java/org/springframework/core/ResolvableType.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:1138)
Move from src stmt at 1257 to this stmt: [Assert]
Add: isTrue
Add: variables
Add: length
Add: ==
Add: generics
Add: length
Add: "Mismatched number of generics specified"



===============================================
gt
https://github.com/spring-projects/spring-framework/commit/3d20db1e49bc286015f5e343587b6ac3b07de734
spring-web/src/main/java/org/springframework/web/util/UriUtils.java


--------------------------------------
Delete: VariableDeclarationStatement (Src:288)
Move from this stmt to dst stmt at 326: [HierarchicalUriComponents, Type]
Move from this stmt to dst stmt at 286: [type]
Delete: =
Move from this stmt to dst stmt at 287: [HierarchicalUriComponents, Type, URI]



===============================================
gt
https://github.com/spring-projects/spring-framework/commit/3d20db1e49bc286015f5e343587b6ac3b07de734
spring-web/src/main/java/org/springframework/web/util/UriUtils.java


--------------------------------------
Insert: ReturnStatement (Src:-1 => Dst:272)
Add: return
Add: encode
Add: source
Move from src stmt at 287 to this stmt: [UnsupportedEncodingException]
Update: UnsupportedEncodingException -> encoding
Add: HierarchicalUriComponents
Add: Type
Add: URI



===============================================
gt
https://github.com/spring-projects/spring-framework/commit/3d20db1e49bc286015f5e343587b6ac3b07de734
spring-web/src/main/java/org/springframework/web/util/UriUtils.java


--------------------------------------
Update: MethodDeclaration (Src:302 => Dst:326)
Update: public -> private
Move from this stmt to dst stmt at 322: [String]
Add: String
Move from this stmt to dst stmt at 271: [String, source]
Move from this stmt to dst stmt at 286: [Charset, charset]
Add: String
Add: scheme
Add: Charset
Add: charset
Move from src stmt at 288 to this stmt: [HierarchicalUriComponents, Type]
Move from src stmt at 303 to this stmt: [type]



===============================================
gt
https://github.com/spring-projects/spring-framework/commit/3d20db1e49bc286015f5e343587b6ac3b07de734
spring-web/src/main/java/org/springframework/web/util/UriUtils.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:286)
Add: public
Add: static
Move from src stmt at 287 to this stmt: [String]
Move from src stmt at 288 to this stmt: [type]
Update: type -> encode
Move from src stmt at 287 to this stmt: [String, source]
Move from src stmt at 302 to this stmt: [Charset, charset]



===============================================
gt
https://github.com/spring-projects/spring-framework/commit/3d20db1e49bc286015f5e343587b6ac3b07de734
spring-web/src/main/java/org/springframework/web/util/UriUtils.java


--------------------------------------
Delete: VariableDeclarationStatement (Src:303)
Move from this stmt to dst stmt at 322: [HierarchicalUriComponents, Type]
Move from this stmt to dst stmt at 326: [type]
Delete: =
Delete: HierarchicalUriComponents
Delete: Type
Delete: URI



===============================================
gt
https://github.com/spring-projects/spring-framework/commit/3d20db1e49bc286015f5e343587b6ac3b07de734
spring-web/src/main/java/org/springframework/web/util/UriUtils.java


--------------------------------------
Update: ReturnStatement (Src:388 => Dst:314)
Delete: collect
Delete: Collectors
Update: toList -> toArray
Delete: toArray



===============================================
gt
https://github.com/spring-projects/spring-framework/commit/0b9c3de320df81acd06dcfd927faadf72fb66409
spring-webmvc/src/main/java/org/springframework/web/servlet/resource/ResourceUrlProvider.java


--------------------------------------
Update: VariableDeclarationStatement (Src:176 => Dst:177)
Move from this stmt to dst stmt at 178: [String]
Move from src stmt at 177 to this stmt: [String]
Move from this stmt to dst stmt at 178: [requestUrl]
Move from src stmt at 177 to this stmt: [requestUrl]
Update: index -> prefixIndex



===============================================
gt
https://github.com/spring-projects/spring-framework/commit/0b9c3de320df81acd06dcfd927faadf72fb66409
spring-webmvc/src/main/java/org/springframework/web/servlet/resource/ResourceUrlProvider.java


--------------------------------------
Update: VariableDeclarationStatement (Src:177 => Dst:179)
Move from this stmt to dst stmt at 177: [String]
Add: String
Move from this stmt to dst stmt at 177: [requestUrl]
Add: requestUrl
Update: index -> prefixIndex
Add: suffixIndex



===============================================
gt
https://github.com/spring-projects/spring-framework/commit/0b9c3de320df81acd06dcfd927faadf72fb66409
spring-webmvc/src/main/java/org/springframework/web/servlet/resource/ResourceUrlProvider.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:178)
Move from src stmt at 176 to this stmt: [String]
Add: suffix
Add: =
Move from src stmt at 176 to this stmt: [requestUrl]
Add: substring
Add: suffixIndex



===============================================
mtdiff
https://github.com/spring-projects/spring-framework/commit/6fbd1984208be1810b9e3a8388431a0296ef6391
org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/mvc/annotation/ServletAnnotationControllerTests.java


--------------------------------------
Move & Update: TypeDeclaration (Src:102 => Dst:1519)
Add: Controller
Add: static
Move from this stmt to dst stmt at 104: [ServletAnnotationControllerTests]
Add: ResponseStatusController



===============================================
mtdiff
https://github.com/spring-projects/spring-framework/commit/6fbd1984208be1810b9e3a8388431a0296ef6391
org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/mvc/annotation/ServletAnnotationControllerTests.java


--------------------------------------
Insert: TypeDeclaration (Src:-1 => Dst:104)
Add: public
Add: class
Move from src stmt at 102 to this stmt: [ServletAnnotationControllerTests]



===============================================
mtdiff
https://github.com/spring-projects/spring-framework/commit/f2e77c292da481496c0384d91e86236d0c176e9c
spring-context/src/main/java/org/springframework/cache/interceptor/CacheOperationExpressionEvaluator.java


--------------------------------------
Delete: MethodDeclaration (Src:78)
Delete: public
Delete: EvaluationContext
Delete: createEvaluationContext
Delete: Collection
Delete: extends
Delete: Cache
Delete: caches
Move from this stmt to dst stmt at 82: [Method]
Delete: method
Move from this stmt to dst stmt at 82: [Object]
Delete: args
Move from this stmt to dst stmt at 82: [Object]
Delete: target
Delete: Class
Delete: targetClass
Delete: BeanFactory
Delete: beanFactory



===============================================
mtdiff
https://github.com/spring-projects/spring-framework/commit/c257afa515259cbe1756fe418907f45755e92c80
org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/tags/form/OptionsTagTests.java


--------------------------------------
Update: MethodDeclaration (Src:64 => Dst:67)
Move from this stmt to dst stmt at 64: [protected, TagWriter, createTagWriter]
Add: public
Add: String
Add: getName



===============================================
mtdiff
https://github.com/spring-projects/spring-framework/commit/c257afa515259cbe1756fe418907f45755e92c80
org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/tags/form/OptionsTagTests.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:64)
Move from src stmt at 64 to this stmt: [protected, TagWriter, createTagWriter]



===============================================
mtdiff
https://github.com/spring-projects/spring-framework/commit/c257afa515259cbe1756fe418907f45755e92c80
org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/tags/form/OptionsTagTests.java


--------------------------------------
Update: ReturnStatement (Src:65 => Dst:70)
Move from this stmt to dst stmt at 65: [new, TagWriter, getWriter]
Add: "testName"



===============================================
mtdiff
https://github.com/spring-projects/spring-framework/commit/c257afa515259cbe1756fe418907f45755e92c80
org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/tags/form/OptionsTagTests.java


--------------------------------------
Insert: ReturnStatement (Src:-1 => Dst:65)
Add: return
Move from src stmt at 65 to this stmt: [new, TagWriter, getWriter]



===============================================
mtdiff
https://github.com/spring-projects/spring-framework/commit/ab4952a959174c496a194967eb873cf119dfeab9
spring-web/src/main/java/org/springframework/web/client/DefaultResponseErrorHandler.java


--------------------------------------
Update: MethodDeclaration (Src:47 => Dst:51)
Move from this stmt to dst stmt at 47: [public, boolean, hasError, ClientHttpResponse, response]
Add: private
Add: HttpStatus
Add: getStatusCode
Add: ClientHttpResponse
Add: response
Move from this stmt to dst stmt at 47: [IOException]
Add: IOException



===============================================
mtdiff
https://github.com/spring-projects/spring-framework/commit/ab4952a959174c496a194967eb873cf119dfeab9
spring-web/src/main/java/org/springframework/web/client/DefaultResponseErrorHandler.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:47)
Move from src stmt at 47 to this stmt: [public, boolean, hasError, ClientHttpResponse, response]
Add: throws
Move from src stmt at 47 to this stmt: [IOException]



===============================================
mtdiff
https://github.com/spring-projects/spring-framework/commit/ab4952a959174c496a194967eb873cf119dfeab9
spring-web/src/main/java/org/springframework/web/client/DefaultResponseErrorHandler.java


--------------------------------------
Update: VariableDeclarationStatement (Src:72 => Dst:83)
Move from this stmt to dst stmt at 54: [response, getStatusCode]
Add: getStatusCode
Add: response



===============================================
mtdiff
https://github.com/spring-projects/spring-framework/commit/cc74a2891a4d2a4c7bcec059f20c35aa80bcf668
spring-expression/src/main/java/org/springframework/expression/spel/ast/Indexer.java


--------------------------------------
Move & Update: ExpressionStatement (Src:211 => Dst:611)
Move from this stmt to dst stmt at 218: [cf, loadTarget, mv]
Add: Assert
Add: state
Add: accessor
Add: !=
Add: null
Add: "No cached write accessor"



===============================================
mtdiff
https://github.com/spring-projects/spring-framework/commit/cc74a2891a4d2a4c7bcec059f20c35aa80bcf668
spring-expression/src/main/java/org/springframework/expression/spel/ast/Indexer.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:218)
Move from src stmt at 211 to this stmt: [cf, loadTarget, mv]



===============================================
mtdiff
https://github.com/spring-projects/spring-framework/commit/26378cd60401ccfd772dba81b99cadd67723bec1
spring-jms/src/main/java/org/springframework/jms/config/JmsListenerEndpointRegistry.java


--------------------------------------
Insert: ThrowStatement (Src:-1 => Dst:139)
Add: throw
Add: new
Move from src stmt at 75 to this stmt: [BeansException]
Update: BeansException -> IllegalStateException
Move from src stmt at 132 to this stmt: ["Another endpoint is already registered with id '", +, id, +, "'"]



===============================================
mtdiff
https://github.com/spring-projects/spring-framework/commit/91a0107e4abba457f72ed1b6bd541611039832fe
spring-core/src/main/java/org/springframework/core/ResolvableType.java


--------------------------------------
Update: ReturnStatement (Src:1138 => Dst:1148)
Move from this stmt to dst stmt at 1147: [sourceClass]
Add: syntheticType
Update: typeVariables -> variables



===============================================
mtdiff
https://github.com/spring-projects/spring-framework/commit/91a0107e4abba457f72ed1b6bd541611039832fe
spring-core/src/main/java/org/springframework/core/ResolvableType.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:1143)
Add: Type
Add: argument
Add: =
Add: generic
Add: !=
Add: null
Add: generic
Move from src stmt at 1252 to this stmt: [typeVariables]
Update: typeVariables -> getType
Add: null



===============================================
mtdiff
https://github.com/spring-projects/spring-framework/commit/91a0107e4abba457f72ed1b6bd541611039832fe
spring-core/src/main/java/org/springframework/core/ResolvableType.java


--------------------------------------
Update: MethodDeclaration (Src:1256 => Dst:1266)
Move from this stmt to dst stmt at 1295: [typeVariables]
Add: variables



===============================================
mtdiff
https://github.com/spring-projects/spring-framework/commit/91a0107e4abba457f72ed1b6bd541611039832fe
spring-core/src/main/java/org/springframework/core/ResolvableType.java


--------------------------------------
Move & Update: ReturnStatement (Src:1270 => Dst:1312)
Move from this stmt to dst stmt at 1279: [null]
Add: null



===============================================
mtdiff
https://github.com/spring-projects/spring-framework/commit/91a0107e4abba457f72ed1b6bd541611039832fe
spring-core/src/main/java/org/springframework/core/ResolvableType.java


--------------------------------------
Insert: ReturnStatement (Src:-1 => Dst:1279)
Add: return
Move from src stmt at 1270 to this stmt: [null]



===============================================
mtdiff
https://github.com/spring-projects/spring-framework/commit/91a0107e4abba457f72ed1b6bd541611039832fe
spring-core/src/main/java/org/springframework/core/ResolvableType.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:1295)
Add: public
Add: SyntheticParameterizedType
Add: Type
Add: rawType
Add: Type
Move from src stmt at 1256 to this stmt: [typeVariables]
Update: typeVariables -> typeArguments



===============================================
mtdiff
https://github.com/spring-projects/spring-framework/commit/91a0107e4abba457f72ed1b6bd541611039832fe
spring-core/src/main/java/org/springframework/core/ResolvableType.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:1296)
Add: this
Move from src stmt at 1258 to this stmt: [typeVariables]
Update: typeVariables -> rawType
Add: =
Add: rawType



===============================================
ijm
https://github.com/spring-projects/spring-framework/commit/f2e77c292da481496c0384d91e86236d0c176e9c
spring-context/src/main/java/org/springframework/cache/interceptor/CacheOperationExpressionEvaluator.java


--------------------------------------
Move: VariableDeclarationStatement (Src:99 => Dst:86)



===============================================
ijm
https://github.com/spring-projects/spring-framework/commit/f2e77c292da481496c0384d91e86236d0c176e9c
spring-context/src/main/java/org/springframework/cache/interceptor/CacheOperationExpressionEvaluator.java


--------------------------------------
Move: VariableDeclarationStatement (Src:102 => Dst:88)



===============================================
ijm
https://github.com/spring-projects/spring-framework/commit/f2e77c292da481496c0384d91e86236d0c176e9c
spring-context/src/main/java/org/springframework/cache/interceptor/CacheOperationExpressionEvaluator.java


--------------------------------------
Move: IfStatement (Src:104 => Dst:90)



===============================================
ijm
https://github.com/spring-projects/spring-framework/commit/f2e77c292da481496c0384d91e86236d0c176e9c
spring-context/src/main/java/org/springframework/cache/interceptor/CacheOperationExpressionEvaluator.java


--------------------------------------
Move: ExpressionStatement (Src:105 => Dst:91)



===============================================
ijm
https://github.com/spring-projects/spring-framework/commit/f2e77c292da481496c0384d91e86236d0c176e9c
spring-context/src/main/java/org/springframework/cache/interceptor/CacheOperationExpressionEvaluator.java


--------------------------------------
Move: IfStatement (Src:107 => Dst:93)



===============================================
ijm
https://github.com/spring-projects/spring-framework/commit/f2e77c292da481496c0384d91e86236d0c176e9c
spring-context/src/main/java/org/springframework/cache/interceptor/CacheOperationExpressionEvaluator.java


--------------------------------------
Move: ExpressionStatement (Src:108 => Dst:94)



===============================================
ijm
https://github.com/spring-projects/spring-framework/commit/f2e77c292da481496c0384d91e86236d0c176e9c
spring-context/src/main/java/org/springframework/cache/interceptor/CacheOperationExpressionEvaluator.java


--------------------------------------
Move: IfStatement (Src:110 => Dst:96)



===============================================
ijm
https://github.com/spring-projects/spring-framework/commit/f2e77c292da481496c0384d91e86236d0c176e9c
spring-context/src/main/java/org/springframework/cache/interceptor/CacheOperationExpressionEvaluator.java


--------------------------------------
Move: ExpressionStatement (Src:111 => Dst:97)



===============================================
ijm
https://github.com/spring-projects/spring-framework/commit/f2e77c292da481496c0384d91e86236d0c176e9c
spring-context/src/main/java/org/springframework/cache/interceptor/CacheOperationExpressionEvaluator.java


--------------------------------------
Move: ReturnStatement (Src:113 => Dst:99)



===============================================
ijm
https://github.com/spring-projects/spring-framework/commit/d21ad2998285ffbd0414c3b928cd6f864780486a
spring-test/src/main/java/org/springframework/test/web/servlet/htmlunit/MockMvcWebConnection.java


--------------------------------------
Update: VariableDeclarationStatement (Src:98 => Dst:100)
Delete: sessions
Delete: webClient
Add: this
Add: sessions
Add: this
Add: webClient



===============================================
ijm
https://github.com/spring-projects/spring-framework/commit/d21ad2998285ffbd0414c3b928cd6f864780486a
spring-test/src/main/java/org/springframework/test/web/servlet/htmlunit/MockMvcWebConnection.java


--------------------------------------
Update: ExpressionStatement (Src:99 => Dst:101)
Delete: contextPath
Add: this
Add: contextPath



===============================================
ijm
https://github.com/spring-projects/spring-framework/commit/d21ad2998285ffbd0414c3b928cd6f864780486a
spring-test/src/main/java/org/springframework/test/web/servlet/htmlunit/MockMvcWebConnection.java


--------------------------------------
Update: ExpressionStatement (Src:125 => Dst:123)
Delete: mockMvc
Add: this
Add: mockMvc



===============================================
ijm
https://github.com/spring-projects/spring-framework/commit/d21ad2998285ffbd0414c3b928cd6f864780486a
spring-test/src/main/java/org/springframework/test/web/servlet/htmlunit/MockMvcWebConnection.java


--------------------------------------
Update: IfStatement (Src:143 => Dst:144)
Move from this stmt to dst stmt at 147: [contextPath, endsWith, "/"]
Move from src stmt at 146 to this stmt: [!, contextPath, startsWith, "/"]



===============================================
ijm
https://github.com/spring-projects/spring-framework/commit/ceb17fcaca2aab5eb79df360d3fd4765704a3e4f
spring-context/src/main/java/org/springframework/scheduling/support/CronTrigger.java


--------------------------------------
Update: MethodDeclaration (Src:86 => Dst:91)
Delete: obj
Add: other



===============================================
ijm
https://github.com/spring-projects/spring-framework/commit/ceb17fcaca2aab5eb79df360d3fd4765704a3e4f
spring-context/src/main/java/org/springframework/scheduling/support/CronTrigger.java


--------------------------------------
Update: ReturnStatement (Src:88 => Dst:93)
Delete: obj
Add: other
Delete: obj
Add: other
Delete: obj
Add: other



===============================================
ijm
https://github.com/spring-projects/spring-framework/commit/ab4952a959174c496a194967eb873cf119dfeab9
spring-web/src/main/java/org/springframework/web/client/DefaultResponseErrorHandler.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:51)
Add: private
Add: HttpStatus
Add: getStatusCode
Add: ClientHttpResponse
Add: response
Add: throws
Add: IOException



===============================================
ijm
https://github.com/spring-projects/spring-framework/commit/ab4952a959174c496a194967eb873cf119dfeab9
spring-web/src/main/java/org/springframework/web/client/DefaultResponseErrorHandler.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:54)
Add: statusCode
Add: =
Add: response
Add: getStatusCode



===============================================
ijm
https://github.com/spring-projects/spring-framework/commit/1285467fe64807ce218ef7fc959b54923d7c5f9b
spring-test/src/main/java/org/springframework/test/context/TestContextManager.java


--------------------------------------
Update: ExpressionStatement (Src:173 => Dst:173)
Delete: testClass
Add: testClass
Add: getName



===============================================
ijm
https://github.com/spring-projects/spring-framework/commit/1285467fe64807ce218ef7fc959b54923d7c5f9b
spring-test/src/main/java/org/springframework/test/context/TestContextManager.java


--------------------------------------
Update: ExpressionStatement (Src:330 => Dst:330)
Delete: testClass
Add: testClass
Add: getName



===============================================
ijm
https://github.com/spring-projects/spring-framework/commit/c04c8a24727709a0ea6affb632e99e4c2e85b9f8
spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompHeaders.java


--------------------------------------
Update: MethodDeclaration (Src:206 => Dst:206)
Delete: String
Add: String



===============================================
gt
https://github.com/spring-projects/spring-roo/commit/1fa252ff8d05ddca244ee97c4735d87a94bb793d
addon-jpa/src/main/java/org/springframework/roo/addon/jpa/JdbcDatabase.java


--------------------------------------
Update: MethodDeclaration (Src:33 => Dst:43)
Intra-Stmt Move from left to right: [String, key]
Add: final
Update: driverClassName -> key
Add: final
Update: connectionString -> driverClassName
Add: final
Update: key -> connectionString



===============================================
gt
https://github.com/spring-projects/spring-roo/commit/a1a9f18379acf3ad5aaef3553c24eedd929c8901
felix/src/main/java/org/springframework/roo/felix/FelixDelegator.java


--------------------------------------
Update: VariableDeclarationStatement (Src:325 => Dst:352)
Delete: final
Update: Long -> Bundle
Update: id -> bundle
Move from this stmt to dst stmt at 338: [bsn, findBundleIdWithoutFail, context]
Add: bsn
Add: findBundleWithoutFail
Move from src stmt at 315 to this stmt: [context]



===============================================
gt
https://github.com/spring-projects/spring-roo/commit/211eead79797d9000eb5e6e811d5a1311b7747f4
addon-layers-repository-jpa/addon/src/main/java/org/springframework/roo/addon/layers/repository/jpa/addon/RepositoryJpaCustomMetadata.java


--------------------------------------
Update: MethodDeclaration (Src:77 => Dst:79)
Update: globalSearch -> searchResult
Add: JavaType
Add: globalSearch



===============================================
gt
https://github.com/spring-projects/spring-roo/commit/763553955ef068865dfca02966448a75d4f4c751
addon-layers-repository/src/main/java/org/springframework/roo/addon/layers/repository/RepositoryLayerMethod.java


--------------------------------------
Delete: MethodDeclaration (Src:81)
Delete: Override
Delete: protected
Delete: List
Delete: JavaType
Delete: getParameterTypes
Delete: final
Delete: JavaType
Delete: targetEntity



===============================================
gt
https://github.com/spring-projects/spring-roo/commit/763553955ef068865dfca02966448a75d4f4c751
addon-layers-repository/src/main/java/org/springframework/roo/addon/layers/repository/RepositoryLayerMethod.java


--------------------------------------
Delete: ReturnStatement (Src:83)
Delete: return
Delete: Collections
Delete: emptyList



===============================================
gt
https://github.com/spring-projects/spring-roo/commit/763553955ef068865dfca02966448a75d4f4c751
addon-layers-repository/src/main/java/org/springframework/roo/addon/layers/repository/RepositoryLayerMethod.java


--------------------------------------
Move: MethodDeclaration (Src:120 => Dst:86)



===============================================
gt
https://github.com/spring-projects/spring-roo/commit/763553955ef068865dfca02966448a75d4f4c751
addon-layers-repository/src/main/java/org/springframework/roo/addon/layers/repository/RepositoryLayerMethod.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:120)
Add: Override
Add: protected
Add: List
Add: JavaType
Add: getParameterTypes
Add: final
Add: JavaType
Add: targetEntity



===============================================
gt
https://github.com/spring-projects/spring-roo/commit/1f0616193d79c64015dcb3a7787c02e61104b1a1
classpath/src/main/java/org/springframework/roo/classpath/operations/ClasspathCommands.java


--------------------------------------
Update: MethodDeclaration (Src:52 => Dst:52)
Update: "generate class file" -> "class"
Delete: CliOption
Delete: key
Delete: =
Delete: "name"
Delete: mandatory
Delete: =
Delete: true
Delete: JavaType
Delete: name
Move from src stmt at 101 to this stmt: [CliOption, key, =, "name", mandatory, =, true, JavaType, name]
Delete: CliOption
Delete: key
Delete: =
Delete: "abstract"
Delete: mandatory
Delete: =
Delete: false
Delete: unspecifiedDefaultValue
Delete: =
Delete: "false"
Delete: specifiedDefaultValue
Delete: =
Delete: "true"
Delete: help
Delete: =
Delete: "Whether the generated class should be marked as abstract"
Delete: boolean
Delete: createAbstract
Move from src stmt at 101 to this stmt: [CliOption, key, =, "abstract", mandatory, =, false, unspecifiedDefaultValue, =, "false", specifiedDefaultValue, =, "true", help, =, "Whether the generated class should be marked as abstract", boolean, createAbstract]



===============================================
gt
https://github.com/spring-projects/spring-roo/commit/1f0616193d79c64015dcb3a7787c02e61104b1a1
classpath/src/main/java/org/springframework/roo/classpath/operations/ClasspathCommands.java


--------------------------------------
Delete: MethodDeclaration (Src:77)
Delete: CliCommand
Delete: value
Delete: =
Delete: "new java file"
Delete: help
Delete: =
Delete: "Creates a new Java source file in SRC_MAIN_JAVA"
Delete: public
Delete: void
Delete: newJavaFile
Delete: CliOption
Delete: key
Delete: =
Delete: "name"
Delete: mandatory
Delete: =
Delete: true
Delete: JavaType
Delete: name
Delete: CliOption
Delete: key
Delete: =
Delete: "extends"
Delete: mandatory
Delete: =
Delete: false
Delete: unspecifiedDefaultValue
Delete: =
Delete: "java.lang.Object"
Delete: help
Delete: =
Delete: "The superclass (defaults to java.lang.Object)"
Delete: JavaType
Delete: superclass
Delete: CliOption
Delete: key
Delete: =
Delete: "abstract"
Delete: mandatory
Delete: =
Delete: false
Delete: unspecifiedDefaultValue
Delete: =
Delete: "false"
Delete: specifiedDefaultValue
Delete: =
Delete: "true"
Delete: help
Delete: =
Delete: "Whether the generated class should be marked as abstract"
Delete: boolean
Delete: createAbstract
Delete: CliOption
Delete: key
Delete: =
Delete: "permitReservedWords"
Delete: mandatory
Delete: =
Delete: false
Delete: unspecifiedDefaultValue
Delete: =
Delete: "false"
Delete: specifiedDefaultValue
Delete: =
Delete: "true"
Delete: help
Delete: =
Delete: "Indicates whether reserved words are ignored by Roo"
Delete: boolean
Delete: permitReservedWords



===============================================
gt
https://github.com/spring-projects/spring-roo/commit/be3495bed021a5b4a849023de88628a92b0484dd
project/src/main/java/org/springframework/roo/project/Property.java


--------------------------------------
Update: MethodDeclaration (Src:25 => Dst:25)
Add: final
Intra-Stmt Move from right to left: [String, value]
Update: value -> name
Add: final
Update: name -> value



===============================================
gt
https://github.com/spring-projects/spring-roo/commit/b129e7a86d3dd1b7ecd379fb06a227386cd57be4
addon-dbre/src/main/java/org/springframework/roo/addon/dbre/DbreXmlFileListener.java


--------------------------------------
Move: ReturnStatement (Src:72 => Dst:70)



===============================================
gt
https://github.com/spring-projects/spring-roo/commit/b129e7a86d3dd1b7ecd379fb06a227386cd57be4
addon-dbre/src/main/java/org/springframework/roo/addon/dbre/DbreXmlFileListener.java


--------------------------------------
Insert: IfStatement (Src:-1 => Dst:74)
Add: if
Move from src stmt at 71 to this stmt: [fileEvent]
Update: fileEvent -> database
Move from src stmt at 71 to this stmt: [==]
Update: == -> !=
Add: null
Move from src stmt at 71 to this stmt: [||, fileEvent, getOperation]
Update: || -> &&
Update: fileEvent -> database
Update: getOperation -> getTables
Add: size
Move from src stmt at 71 to this stmt: [==]
Update: == -> >
Add: 0
Add: else



===============================================
gt
https://github.com/spring-projects/spring-roo/commit/b129e7a86d3dd1b7ecd379fb06a227386cd57be4
addon-dbre/src/main/java/org/springframework/roo/addon/dbre/DbreXmlFileListener.java


--------------------------------------
Update: MethodDeclaration (Src:96 => Dst:288)
Update: deleteManagedEntitiesNotInModel -> deleteManagedTypes
Move from this stmt to dst stmt at 278: [Set, Table, tables]
Move from src stmt at 97 to this stmt: [JavaType, javaType]
Add: Set
Add: JavaType
Add: managedIdentifierTypes



===============================================
gt
https://github.com/spring-projects/spring-roo/commit/b129e7a86d3dd1b7ecd379fb06a227386cd57be4
addon-dbre/src/main/java/org/springframework/roo/addon/dbre/DbreXmlFileListener.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:271)
Move from src stmt at 56 to this stmt: [static]
Update: static -> private
Add: void
Add: deleteManagedTypes



===============================================
gt
https://github.com/spring-projects/spring-roo/commit/b129e7a86d3dd1b7ecd379fb06a227386cd57be4
addon-dbre/src/main/java/org/springframework/roo/addon/dbre/DbreXmlFileListener.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:324)
Move from src stmt at 56 to this stmt: [Logger]
Update: Logger -> List
Add: extends
Add: AnnotationMetadata
Add: typeAnnotations
Add: =
Add: typeDetails
Add: getTypeAnnotations



===============================================
gt
https://github.com/spring-projects/spring-roo/commit/b129e7a86d3dd1b7ecd379fb06a227386cd57be4
addon-dbre/src/main/java/org/springframework/roo/addon/dbre/DbreXmlFileListener.java


--------------------------------------
Move: VariableDeclarationStatement (Src:301 => Dst:387)



===============================================
gt
https://github.com/spring-projects/spring-roo/commit/9bcf45d7db381e629e1faf70ef9df56ee6a93ec4
shell/src/main/java/org/springframework/roo/shell/converters/BooleanConverter.java


--------------------------------------
Update: MethodDeclaration (Src:16 => Dst:16)
Delete: Boolean
Move from src stmt at 20 to this stmt: [Boolean]



===============================================
gt
https://github.com/spring-projects/spring-roo/commit/4ff8bb1e7d7379e99f1e6e779f8d96701ed6ff9b
addon-cloud-foundry/src/main/java/org/springframework/roo/addon/cloud/foundry/converter/ServiceConfigurationConverter.java


--------------------------------------
Update: MethodDeclaration (Src:37 => Dst:37)
Move from this stmt to dst stmt at 38: [String]
Add: Completion



===============================================
gt
https://github.com/spring-projects/spring-roo/commit/4ff8bb1e7d7379e99f1e6e779f8d96701ed6ff9b
addon-cloud-foundry/src/main/java/org/springframework/roo/addon/cloud/foundry/converter/ServiceConfigurationConverter.java


--------------------------------------
Move: ReturnStatement (Src:39 => Dst:41)



===============================================
gt
https://github.com/spring-projects/spring-roo/commit/ab2255c0d1c73c18b91f16f14388fdeca8bce054
classpath/src/main/java/org/springframework/roo/classpath/itd/ItdFileDeletionService.java


--------------------------------------
Update: IfStatement (Src:55 => Dst:55)
Delete: new
Update: File -> fileManager
Delete: governorName
Add: governorName



===============================================
mtdiff
https://github.com/spring-projects/spring-roo/commit/a1a9f18379acf3ad5aaef3553c24eedd929c8901
felix/src/main/java/org/springframework/roo/felix/FelixDelegator.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:75)
Add: Bundle
Add: bundle
Add: =
Move from src stmt at 70 to this stmt: [bsn]
Add: findBundleWithoutFail
Move from src stmt at 70 to this stmt: [context]



===============================================
mtdiff
https://github.com/spring-projects/spring-roo/commit/a1a9f18379acf3ad5aaef3553c24eedd929c8901
felix/src/main/java/org/springframework/roo/felix/FelixDelegator.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:78)
Add: LOGGER
Add: log
Add: Level
Add: INFO
Add: String
Add: format
Move from src stmt at 327 to this stmt: ["update "]
Update: "update " -> "%s - (%s)"
Add: bundleHeaders
Move from src stmt at 330 to this stmt: [perform]
Update: perform -> get
Move from src stmt at 330 to this stmt: [" "]
Update: " " -> "Bundle-Name"
Add: bundle
Move from src stmt at 327 to this stmt: [id]
Update: id -> getBundleId



===============================================
mtdiff
https://github.com/spring-projects/spring-roo/commit/a1a9f18379acf3ad5aaef3553c24eedd929c8901
felix/src/main/java/org/springframework/roo/felix/FelixDelegator.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:85)
Add: String
Add: key
Add: =
Add: bundleHeadersKeys
Move from src stmt at 325 to this stmt: [findBundleIdWithoutFail]
Update: findBundleIdWithoutFail -> nextElement



===============================================
mtdiff
https://github.com/spring-projects/spring-roo/commit/a1a9f18379acf3ad5aaef3553c24eedd929c8901
felix/src/main/java/org/springframework/roo/felix/FelixDelegator.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:360)
Add: LOGGER
Add: log
Add: Level
Add: INFO
Add: String
Add: format
Add: "Bundle '%s' : Updated!"
Add: bsn
Move from src stmt at 315 to this stmt: [perform]
Update: perform -> getKey



===============================================
mtdiff
https://github.com/spring-projects/spring-roo/commit/a65417def1c6eaba9cd4ffcac3ad59ada9fb824b
runtime/shell/src/main/java/org/springframework/roo/shell/SimpleParser.java


--------------------------------------
Move & Update: ExpressionStatement (Src:549 => Dst:449)
Move from this stmt to dst stmt at 584: [candidates, addAll, results]
Add: results
Add: add
Add: new
Add: Completion
Add: translated
Add: +
Add: parameter
Add: +
Add: " "



===============================================
mtdiff
https://github.com/spring-projects/spring-roo/commit/a65417def1c6eaba9cd4ffcac3ad59ada9fb824b
runtime/shell/src/main/java/org/springframework/roo/shell/SimpleParser.java


--------------------------------------
Move & Update: ExpressionStatement (Src:435 => Dst:580)
Move from this stmt to dst stmt at 455: [candidates, addAll, results]
Add: results
Add: add
Add: new
Add: Completion
Add: completionValue



===============================================
mtdiff
https://github.com/spring-projects/spring-roo/commit/a65417def1c6eaba9cd4ffcac3ad59ada9fb824b
runtime/shell/src/main/java/org/springframework/roo/shell/SimpleParser.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:455)
Move from src stmt at 435 to this stmt: [candidates, addAll, results]



===============================================
mtdiff
https://github.com/spring-projects/spring-roo/commit/a65417def1c6eaba9cd4ffcac3ad59ada9fb824b
runtime/shell/src/main/java/org/springframework/roo/shell/SimpleParser.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:584)
Move from src stmt at 549 to this stmt: [candidates, addAll, results]



===============================================
mtdiff
https://github.com/spring-projects/spring-roo/commit/88bd1ae77d786a0c2dfd90bf7a329da4a7c2b242
project/src/main/java/org/springframework/roo/project/packaging/CorePackagingProvider.java


--------------------------------------
Update: TypeDeclaration (Src:10 => Dst:6)
Delete: abstract
Update: class -> interface
Delete: AbstractPackagingProvider
Move from src stmt at 22 to this stmt: [String]
Update: String -> PackagingProvider



===============================================
mtdiff
https://github.com/spring-projects/spring-roo/commit/1f0616193d79c64015dcb3a7787c02e61104b1a1
classpath/src/main/java/org/springframework/roo/classpath/operations/ClasspathCommands.java


--------------------------------------
Update: MethodDeclaration (Src:52 => Dst:52)
Delete: CliCommand
Delete: value
Delete: =
Update: "generate class file" -> "class"
Move from src stmt at 77 to this stmt: [CliCommand, value]
Move from src stmt at 101 to this stmt: [=]
Delete: public
Delete: void
Move from src stmt at 77 to this stmt: [public, void]
Delete: =
Delete: "name"
Move from src stmt at 101 to this stmt: [=]
Move from src stmt at 77 to this stmt: ["name"]
Delete: =
Delete: true
Move from src stmt at 101 to this stmt: [=]
Move from src stmt at 77 to this stmt: [true]
Delete: name
Move from src stmt at 77 to this stmt: [name]
Delete: CliOption
Delete: key
Delete: =
Delete: "extends"
Delete: mandatory
Delete: =
Delete: false
Delete: unspecifiedDefaultValue
Delete: =
Delete: "java.lang.Object"
Move from src stmt at 77 to this stmt: [CliOption, key]
Move from src stmt at 101 to this stmt: [=]
Move from src stmt at 77 to this stmt: ["extends", mandatory]
Move from src stmt at 101 to this stmt: [=]
Move from src stmt at 77 to this stmt: [false, unspecifiedDefaultValue]
Move from src stmt at 101 to this stmt: [=]
Move from src stmt at 77 to this stmt: ["java.lang.Object"]
Delete: =
Delete: "The superclass (defaults to java.lang.Object)"
Delete: JavaType
Delete: superclass
Move from src stmt at 101 to this stmt: [=]
Move from src stmt at 77 to this stmt: ["The superclass (defaults to java.lang.Object)", JavaType, superclass]
Delete: =
Delete: "abstract"
Move from src stmt at 101 to this stmt: [=]
Move from src stmt at 77 to this stmt: ["abstract"]
Delete: =
Move from src stmt at 101 to this stmt: [=]
Delete: =
Move from src stmt at 101 to this stmt: [=]
Delete: =
Move from src stmt at 101 to this stmt: [=]
Delete: =
Delete: "Whether the generated class should be marked as abstract"
Move from src stmt at 101 to this stmt: [=]
Move from src stmt at 77 to this stmt: ["Whether the generated class should be marked as abstract"]
Delete: CliOption
Delete: key
Delete: =
Delete: "permitReservedWords"
Delete: mandatory
Delete: =
Delete: false
Delete: unspecifiedDefaultValue
Delete: =
Delete: "false"
Delete: specifiedDefaultValue
Delete: =
Delete: "true"
Move from src stmt at 77 to this stmt: [CliOption, key]
Move from src stmt at 101 to this stmt: [=]
Move from src stmt at 77 to this stmt: ["permitReservedWords", mandatory, =, false, unspecifiedDefaultValue, =, "false", specifiedDefaultValue, =, "true"]
Delete: =
Delete: "Indicates whether reserved words are ignored by Roo"
Delete: boolean
Delete: permitReservedWords
Move from src stmt at 101 to this stmt: [=]
Move from src stmt at 77 to this stmt: ["Indicates whether reserved words are ignored by Roo", boolean, permitReservedWords]



===============================================
mtdiff
https://github.com/spring-projects/spring-roo/commit/1f0616193d79c64015dcb3a7787c02e61104b1a1
classpath/src/main/java/org/springframework/roo/classpath/operations/ClasspathCommands.java


--------------------------------------
Delete: MethodDeclaration (Src:101)
Move from this stmt to dst stmt at 89: [CliCommand, value]
Delete: =
Delete: "new test file"
Delete: help
Delete: =
Delete: "Creates a new Java source file in SRC_TEST_JAVA"
Delete: public
Delete: void
Delete: newTestFile
Delete: CliOption
Delete: key
Move from this stmt to dst stmt at 52: [=]
Delete: "name"
Delete: mandatory
Move from this stmt to dst stmt at 52: [=]
Delete: true
Delete: JavaType
Delete: name
Delete: CliOption
Delete: key
Move from this stmt to dst stmt at 52: [=]
Delete: "extends"
Delete: mandatory
Move from this stmt to dst stmt at 52: [=]
Delete: false
Delete: unspecifiedDefaultValue
Move from this stmt to dst stmt at 52: [=]
Delete: "java.lang.Object"
Delete: help
Move from this stmt to dst stmt at 52: [=]
Delete: "The superclass (defaults to java.lang.Object)"
Delete: JavaType
Delete: superclass
Delete: CliOption
Delete: key
Move from this stmt to dst stmt at 52: [=]
Delete: "abstract"
Delete: mandatory
Move from this stmt to dst stmt at 52: [=]
Delete: false
Delete: unspecifiedDefaultValue
Move from this stmt to dst stmt at 52: [=]
Delete: "false"
Delete: specifiedDefaultValue
Move from this stmt to dst stmt at 52: [=]
Delete: "true"
Delete: help
Move from this stmt to dst stmt at 52: [=]
Delete: "Whether the generated class should be marked as abstract"
Delete: boolean
Delete: createAbstract
Delete: CliOption
Delete: key
Move from this stmt to dst stmt at 52: [=]
Delete: "permitReservedWords"
Delete: mandatory
Move from this stmt to dst stmt at 52: [=]
Delete: false
Delete: unspecifiedDefaultValue
Move from this stmt to dst stmt at 77: [=]
Delete: "false"
Delete: specifiedDefaultValue
Move from this stmt to dst stmt at 89: [=]
Delete: "true"
Delete: help
Move from this stmt to dst stmt at 52: [=]
Delete: "Indicates whether reserved words are ignored by Roo"
Delete: boolean
Delete: permitReservedWords



===============================================
mtdiff
https://github.com/spring-projects/spring-roo/commit/1f0616193d79c64015dcb3a7787c02e61104b1a1
classpath/src/main/java/org/springframework/roo/classpath/operations/ClasspathCommands.java


--------------------------------------
Update: MethodDeclaration (Src:125 => Dst:77)
Delete: =
Update: "new dod" -> "dod"
Move from src stmt at 101 to this stmt: [=]



===============================================
mtdiff
https://github.com/spring-projects/spring-roo/commit/1f0616193d79c64015dcb3a7787c02e61104b1a1
classpath/src/main/java/org/springframework/roo/classpath/operations/ClasspathCommands.java


--------------------------------------
Update: MethodDeclaration (Src:137 => Dst:89)
Delete: CliCommand
Delete: value
Delete: =
Update: "new integration test" -> "test integration"
Move from src stmt at 101 to this stmt: [CliCommand, value]
Move from src stmt at 101 to this stmt: [=]



===============================================
mtdiff
https://github.com/spring-projects/spring-roo/commit/1f0616193d79c64015dcb3a7787c02e61104b1a1
classpath/src/main/java/org/springframework/roo/classpath/operations/ClasspathCommands.java


--------------------------------------
Update: MethodDeclaration (Src:149 => Dst:101)
Delete: =
Update: "new persistent class jpa" -> "entity"
Move from src stmt at 77 to this stmt: [=]



===============================================
mtdiff
https://github.com/spring-projects/spring-roo/commit/0a6a2b44374c57904ac00e7ba0e51c6df8c7194a
shell-osgi/src/main/java/org/springframework/roo/shell/osgi/SimpleParserComponent.java


--------------------------------------
Update: MethodDeclaration (Src:36 => Dst:36)
Move from this stmt to dst stmt at 37: [context]
Add: cContext



===============================================
mtdiff
https://github.com/spring-projects/spring-roo/commit/29feb9983d47028f22fde389271324c0fd4950f4
addon-dod/src/main/java/org/springframework/roo/addon/dod/DataOnDemandMetadata.java


--------------------------------------
Update: ExpressionStatement (Src:356 => Dst:357)
Move from this stmt to dst stmt at 356: [bodyBuilder, indent]
Move from src stmt at 357 to this stmt: [bodyBuilder, appendFormalLine, "return;"]



===============================================
mtdiff
https://github.com/spring-projects/spring-roo/commit/29feb9983d47028f22fde389271324c0fd4950f4
addon-dod/src/main/java/org/springframework/roo/addon/dod/DataOnDemandMetadata.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:356)
Move from src stmt at 356 to this stmt: [bodyBuilder, indent]



===============================================
mtdiff
https://github.com/spring-projects/spring-roo/commit/29feb9983d47028f22fde389271324c0fd4950f4
addon-dod/src/main/java/org/springframework/roo/addon/dod/DataOnDemandMetadata.java


--------------------------------------
Update: ExpressionStatement (Src:357 => Dst:358)
Move from this stmt to dst stmt at 357: [bodyBuilder, appendFormalLine, "return;"]
Move from src stmt at 358 to this stmt: [bodyBuilder, indentRemove]



===============================================
mtdiff
https://github.com/spring-projects/spring-roo/commit/29feb9983d47028f22fde389271324c0fd4950f4
addon-dod/src/main/java/org/springframework/roo/addon/dod/DataOnDemandMetadata.java


--------------------------------------
Update: ExpressionStatement (Src:358 => Dst:359)
Move from this stmt to dst stmt at 358: [bodyBuilder, indentRemove]
Move from src stmt at 359 to this stmt: [bodyBuilder, appendFormalLine, "}"]



===============================================
mtdiff
https://github.com/spring-projects/spring-roo/commit/29feb9983d47028f22fde389271324c0fd4950f4
addon-dod/src/main/java/org/springframework/roo/addon/dod/DataOnDemandMetadata.java


--------------------------------------
Update: ExpressionStatement (Src:359 => Dst:361)
Move from this stmt to dst stmt at 359: [bodyBuilder, appendFormalLine, "}"]
Move from src stmt at 361 to this stmt: [bodyBuilder, appendFormalLine, ""]



===============================================
ijm
https://github.com/spring-projects/spring-roo/commit/c6f1c8c13e75136ed3f1ddd34c730c21a6a2e19c
project/src/main/java/org/springframework/roo/project/ProjectMetadata.java


--------------------------------------
Update: ExpressionStatement (Src:79 => Dst:79)
Delete: tsc
Add: builder



===============================================
ijm
https://github.com/spring-projects/spring-roo/commit/c6f1c8c13e75136ed3f1ddd34c730c21a6a2e19c
project/src/main/java/org/springframework/roo/project/ProjectMetadata.java


--------------------------------------
Update: ExpressionStatement (Src:80 => Dst:80)
Delete: tsc
Add: builder



===============================================
ijm
https://github.com/spring-projects/spring-roo/commit/c6f1c8c13e75136ed3f1ddd34c730c21a6a2e19c
project/src/main/java/org/springframework/roo/project/ProjectMetadata.java


--------------------------------------
Update: ExpressionStatement (Src:81 => Dst:81)
Delete: tsc
Add: builder



===============================================
ijm
https://github.com/spring-projects/spring-roo/commit/c6f1c8c13e75136ed3f1ddd34c730c21a6a2e19c
project/src/main/java/org/springframework/roo/project/ProjectMetadata.java


--------------------------------------
Update: ReturnStatement (Src:82 => Dst:82)
Delete: tsc
Add: builder



===============================================
ijm
https://github.com/spring-projects/spring-roo/commit/a1a9f18379acf3ad5aaef3553c24eedd929c8901
felix/src/main/java/org/springframework/roo/felix/FelixDelegator.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:75)
Add: Bundle
Add: bundle
Add: =
Move from src stmt at 70 to this stmt: [bsn]
Add: findBundleWithoutFail
Move from src stmt at 70 to this stmt: [context]



===============================================
ijm
https://github.com/spring-projects/spring-roo/commit/a1a9f18379acf3ad5aaef3553c24eedd929c8901
felix/src/main/java/org/springframework/roo/felix/FelixDelegator.java


--------------------------------------
Update: ExpressionStatement (Src:327 => Dst:354)
Delete: perform
Delete: "update "
Delete: +
Delete: id
Add: bundle
Add: update



===============================================
ijm
https://github.com/spring-projects/spring-roo/commit/211eead79797d9000eb5e6e811d5a1311b7747f4
addon-layers-repository-jpa/addon/src/main/java/org/springframework/roo/addon/layers/repository/jpa/addon/RepositoryJpaCustomMetadata.java


--------------------------------------
Update: MethodDeclaration (Src:77 => Dst:79)
Delete: globalSearch
Add: searchResult
Add: JavaType
Add: globalSearch



===============================================
ijm
https://github.com/spring-projects/spring-roo/commit/211eead79797d9000eb5e6e811d5a1311b7747f4
addon-layers-repository-jpa/addon/src/main/java/org/springframework/roo/addon/layers/repository/jpa/addon/RepositoryJpaCustomMetadata.java


--------------------------------------
Update: VariableDeclarationStatement (Src:120 => Dst:124)
Delete: entity
Add: searchResult



===============================================
ijm
https://github.com/spring-projects/spring-roo/commit/763553955ef068865dfca02966448a75d4f4c751
addon-layers-repository/src/main/java/org/springframework/roo/addon/layers/repository/RepositoryLayerMethod.java


--------------------------------------
Update: ReturnStatement (Src:122 => Dst:124)
Delete: Collections
Update: emptyList -> asList
Add: Arrays
Add: targetEntity



===============================================
ijm
https://github.com/spring-projects/spring-roo/commit/1f0616193d79c64015dcb3a7787c02e61104b1a1
classpath/src/main/java/org/springframework/roo/classpath/operations/ClasspathCommands.java


--------------------------------------
Delete: MethodDeclaration (Src:77)
Delete: CliCommand
Delete: value
Delete: =
Delete: "new java file"
Delete: help
Delete: =
Delete: "Creates a new Java source file in SRC_MAIN_JAVA"
Delete: public
Delete: void
Delete: newJavaFile
Delete: CliOption
Delete: key
Delete: =
Delete: "name"
Delete: mandatory
Delete: =
Delete: true
Delete: JavaType
Delete: name
Delete: CliOption
Delete: key
Delete: =
Delete: "extends"
Delete: mandatory
Delete: =
Delete: false
Delete: unspecifiedDefaultValue
Delete: =
Delete: "java.lang.Object"
Delete: help
Delete: =
Delete: "The superclass (defaults to java.lang.Object)"
Delete: JavaType
Delete: superclass
Delete: CliOption
Delete: key
Delete: =
Delete: "abstract"
Delete: mandatory
Delete: =
Delete: false
Delete: unspecifiedDefaultValue
Delete: =
Delete: "false"
Delete: specifiedDefaultValue
Delete: =
Delete: "true"
Delete: help
Delete: =
Delete: "Whether the generated class should be marked as abstract"
Delete: boolean
Delete: createAbstract
Delete: CliOption
Delete: key
Delete: =
Delete: "permitReservedWords"
Delete: mandatory
Delete: =
Delete: false
Delete: unspecifiedDefaultValue
Delete: =
Delete: "false"
Delete: specifiedDefaultValue
Delete: =
Delete: "true"
Delete: help
Delete: =
Delete: "Indicates whether reserved words are ignored by Roo"
Delete: boolean
Delete: permitReservedWords



===============================================
ijm
https://github.com/spring-projects/spring-roo/commit/1f0616193d79c64015dcb3a7787c02e61104b1a1
classpath/src/main/java/org/springframework/roo/classpath/operations/ClasspathCommands.java


--------------------------------------
Delete: MethodDeclaration (Src:101)
Delete: CliCommand
Delete: value
Delete: =
Delete: "new test file"
Delete: help
Delete: =
Delete: "Creates a new Java source file in SRC_TEST_JAVA"
Delete: public
Delete: void
Delete: newTestFile
Delete: CliOption
Delete: key
Delete: =
Delete: "name"
Delete: mandatory
Delete: =
Delete: true
Delete: JavaType
Delete: name
Delete: CliOption
Delete: key
Delete: =
Delete: "extends"
Delete: mandatory
Delete: =
Delete: false
Delete: unspecifiedDefaultValue
Delete: =
Delete: "java.lang.Object"
Delete: help
Delete: =
Delete: "The superclass (defaults to java.lang.Object)"
Delete: JavaType
Delete: superclass
Delete: CliOption
Delete: key
Delete: =
Delete: "abstract"
Delete: mandatory
Delete: =
Delete: false
Delete: unspecifiedDefaultValue
Delete: =
Delete: "false"
Delete: specifiedDefaultValue
Delete: =
Delete: "true"
Delete: help
Delete: =
Delete: "Whether the generated class should be marked as abstract"
Delete: boolean
Delete: createAbstract
Delete: CliOption
Delete: key
Delete: =
Delete: "permitReservedWords"
Delete: mandatory
Delete: =
Delete: false
Delete: unspecifiedDefaultValue
Delete: =
Delete: "false"
Delete: specifiedDefaultValue
Delete: =
Delete: "true"
Delete: help
Delete: =
Delete: "Indicates whether reserved words are ignored by Roo"
Delete: boolean
Delete: permitReservedWords



===============================================
ijm
https://github.com/spring-projects/spring-roo/commit/0a6a2b44374c57904ac00e7ba0e51c6df8c7194a
shell-osgi/src/main/java/org/springframework/roo/shell/osgi/SimpleParserComponent.java


--------------------------------------
Update: ExpressionStatement (Src:37 => Dst:37)
Delete: this
Delete: context
Add: context
Update: context -> cContext



===============================================
ijm
https://github.com/spring-projects/spring-roo/commit/b129e7a86d3dd1b7ecd379fb06a227386cd57be4
addon-dbre/src/main/java/org/springframework/roo/addon/dbre/DbreXmlFileListener.java


--------------------------------------
Delete: FieldDeclaration (Src:56)
Move from this stmt to dst stmt at 56: [private]
Delete: static
Delete: final
Delete: Logger
Delete: logger
Delete: =
Move from this stmt to dst stmt at 317: [HandlerUtils]
Delete: getLogger
Move from this stmt to dst stmt at 317: [DbreXmlFileListener, class]



===============================================
ijm
https://github.com/spring-projects/spring-roo/commit/b129e7a86d3dd1b7ecd379fb06a227386cd57be4
addon-dbre/src/main/java/org/springframework/roo/addon/dbre/DbreXmlFileListener.java


--------------------------------------
Update: IfStatement (Src:71 => Dst:69)
Delete: ||
Delete: !
Delete: fileEvent
Delete: getOperation
Delete: ==
Delete: FileOperation
Delete: CREATED
Delete: ||
Delete: fileEvent
Delete: getOperation
Delete: ==
Delete: FileOperation
Delete: UPDATED



===============================================
ijm
https://github.com/spring-projects/spring-roo/commit/b129e7a86d3dd1b7ecd379fb06a227386cd57be4
addon-dbre/src/main/java/org/springframework/roo/addon/dbre/DbreXmlFileListener.java


--------------------------------------
Delete: EnhancedForStatement (Src:97)
Delete: for
Move from this stmt to dst stmt at 288: [JavaType, javaType]
Delete: tableModelService
Delete: getDatabaseManagedEntities



===============================================
ijm
https://github.com/spring-projects/spring-roo/commit/b129e7a86d3dd1b7ecd379fb06a227386cd57be4
addon-dbre/src/main/java/org/springframework/roo/addon/dbre/DbreXmlFileListener.java


--------------------------------------
Insert: MethodDeclaration (Src:-1 => Dst:278)
Add: private
Add: void
Add: deleteManagedTypesNotInModel
Add: Set
Add: Table
Add: tables



===============================================
ijm
https://github.com/spring-projects/spring-roo/commit/b129e7a86d3dd1b7ecd379fb06a227386cd57be4
addon-dbre/src/main/java/org/springframework/roo/addon/dbre/DbreXmlFileListener.java


--------------------------------------
Insert: EnhancedForStatement (Src:-1 => Dst:280)
Add: for
Add: JavaType
Add: javaType
Add: tableModelService
Add: getDatabaseManagedEntities



===============================================
ijm
https://github.com/spring-projects/spring-roo/commit/b129e7a86d3dd1b7ecd379fb06a227386cd57be4
addon-dbre/src/main/java/org/springframework/roo/addon/dbre/DbreXmlFileListener.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:317)
Add: AnnotationMetadata
Add: dbManagedAnnotation
Add: =
Move from src stmt at 56 to this stmt: [HandlerUtils]
Update: HandlerUtils -> MemberFindingUtils
Add: getDeclaredTypeAnnotation
Add: typeDetails
Add: new
Add: JavaType
Move from src stmt at 56 to this stmt: [DbreXmlFileListener, class]
Update: DbreXmlFileListener -> RooDbManaged
Add: getName



===============================================
ijm
https://github.com/spring-projects/spring-roo/commit/b129e7a86d3dd1b7ecd379fb06a227386cd57be4
addon-dbre/src/main/java/org/springframework/roo/addon/dbre/DbreXmlFileListener.java


--------------------------------------
Move: VariableDeclarationStatement (Src:301 => Dst:387)



===============================================
ijm
https://github.com/spring-projects/spring-roo/commit/b129e7a86d3dd1b7ecd379fb06a227386cd57be4
addon-dbre/src/main/java/org/springframework/roo/addon/dbre/DbreXmlFileListener.java


--------------------------------------
Move & Update: ExpressionStatement (Src:303 => Dst:388)
Update: logger -> fileManager
Delete: warning
Delete: "Unable to delete database-managed class "
Delete: +
Delete: filePath
Add: delete
Add: filePath



===============================================
gt
https://github.com/netty/netty/commit/8cce5200f7131aca3164d1b73aa9b6b9ec7f6b69
transport/src/test/java/io/netty/channel/nio/NioDatagramChannelTest.java


--------------------------------------
Update: MethodDeclaration (Src:38 => Dst:38)
Delete: Exception
Move from src stmt at 48 to this stmt: [Exception]



===============================================
gt
https://github.com/netty/netty/commit/7896ec05f6b7451ed3e019611157bcc6bc228b47
src/main/java/org/jboss/netty/util/MapUtil.java


--------------------------------------
Delete: VariableDeclarationStatement (Src:109)
Delete: Random
Delete: rand
Delete: =
Delete: new
Delete: Random



===============================================
gt
https://github.com/netty/netty/commit/c0fd74858a16cd3783e1bff0bb0e3da060c63971
buffer/src/main/java/io/netty/buffer/PoolChunk.java


--------------------------------------
Move & Update: ExpressionStatement (Src:326 => Dst:330)
Move from this stmt to dst stmt at 311: [normCapacity]
Add: head
Add: normCapacity



===============================================
gt
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: IfStatement (Src:118 => Dst:118)



===============================================
gt
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: IfStatement (Src:119 => Dst:119)



===============================================
gt
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: ReturnStatement (Src:120 => Dst:120)



===============================================
gt
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: TryStatement (Src:123 => Dst:123)



===============================================
gt
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: IfStatement (Src:124 => Dst:124)



===============================================
gt
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: ThrowStatement (Src:125 => Dst:125)



===============================================
gt
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: VariableDeclarationStatement (Src:128 => Dst:128)



===============================================
gt
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: IfStatement (Src:129 => Dst:129)



===============================================
gt
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: ExpressionStatement (Src:130 => Dst:130)



===============================================
gt
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: IfStatement (Src:131 => Dst:131)



===============================================
gt
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: ExpressionStatement (Src:132 => Dst:132)



===============================================
gt
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: ExpressionStatement (Src:135 => Dst:135)



===============================================
gt
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: VariableDeclarationStatement (Src:138 => Dst:138)



===============================================
gt
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: IfStatement (Src:139 => Dst:139)



===============================================
gt
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move & Update: ExpressionStatement (Src:140 => Dst:140)
Delete: connectTimeoutFuture
Move from src stmt at 147 to this stmt: [connectFuture]
Update: connectFuture -> connectTimeoutFuture



===============================================
gt
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Delete: IfStatement (Src:147)
Delete: if
Move from this stmt to dst stmt at 140: [connectFuture]
Delete: ==
Delete: null
Delete: else



===============================================
gt
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move & Update: IfStatement (Src:150 => Dst:147)
Add: connectFuture
Add: !=
Add: null
Add: &&



===============================================
mtdiff
https://github.com/netty/netty/commit/8cce5200f7131aca3164d1b73aa9b6b9ec7f6b69
transport/src/test/java/io/netty/channel/nio/NioDatagramChannelTest.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:51)
Add: msgs
Move from src stmt at 48 to this stmt: [Exception]
Update: Exception -> releaseAllAndRecycle



===============================================
mtdiff
https://github.com/netty/netty/commit/7896ec05f6b7451ed3e019611157bcc6bc228b47
src/main/java/org/jboss/netty/util/MapUtil.java


--------------------------------------
Insert: FieldDeclaration (Src:-1 => Dst:136)
Add: private
Add: static
Add: final
Add: short
Move from src stmt at 109 to this stmt: [rand, =]
Update: rand -> ORDER_TEST_SAMPLES
Add: 682
Add: 807
Add: 637
Add: 358
Add: 570
Add: 828
Add: 407
Add: 319
Add: 105
Add: 41
Add: 563
Add: 544
Add: 518
Add: 298
Add: 418
Add: 50
Add: 156
Add: 769
Add: 984
Add: 503
Add: 191
Add: 578
Add: 309
Add: 710
Add: 327
Add: 720
Add: 591
Add: 939
Add: 374
Add: 707
Add: 43
Add: 463
Add: 227
Add: 174
Add: 30
Add: 531
Add: 135
Add: 930
Add: 190
Add: 823
Add: 925
Add: 835
Add: 328
Add: 239
Add: 415
Add: 500
Add: 144
Add: 460
Add: 83
Add: 774
Add: 921
Add: 4
Add: 95
Add: 468
Add: 687
Add: 493
Add: 991
Add: 436
Add: 245
Add: 742
Add: 149
Add: 821
Add: 142
Add: 782
Add: 297
Add: 918
Add: 917
Add: 424
Add: 978
Add: 992
Add: 79
Add: 906
Add: 535
Add: 515
Add: 850
Add: 80
Add: 125
Add: 378
Add: 307
Add: 883
Add: 836
Add: 160
Add: 27
Add: 630
Add: 668
Add: 226
Add: 560
Add: 698
Add: 467
Add: 829
Add: 476
Add: 163
Add: 977
Add: 367
Add: 325
Add: 184
Add: 204
Add: 312
Add: 486
Add: 53
Add: 179
Add: 592
Add: 252
Add: 750
Add: 893
Add: 517
Add: 937
Add: 124
Add: 148
Add: 719
Add: 973
Add: 566
Add: 405
Add: 449
Add: 452
Add: 777
Add: 349
Add: 761
Add: 167
Add: 783
Add: 220
Add: 802
Add: 117
Add: 604
Add: 216
Add: 363
Add: 120
Add: 621
Add: 219
Add: 182
Add: 817
Add: 244
Add: 438
Add: 465
Add: 934
Add: 888
Add: 628
Add: 209
Add: 631
Add: 17
Add: 870
Add: 679
Add: 826
Add: 945
Add: 680
Add: 848
Add: 974
Add: 573
Add: 626
Add: 865
Add: 109
Add: 317
Add: 91
Add: 494
Add: 965
Add: 473
Add: 725
Add: 388
Add: 302
Add: 936
Add: 660
Add: 150
Add: 122
Add: 949
Add: 295
Add: 392
Add: 63
Add: 634
Add: 772
Add: 143
Add: 990
Add: 895
Add: 538
Add: 59
Add: 541
Add: 32
Add: 669
Add: 321
Add: 811
Add: 756
Add: 82
Add: 955
Add: 953
Add: 636
Add: 390
Add: 162
Add: 688
Add: 444
Add: 70
Add: 590
Add: 183
Add: 745
Add: 543
Add: 666
Add: 951
Add: 642
Add: 747
Add: 765
Add: 98
Add: 469
Add: 884
Add: 929
Add: 178
Add: 721
Add: 994
Add: 840
Add: 353
Add: 726
Add: 940
Add: 759
Add: 624
Add: 919
Add: 667
Add: 629
Add: 272
Add: 979
Add: 326
Add: 608
Add: 453
Add: 11
Add: 322
Add: 347
Add: 647
Add: 354
Add: 381
Add: 746
Add: 472
Add: 890
Add: 249
Add: 536
Add: 733
Add: 404
Add: 170
Add: 959
Add: 34
Add: 899
Add: 195
Add: 651
Add: 140
Add: 856
Add: 201
Add: 237
Add: 51
Add: 933
Add: 268
Add: 849
Add: 294
Add: 115
Add: 157
Add: 14
Add: 854
Add: 373
Add: 186
Add: 872
Add: 71
Add: 523
Add: 931
Add: 952
Add: 655
Add: 561
Add: 607
Add: 862
Add: 554
Add: 661
Add: 313
Add: 909
Add: 511
Add: 752
Add: 986
Add: 311
Add: 287
Add: 775
Add: 505
Add: 878
Add: 422
Add: 103
Add: 299
Add: 119
Add: 107
Add: 344
Add: 487
Add: 776
Add: 445
Add: 218
Add: 549
Add: 697
Add: 454
Add: 6
Add: 462
Add: 455
Add: 52
Add: 481
Add: 594
Add: 126
Add: 112
Add: 66
Add: 877
Add: 172
Add: 153
Add: 912
Add: 834
Add: 741
Add: 610
Add: 915
Add: 964
Add: 831
Add: 575
Add: 714
Add: 250
Add: 461
Add: 814
Add: 913
Add: 369
Add: 542
Add: 882
Add: 851
Add: 427
Add: 838
Add: 867
Add: 507
Add: 434
Add: 569
Add: 20
Add: 950
Add: 792
Add: 605
Add: 798
Add: 962
Add: 923
Add: 258
Add: 972
Add: 762
Add: 809
Add: 843
Add: 674
Add: 448
Add: 280
Add: 495
Add: 285
Add: 822
Add: 283
Add: 147
Add: 451
Add: 993
Add: 794
Add: 982
Add: 748
Add: 189
Add: 274
Add: 96
Add: 73
Add: 810
Add: 401
Add: 261
Add: 277
Add: 346
Add: 527
Add: 645
Add: 601
Add: 868
Add: 248
Add: 879
Add: 371
Add: 428
Add: 559
Add: 278
Add: 265
Add: 62
Add: 225
Add: 853
Add: 483
Add: 771
Add: 9
Add: 8
Add: 339
Add: 653
Add: 263
Add: 28
Add: 477
Add: 995
Add: 208
Add: 880
Add: 292
Add: 480
Add: 516
Add: 457
Add: 286
Add: 897
Add: 21
Add: 852
Add: 971
Add: 658
Add: 623
Add: 528
Add: 316
Add: 471
Add: 860
Add: 306
Add: 638
Add: 711
Add: 875
Add: 671
Add: 108
Add: 158
Add: 646
Add: 24
Add: 257
Add: 724
Add: 193
Add: 341
Add: 902
Add: 599
Add: 565
Add: 334
Add: 506
Add: 684
Add: 960
Add: 780
Add: 429
Add: 801
Add: 910
Add: 308
Add: 383
Add: 901
Add: 489
Add: 81
Add: 512
Add: 164
Add: 755
Add: 514
Add: 723
Add: 141
Add: 296
Add: 958
Add: 686
Add: 15
Add: 799
Add: 579
Add: 598
Add: 558
Add: 414
Add: 64
Add: 420
Add: 730
Add: 256
Add: 131
Add: 45
Add: 129
Add: 259
Add: 338
Add: 999
Add: 175
Add: 740
Add: 790
Add: 324
Add: 985
Add: 896
Add: 482
Add: 841
Add: 606
Add: 377
Add: 111
Add: 372
Add: 699
Add: 988
Add: 233
Add: 243
Add: 203
Add: 781
Add: 969
Add: 903
Add: 662
Add: 632
Add: 301
Add: 44
Add: 981
Add: 36
Add: 412
Add: 946
Add: 816
Add: 284
Add: 447
Add: 214
Add: 672
Add: 758
Add: 954
Add: 804
Add: 2
Add: 928
Add: 886
Add: 421
Add: 596
Add: 574
Add: 16
Add: 892
Add: 68
Add: 546
Add: 522
Add: 490
Add: 873
Add: 656
Add: 696
Add: 864
Add: 130
Add: 40
Add: 393
Add: 926
Add: 394
Add: 932
Add: 876
Add: 664
Add: 293
Add: 154
Add: 916
Add: 55
Add: 196
Add: 842
Add: 498
Add: 177
Add: 948
Add: 540
Add: 127
Add: 271
Add: 113
Add: 844
Add: 576
Add: 132
Add: 943
Add: 12
Add: 123
Add: 291
Add: 31
Add: 212
Add: 529
Add: 547
Add: 171
Add: 582
Add: 609
Add: 793
Add: 830
Add: 221
Add: 440
Add: 568
Add: 118
Add: 406
Add: 194
Add: 827
Add: 360
Add: 622
Add: 389
Add: 800
Add: 571
Add: 213
Add: 262
Add: 403
Add: 408
Add: 881
Add: 289
Add: 635
Add: 967
Add: 432
Add: 376
Add: 649
Add: 832
Add: 857
Add: 717
Add: 145
Add: 510
Add: 159
Add: 980
Add: 683
Add: 580
Add: 484
Add: 379
Add: 246
Add: 88
Add: 567
Add: 320
Add: 643
Add: 7
Add: 924
Add: 397
Add: 10
Add: 787
Add: 845
Add: 779
Add: 670
Add: 716
Add: 19
Add: 600
Add: 382
Add: 0
Add: 210
Add: 665
Add: 228
Add: 97
Add: 266
Add: 90
Add: 304
Add: 456
Add: 180
Add: 152
Add: 425
Add: 310
Add: 768
Add: 223
Add: 702
Add: 997
Add: 577
Add: 663
Add: 290
Add: 537
Add: 416
Add: 426
Add: 914
Add: 691
Add: 23
Add: 281
Add: 497
Add: 508
Add: 48
Add: 681
Add: 581
Add: 728
Add: 99
Add: 795
Add: 530
Add: 871
Add: 957
Add: 889
Add: 206
Add: 813
Add: 839
Add: 709
Add: 805
Add: 253
Add: 151
Add: 613
Add: 65
Add: 654
Add: 93
Add: 639
Add: 784
Add: 891
Add: 352
Add: 67
Add: 430
Add: 754
Add: 76
Add: 187
Add: 443
Add: 676
Add: 362
Add: 961
Add: 874
Add: 330
Add: 331
Add: 384
Add: 85
Add: 217
Add: 855
Add: 818
Add: 738
Add: 361
Add: 314
Add: 3
Add: 615
Add: 520
Add: 355
Add: 920
Add: 689
Add: 22
Add: 188
Add: 49
Add: 904
Add: 935
Add: 136
Add: 475
Add: 693
Add: 749
Add: 519
Add: 812
Move from src stmt at 112 to this stmt: [10000]
Update: 10000 -> 100
Add: 207
Add: 963
Add: 364
Add: 464
Add: 572
Add: 731
Add: 230
Add: 833
Add: 385
Add: 499
Add: 545
Add: 273
Add: 232
Add: 398
Add: 478
Add: 975
Add: 564
Add: 399
Add: 504
Add: 35
Add: 562
Add: 938
Add: 211
Add: 26
Add: 337
Add: 54
Add: 614
Add: 586
Add: 433
Add: 450
Add: 763
Add: 238
Add: 305
Add: 941
Add: 370
Add: 885
Add: 837
Add: 234
Add: 110
Add: 137
Add: 395
Add: 368
Add: 695
Add: 342
Add: 907
Add: 396
Add: 474
Add: 176
Add: 737
Add: 796
Add: 446
Add: 37
Add: 894
Add: 727
Add: 648
Add: 431
Add: 1
Add: 366
Add: 525
Add: 553
Add: 704
Add: 329
Add: 627
Add: 479
Add: 33
Add: 492
Add: 260
Add: 241
Add: 86
Add: 185
Add: 491
Add: 966
Add: 247
Add: 13
Add: 587
Add: 602
Add: 409
Add: 335
Add: 650
Add: 235
Add: 611
Add: 470
Add: 442
Add: 597
Add: 254
Add: 343
Add: 539
Add: 146
Add: 585
Add: 593
Add: 641
Add: 770
Add: 94
Add: 976
Add: 705
Add: 181
Add: 255
Add: 315
Add: 718
Add: 526
Add: 987
Add: 692
Add: 983
Add: 595
Add: 898
Add: 282
Add: 133
Add: 439
Add: 633
Add: 534
Add: 861
Add: 269
Add: 619
Add: 677
Add: 502
Add: 375
Add: 224
Add: 806
Add: 869
Add: 417
Add: 584
Add: 612
Add: 803
Add: 58
Add: 84
Add: 788
Add: 797
Add: 38
Add: 700
Add: 751
Add: 603
Add: 652
Add: 57
Add: 240
Add: 947
Add: 350
Add: 270
Add: 333
Add: 116
Add: 736
Add: 69
Add: 74
Add: 104
Add: 767
Add: 318
Add: 735
Add: 859
Add: 357
Add: 555
Add: 411
Add: 267
Add: 712
Add: 675
Add: 532
Add: 825
Add: 496
Add: 927
Add: 942
Add: 102
Add: 46
Add: 192
Add: 114
Add: 744
Add: 138
Add: 998
Add: 72
Add: 617
Add: 134
Add: 846
Add: 166
Add: 77
Add: 900
Add: 5
Add: 303
Add: 387
Add: 400
Add: 47
Add: 729
Add: 922
Add: 222
Add: 197
Add: 351
Add: 509
Add: 524
Add: 165
Add: 485
Add: 300
Add: 944
Add: 380
Add: 625
Add: 778
Add: 685
Add: 29
Add: 589
Add: 766
Add: 161
Add: 391
Add: 423
Add: 42
Add: 734
Add: 552
Add: 215
Add: 824
Add: 908
Add: 229
Add: 89
Add: 251
Add: 199
Add: 616
Add: 78
Add: 644
Add: 242
Add: 722
Add: 25
Add: 437
Add: 732
Add: 956
Add: 275
Add: 200
Add: 970
Add: 753
Add: 791
Add: 336
Add: 556
Add: 847
Add: 703
Add: 236
Add: 715
Add: 75
Add: 863
Add: 713
Add: 785
Add: 911
Add: 786
Add: 620
Add: 551
Add: 413
Add: 39
Add: 739
Add: 820
Add: 808
Add: 764
Add: 701
Add: 819
Add: 173
Add: 989
Add: 345
Add: 690
Add: 459
Add: 60
Add: 106
Add: 887
Add: 996
Add: 365
Add: 673
Add: 968
Add: 513
Add: 18
Add: 419
Add: 550
Add: 588
Add: 435
Add: 264
Add: 789
Add: 340
Add: 659
Add: 466
Add: 356
Add: 288
Add: 56
Add: 708
Add: 557
Add: 488
Add: 760
Add: 332
Add: 402
Add: 168
Add: 202
Add: 521
Add: 757
Add: 205
Add: 706
Add: 441
Add: 773
Add: 231
Add: 583
Add: 386
Add: 678
Add: 618
Add: 815
Add: 279
Add: 87
Add: 533
Add: 61
Add: 548
Add: 92
Add: 169
Add: 694
Add: 905
Add: 198
Add: 121
Add: 410
Add: 139
Add: 657
Add: 640
Add: 743
Add: 128
Add: 458
Add: 866
Add: 501
Add: 348
Add: 155
Add: 276
Add: 101
Add: 858
Add: 323
Add: 359



===============================================
mtdiff
https://github.com/netty/netty/commit/c0fd74858a16cd3783e1bff0bb0e3da060c63971
buffer/src/main/java/io/netty/buffer/PoolChunk.java


--------------------------------------
Move & Update: ExpressionStatement (Src:326 => Dst:330)
Move from this stmt to dst stmt at 311: [normCapacity]
Add: head
Add: normCapacity



===============================================
mtdiff
https://github.com/netty/netty/commit/b2ca2148f902b14841df2903fab58c600ca997d3
codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectDecoder.java


--------------------------------------
Update: TypeDeclaration (Src:102 => Dst:101)
Move from this stmt to dst stmt at 119: [ReplayingDecoder]
Move from this stmt to dst stmt at 139: [State]
Add: ByteToMessageDecoder



===============================================
mtdiff
https://github.com/netty/netty/commit/b2ca2148f902b14841df2903fab58c600ca997d3
codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectDecoder.java


--------------------------------------
Insert: FieldDeclaration (Src:-1 => Dst:119)
Add: private
Move from src stmt at 102 to this stmt: [ReplayingDecoder]
Update: ReplayingDecoder -> LastHttpContent
Move from src stmt at 554 to this stmt: [trailer]



===============================================
mtdiff
https://github.com/netty/netty/commit/b2ca2148f902b14841df2903fab58c600ca997d3
codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectDecoder.java


--------------------------------------
Move: ReturnStatement (Src:208 => Dst:210)



===============================================
mtdiff
https://github.com/netty/netty/commit/b2ca2148f902b14841df2903fab58c600ca997d3
codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectDecoder.java


--------------------------------------
Move & Update: ExpressionStatement (Src:355 => Dst:214)
Move from this stmt to dst stmt at 363: [resetNow]
Move from src stmt at 212 to this stmt: [checkpoint]
Update: checkpoint -> currentState
Add: =
Move from src stmt at 212 to this stmt: [State, READ_HEADER]



===============================================
mtdiff
https://github.com/netty/netty/commit/b2ca2148f902b14841df2903fab58c600ca997d3
codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectDecoder.java


--------------------------------------
Move & Update: VariableDeclarationStatement (Src:499 => Dst:277)
Move from this stmt to dst stmt at 514: [AppendableCharSequence, line]
Move from src stmt at 272 to this stmt: [int, readLimit]
Move from this stmt to dst stmt at 514: [headerParser, parse, buffer]
Add: buffer
Move from src stmt at 272 to this stmt: [actualReadableBytes]
Update: actualReadableBytes -> readableBytes



===============================================
mtdiff
https://github.com/netty/netty/commit/b2ca2148f902b14841df2903fab58c600ca997d3
codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectDecoder.java


--------------------------------------
Move & Update: VariableDeclarationStatement (Src:288 => Dst:375)
Move from this stmt to dst stmt at 293: [ByteBuf, content]
Move from src stmt at 338 to this stmt: [byte]
Update: byte -> int
Move from src stmt at 367 to this stmt: [readableBytes]
Move from this stmt to dst stmt at 293: [buffer, readSlice, toRead, retain]
Move from src stmt at 340 to this stmt: [buffer]
Move from src stmt at 367 to this stmt: [actualReadableBytes]
Update: actualReadableBytes -> readableBytes



===============================================
mtdiff
https://github.com/netty/netty/commit/b2ca2148f902b14841df2903fab58c600ca997d3
codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectDecoder.java


--------------------------------------
Move & Update: VariableDeclarationStatement (Src:551 => Dst:293)
Move from this stmt to dst stmt at 572: [AppendableCharSequence, line]
Move from src stmt at 288 to this stmt: [ByteBuf, content]
Move from this stmt to dst stmt at 572: [headerParser, parse, buffer]
Move from src stmt at 288 to this stmt: [buffer, readSlice, toRead, retain]



===============================================
mtdiff
https://github.com/netty/netty/commit/b2ca2148f902b14841df2903fab58c600ca997d3
codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectDecoder.java


--------------------------------------
Move & Update: ExpressionStatement (Src:289 => Dst:611)
Move from this stmt to dst stmt at 294: [chunkSize, -=, toRead]
Move from src stmt at 584 to this stmt: [line, =, headerParser, parse, buffer]



===============================================
mtdiff
https://github.com/netty/netty/commit/b2ca2148f902b14841df2903fab58c600ca997d3
codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectDecoder.java


--------------------------------------
Move: ReturnStatement (Src:310 => Dst:318)



===============================================
mtdiff
https://github.com/netty/netty/commit/b2ca2148f902b14841df2903fab58c600ca997d3
codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectDecoder.java


--------------------------------------
Move & Update: ExpressionStatement (Src:326 => Dst:329)
Move from this stmt to dst stmt at 334: [chunkSize, -=, toRead]
Move from src stmt at 321 to this stmt: [toRead]
Add: =
Move from src stmt at 321 to this stmt: [Math, min, toRead]
Add: buffer
Move from src stmt at 321 to this stmt: [actualReadableBytes]
Update: actualReadableBytes -> readableBytes



===============================================
mtdiff
https://github.com/netty/netty/commit/b2ca2148f902b14841df2903fab58c600ca997d3
codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectDecoder.java


--------------------------------------
Insert: WhileStatement (Src:-1 => Dst:347)
Add: while
Add: wIdx
Add: >
Move from src stmt at 338 to this stmt: [readByte]
Update: readByte -> rIdx



===============================================
mtdiff
https://github.com/netty/netty/commit/b2ca2148f902b14841df2903fab58c600ca997d3
codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectDecoder.java


--------------------------------------
Move: BreakStatement (Src:364 => Dst:351)



===============================================
mtdiff
https://github.com/netty/netty/commit/b2ca2148f902b14841df2903fab58c600ca997d3
codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectDecoder.java


--------------------------------------
Move & Update: ExpressionStatement (Src:404 => Dst:354)
Move from this stmt to dst stmt at 412: [resetNow]
Move from src stmt at 489 to this stmt: [buffer, readerIndex]
Move from src stmt at 348 to this stmt: [checkpoint]
Update: checkpoint -> rIdx



===============================================
mtdiff
https://github.com/netty/netty/commit/b2ca2148f902b14841df2903fab58c600ca997d3
codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectDecoder.java


--------------------------------------
Insert: BreakStatement (Src:-1 => Dst:372)
Add: break



===============================================
mtdiff
https://github.com/netty/netty/commit/b2ca2148f902b14841df2903fab58c600ca997d3
codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectDecoder.java


--------------------------------------
Move & Update: ExpressionStatement (Src:446 => Dst:459)
Move from this stmt to dst stmt at 454: [name, =, null]
Add: trailer
Add: =
Add: null



===============================================
mtdiff
https://github.com/netty/netty/commit/b2ca2148f902b14841df2903fab58c600ca997d3
codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectDecoder.java


--------------------------------------
Insert: ExpressionStatement (Src:-1 => Dst:454)
Move from src stmt at 446 to this stmt: [name, =, null]



===============================================
mtdiff
https://github.com/netty/netty/commit/b2ca2148f902b14841df2903fab58c600ca997d3
codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectDecoder.java


--------------------------------------
Move & Update: ExpressionStatement (Src:447 => Dst:468)
Move from this stmt to dst stmt at 455: [value, =, null]
Move from src stmt at 459 to this stmt: [checkpoint]
Update: checkpoint -> currentState
Add: =
Move from src stmt at 459 to this stmt: [State, SKIP_CONTROL_CHARS]



===============================================
ijm
https://github.com/netty/netty/commit/b9996908b1fac66526395414cc5c3a14a1567d4e
transport-sctp/src/main/java/io/netty/channel/sctp/SctpMessage.java


--------------------------------------
Update: IfStatement (Src:140 => Dst:140)
Delete: isFreed
Add: refCnt
Add: <=
Add: 0



===============================================
ijm
https://github.com/netty/netty/commit/7896ec05f6b7451ed3e019611157bcc6bc228b47
src/main/java/org/jboss/netty/util/MapUtil.java


--------------------------------------
Delete: VariableDeclarationStatement (Src:109)
Delete: Random
Delete: rand
Delete: =
Delete: new
Delete: Random



===============================================
ijm
https://github.com/netty/netty/commit/7896ec05f6b7451ed3e019611157bcc6bc228b47
src/main/java/org/jboss/netty/util/MapUtil.java


--------------------------------------
Delete: ExpressionStatement (Src:115)
Delete: key
Delete: =
Move from this stmt to dst stmt at 111: [String]
Delete: valueOf
Delete: rand
Delete: nextInt



===============================================
ijm
https://github.com/netty/netty/commit/7896ec05f6b7451ed3e019611157bcc6bc228b47
src/main/java/org/jboss/netty/util/MapUtil.java


--------------------------------------
Insert: VariableDeclarationStatement (Src:-1 => Dst:111)
Move from src stmt at 113 to this stmt: [String]
Add: key
Add: =
Move from src stmt at 115 to this stmt: [String]
Add: valueOf
Add: ORDER_TEST_SAMPLES
Add: i



===============================================
ijm
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: IfStatement (Src:118 => Dst:118)



===============================================
ijm
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: IfStatement (Src:119 => Dst:119)



===============================================
ijm
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: ReturnStatement (Src:120 => Dst:120)



===============================================
ijm
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: TryStatement (Src:123 => Dst:123)



===============================================
ijm
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: IfStatement (Src:124 => Dst:124)



===============================================
ijm
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: ThrowStatement (Src:125 => Dst:125)



===============================================
ijm
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: VariableDeclarationStatement (Src:128 => Dst:128)



===============================================
ijm
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: IfStatement (Src:129 => Dst:129)



===============================================
ijm
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: ExpressionStatement (Src:130 => Dst:130)



===============================================
ijm
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: IfStatement (Src:131 => Dst:131)



===============================================
ijm
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: ExpressionStatement (Src:132 => Dst:132)



===============================================
ijm
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: ExpressionStatement (Src:135 => Dst:135)



===============================================
ijm
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: VariableDeclarationStatement (Src:138 => Dst:138)



===============================================
ijm
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move: IfStatement (Src:139 => Dst:139)



===============================================
ijm
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Delete: IfStatement (Src:147)
Delete: if
Delete: connectFuture
Delete: ==
Delete: null
Delete: else



===============================================
ijm
https://github.com/netty/netty/commit/6211e53e86139349a4430a4e0f524d5a625c8118
transport/src/main/java/io/netty/channel/socket/nio/AbstractNioChannel.java


--------------------------------------
Move & Update: IfStatement (Src:150 => Dst:147)
Add: connectFuture
Add: !=
Add: null
Add: &&



