Skip to content

Commit

Permalink
Add change incompatibility (#11)
Browse files Browse the repository at this point in the history
* Readme modification
Grouping of errors by changes
Generation of a file by breaking dependency update

* Initial template

* Submit explanation with 100 lines

* Update generation process and add Change type

* Add first explanation version

* generate template for only one change

* Remove logs

* Adding base template for explanations

* Adding download jar functionality

* Adding first version of Explanation :)

* Adding Download.java :)

* Adding results
  • Loading branch information
frankreyesgarcia authored Apr 2, 2024
1 parent eb0462a commit db45c4b
Show file tree
Hide file tree
Showing 2 changed files with 958 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Explanations/0abf7148300f40a1da0538ab060552bca4a2f1d8.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ CI detected that the dependency upgrade from version **jasperreports-6.18.1** to
``` java
369 textField.getLineBox().getPen().setLineWidth(border.getLineWidth());
```
<details>
* >[[ERROR] /biapi/src/main/java/xdev/tableexport/export/ReportBuilder.java:[369,81] incompatible types: int cannot be converted to java.lang.Float](https://github.com/chains-project/breaking-good/actions/runs/8110103454/job/22166641300#step:4:1534)
* An error was detected in line 369 which is making use of an outdated API.
Expand Down
Loading

0 comments on commit db45c4b

Please sign in to comment.