Cannot create class in new build (3396)

Getting popup "Cant create class" with no other text within dialog

0
6 comments
Avatar
Permanently deleted user

That most probably means you changed file template for the class and it cannot
be parsed as such (class).

-


Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"


0
Avatar
Permanently deleted user

hm, yes I changed those long time ago, however it worked fine till last build...I reverted back to 3394, and it works fine..
Anyway, maybe better error message should be provided, "can't create class" doesn't says much
-m.j.m

0
Avatar
Permanently deleted user

M. J. Milicevic wrote:

hm, yes I changed those long time ago, however it worked fine till last build...I reverted back to 3394, and it works fine..
Anyway, maybe better error message should be provided, "can't create class" doesn't says much


I have the same problem creating a new class...

0
Avatar
Permanently deleted user

Can I please take a look at file template for class?

-


Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"

M. J. Milicevic wrote:

>> hm, yes I changed those long time ago, however it worked fine till
>> last build...I reverted back to 3394, and it works fine..
>>
>> Anyway, maybe better error message should be provided, "can't create
>> class" doesn't says much
>>

I have the same problem creating a new class...



0
Avatar
Permanently deleted user


I just saw File Header.java is empty, so that could be a problem, downloading new build right now, so, cannot test (already deleted 3396 build)

0
Avatar
Permanently deleted user

Maxim Shafirov (JetBrains) wrote:

Can I please take a look at file template for class?


-



/*

  • Created by IntelliJ IDEA.

  • User: $

  • Date: $

  • Time: $

*/
package $;
public class $ { }

-



Thats what's been in my .IntelliJIdea/config/fileTemplates/internal/
directory for ages.

I didn't think system/internal templates would be in userspace actually...

0

Please sign in to leave a comment.