Commit c098dce
committed
Fix ClasspathEntry.validateLibraryContents() not reporting broken link
Commit 5450463 added checks for
classpath entries, but the check was incomplete. It is possible to set
classpath with broken library link without any error.
Removed extra check for Messages.status_IOException in the
ClasspathEntry.validateLibraryContents(). Any exception during
validation of a library is a problem of that library.1 parent 0eb7ed3 commit c098dce
File tree
2 files changed
+9
-6
lines changed- org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model
- org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core
2 files changed
+9
-6
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7266 | 7266 | | |
7267 | 7267 | | |
7268 | 7268 | | |
7269 | | - | |
| 7269 | + | |
| 7270 | + | |
| 7271 | + | |
| 7272 | + | |
| 7273 | + | |
| 7274 | + | |
7270 | 7275 | | |
7271 | 7276 | | |
7272 | 7277 | | |
| |||
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2548 | 2548 | | |
2549 | 2549 | | |
2550 | 2550 | | |
2551 | | - | |
2552 | | - | |
2553 | | - | |
2554 | | - | |
2555 | | - | |
| 2551 | + | |
| 2552 | + | |
| 2553 | + | |
2556 | 2554 | | |
2557 | 2555 | | |
2558 | 2556 | | |
| |||
0 commit comments