Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Form validation #15

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Form validation #15

wants to merge 12 commits into from

Conversation

casid
Copy link
Member

@casid casid commented Jun 18, 2021

No description provided.

olaf-chrono24 and others added 11 commits January 8, 2021 15:06
# Conflicts:
#	stripes-jsp/src/main/java/org/stripesframework/jsp/tag/BeanFirstPopulationStrategy.java
#	stripes-web/src/main/java/org/stripesframework/web/action/SingleBeanForm.java
#	stripes-web/src/main/java/org/stripesframework/web/controller/DispatcherHelper.java
#	stripes-web/src/main/java/org/stripesframework/web/controller/ExecutionContext.java
#	stripes-web/src/main/java/org/stripesframework/web/util/bean/PropertyExpressionEvaluation.java
#	stripes-web/src/main/java/org/stripesframework/web/validation/DefaultValidationMetadataProvider.java
#	stripes-web/src/main/java/org/stripesframework/web/validation/FormValidation.java
#	stripes-web/src/main/java/org/stripesframework/web/validation/ValidateForm.java
#	stripes-web/src/main/java/org/stripesframework/web/validation/ValidationMetadata.java
#	stripes-web/src/test/java/org/stripesframework/web/validation/BusinessValue.java
#	stripes-web/src/test/java/org/stripesframework/web/validation/BusinessValueForm.java
#	stripes-web/src/test/java/org/stripesframework/web/validation/BusinessValueFormAsWrapper.java
#	stripes-web/src/test/java/org/stripesframework/web/validation/ValidationFormFormAsValueWrapperRootBindingTest.java
#	stripes-web/src/test/java/org/stripesframework/web/validation/ValidationFormFormAsValueWrapperTest.java
#	stripes-web/src/test/java/org/stripesframework/web/validation/ValidationFormSingleBeanFormRootBindingTest.java
#	stripes-web/src/test/java/org/stripesframework/web/validation/ValidationFormSingleBeanFormTest.java
@codecov-commenter
Copy link

codecov-commenter commented Jun 18, 2021

Codecov Report

Merging #15 (2daf857) into main (747e4dd) will increase coverage by 0.74%.
The diff coverage is 82.47%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #15      +/-   ##
============================================
+ Coverage     53.95%   54.70%   +0.74%     
- Complexity     1368     1409      +41     
============================================
  Files           123      124       +1     
  Lines          6761     6923     +162     
  Branches       1272     1300      +28     
============================================
+ Hits           3648     3787     +139     
- Misses         2631     2643      +12     
- Partials        482      493      +11     
Impacted Files Coverage Δ
...rk/web/util/bean/PropertyExpressionEvaluation.java 64.31% <28.57%> (-1.29%) ⬇️
...tripesframework/web/validation/FormValidation.java 77.77% <77.77%> (ø)
.../validation/DefaultValidationMetadataProvider.java 76.92% <79.34%> (+3.99%) ⬆️
...esframework/web/validation/ValidationMetadata.java 68.75% <87.50%> (+5.00%) ⬆️
...ipesframework/web/controller/DispatcherHelper.java 82.22% <89.65%> (+2.91%) ⬆️
...eb/controller/DefaultActionBeanPropertyBinder.java 70.67% <100.00%> (+0.31%) ⬆️
...ipesframework/web/controller/ExecutionContext.java 97.36% <100.00%> (+0.22%) ⬆️
...java/org/stripesframework/web/util/CryptoUtil.java 59.25% <0.00%> (+0.92%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 747e4dd...2daf857. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants