argouml-tigris-org / argouml

Main project of argouml. Some information in the wiki. Some old releases in releases. (depends on parentpom, testmodels)
246 stars 92 forks source link

Fix #14: ArgoUML does not compile with Java8 or Java 11, small adaptations #15

Closed stcarrez closed 4 years ago

stcarrez commented 4 years ago

Fix the ListSet class to use the Spliterator so that it compiles with Java 8. Fix classes that inherit from DefaultListModel to make the addAll() public instead of protected.

Change-Id: I91836a692dbc6125540502e6c96d87016a827bde

stcarrez commented 4 years ago

Sorry to submit via pull request. I failed to submit through repo as it keep saying:

$ repo upload
repo: error: no branches ready for upload
linustolke commented 4 years ago

No worries. Gerrithub has a function to import the pull request. Sorry it took me several days to notice these pull requests.