Commit 3514dd1
committed
Java: merge the @Class and @interface database types and tables
This will allow the extractor to emit class(id, ...) when all it knows about a class is its name, due to not having it available on the classpath. Previously it would have had to guess whether it belonged to @Class or @interface, possibly introducing an inconsistency.1 parent 029e1d4 commit 3514dd1
File tree
17 files changed
+31939
-78
lines changed- java
- downgrades/934bf10b4bd34cf648893efcd1d0d7be9471d39f
- kotlin-extractor/src/main/kotlin
- ql
- lib
- config
- semmle/code
- java
- upgrades/44d61b266bebf261cb027872646262e645efa059
- test/library-tests/qlengine
17 files changed
+31939
-78
lines changedLines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments