Closed javier-godoy closed 3 weeks ago
The changes in this pull request involve updates to the pom.xml
file and modifications to the GridHelper
and HeightMode
classes. The pom.xml
has been revised to update plugin versions, add new dependencies, and adjust profile settings. The GridHelper
class has improved documentation with enhanced Javadoc comments and minor method signature updates. Similarly, the HeightMode
enum has been updated to reflect changes in method signatures related to the Grid
class. Overall, these modifications focus on dependency management, documentation clarity, and method signature adjustments.
File Path | Change Summary |
---|---|
pom.xml |
Updated maven-javadoc-plugin version from 3.0.1 to 3.11.1 , changed execution phase, added new dependencies for commons-demo and selenium-java , and expanded profile properties for v24 . |
src/main/java/com/flowingcode/vaadin/addons/gridhelpers/GridHelper.java |
Enhanced Javadoc comments for methods, updated method signatures for setHidingToggleCaption , setHeightByRows , and getHeightMode to clarify usage. |
src/main/java/com/flowingcode/vaadin/addons/gridhelpers/HeightMode.java |
Added import for Grid class and updated Javadoc for HeightMode to reflect changes in setHeightMode method signature. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Summary by CodeRabbit
New Features
maven-javadoc-plugin
for improved documentation generation.Documentation
GridHelper
class.Bug Fixes
Grid
.