7bb99467fe7b244b4da6c3bb78fba4d7a7f24cfb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type Map<String,String> to Map<String,PartOfSpeech> in method private getBuildInPos() : Map<String,PartOfSpeech> in class org.apdplat.word.segmentation.PartOfSpeech.PartOfSpeechMap | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type bip : Map<String,String> to bip : Map<String,PartOfSpeech> in method private getBuildInPos() : Map<String,PartOfSpeech> in class org.apdplat.word.segmentation.PartOfSpeech.PartOfSpeechMap | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type BUILDIN_POS : Map<String,String> to BUILDIN_POS : Map<String,PartOfSpeech> in class org.apdplat.word.segmentation.PartOfSpeech.PartOfSpeechMap | From | To |