Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Konsole31216yPerhaps u have set different interpretor configurations for project workspace and run/debug mode.
Not sure about this but happened to me once while working on a django project in pycharm -
@xkill Possibly. This project is using Hibernate 5.3 ORM. My best hypothesis is that there's a Java library import that I'm missing for SQL queries and yet it runs from the Session and SessionFactory.
-
@krister-alm True. I just hate having my IDE freak out and I can't explain why.
Related Rants
My biggest programming pet peeve: The code throws a series of unchecked assignment errors and yet it compiles.
Go home Intellij you need some sleep.
rant
java
sql
needsomesleep