Miscellaneous
Default method argument values
This inspection reports method argument values that match the default values of properties those methods set.
Methods in the following classes are analyzed:
- Builders of these actions:
FailAction
,InputAction
,PurgeEndpointAction
,ReceiveTimeoutAction
,SleepAction
,StopTimeAction
,TransformAction
,SendMessageAction
,ReceiveMessageAction
- Builders of these containers:
Assert
,Catch
,Iterate
,RepeatOnErrorUntilTrue
,Timer
,Wait
- Endpoint builders:
- channel:
ChannelEndpointBuilder
,ChannelSyncEndpointBuilder
, - jms:
JmsEndpointBuilder
,JmsSyncEndpointBuilder
, - kafka:
KafkaEndpointBuilder
, - http:
HttpClientBuilder
, - ws:
WebServiceClientBuilder
,WebServiceServerBuilder
- camel:
CamelSyncEndpointBuilder
- channel:
- Others:
ScriptValidationContext.Builder
It also provides a quick fix to remove the reported method call.
