This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-04-30 10:20:15 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e077fa59eb4c70bf87fda1aca5db17c2afcf1fd6
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
accessStaticViaInstance
History
Anna Kozlova
e077fa59eb
access static via interface class: fix case without qualifier (IDEA-192246)
2018-05-22 11:06:00 +03:00
..
after1.java
…
after2.java
…
after3.java
…
after5.java
…
after6.java
…
afterAccessForStaticMethodInInterface1.java
access static via instance for calls on interface refs (IDEA-183919)
2017-12-18 15:30:14 +01:00
afterAccessForStaticMethodInInterface.java
java 8: access static method through instance variable: don't show warning, error is enough; add quick fix for an error same as for inspection
2017-04-07 18:20:18 +02:00
afterAccessForStaticMethodInInterfaceNoQualifier.java
access static via interface class: fix case without qualifier (IDEA-192246)
2018-05-22 11:06:00 +03:00
afterPreserveTypeArgs.java
…
before1.java
…
before2.java
…
before3.java
…
before4.java
…
before5.java
…
before6.java
…
beforeAccessForStaticMethodInInterface1.java
access static via instance for calls on interface refs (IDEA-183919)
2017-12-18 15:30:14 +01:00
beforeAccessForStaticMethodInInterface.java
java 8: access static method through instance variable: don't show warning, error is enough; add quick fix for an error same as for inspection
2017-04-07 18:20:18 +02:00
beforeAccessForStaticMethodInInterfaceNoQualifier.java
access static via interface class: fix case without qualifier (IDEA-192246)
2018-05-22 11:06:00 +03:00
beforePreserveTypeArgs.java
…