This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-09-06 08:00:18 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
747caef971762830f672ea8046598e838dfde7e7
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
convertInterfaceToClass
T
History
…
..
afterComment.java
Java: fix CCE when converting interface to class and there is a comment between the interface keyword and identifier
2024-01-23 18:14:05 +00:00
afterConstructorWithBody.java
[intention-preview] ConvertInterfaceToClassFix
2023-01-18 15:35:35 +00:00
afterConstructorWithoutBody.java
[intention-preview] ConvertInterfaceToClassFix
2023-01-18 15:35:35 +00:00
afterInitializer.java
[intention-preview] ConvertInterfaceToClassFix
2023-01-18 15:35:35 +00:00
afterStaticInitializer.java
[intention-preview] ConvertInterfaceToClassFix
2023-01-18 15:35:35 +00:00
beforeComment.java
Java: fix CCE when converting interface to class and there is a comment between the interface keyword and identifier
2024-01-23 18:14:05 +00:00
beforeConstructorWithBody.java
…
beforeConstructorWithoutBody.java
…
beforeInitializer.java
…
beforeStaticInitializer.java
…