This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 256394 - UnsupportedOperationException at org.netbeans.modules.git.remote.cli.jgit.IgnoreRule.getResult
Summary: UnsupportedOperationException at org.netbeans.modules.git.remote.cli.jgit.Ign...
Status: RESOLVED DUPLICATE of bug 256236
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote VCS (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-05 19:01 UTC by Alexander Pepin
Modified: 2015-11-05 20:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220983


Attachments
stacktrace (2.45 KB, text/plain)
2015-11-05 19:01 UTC, Alexander Pepin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2015-11-05 19:01:24 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
apepin: Call Remote Git->Ignore->Unignore on nbproject/private node in Files view.




Stacktrace: 
java.lang.UnsupportedOperationException
   at org.netbeans.modules.git.remote.cli.jgit.IgnoreRule.getResult(IgnoreRule.java:90)
   at org.netbeans.modules.git.remote.cli.jgit.commands.UnignoreCommand.addStatement(UnignoreCommand.java:81)
   at org.netbeans.modules.git.remote.cli.jgit.commands.IgnoreUnignoreCommand.addStatement(IgnoreUnignoreCommand.java:149)
   at org.netbeans.modules.git.remote.cli.jgit.commands.IgnoreUnignoreCommand.changeIgnoreStatus(IgnoreUnignoreCommand.java:137)
   at org.netbeans.modules.git.remote.cli.jgit.commands.IgnoreUnignoreCommand.run(IgnoreUnignoreCommand.java:115)
   at org.netbeans.modules.git.remote.cli.jgit.commands.GitCommand$1.run(GitCommand.java:89)
Comment 1 Alexander Pepin 2015-11-05 19:01:25 UTC
Created attachment 157169 [details]
stacktrace
Comment 2 Alexander Simon 2015-11-05 20:33:07 UTC

*** This bug has been marked as a duplicate of bug 256236 ***