1aefec0aba374f826530db758e2c8438f1f152db
Files Diff
- Added: 2
- Removed: 13
- Renamed: 0
- Modified: 224
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testAsSortedList() : void renamed to public testAsSortedSet() : void in class org.graylog2.plugin.ToolsTest | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type stream : org.graylog2.plugin.streams.Stream to stream : Stream in method private updateConfiguration(stream Stream, callbackConfiguration AlarmCallbackConfiguration) : Optional<String> in class org.graylog2.migrations.V20161125161400_AlertReceiversMigration | From | To | |
Change Parameter Type stream : org.graylog2.plugin.streams.Stream to stream : Stream in method private migrateStream(stream Stream) : Optional<String> in class org.graylog2.migrations.V20161125142400_EmailAlarmCallbackMigration | From | To | |
Change Parameter Type stream : org.graylog2.plugin.streams.Stream to stream : Stream in method private migrateStream(stream Stream) : Optional<String> in class org.graylog2.migrations.V20161125161400_AlertReceiversMigration | From | To | |
Change Parameter Type numbers : List<Integer> to numbers : Collection<Integer> in method private prependPrefixes(prefix String, numbers Collection<Integer>) : List<String> in class org.graylog2.indexer.IndexHelper | From | To | |
Move Source Folder | 1 | ||
Move Source Folder graylog2-server/src/main to graylog2-server/src/test | From | To | |
Extract Attribute | 1 | ||
Extract Attribute protected WILDCARD_IP_ADDRESS : String in class org.graylog2.plugin.BaseConfiguration | From | To | |
Rename Class | 1 | ||
Rename Class org.graylog2.bootstrap.commands.Help renamed to org.graylog2.bootstrap.commands.CliCommandHelp | From | To | |
Extract Variable | 3 | ||
Extract Variable defaultRestTransportUri : URI in method public getRestTransportUri() : URI from class org.graylog2.plugin.BaseConfiguration | From | To | |
Extract Variable systemInformation : String in method protected startCommand() : void from class org.graylog2.bootstrap.ServerBootstrap | From | To | |
Extract Variable restTransportUri : URI in method protected getUriBuilderToSelf() : UriBuilder from class org.graylog2.shared.rest.resources.RestResource | From | To |